/*************************************************************
	Filename: BigRank.css
	Project:  BigRank.com
	
	Global style sheet for site.  Defines commonly used 
	web styles.
*************************************************************/
/* Body Tag Definition */
body { margin:0px; background-color:#6699cc; }

/* Assign font and color to the general styles */
font, th, td, p, body, span, div, input, textarea { font-family:Arial, Helvetica, Verdana, sans, sans-serif; color:#000000; font-size:12px;}
h1,h2,h3,h4,h5 { font-family:Arial, Helvetica, Verdana, sans, sans-serif; color:#3399cc; }
h1 { font-size:24px; font-weight:bold; }
h2 { font-size:16px; font-weight:bold; }
h3 { font-size:12px; font-weight:bold; text-decoration:underline;}
h4 { font-size:12px; font-weight:bold; }
h5 { font-size:12px; font-style:italic; font-weight:normal;}
a { text-decoration:none; color:#333366; font-weight:bold; }
a:hover { text-decoration:none; color:#3399cc; font-weight:bold; }

.title { font-size:16px; color:#3399cc; font-weight:bold; font-style:normal; }
td.title { background-image: url(images/pgTitleBkrnd.gif); }
.small { font-size:11px; }
.smhdr { font-size:12px; font-weight:bold; color:#333366; }
.lghdr { font-size:13px; font-weight:bold; color:#333366; text-transform:uppercase; }

td.topnav {background-image: url(images/navBkrnd.gif); background-repeat: horizontal;}
td.right {background-image: url(images/right.gif); background-repeat: horizontal;}
td.white {background-image: url(images/white.gif); background-repeat: horizontal;}

.bottomNav { font-weight:normal; font-size:10px; color:#ffffff; background-color:#333366; }
.bottomNav:hover { font-weight:normal; font-size:10px; color:#66ccff; }

.formbox { border:1px rgb(51,51,102) solid; background-color:rgb(223,234,243); }
.formlabel { font-size:11px; font-weight:bold; color:#333366; text-transform:uppercase;}
.formfield { font-size:12px; font-weight:normal; }
.formcomments { font-size:12px; font-weight:normal; }

.boxtable { border:1px rgb(51,51,102) solid; background-color:rgb(223,234,243); }
.boxheader { font-weight: bold; color:#ffffff; background-color:rgb(51,51,102); }
.boxrow0 { color:#000000; background-color:rgb(223,234,243); }
.boxrow1 { color:#000000; background-color:rgb(223,234,243); }

.divmid { background-color:#6699cc;text-align:center; width:100%; }
.divbox { padding:0px 10px 10px 10px;border-left:1px solid #333366; border-right:1px solid #333366;width:700px;background-color:white; }
