/* Colors
    #085776 Footer Background - Blue
    #dbe1e7 Page Bottom - Gradient
    #a73c26 Red Lines
    #e7e6dd Box Borders
    #085877 Green Font 1
    #747b77 Grey Font
*/


body{
    margin:0px;
    font-family: Arial;
    color:#747b77;
    background-image:url(../images/backgrounds/gradient_blueslice.jpg);
    background-repeat: repeat-x;
    background-color:#dbe1e7;
}


div.adminPageBoundary
{
    width:1200px;
    border: solid #444444 2px;
}


.PageContent
{
	background-color:#FFFFFF;
	font-family: Arial, helvetica, sans-serif;
	font-size: small;
	/*line-height: 14px;*/
	color: #747b77;
	padding:5px;
}


.tinyText
{
    font-size:10px;
    font-family:Arial,Tahoma;
}

.newsItem{
    font-size:12px;
}

td
{
    font-size:small;
    font-family:Arial,Tahoma;
    text-align:left;
}

td.center
{
    font-size:small;
    font-family:Arial,Tahoma;
    text-align:center;
}

td.right
{
    font-size:small;
    font-family:Arial,Tahoma;
    text-align:right;
}


.background
{
	background-color:#bbbbbb;
}

.message
{
    color:#C60000;
}

.testimonial
{
    font-family: Times, serif;
    font-size:14px;
}

/* HEADINGS */
h1{
    color:#085776;
}

h2{
    font-size:16px;
    color:#085776;
}

h3{
    font-size:13px;
    color:#666666;
}

.heading{
	font-family: Arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #085877;
	font-weight:bolder;
}
.subhead, tr.subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #085877;
	font-weight: bold;
	background-color:Gray;
}

.heading_Blue{
    font-size:14px;
    font-weight:bold;
    font-family:Garamond, Arial;
    color:#3D6684;
}

.Heading1, a.Heading1
{
    font:Arial;
    font-weight:bold;
    font-size:12pt;
    color:#085877;
    line-height:normal;
}

.Heading2
{
    font:Arial;
    font-size:12pt;
    color:#085877;
}

.RedBox
{
    background-color:#a73c26;
    color:White;
}


/* LINKS */
a{
    color:#333333;
    text-decoration:none;
}
a:hover{ color:#777777;}

a.bannerLink, A.bannerLink:visited{ 
    color:#ffffff; 
    font-size:10px; 
    font-family:Arial;
    font-weight:bold;
}


a.blue, a.blue:visited{color:#0000FF;}
a.blue:hover{color:#6666FF;}

a.grey, a.grey:visited{color:#777777;}
a.grey:hover{color:#aaaaaa;text-decoration:underline;}


/* Footer & Banner */
.footer{
    background-color:#085776;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
}

.twitter{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
    font-weight:bold;
	color: #FFFFFF;
}


a.footer:visited, a.banner, a.banner.visited{
    color:#ffffff;
    text-decoration:none;
}
a.footer:hover{
    color:#cccccc;
}


.navbar{
	background-image:url(../images/backgrounds/blueslice.png);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left:10px;
}

/* Product Spotlught Boxes */
.table_ProductSpotlight
{
    background-image:url(../Images/Backgrounds/Gradient_Gold.jpg);
    background-repeat:repeat-x;
    background-color:#dfddc2;
    border: solid 1px #e7e6dd;
    font-family:Arial;
    font-size:10px;
    color:#747b77;
}

img.ProductSpotlight
{
    float:left;
    margin: 2px 8px 5px 4px;
}

.ProductSpotlight, td.ProductSpotlight, a.ProductSpotlight, a.ProductSpotlight:visited
{
    font:Arial;
    color:#747b77;
}



/* Tables */
.TableStyle1
{
    font-size:small;
    border: solid 2px;
    background-color:#dadada;
    border-color:#999999;
}

.TableBanner, td.TableBanner
{
    background-image: url(../Images/Backgrounds/Background_Banner.png);
    background-repeat:no-repeat; 
    background-color:#085776;
    background-position:center;
    color:#8AA9BF;
    font-size:small;
    height:130px;
}

.TableBanner_Short
{
    background-image: url(../Images/Backgrounds/Background_Banner_Short.png);
    background-repeat:no-repeat; 
    background-color:#085776;
    background-position:center;
    color:#8AA9BF;
    font-size:small;
    height:70px;
}


.tableHead{
	background-image: url('PlasticBlue/GridView/gvHeaderBackground.gif');
	background-position:top;
	background-repeat:repeat-x;
    background-color:#77A1BF;
    color: #000000;
    font-size:small;
    font-family:Arial,Tahoma;
    font-weight:bold;
}

.tableLogin{
    color: #ffffff;
    font-size:x-small;
    font-family:Arial,Tahoma;
}

.tableSubHead{
    background-color:#8AA9BF;
    font-size: x-small;
    font-weight:normal;
}   

.tableColumnHead{
	background-color:#C0DDE0;
    font-size:x-small;
    font-family:Arial,Tahoma;
}

.tableCell{
    background-color:White;
}

td.formLabel{
    background-color:#999999;
    font-size:x-small;
}
