@import url("css/layout.css");
@import url("css/navigation.css");

html, body
{
    height: 100%;
    width: 100%;
    padding: 0;
    font-family: arial, helvetica, sans-serif;
    color: #333333;
    font-size: 12px;
    background-color: #e7e3d7;
}

img {  border-style: none;}



#loginlinks
{
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #ffffff;
}

#loginlinks a
{
    color: #fff;
}

#loginlinks a:hover
{
    text-decoration: none;
    color: #b03931;
}

            
.head_width{ width: 850px; text-align:left; position:relative;}
.clear_float{clear:both; line-height:0; font-size:0; height:0;}
 

/* End of Tab Containers */


A.BannerLinks:Link, A.BannerLinks:Active, A.BannerLinks:Visited
{
    font-size: 10px;
    font-weight:bold;
	height:12;
    color:#04325f;
	padding-left:5;
}
A.BannerLinks:hover
{
    color:#d1d6db;
    text-decoration:none;
}
#AdminContainer{
    position: relative;
    background-color:#FFFFCC;
}
#ContentContainer a:Link, #ContentContainer a:Active, #ContentContainer a:Visited{
    color:red;
    height:auto;
}
#ContentContainer a:hover {
    color:yellow;
}

#host{
    text-align:right;
    padding-right:20px;
}
.Head{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #b03931;

}
.Normal, 
.NormalDisabled {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}
.NormalSmall
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #d1d6db;
}
.NormalSmallRed
{
    font-family: Arial, 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;
}
.SignInbtnLogin
{

}
.SignInbtnRegister
{

}
.SignInbtnEmailPassword
{

}
.SelectedTab 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
A:link
{
	text-decoration: none;
	color: #1a78f6;
}

A:visited
{
	text-decoration: none;
	color: #1a78f6;
}

A:hover
{
	text-decoration: underline;
	color: #1a78f6;
}

A:active
{
	text-decoration: none;
	color: #1a78f6;
}

ul li {
list-style-image:url(images/squareBullet.gif);
}
H1
{
	font-size: 14px;
	font-weight: bold;
	color: #49457b;
	background: url(images/blueLine.jpg) repeat-x bottom;
	padding-bottom: 2px;
}

H2
{
   
    font-size: 16px;
    font-weight: bold;
    color: #49457b;
    text-decoration: none;
}

H3
{
	font-size: 14px;
	font-weight: bold;
	color: #49457b;
}
H4
{
	font-size: 12px;
	font-weight: bold;
	color: #49457b;
}

H5, DT
{
	font-size: 12px;
	font-weight: bold;
	color: #49457b;
}


table td
{
    font-size: 12px;
}
.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;
}

.DNNEmptyPane{width:0;padding:0;margin:0;}






