body
{
	background-color:#000;
	margin-left:auto;
	margin-top:0px;
}

b{font-size: 110%;}
em{color: red;}

p ul
{
	font-family: 'Segoe UI';
	font-size:12px;
}

.boxBackground
{
	background-color:#dadfe4;
	font-size:9pt;
}

.formtext
{
	font-family: 'Segoe UI';
	font-size:12px;
}

.uList
{
	list-style-image:url('~/images/list-bullet-02-link.gif');
}

.menuList
{
	display:block;
	list-style-type:none;
}

.menuList li
{
	font-family: verdana, helvetica, arial, sans-serif; 
	font-size: 10pt !important; /*93%; */ 
	line-height: 1.2em;
}

.imageList
{
	display:block;
	list-style-type:none;
	width:500px;
}

.imageList li
{
	
	width:500px;
}

.login
{
	
}

#silverlightControlHost {
z-index:0;

	    text-align:center;
	    height:80px;
	    float:right;
    }
    
    .footer
    {
	 background-color:#a89166;
	
	}

a, a:visited, a:hover, a:active {}
 

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border: 1px solid #999999;
}
.noline {
	text-decoration: none;
	color: #573E00;

}
a:hover {
	text-decoration: underline;
}
.caption
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

.cssform
{
	font-family: 'Segoe UI';
	font-size:12px;
	width:450px;	
}

.cssform p{
width: 400px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


#ddblueblockmenu{
border-bottom-width: 0;
width: 182px;
margin: 10px 15px 5px 15px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Segoe UI';
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 165px; /* main width minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Segoe UI';
}


