/*______________BODY______________________*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4074b8;
	line-height: 1.3em;
}

.bodyBottom,
.bodyLeft,
.bodyTop {
	font-size: 0.85em;
	color:#FFFFFF;
	background-color: #4074b8;
	margin-left: 0px;
	margin-top: -1px;
	margin-right: 0px;
	margin-bottom: -1px;
	padding: -1px;
	vertical-align: middle;
}

.textBottom,
.breadcrumbs{
	font-size: 0.8em;
	color:#FFFFFF
}

/*______________HEADINGS______________________*/
h1 {
	font-size: 1.5em
}
h2{
	font-size: 1.3em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.0em;
}

/*______________LISTINGS______________________*/
ul{
	font-size: small;
}


ul.overviewListing{
	list-style-type: none;
	line-height: 2em;
}
ul.overviewSubListing{
	list-style-type: none;
	font-size: 0.9em;
	line-height: 1.3em;
}
ul.listing{
	margin-top:0px;
	line-height: 1.5em;
}




li.topMargin{
	margin-top:6px;
}

li.arrow{
	list-style-image: url(../res/arrow.png)
}

li.arrowTopMargin{
	margin-top:6px;
	list-style-image: url('../res/arrow.png')
}

li.selfTest {
	list-style-type: none;
}

/*______________LINKS______________________*/
a:link {
	color:#4074b8; 
}
a:visited { 
	color:#8AB2E6; 
}
a:hover { 
	color:#2C5080;
}
a:active { 	
	color:#8AB2E6; 
}

/*______________TABLES______________________*/
table {
	font-size: small;
}
th{
	background-color: #B6D0F3;
}
table.grayBG{
	background-color: #F0F4F8;
	border-style:ridge;	
	border-width: 1px;
}
th.grayBG{
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}
td.grayBG{
	background-color: #F0F4F8;
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}

td.whiteBG{
	background-color: #ffffff;
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}

td.lightred{
	background-color: #FFD1D1;
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}
td.lightyellow{
	background-color: #FFFFAA;
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}
td.lightgreen{
	background-color: #C0FFC0;
	padding: 5px;
	border-style:inset;	
	border-width: 1px;
}
table.hidden{
	border-width: 0px;	
	border-style: none;
}
td.hidden{
	border-width: 0px;
	border-style:none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 0px;	
}
/*______________OTHERS______________________*/
/*____BLUE BOX____*/
.infoBoxCenter
{
	background-color: #CEDEF3;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.infoBoxLeft
{
	background-color: #CEDEF3;
	text-align:left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.infoBoxRight
{
	background-color: #CEDEF3;
	text-align:right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.infoBoxTable{
	background-color: #CEDEF3;
	text-align:center;
}
/*____HIGHLIGHT____*/
.important{
	font-weight: 600;
	letter-spacing: 0.05em;
}

.superStar{
	font-size:x-small; 
	color:red; 
	vertical-align:text-top;
}
/*____PICTURE CAPTION____*/
.picCaption{
	font-size: 0.85em;
} 
.picCaptionCenter{
	font-size: 0.85em;
	text-align: center;
} 
.picCaptionRight{
	font-size: 0.85em;
	text-align: right;
}
#SAMP { color: #0000ff; }
#MARK { color: #FF0000; }
#DARKBG { background: #ffaaff }
#MEDIBG { background: #ffe0ff }
#NAVBG {background: #ffeecc; color:#000000; }

.SAMP { color: #0000ff; }
.MARK { color: #FF0000; }
.DARKBG { background: #ffaaff }
.MEDIBG { background: #ffe0ff }
.TAGG { color: #0000ff; font-weight: bold;}
.BIG { font-size: x-large; }
