/*
gestoil blue #1662B1 #325DA1
gestoil red  #CD1817
unicredit gray: #EEEEEE

dark blue: #0F2D4B

New Blue: 			:	#2063A4
New Blue (LIGHT) 	: 	#329aff
Orange1 			:	#F07746
Orange Light		:	#f0c446
*/


body, html, img{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

body {
	background-image: URL('../img/bg_outside.png');
}

a, a:visited {
	color: #0F2D4B;
	text-decoration: underline !important;
}

img, a img {
	vertical-align: middle;
}

/*
div {
	border: 1px solid black;
	margin: -1px;
}
*/

#containerMargin {
	float: left;
	width: 5%;
}

#container {
	width: 90%;
	text-align: left;
	float: left;
}

/*
#container * {
	text-align: left;
}
*/

#header {
	margin-top: 5px;
	height: 80px;
	vertical-align: bottom;
	border: 1px inset black;
	border-bottom: none;
	-moz-border-radius: 5px 5px 0px 0px;
	background-color: white;
}

#header span, #header img {
	float: left;
	height: inherit;
	padding: 5px;
}

#blueBar {
	background-image: URL('../img/effect_shadow.png');
	background-position: left top;
	background-repeat: repeat-x;
		background-color: #325DA1;
	border-left: 1px inset black;
	border-right: 1px inset black;
	clear: both;
	float: left;
	margin-left: -1px;
	width: 100%;
	height: 15px;
}

#messageBox {

}

#messageBox * ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

#messageBox.hidden {
	/*
	margin: 0px;
	padding: 0px;
	*/
	border: none;
	background-color: transparent;
}

#messageBox div {
}

#messageBox div.error {
	color: red;
}

#messageBox div.info {
	color: blue;
}

#mainBody {
}

#menuColumn {
	background-image: URL('../img/red_angle.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #325DA1;
	color: white;
	font-weight: bold;
	width: 20%;
	float: left;
	height: 70%;
	-moz-border-radius: 0px 0px 0px 5px;
	border: 1px inset black;
	border-top: none;
	font-size: 13px;
}

#menuColumn * a {
	color: white;
	font-weight: normal;
	text-decoration: none;
}

#menuColumn div {
	background-image: URL('../img/dot.gif');
	background-position: left middle;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#menuColumn div div {
	font-style: italic;
	height: 22px;
}

#contentColumn {
	background-color: white;
	width: 80%;
	float: left;
	-moz-border-radius: 0px 0px 5px 5px;
	border: 1px inset black;
	/*border-top: none;*/
	margin-left: -2px;
	margin-right: -2px;
}

#loginContainer {
	border: 1px inset black;
	margin-top: 40px;
	/*width: 568px;*/
	width: 474px;
}

#loginContainer #imageHeader {
	border-bottom: 1px solid black;
}

#loginContainer #signInPanel {
	margin-bottom: 20px;
	margin-top: 20px;
}

ul.feedbackPanel {
	margin: 2px;
}

ul.feedbackPanel li.feedbackPanelERROR {
	color: red;
	font-weight: bold;
	list-style-image: URL('../img/msg_error.png');
}

ul.feedbackPanel li.feedbackPanelWARNING {
	list-style-image: URL('../img/msg_warn.png');
}

ul.feedbackPanel li.feedbackPanelINFO {
	list-style-image: URL('../img/msg_info.png');
}

div.contentHeader {
	background-image: URL('../img/effect_gloss.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #325DA1;
	color: white;
	padding: 5px;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid black;
}
div.contentHeader * a, div.contentHeader * a:visited {
	color: white;
}

div.contentHeader span.actions {
	float: right;
}

#contentColumn #historyBox div.contentHeader {
	background-image: URL('../img/effect_gloss.png');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-color: #6B8FD8;
	font-style: italic;
	font-size: 12px;
}

#content {
	background-image: URL('../img/effect_shadow.png');
	background-position: left top;
	background-repeat: repeat-x;
	padding: 10px;
}

#content div, #content table tr td {
	padding: 3px;
}

form #content {
	font-family: monospace;
	font-size: 12px;
}

form #content input, form #content select {
	border: 1px solid black;
	color: black;
	font-family: monospace;
	font-size: 12px;
}

#footer {
	/*float: left;
	width: 950px;*/
	clear: both;
	text-align: center;
	border-top: 4px solid transparent;
	border-bottom: 1px inset black;
	padding: 3px;
	margin-top: 5px;
}

/* ========================= table result ================ */

table.result {
	border-collapse: collapse;
	border: 1px inset black;
	-moz-border-radius: 4px;
	padding: 5px;
}

table.result tr th {
	font-weight: bold;
	text-align: center;
	background-color: #1662B1;
	color: white;
	padding: 3px;
	border: 1px solid black;
	font-size: 14px;
}

table.result tr td {
	padding: 2px;
	border: 1px solid black;
	font-size: 12px;
}

table.result tr.error td {
	background-color: darkorange !important;
}

/* ========= TABPANEL ================= */
div.tabpanel div.tab-row {
	/*background: url("../img/tabs/bg.gif") repeat-x scroll center bottom transparent;*/
	float: left;
	display: block;
	line-height: normal;
	width: 100%;
	font-family: serif;
	margin-bottom: 10px;
	border-bottom: 1px solid #325DA1;
}

div.tabpanel div.tab-row ul {
	list-style: none outside none;
	margin: 0;
	padding: 10px 10px 0;
}

div.tabpanel div.tab-row li {
	/*background: url("../img/tabs/left.gif") no-repeat scroll left top transparent;*/
	background-color: #6B8FD8;
	float: left;
	margin: 0;
	padding: 0 0 0 9px;
	border: 1px solid black;
	border-bottom: none;
}

div.tabpanel div.tab-row a {
	/*background: url("../img/tabs/right.gif") no-repeat scroll right top transparent;*/
	background-color: #6B8FD8;
	color: #EEEEEE;
	display: block;
	font-weight: normal;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	white-space: nowrap;
}

div.tab-panel {
	clear: left;
}

div.tabpanel div.tab-row a:hover {
	color: #FFFFFF;
}

div.tabpanel div.tab-row li.selected {
	/* background-image: url("../img/tabs/left_on.gif"); */
	background-color: #EEEEEE !important;
}

div.tabpanel div.tab-row li.selected a {
	/* background-image: url("../img/tabs/right_on.gif"); */
	color: #333333;
	padding-bottom: 5px;
}

div.tabpanel div.tab-row li.selected a {
	background-color: #EEEEEE !important;
}


/* ========== BUTTON BOX ========*/
table.buttonsBox {
	border: none;
}

table.buttonsBox tr td {
	border: none;
	padding: 2px;
}

.alignCenter {
	text-align: center;
}

/* fucking columns! */
td.alignCenter span {
	text-align: center;
}

.alignRight {
	text-align: right !important;
}

/* fucking columns! */
td.alignRight span, th.alignRight span {
	text-align: right !important;
}

span.button {
	background-color: #325DA1;
	font-family: serif;
	padding: 3px;
	margin: 3px;
	border-radius: 3px;
}

span.button a {
	background-image: url("../img/triangle_22.png") ;
	background-position: center left ;
	background-repeat: no-repeat;
	margin: 5px;
	padding-left: 30px;
	color: white;
}


/* =================================================== tooltip ============ */

[data-tip] {
	position:relative;

}
[data-tip]:before {
	content:'';
	/* hides the tooltip when not hovered */
	display:none;
	content:'';
	display:none;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #1a1a1a;
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
	position:absolute;
	top:30px;
	left:35px;
	z-index:8;
	font-size:0;
	line-height:0;
	width:0;
	height:0;
}
[data-tip]:after {
	display:none;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
	padding:5px 8px;
	background:#EEEEEE;
	color:#325DA1;
	z-index:9;
	font-size: 0.75em;
	height:18px;
	line-height:18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space:nowrap;
	word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
	display:block;
}
