html
{
font-size: 100%;
width: 100%;
margin-bottom: 0px;
min-height: 100%;
height: 100%;
background-color:#121212;
color: #cfcdcd;
}
body
{
height: 100%;
margin: 0px 0px 0px 0px;
font-family: Arial, Verdana; /*font-family:Verdana, Arial;*/
font-size: 12px;
text-align: center;
}
a
{
color:#ffffff;
text-decoration:underline;
font-weight:bold;
}
a:hover
{
color:White;
text-decoration:none;
font-weight:bold;
}
#wrap
{
width: 766px;
height: 100%;
margin: 0px auto;
text-align: left;
}
#wrap2
{
width: 766px;
margin: 0px auto;
text-align: left;
}
.wrapper
{
float: left;
width: 100%;
}
.clearfix:after
{
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix
{
display: inline-block;
}
html[xmlns] .clearfix
{
display: block;
}
* html .clearfix
{
height: 1%;
}
.HeaderBackground
{
float:left;
width:100%;
background-color:#121212;
}
.MainContainer
{
float:left;
width: 704px;
height:100%;
padding-left:40px;
/*
border:solid 4px #10202e;
background-color:#f1f1f1;
border:solid 1px cbcbcb;
background-color:#f1f1f1;
*/
}
.NavBackground
{
float:left;
width:100%;
height:86px;
background-image: url( '/App_Themes/Default/Images/MenuBar-Background.gif' );
background-repeat: no-repeat;
color:White;
font-weight:bold;
font-size:14px;
}
.NavBackground a
{
color:White;
text-decoration:none;
}
.NavBackground a:hover
{
color:White;
text-decoration:underline;
}
.FooterBackground
{
float:left;
width:100%;
height:100px;
background-image: url( '/App_Themes/Default/Images/Background-Bottom.gif' );
background-repeat: no-repeat;
color:#c4c2c2;
font-size:11px;
}
.FooterBackground a
{
color:#c4c2c2;
text-decoration:none;
}
.FooterBackground a:hover
{
color:White;
text-decoration:underline;
}
.Heading
{
float:left;
width:100%;
font-size:14px;
font-weight:bold;
}