.stlTopTitle {
	text-decoration: none;
	color: white;
}
.stlTopTitle:hover {
	color: white;
}

.stlBottomToolbar {
	font-weight: bold;
	text-decoration: none;
	color: #2156B4;
}

.stlUserLabel {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.stlUser {
	color: #ffffff;
	text-decoration: none;
}

.stlDateLabel {
	font-weight: bold;
	color: #3399FF;
	text-decoration: none;
}

.stlDate {
	color: #003366;
	text-decoration: none;
}





.stlPrintButtons {
	font-size: 9pt;
	text-decoration: none;
}

.stlFormLabel {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

.stlFormText {
	font-size: 10pt;
	text-decoration: none;
}





.stlNavigator {
	font-size: 0.9em;
/*	font-weight: bold;*/
	text-decoration: none;
	color: #a0a0a0;
}

.stlCurNavigator {
	font-size: 0.9em;
/*	font-weight: bold;*/
	text-decoration: none;
	color: #a0a0a0;
}

.navmenu {
	border: 1px solid #b8d1e4;
	margin-left: 0px;
	margin-top: 0px;
	position: absolute;
	background-color: #e1ecf4;
	visibility: hidden;
}

.navmenu a {
	padding: 3px 5px 3px 15px;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
/*	font-weight: bold;*/
}

.navmenu a.navcurr {
	background: url("/FRONTOFFICE/images/mca/navmenu.png") no-repeat 5px 8px;
}


.stlPages A {
}

.stlPages A:hover {
}


.stlChooseLang {
	font-size: 6pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}


.stlBottomLinks {
	font-size: 0.95em;;
/*	font-weight: bold;*/
	text-decoration: none;
	color: #221f1f;
}


#tblSide {
	margin-top: 10px;

	background-color: #00a8da;
/*	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecf7fc', endColorstr='#9bd7ef');
	background: -webkit-gradient(linear, left top, left bottom, from(50%, #ecf7fc), to(100%, #9bd7ef));
	background: -moz-linear-gradient(top,  #ecf7fc 50%,  #9bd7ef 100%);
*/
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#tblSide th {
/*	background-color: #00a8da;*/
	padding: 10px;

	-moz-border-radius: 8px 8px 0px 0px;
	-khtml-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
}

#tblSide th a {
	color: #E6D0AB;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.7em;
}

.stlLoginBar {
	background: #3bc0e3; /* Old browsers */
	background: -moz-linear-gradient(top, #91dcf0 0%, #3bc0e3 50%, #91dcf0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91dcf0), color-stop(50%,#3bc0e3), color-stop(100%,#91dcf0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* IE10+ */
	background: linear-gradient(top, #91dcf0 0%,#3bc0e3 50%,#91dcf0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91dcf0', endColorstr='#3bc0e3',GradientType=0 ); /* IE6-9 */

/*	-moz-border-radius: 8px;
	border-radius: 8px;*/

	padding-left: 10px;
	color: #ffffff;
	font-weight: bold;
}

.stlLoginBar a {
	color: #ffffff;
	font-weight: bold;
}

.stlMyDetailsLabel {
	font-weight: bold;
	text-align: right;
}

.wide {
	width: 80%;
}

.selected {
	background-color: #CBEFF8;
}