/*========================================================*/
/*  Universal                                          */
/*========================================================*/

/*-- Style For HTML PAGE                   */ html { height: 100%; }
/*-- Style For HTML BODY                   */ body { margin: 0; margin: 0 0 0 0; }
                                              #body{margin: 0; background: #4c4c4c; margin: 0 0 0 0; background-image:url(bg.jpg);}
                                              #__dnn_body{background:#FFF;}
/*-- Page Background Fade Image            */ .bgPageTop { background-image:url(doc_top_bg.gif); background-repeat:repeat-x; }
/*-- Inner Page Background Fade Image      */ .bgInnerPageTop { background-image:url(page_shadow.gif); background-repeat:repeat-x; } 
/*-- Setting Text Throughout the skin      */ table, tr, td, p {font-family: "Trebuchet ms"; font-size: 11px;}

/*========================================================*/
/*  Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: "trebuchet ms"; font-size: 11px; color: #000000; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: "trebuchet ms"; font-size: 11px; font-weight: bold; color: #000000; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: "trebuchet ms"; font-size: 11px; font-weight: bold; color: #777; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-family: "trebuchet ms"; font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}

/*========================================================*/
/*  Hyperlinks                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #913505; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #003366; font-family: "trebuchet ms"; font-size: 11px; text-decoration: none; }

/*-- default links visited and active  --*/ a.headernav:link, a.headernav:visited, a.headernav:active { color: #003366; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a.headernav:hover { color: #913505; font-family: "trebuchet ms"; font-size: 11px; text-decoration: none; }

/*-- default links visited and active  --*/ a.mainnav:link, a.mainnav:visited, a.mainnav:active { color: #ffffff; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a.mainnav:hover { color: #dcd177; font-family: "trebuchet ms"; font-size: 11px; text-decoration: none; }

/*-- default links visited and active  --*/ a.bottomnav:link, a.bottomnav:visited, a.bottomnav:active { color: #ffffff; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a.bottomnav:hover { color: #dcd177; font-family: "trebuchet ms"; font-size: 11px; text-decoration: none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #913505; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #dcd177; font-family: "trebuchet ms"; font-size: 11px;    text-decoration: none; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: "trebuchet ms"; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 10px 37px 6px 10px; cursor: hand; font-size:0px; margin: 0 0 0 0px; }

/*========================================================*/
/*  FormElements                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: "trebuchet ms"; font-size: 11px; color: #000000; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: "trebuchet ms"; font-weight: normal; font-size: 11px; background: #ffffff; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; }
/*-- textbox used for search    --*/ .SearchBox input{ height:13px; background: transparent; width: 165px; color: #ffffff; padding: 0px 6px 0px 0px; vertical-align:middle; border: 0px solid #FFFFFF; cursor:text;}
