* html .LeftDiv, .LeftUL, .LeftLI {height: 1%;} /* for IE/Win */
*>html .LeftDiv, .LeftUL, .LeftLI {he\ight: auto;} /* for IE5/Mac */
body {
 width: 960px;
}
html>body {
 width: auto;
 min-width: 960px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color:#ffffff;
	color:#000000;
	font-size:.8em;
	min-width: 840px;
}
div#HeaderDiv {
	clear: both;
	height: 70px;
	background-color: #000099;
	background-image: url('/en/Assets/Images/Collage_Narrow_1600x70.jpg');
	background-position:left;
	background-repeat:no-repeat;
	padding: 0px;
}
div#TaglineDiv {
	clear: both;
	height: 1.5em;
	background-color: #000099;	
	color:#ffffff; 
	font-size:1.5em; 
	font-style:italic; 
	font-weight:bold;
	margin-top:0em; 
	margin-bottom:0; 
	padding-left:.5em; 
	padding-top:.1em;
	padding-bottom:.1em;
	background-color: #000099;
}

h1#TaglineH1
{
	font-size:1em;
	font-style:italic; 
	color:#ffffff;
}

div#BreadCrumbTrail {
	height: 1em;
	background-color: #ffffff;
	margin-top: 1em;
}

#BreadCrumbTrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}
	
#BreadCrumbTrail ul li {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	display: inline;
	}

div#AppsBreadCrumTrail {
	height: 1em;
	background-color: #ffffff;
	margin-top: 1em;
}

#AppsBreadCrumbTrail ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	}
	
#AppsBreadCrumbTrail ul li {
	margin-left: 0;
	padding-left: 0;
	border: none;
	list-style: none;
	display: inline;
	}

div#LeftDiv {
	float: left;
	width: 15em;
	background-color: #ffffff;
	position: relative;
}

ul#LeftUL {
	list-style-type:none; 
	margin-right:0em; 
	margin-left: 0em; 
	margin-top: 0em; 
	margin-bottom: 0em; 
	padding:0;
	background-color:#99ccff;
}

li.LeftLI {
	padding: .5em; 
/*	border-right:solid 1px #000000;*/
	/*background-color:#ffcc66;*/ 
	background-color:#99ccff; 
	/*background-color:#c8e8ff; */
	/*background-image:url('/en/Assets/Images/Light_Blue_White_Gradient.gif');
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;*/
}

.LeftBottom {
/*	padding: .5em; */
	background-image:url('/en/Assets/Images/Light_Blue_Gradient.gif');
/*	background-position:top left;
	background-attachment:fixed;
	background-repeat:repeat-x;*/
}

ul.LeftULSub {
	list-style-type:none; 
	margin-left:1em; 
	margin-bottom: 1em; 
	padding: 0em;
}

ul.LeftULSub2 {
	list-style-type:square; 
	margin-left:1.5em; 
	margin-bottom: 0em; 
	padding: 0em; 
	color: #EC9000;
	/*color: #009966;*/
}
	
div#RightDiv {
	background-color: #ffffff;
	float: right;
	width: 14em;
    border-left-color:#ffcc66; 
	border-left-style:solid; 
	border-left-width:1px;
	margin-top: 3.5em;
}
div#MiddleDiv {
	padding: 0em 15em 1em 16em;
	margin: 0px;
	background-color: #ffffff;
}
div#MiddleNoRightDiv {
	padding: 0em 1em 1em 16em;
	margin: 0px;
	background-color: #ffffff;
}
div#FooterDiv {
	background-color: #ffffff;
	clear: both;
	text-align:center;
	padding-top:1em;
	padding-bottom:1em;
}

p#FooterP {
	margin-left:.5em; 
	margin-right:.5em; 
	margin-top:.5em; 
	margin-bottom:.5em;
}

span.FooterSeparator {
	color:#EC9000;
}

a {
	text-decoration: none;
	/*color: #0066CC;*/
}

a.header, span.header {
  color:#EC9000;
}
span.header {
  background-image: url('/en/Assets/Images/Transparent_Blue.gif');
  background-repeat:repeat;
}
a:hover {
	text-decoration : underline;
	}
a.nav {
	text-decoration: none;
	color: #0000FF;
}
a:visited.nav {
	color: #0000FF;
	}
a:hover.nav {
    /*display: block;*/
	text-decoration : underline;
	/*background-color: #ccffff;*/
	}
:hover.LeftLI {
	/*background-color: #ccffff;*/
}	
form {
	margin-top : 0em;
	margin-bottom : 0em;
}

#PageTitle, .SectionTitle {
	color : #101198;
}

H1#PageTitle, H1.SectionTitle {
	font-size: 1.5em;
}

H2 {
	font-size: 1.2em;
	color:#101198;
}

H3 {
	font-size: 1em;
	color:#101198;
}

.warning {
	color:crimson;
	font-weight:bold;
	font-style:italic;
}
sub {
	vertical-align : 0;
}

table.SG {
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
.SG caption {
    background-color:#EC9000;
	color:#FFFFFF;
    text-align:center;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:1px solid gray;
	font-size:1.2em;
	font-weight:bold;
	padding:.5em;
}
.SG th {
  vertical-align:middle;
  background-color:#FFCC99;
  padding:.2em;
}
.SG td {
  vertical-align:top;
  padding:.2em;
}
.SG td, th {
  text-align:center;
}
.SG th.first, td.first {
	border-left:1px solid gray;
}
.SG th.last, td.last {
	border-right:1px solid gray;
}
.SG thead th {
	border-top:1px solid gray;
	border-bottom:1px solid gray;
}
.SG tbody td {
	border-bottom:1px solid gray;
}
.inlineprint {
	display: none;
}
.blockprint {
	display: none;
}

table.tablesorter {
	border:none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table.tablesorter caption {
    background-color:#EC9000;
	color:#FFFFFF;
    text-align:center;
	border-left:1px solid gray;
	border-right:1px solid gray;
	border-top:1px solid gray;
	font-size:1.2em;
	font-weight:bold;
	padding:.5em;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color:#FFCC99;
	border: 1px solid gray;
	padding: .2em;
	text-align:left;
	padding-right:1.4em;
}
table.tablesorter thead tr .header {
	background-image: url('/en/Assets/Images/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: .2em;
	background-color: #FFF;
	vertical-align: top;
	text-align:center;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('/en/Assets/Images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
	background-image: url('/en/Assets/Images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FFEBCD;
}

table.tablesorter tbody td {
	border-bottom:1px solid gray;
	border-right:1px dotted lightgrey;
}

table.tablesorter th.first, table.tablesorter td.first {
	border-left:1px solid gray;
}
table.tablesorter th.last, table.tablesorter td.last {
	border-right:1px solid gray;
}

table.tablesorter th.first, table.tablesorter td.first {
	border-left:1px solid gray;
}
table.tablesorter th.last, table.tablesorter td.last {
	border-right:1px solid gray;
}