@import url("css/layout.css");
@import url("css/navigation.css");

html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    color: #333333;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    background-color: #e8e8ea;
}

img {border-style: none;}

#loginlinks, #loginlinks a{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

#loginlinks a:hover{
    text-decoration: none;
    color: #1ef2f6;
}
            
.head_width{ width: 850px; text-align:left; position:relative;}
.clear_float{clear:both; line-height:0; font-size:0; height:0;}

#AdminContainer{
    position: relative;
    background-color:#FFFFCC;
}

#host{
    text-align:right;
    padding-right:20px;
}
.Head{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #161371;

}
.Normal, 
.NormalDisabled {
font-family:Tahoma, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}
.NormalSmall{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #d1d6db;
}



#SignInContainer{
	position:absolute;
	left:370;
	top:75px;
	width: 350px;
	height: 25px;
	padding:2px;
}
.SignInBackTop{
	width: 300px;
	height: 116px;
	vertical-align:top;
}
.SignInBackTile{
    height:1;
    width:300px;
}
.SignInBackBottom{
	width:300px;
	height: 12;
}

.SelectedTab{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

table td {
   font-size: 12px;
}

A:link{
	text-decoration: none;
	color: #0f81a3;
}

A:visited{
	text-decoration: none;
	color: #0f81a3;
}

A:hover{
	text-decoration: underline;
	color: #0f81a3;
}

A:active{
	text-decoration: none;
	color: #0f81a3;
}

ul li {
list-style-image:url(images/squareBullet.gif);
}
H1{
	font-size: 14px;
	font-weight: bold;
	color: #161371;
	background: url(images/blueLine.jpg) repeat-x bottom;
	padding-bottom: 2px;
}

H2{
    font-size: 16px;
    font-weight: bold;
    color: #161371;
    text-decoration: none;
}

H3{
	font-size: 14px;
	font-weight: bold;
	color: #161371;
}
H4{
	font-size: 12px;
	font-weight: bold;
	color: #161371;
}

H5, DT{
	font-size: 12px;
	font-weight: bold;
	color: #0f81a3;
}

.divider{
    background-image: url(images/blueBall.jpg);
    background-repeat: repeat-x;
    height: 5px;
}
div.hr{
  height: 4px;
  background: #fff url(images/blueBall.jpg) repeat-x scroll center;
}
div.hr hr{
  display: none;
}
.SubHead{
  color: #003366;
  font-family: Tahoma, Arial, Helvetica;
  font-size: 12px;
  font-weight: bold;
}
.DNNEmptyPane {width:0px;padding:0px;margin:0px;}


