/* ---------- Global Site Set up ---------- */
*{margin: 0; padding: 0;}
body {
  font-family: Verdana,Arial,sans-serif;
  font-size: 12px;
  text-align: center;
  /*background-image: url('http://www.1800banners.com/newimages/background.gif');*/
  background: #ffffff;
  margin: 0px;
  word-wrap: break-word;
}

#site{
  margin: 0px auto;
  width: 930px;
  text-align: left;
  background: #ffffff;
  padding: 0px 18px 0px 18px;
  background: url('http://www.1800banners.com/newimages/white_shadow_bg.gif') repeat-y left top;
}

#header{

  position: relative;
  width: 100%;
  height: 80px;
  /*background: url('http://www.1800banners.com/newimages/header_background.gif') no-repeat;*/
 
}
#header a.homepage_link,
#header a.homepage_link:visited {
  position: absolute;
  top: 15px;
  left: 25px;
  height: 50px;
  width: 175px;
}

#main{
  width: 100%;
  /*background: #e0e6e6 url('http://www.1800banners.com/newimages/main_background.jpg') repeat-x;*/
  background: #ffffff url('http://www.1800banners.com/newimages/middle_column_background.gif') repeat-x;
  z-index: 1;
  line-height: 18px;
}
#main a,
#main a:visited {
  color: #3333FF;
}

#main_min_height{
  float: left;
  width: 0px;
  height: 380px;
}

#footer{
  width: 100%;
  height: 24px;
  /*background: url('http://www.1800banners.com/newimages/footer_background.gif') repeat-x;*/
  background: #E1E1E1;
  margin: 0px;
}

.clear{
  clear: both;
}

#bottom_shadow {
  height: 10px;
  margin: 0px auto;
  width: 966px;
  background: url('http://www.1800banners.com/newimages/bottom_shadow.gif') no-repeat top left;
}
/* ---------- End Global Site Set up ---------- */

/* ---------- Header Content ---------- */
#header .content{
  position: relative;
  float: right;
  height: 75px;
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}
#header .content .links{
  margin-top: 10px;
  padding: 3px;
  font-size: 10px;
}
#header .content .links a,
#header .content .links a:visited {
  /*text-transform: uppercase;*/
  font-family: Genetica, Verdana, Arial, sans-serif;
  color: #000000;
  text-decoration: none;
  font-size: 10px;
}

#header .content .forms{
  margin-top: 5px;
}
#header .content .forms input{
  float: right;
  width: 150px;
  height: 18px;
}
#header .content .forms select{
  float: right;
  display: inline;
  font-size: 90%;
  margin-top: 1px;
}
#header .content .forms .dividing_pipe {
  float:right; width: 12px; margin-top: 2px;text-align:left;
}
#header .content .forms .search_button{
  margin-top: 2px;
  float: right;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
/* ---------- End Header Content ---------- */

/* ---------- Header-Nav ---------- */
#header_bar{
  width: 100%;
  height: 25px;


  background: #f38900;
  z-index: 4;


}

#header_bar .button{
  position: relative;
  float: left;
 


}
#header_bar .button_highlight{
  position: relative;
  float: left;

  background: #0472b3;
}
#header_bar a, #header_bar a:visited {
padding-left:5px;
padding-right:5px;
  font-size: 11px;
  height: 25px;
 
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float: left;
  line-height: 24px;
}
#header_bar a:hover {
  /*text-decoration: underline;*/
}
#header_bar img{
  float: left;
}
/* IE Hack :( \*/
* html #header_bar img {margin-left: -3px;margin-right: -3px;}
/* End IE Hack */

#header_bar #left{
  height: 20px;
  width: 20px;
  float: left;
}
#header_bar div.divider{
  margin-top: 0px;
  height: 17px;
  width: 1px;
  float: left;
  border-left: 1px dotted #ffffff;
}
#header_bar #right{
  margin-left: 200px;
  margin-right: 0px;
}

#header_bar #login{
  float: right;
  margin-right: 30px;
  height: 25px;
}
#header_bar #login a,
#header_bar #login a:visited {
  width: 70px;
  background: url('http://www.1800banners.com/newimages/login_background.gif') repeat-x;
}
/* ---------- End Header-Nav ---------- */


/* ------ Header Drop-Downs ------ */
#header_bar .drop_down{
  position: absolute;
  left: 0px;
  top: 25px;
  background: #000000;
  width: 220px;
  visibility: hidden;
  z-index: 50;
 /* filter: alpha(opacity: 85);*/
 /*  opacity: .85; */
}
#header_bar .drop_down a,
#header_bar .drop_down a:visited {

  display: block;
  width: 220px;
  color: #ffffff;
  text-align: left;
  float: none;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
  /*padding-left: 4px;*/
  border-bottom: 1px dotted #ffffff;
}
#header_bar .drop_down a:hover {
  text-decoration: none;
  background: #f38900;
  font-weight: normal;
}
/* ------ End Header Drop-Downs ------ */


/* ---------- Homepage --------- */
#homepage{
  position: relative;
  z-index: 1;
  background: #ffffff;
}
#homepage embed{
  position: relative;
  z-index: 2;
}
#homepage .right_column{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 340px;
  width: 260px;
  z-index: 3;
}
 /* Homepage Spotlight Box */
#homepage div.spotlight_box{
  position: relative;
  margin: 15px auto;
  text-align: left;
  background: #ffffff;
  font-size: 10px;
  line-height: 11px;
  width: 215px;
}
#homepage div.spotlight_box h1{
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  display: inline;
}

#homepage div.spotlight_box img.top{
  position: absolute;
  top: -3px;
  left: 0px;
}
#homepage div.spotlight_box img.bottom{
  position: absolute;
  left: 0px;
  bottom: -3px;
}

#homepage div.spotlight_box .content{
  border-left: 1px solid #bcbab7;
  border-right: 1px solid #bcbab7;
  padding: 5px;
  padding-top: 2px;
}
#homepage div.spotlight_box .content .width {
  position: relative;
  z-index: 2;
  width: 200px;
}
#homepage div.spotlight_box .min_height{
  float: left;
  width: 0px;
  height: 35px;
}
#homepage div.spotlight_box .content a,
#homepage div.spotlight_box .content a:visited {
  color: #2f34ff;
  font-weight: normal;
}

/* Homepage Client Box */
#homepage div.client_box{
  position: relative;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 10px;
  line-height: 11px;
  width: 880px;
  background: #ffffff;
}
#homepage div.client_box h1{
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  display: inline;
}

#homepage div.client_box img.top{
  position: absolute;
  top: -3px;
  left: 0px;
}
#homepage div.client_box img.bottom{
  position: absolute;
  left: 0px;
  bottom: -3px;
}

#homepage div.client_box .content{
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding-top: 2px;
}
#homepage div.client_box .content .width {
  position: relative;
  z-index: 2;
  width: 200px;
}
#homepage div.client_box .content .width b{
  color: #ffffff;
  margin-left: 5px;
}
#homepage div.client_box .content .width  a,
#homepage div.client_box .content .width  a:visited {
  color: #ffffff;
  text-decoration: none;
}
#homepage div.client_box .min_height{
  float: left;
  width: 0px;
  height: 71px;
}

#homepage .left_float{
  float: left;
}
#homepage img.left_float{
  margin-right: 5px;
}

#homepage #client_logos {
  position: absolute;
  left: 1px;
  top: 20px;
  margin: auto;
  width: 876px;
  height: 50px;
  overflow: hidden;
}
#homepage #client_logos .logo_box {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 65px;
}
#homepage #client_logos .logo_box img {
  height: 50px;
}
/* ---------- End Homepage --------- */


/* ---------- Static Three Column --------- */
#left_column{
  float: left;
  width: 190px;
  overflow: visible;
}
#left_column .inner_nav{
  margin-top: 10px;
  margin-left: 15px;
}
#left_column .inner_nav img{
  float: left;
  height: 24px;
}
#left_column .inner_nav div{
  width: 156px;
}
#left_column .inner_nav a,
#left_column .inner_nav a:visited {
  float: left;
  text-decoration: none;
  color: #ffffff;
  /*background: url('http://www.1800banners.com/newimages/nav_gray.gif') no-repeat;*/
  background: #9d9d9d;
  height: 24px;
  line-height: 24px;
  font-size: 10px;
  overflow: hidden;
  padding-left: 10px;
  width: 143px;
  margin-top: 1px;
}
#left_column .inner_nav a:hover,
#left_column .inner_nav a.selected,
#left_column .inner_nav a.selected:visited {
  /*background: url('http://www.1800banners.com/newimages/nav_red.gif') no-repeat;*/
  background: #d6d6d6;
  color: #ffffff;
  margin-top: 1px;
}
#left_column .inner_nav a.child,
#left_column .inner_nav a.child:visited {
  width: 133px;
  padding-left: 20px;
  background: url('http://www.1800banners.com/newimages/nav_child.gif') no-repeat;
  /*background: #999999;*/
  color: #ffffff;
  margin-top: 0px;
}
#left_column .inner_nav a.child:hover {
  text-decoration: underline;
  background: url('http://www.1800banners.com/newimages/nav_child_selected.gif') no-repeat;
  margin-top: 0px;
}
#left_column .inner_nav a.child_selected,
#left_column .inner_nav a.child_selected:visited {
  width: 133px;
  padding-left: 20px;
  background: url('http://www.1800banners.com/newimages/nav_child_selected.gif') no-repeat;
  margin-top: 0px;
}
#left_column .inner_nav a.child_child,
#left_column .inner_nav a.child_child:visited {
  width: 123px;
  padding-left: 30px;
  color: #000000;
  background: url('http://www.1800banners.com/newimages/nav_child_child.gif') no-repeat;
  margin-top: 0px;
}
#left_column .inner_nav a.child_child:hover {
  text-decoration: underline;
  background: url('http://www.1800banners.com/newimages/nav_child_child.gif') no-repeat;
  margin-top: 0px;
}
#left_column .inner_nav a.child_child_selected,
#left_column .inner_nav a.child_child_selected:visited {
  width: 123px;
  padding-left: 30px;
  background: url('http://www.1800banners.com/newimages/nav_child_child_selected.gif') no-repeat;
  color: #D8000F;
  margin-top: 0px;
}
#left_column .inner_nav a.child_child_selected:hover {
  text-decoration: underline;
  margin-top: 0px;
}
#left_column .bottom_nav{
  display: block;
  width: 156px;
  padding-top: 15px;
  margin-left: 15px;
}

#middle_column{
  position: relative;
  float: left;
  width: 700px;
  background: #ffffff url('http://www.1800banners.com/newimages/middle_column_background.gif') repeat-x;
  z-index: 1;
  color: #333333;
}

#main #middle_column .padding a,
#main #middle_column .padding a:visited {
  color: #3333FF;
  text-decoration:  underline;
}

#middle_column .bread_crumbs{
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 10px;
}
#middle_column .bread_crumbs a,
#middle_column .bread_crumbs a:visited {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}
#middle_column .bread_crumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
#middle_column .padding{
  padding: 40px 20px 5px 20px;
}
#middle_column .min_height{
  float: left;
  width: 1px;
  height: 470px;
}

/* -- Start Share Box -- */
#main .share_box{
  position: relative;
  padding-left: 30px;
  float: left;
  width: 100%;
  /*background: #000000;*/
  height: 22px;
  text-align: left;
  line-height: 19px;
  z-index: 10;
}
#main .share_box a,
#main .share_box a:visited {
  position: relative;
  /*color: #ffffff;*/
  color: #000000;
  font-size: 10px;
  text-decoration: none;
  margin-right: 15px;
}
#main .share_box a:hover {
  color: #000000;
}
#main .share_box a img,
#main .share_box a:visited img {
  margin-bottom: -1px;
}
#main .share_box #email_pop{
  position: absolute;
  z-index: 10;
  left: 10px;
  bottom: 30px;
  width: 300px;
  background: #ffffff;
  font-size: 10px;
  line-height: 11px;
}
#main .share_box #email_pop img.top{
  position: absolute;
  left: 0px;
  top: -3px;
}
#main .share_box #email_pop img.bot{
  position: absolute;
  left: 0px;
  bottom: -3px;
}
#main .share_box #email_pop .content {
  border-left: 1px solid #bcbab7;
  border-right: 1px solid #bcbab7;
  padding: 5px;
  padding-top: 2px;
}
#main .share_box #email_pop .content .width {
  position: relative;
  z-index: 2;
  width: 298px;
}
#main .share_box #email_pop .content .width .min_height{
  float: right;
  width: 0px;
  height: 50px;
}
#main .share_box #email_pop .content .width form {
  margin: 0px;
  padding: 0px;
  width: 290px;
}
#main .share_box #email_pop .content .width form label {
  float: left;
  width: 110px;
  text-align: right;
  line-height: 18px;
  margin-top: 2px;
  clear: left;
}
#main .share_box #email_pop .content .width form input.text {
  display: inline;
  float: left;
  margin-top: 2px;
  margin-left: 4px;
  width: 160px;
  /*height: 15px;*/
}
#main .share_box #email_pop .content .width .text_button{
  width: 51px;
  display: inline;
  float: left;
  margin-left: 4px;
  margin-top: 1px;
}
#main .share_box #email_pop .content .width .text_button a,
#main .share_box #email_pop .content .width .text_button a:visited {
  margin: 0px;
  color: #ffffff;
  width: 45px;
  float: left;
}
#main .share_box #email_pop .content .width .text_button img {
  float: left;
}
#main .share_box #email_pop .content .width a.close,
#main .share_box #email_pop .content .width a.close:visited {
  position: absolute;
  top: 0px;
  right: 2px;
  text-decoration: none;
}
/* -- End Share Box -- */

#middle_column .section_title {
  width: 90%;
  padding: 5px 0px 5px 28px;
  color: #666666;
  border-top: dotted 1px #999999;
  border-bottom: dotted 1px #999999;
  margin: 0px;
  vertical-align: middle;
  background: url('http://www.1800banners.com/newimages/icon_bullet.jpg') no-repeat left center;
}

#middle_column .section_titlelrg {
  width: 100%;
  padding: 5px 20px 5px 28px;
  color: #0472b3;
		font-family: arial, helvetica;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
  border-top: dotted 1px #999999;
  border-bottom: dotted 1px #999999;
  margin: 0px;
  vertical-align: middle;

}

#middle_column td {
  padding: 4px;
  vertical-align: top;
}

#middle_column hr {
  border: dotted 1px #999999;
  margin: 8px 0px;
}
#right_column{
  float: left;
  width: 190px;
  text-align: center;
}

#right_column div.spotlight_box{
  position: relative;
  margin: 10px auto;
  text-align: left;
  background: #ffffff;
  font-size: 10px;
  line-height: 11px;
  width: 167px;
}
#right_column div.spotlight_box h1{
  font-weight: bold;
  font-size: 110%;
  margin: 0;
  padding: 0;
  display: inline;
}

#right_column div.spotlight_box img.top{
  position: absolute;
  top: -3px;
  left: 0px;
}
#right_column div.spotlight_box img.bottom{
  position: absolute;
  left: 0px;
  bottom: -3px;
}

#right_column div.spotlight_box .content{
  border-left: 1px solid #bcbab7;
  border-right: 1px solid #bcbab7;
  padding: 5px;
  padding-top: 2px;
}
#right_column div.spotlight_box .content .width {
  position: relative;
  z-index: 2;
  width: 155px;
}
#right_column div.spotlight_box .min_height{
  float: left;
  width: 0px;
  height: 35px;
}


#right_column div.client_box {
  position: relative;
  margin: 13px auto;
  width: 167px;
  background: #ffffff;
  z-index: 1;
}
#right_column div.client_box p{
  position: absolute;
  top: -5px;
  left: 5px;
  width: 157px;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
}
#right_column div.client_box img.top{
  position: absolute;
  top: -3px;
  left: 0px;
}
#right_column div.client_box img.bottom{
  position: absolute;
  left: 0px;
  bottom: -3px;
  z-index: 0;
}
#right_column div.client_box .content{
  position: relative;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 5px;
  z-index: 1;
}
#right_column div.client_box .content .width {
  width: 155px;
}
#right_column div.client_box .content .width .logo_box .logo_link {
  border-bottom: 1px dotted #7a7a7a;
}
#right_column div.client_box .min_height{
  float: left;
  width: 0px;
  height: 100px;
}
/* ---------- End Static Three Column --------- */

/* ---------- Start Static Two Column --------- */
#middle_column.extra_wide {
  width: 740px;
  /*background: #ffffff;*/
}
#middle_column.extra_wide .padding{
  position: relative;
  padding: 35px 20px 5px 20px;
}
#main #middle_column.extra_wide .padding .bread_crumbs a,
#main #middle_column.extra_wide .padding .bread_crumbs a:visited {
  color: #000000;
  text-decoration: none;
  letter-spacing: 1px;
}
#main #middle_column.extra_wide .padding .bread_crumbs a:hover {
  color: #000000;
  text-decoration: underline;
}
/* ---------- End Static Two Column --------- */

/* ---------- Footer Links --------- */
#footer a,
#footer a:visited {
  float: left;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  font-size: 10px;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 18px;
}
#footer a:hover {
  text-decoration: none;
}
#footer img{
  margin-left: 5px;
  margin-right: 5px;
}
#footer .center{
 padding-top: 3px;
}
#footer .divider{
  float: left;
  margin-top: 2px;
  width: 1px;
  height: 15px;
  border-right: 1px dotted #000000;
}
#footer .spacer{
  height: 24px;
  width: 30px;
  float: left;
}
/* ---------- End Footer Links --------- */


/* ---------- Main global styles ---------- */
#main p{
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#main h1{
  font-size: 14px;
}

#main h4{
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
  color: #333333;
}

img {
  border: 0;
}

ul, ol{
  margin: 5px 5px 5px 25px;
}
li{
  margin: 0px;
}

table.tracking tr td{
  line-height: 8px;
}

/* - Text Button - */
div.text_button{
  width: 104px;
}
div.text_button a,
div.text_button a:visited {
  background: url('http://www.1800banners.com/newimages/text_button_back.gif') repeat-x;
  font-size: 10px;
  height: 18px;
  width: 100px;
  color: #ffffff;
  text-align: center;
  float: left;
  text-decoration: none; font-weight: normal;
  line-height: 15px;
}
div.text_button img {
  float: left;
}
/* IE Hack :( \*/
* html .text_button img {margin-left: -3px;margin-right: -3px;}
/* End IE Hack */
/* - End Text Button - */

img.divider{
  margin: 0;
  padding: 0;
}

/* ---------- End Main global styles ---------- */

/* ---------- Articles styles ----------------- */
.article_img {
  padding: 10px 15px 10px 0px;
}
.article_img_left {
  float: left;
  clear: none;
  padding: 10px 15px 15px 0px;
}

.article_img_right {
  float: right;
  clear: none;
  padding: 10px 0px 15px 15px;
}
.article_img_center{
  margin: auto;
}

.article_subtitle {
  font-weight: bold;
  font-size: 13px;
  color: #D8000F;
}

#middle_column h1 {
  color: #EC0008;
  font-size: 16px;
}

#middle_column h2 {
  color: #000000;
  font-size: 14px;
  margin-top: 5px;
}

#middle_column h3 {
  color: #EC0008;
  font-size: 15px;
}

#middle_column  li {
  padding-bottom: 8px;
}

#middle_column  li  strong {
  color: #666666;
}

.eventquote {
  color: #666666;
  font-size: 13px;
  margin-top: 5px;
}

.greysmall {
  font-size: 11px;
  font-style: italic;
  color: #999999;
}

.blue {
  color: #EC0008;
  font-size: 11px;
  font-weight: bold;
}

/* --- Start Our Clients Section Logos --- */
div.outlined_client_logo{
  float: left;
  height: 75px;
  width: 150px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
div.outlined_client_logo img{
  margin-top: 12px;
}
div.outlined_client_logo:hover {
  background: url('http://www.1800banners.com/newimages/our_clients_outline.gif') no-repeat;
}
/* --- End Our Clients Section Logos --- */



.commonBox {  z-index: 0; width:100%; margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px; }
.commonBoxCollapsed { display: none; margin: 0px 0px 12px 0px; padding: 0px 0px 0px 0px; }
.commonBoxTop { height: 31px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/top_bg.gif') no-repeat; }



.commonBoxTopCollapsible { height: 31px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/top_bg.gif') no-repeat; cursor: pointer; }
.commonBoxTopBlue { height: 31px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/top_bg_blue.gif') no-repeat; }
.commonBoxTopYellow { height: 10px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/top_bg_yellow.gif') no-repeat; }
.commonBoxTopGrey { height: 10px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/top_bg_grey.gif') no-repeat; }
.commonBoxTopRightImg { float: right; width: 6px; height: 31px; margin: 0px 0px 0px 0px; }
.commonBoxTopRightImgBlue { float: right; width: 10px; height: 31px; margin: 0px 0px 0px 0px; }
.commonBoxTopRightImgYellow { float: right; width: 10px; height: 10px; margin: 0px 0px 0px 0px; }
.commonBoxTopRightImgGrey { float: right; width: 10px; height: 10px; margin: 0px 0px 0px 0px; }
.commonBoxTopTitle { z-index: 0; font-size: 12px; color: #596661; font-weight: bold; padding-left:13px; padding-top:8px; }

.commonBoxTopTitlegreen { font-size: 12px; color: #166f10; font-weight: bold;  top: 8px; left: 13px; padding-left:13px; padding-top:8px; }
.commonBoxTopTitleblue { font-size: 12px; color: #0472b3; font-weight: bold; top: 8px; left: 13px; padding-left:13px; padding-top:8px; }

.commonBoxTopSubTitle { font-size: 12px; color: #68736f; font-weight: normal; }
.commonBoxTopEdit { float: right; font-size: 12px; position: relative; top: 8px; right: 6px; }
.commonBoxContentArea { padding: 0px 1px 0px 1px; background-color: #d3d3d3; }
.commonBoxContentAreaYellow { padding: 0px 1px 0px 1px; background-color: #ede1ac; }
.commonBoxContentAreaGrey { padding: 0px 1px 0px 1px; background-color: #cccccc; }
.commonBoxInnerArea { overflow: hidden; margin: 0px 0px 0px 0px; padding: 12px 6px 6px 9px; font-size: 12px; color: #313835; background-color: #ffffff; }
.commonBoxInnerAreaYellow { overflow: hidden; margin: 0px 0px 0px 0px; padding: 6px 6px 6px 9px; font-size: 11px; color: #313835; background-color: #fffde9; }
.commonBoxInnerAreaGrey { overflow: hidden; margin: 0px 0px 0px 0px; padding: 6px 6px 6px 9px; font-size: 11px; color: #517270; background-color: #f0f0f0; }
.commonBoxInnerAreaGrey a:link, .commonBoxInnerAreaGrey a:visited { color: #517270; text-decoration: none; }
.commonBoxInnerAreaGrey a:hover, .commonBoxInnerAreaGrey a:active { color: #517270; text-decoration: underline; }
.commonBoxLink { font-size: 11px; font-weight: bold; }
.commonBoxLinkRight { float: right; position: relative; left: -8px; font-size: 11px; font-weight: bold; }
.commonBoxMiddle { height: 31px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/middle_bg.gif') no-repeat; }
.commonBoxMiddleRightImg { float: right; width: 10px; height: 31px; margin: 0px 0px 0px 0px; }
.commonBoxBottom { height: 10px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/bottom_bg.gif') no-repeat; }
.commonBoxBottomYellow { height: 10px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/bottom_bg_yellow.gif') no-repeat; }
.commonBoxBottomGrey { height: 10px; padding: 0px 0px 0px 0px; background: #ffffff url('http://www.1800banners.com/newimages/bottom_bg_grey.gif') no-repeat; }
.commonBoxBottomRightImg { float: right; width: 6px; height: 10px; margin: 0px 0px 0px 0px; }
.commonBoxBottomRightImgYellow { float: right; width: 10px; height: 10px; margin: 0px 0px 0px 0px; }
.commonBoxBottomRightImgGrey { float: right; width: 10px; height: 10px; margin: 0px 0px 0px 0px; }
.contentPaddedRow { padding: 0px 8px 0px 8px; }



.blackbordergreytable { 
display:none;
osition: relative;
    
 
	}

  span.checkbox {
     width: 19px;
    height: 20px;
  
     background: url(http://www.1800banners.com/newimages/checkbox.gif) no-repeat;
   
  display: block;
	clear: left;
   }
 
  span.radio {
   width: 19px;
   height: 20px;
 
     background: url(http://www.1800banners.com/newimages/radio.gif) no-repeat;
    display: block;

 
   }
   span.select {
     position: absolute;
     width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
     height: 21px;
     padding: 0 24px 0 8px;
     color: #fff;
     font: 12px/21px arial,sans-serif;
     background: url(http://www.1800banners.com/newimages/select.gif) no-repeat;
     overflow: hidden;
   }

.headerlinks a {text-decoration:none; color:#0472b3; font-size:12px; font-weight: bold; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;}
.headerlinks a:link,.headerlinks a:visited {color:#0472b3;}
.headerlinks a:hover {color:#000000;}



#stats td { border-bottom: 3px solid #eef0ed; }

.noclass {border-bottom: 0px solid #ffffff;}
.greyborderbot {border-bottom: 3px solid #eef0ed;}








 .statsbutton{

  float: left;
  font-weight: normal;
  text-decoration: none;
 }
 .statsbutton a:link, a:visited{
  /*padding-bottom:2px;*/
  color: #000000;
  font-weight: normal;
  text-decoration: none;
 }
  .statsbutton a:hover {
 color:#000000;
  text-decoration: none;
}

.statsnav a:link, .statsnav a:visited {
padding-left:5px;
padding-right:5px;
  font-size: 11px;
  height: 25px;
  
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  float: left;
  line-height: 24px;
}






.statsdrop_down{
  position: absolute;
  margin-left: 15px;
  background: #eef0ed;
    width: 318px;
   display: none;

  
}
.statsdrop_down a:link,
.statsdrop_down a:visited {


  padding-left:5px;
  padding-right:5px;
  color: #000000;
  text-align: left;

  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
 
}
.statsdrop_down a:hover {

  text-decoration: none;
  background: #f38900;
  font-weight: normal;
}

.plusminus {
width:20px;
padding-right:2px;

}

.plusminus a {text-decoration:none; color:#0472b3; font-size:12px; font-weight: bold; text-align:left; 
font-family: Verdana, Arial, Helvetica, sans-serif;

}
.plusminus a:link,.plusminus a:visited {

 font-weight: bold; text-align:left;
color:#0472b3;
}
.plusminus a:hover {

 font-weight: bold; text-align:left;
color:#000000;
}



.statsdrop_downmsg{
  position: absolute;
  margin-left: 12px;
  padding-left:15px;
  padding-right:15px;
  padding-top:15px;
  background: #eef0ed;
    width: 630px;
    height:100px;
   display: none;

  
}
.statsdrop_downmsg a:link,
.statsdrop_downmsg a:visited {


  padding-left:5px;
  padding-right:5px;
  color: #000000;
  text-align: left;

  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
 
}
.statsdrop_downmsg a:hover {

  text-decoration: none;
  background: #f38900;
  font-weight: normal;
}













form input, form submit, form textarea {
background: #EEEEDF;
}
input:hover, submit:hover, textarea:hover {
background: #FEFEF8;
}
input:focus, submit:focus, textarea:focus {
background: #FEFEF8;
} 

.textareaH {
background: #FEFEF8;
}
.textareaN
 {
background: #EEEEDF;
}



.corner-box {
	background: url(http://www.1800banners.com/newimages/left-top-corner-box.jpg) top left no-repeat;
	padding: 12px 15px;
}

.corner-box-right {
	background: url(http://www.1800banners.com/newimages/right-top-corner-box.jpg) top right no-repeat;
	padding: 12px 15px;
}

.corner-box h3,
.portal-box-contents .corner-box h3 {
	margin-top: 0;
}




.campdrop_down{
  position: static;
 background: #eef0ed;




   
 width: 100%;
   display: none;

  
}
.campdrop_down a:link,
.campdrop_down a:visited {


  padding-left:5px;
  padding-right:5px;
  color: #000000;
  text-align: left;

  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 25px;
 
}
.campdrop_down a:hover {

  text-decoration: none;
  background: #f38900;
  font-weight: normal;
}

.keycontent {
  position: static;
  display: none;

  
}


tr.rowlightgrey
{
text-decoration:none;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #e8e8e8;
}
tr.row
{
text-decoration:none;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
}
















div.cmsnotes  { margin-top: 60px;
		margin-bottom: 25px;
		padding-top: 25px;
		border-top: 1px dashed #555555;
		font-family: arial, helvetica;
		font-size: 11px;
		color: #555555;
		width: 400px;
	}

.cmslink      { font-family: verdana, geneva, arial, helvetica;
		font-size: 13px;
		color: #006699;
		font-weight: bold;
	}

.cmslink:hover { color: #000000; }

.cmstitle     { font-family: verdana, geneva, arial, helvetica;
		font-size: 18px;
		font-weight: bold;
		color: #000000;
		margin-bottom: 25px;
	}

TABLE.uploadvideo { 	border: 1px solid #cccccc;
			background-color: #ffffcc;
			margin-bottom: 15px;
			width: 511px;
		}

TD.uploadtitle    { font-family: verdana, geneva, arial, helvetica;
			font-size: 12px;
			color: maroon;
			font-weight: bold;
			padding-top: 8px;
			padding-bottom: 8px;
			border-bottom: 1px dashed #cccccc;
		}

TD.uploadarea   { 	padding-top:8px;
			padding-bottom:10px;
			font-family: arial, helvetica;
			font-size: 11px;
			font-weight: bold;
			color: #222222;
		}



.create  { border: 1px solid #cccccc;
		background-color: #eeeeee;

	}

TD.cmslabel   { font-family: arial, helvetica;
		font-size: 12px;
		font-weight: bold;
		color: #006699;
		padding-left: 15px;
		padding-right: 12px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #cccccc;
	}

TD.cmsfield   { font-family: arial, helvetica;
		font-size: 11px;
		padding-left: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 15px;
		color: #006699;
		border-bottom: 1px dashed #cccccc;
	}

TD.cmsfield2  { font-family: arial, helvetica;
		font-size: 12px;
		padding-left: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-right: 15px;
		color: #000000;
		border-bottom: 1px dashed #cccccc;
	}

TD.cathead    { color: #333333;
		font-family: arial, helvetica;
		font-size: 12px;
		font-weight: bold;
		background-color: #eeeeee;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #aaaaaa;
	}

TD.catfield   { font-family: arial, helvetica;
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 6px;
	}

INPUT.catbox  { width: 90px;
		border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 11px;
		font-weight: bold;
	}

INPUT.catbox2  { width: 130px;
		border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 10px;
		font-weight: normal;
	}

.cattemplate  {	border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 10px;
		font-weight: normal;
	}

TD.ohead      { color: #333333;
		font-family: arial, helvetica;
		font-size: 12px;
		font-weight: bold;
		background-color: #eeeeee;
		padding-left: 8px;
		padding-right: 8px;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #aaaaaa;
	}

TD.ofield   { font-family: arial, helvetica;
		font-size: 10px;
		padding-left: 8px;
		padding-right: 8px;
		padding-bottom: 6px;
	}

INPUT.obox  { width: 130px;
		border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 11px;
		font-weight: bold;
	}

INPUT.obox2  { width: 150px;
		border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 10px;
		font-weight: normal;
	}

.otemplate  {	border: 1px solid #777777;
		font-family: arial, helvetica;
		font-size: 10px;
		font-weight: normal;
	}

tr.rowlightgrey
{
text-decoration:none;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #e8e8e8;
}
tr.row
{
text-decoration:none;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
}
tr.rowtitles
{
text-decoration:none; font-weight:bold;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #d2d2d2;
}
tr.subcattoplevel
{
text-decoration:none; font-weight:bold;  color:#000000; font-size:12px; text-align:left; font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #e8e7d7;
}

.tableheader {
	background-color: #aaaaaa;
        font-family: verdana, geneva, arial, helvetica;
		font-size: 13px;
		color: #000000;
		font-weight: bold;
}






