//Add all styles that are specific to the front end of the site only
//Any global font styles that you want accessible in the admin tool should be placed in style.css

/***********************
*                      *
* MAIN TEMPLATE STYLES *
*                      *
************************/
body {width:100%;font-family:verdana,sans-serif;color:#FFF;}
table {font-family:verdana,sans-serif;color:#FFF;}
#bgContainer {width:934px;margin-left:auto;margin-right:auto;border:0px solid #000;background-image:url(/global/bg_right.gif);background-repeat:no-repeat;background-position:900px 100px;}
#siteContainer{width:900px;color:#FFF;background-image:url(/global/bg_bottom.gif);background-repeat:no-repeat;background-position:bottom left;}

#contentContainer {float:left;width:691px;border:0px solid #000;}
#leftContainer {float:left;border:0px solid #000;width:209px;padding-top:10px}
#leftContainer img {margin-left:auto;margin-right:auto}

.navBottom {background-color:#323232;}
#bottom {background-color:#323232;float:right}
#footer {text-align:right;color:#B4B4B4;border:0px solid #000;padding:20px 0px 0px 0px;font-size:10px;height:30px;}
#footer a{font-size:10px;}

.module_header {width:500px}
.contain {clear:both;display:block;height:0px}

h1 {margin:0px 0px 0px 0px;color:#FFF;font-family:Eurostile Extended Roman DTC, verdana;}
h2 {margin-top:0px;background-color:#BBB;width:460px;padding:2px 0px 2px 10px}
h3 {}
h4 {}
h5 {}

.bgPink {background-color:#FFE6F1}
/************************
*                       *
* SIDEBOXES STYLES      *
*                       *
************************/

#sideNav {border:px solid #000;width:208px;font-size:15px;margin-top:10px}
#sideNav li.inactive_sec,
#sideNav li.inactive_prim {font-size:15px;border-top:1px solid #000;border-bottom:1px solid #000;}
#sideNav .inactive_sec,
#sideNav .inactive_prim {font-size:15px;color:#8B8B8B;font-weight:bold;text-decoration:none}
#sideNav h3 {background-color:#BBB;font-size:14px;width:100%;color:#FFF;padding:2px 0px 2px 0px;text-align:center;margin-top:0px}
#sideNav ul {list-style: none;margin:0px;padding:0px 0px 0px 0px}
#sideNav li {padding:8px 0px 4px 10px;background-color:#EFEFEF;height:22px;}
#sideNav li a {font-size:15px;color:#8B8B8B;font-weight:bold;text-decoration:none}
#sideNav .bgPink {background-color:#FFE6F1}
#sideNav .bgBlue {background-color:#E3F2FB}
#sideNav .bgGreen {background-color:#E1F7E2}
#sideNav .bgGrey {background-color:#F5F5F5}

/************************
*                       *
* MODULE STYLES         *
*                       *
*************************/

.leftSide,.rightSide {float:left}

/*anything default*/
#anything {width:100%}

#anything .rightSide {border:0px solid #000;width:212px}
#anything .mainText {padding:5px 10px 5px 0px;min-height:307px;}
.leftSide {width:439px;border:0px solid #000;padding:85px 20px 0px 20px;}
.spacer {height:19px;background-color:#FFF;width:212px}
/*anything dark grey*/
.darkGrey {background-color:#323232;}
.darkGrey .leftSide {background:url('/global/bg_top_darkgrey.gif') top right no-repeat;}
/*anything pink*/
.pink {background-color:#FFABD1;}
.pink .leftSide {background:url('/global/bg_top_pink.gif') top left no-repeat;}
/*anything blue*/
.blue {background-color:#A3D5F7;}
.blue .leftSide {background:url('/global/bg_top_blue.gif') top left no-repeat;}
/*anything green*/
.green {background-color:#9BE49E;}
.green .leftSide {background:url('/global/bg_top_green.gif') top left no-repeat;}
/*anything light grey*/
.lightGrey {background-color:#575757;}
.lightGrey .leftSide {background:url('/global/bg_top_lightgrey.gif') top left no-repeat;}

/*register*/
#register {width:100%}
#register .intro {padding:0px 0px 0px 0px}
#register .error {padding:0px 0px 0px 0px}
#register .confirm {padding:0px 0px 0px 10px;min-height:307px;}
#register .row {margin-top:5px;border:0px solid #000;width:100%}
#register .colLeft {float:left;width:210px;border:0px solid #000;}
#register .colRight {float:left;border:0px solid #000;}
#register .buttons {}
#register .form {padding:0px 0px 0px 0px;min-height:307px;}
#register .message {margin-top:5px}
#register .message .text { float:left;width:150px}
#register .message .input { float:left;}
#register .buttons {margin-top:20px;}


/************************
*                       *
* DEFAULT STYLES        *
*                       *
*************************/
img {border-width:0px;display:block}
.bold {font-weight:bold}
.error {color:red}

