body {
    padding:0px;
    margin:0px;
    background:#FFFFFF;
    min-width:750px;
    background-image:url('/images/bgCeos.jpg');
    background-attachment:fixed;
    background-position: top center;
    background-color:#FFFFFF;
    background-repeat:no-repeat;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
}



a, a:link, a:visited, a:active {
    color: #596697;
    background-color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.celebsubnav{
    font-weight:bold;
    background: #ffffff;
    padding: 3px;
    color: #666666;
}

.celebsubnav a, .celebsubnav a:link, .celebsubnav a:visited, .celebsubnav a:active {
    color: #596697;
    background-color: inherit;
    text-decoration: none;
}

.celebsubnav a:hover {
    text-decoration: underline;
}

.tinyfont {
    font-family: Arial, sans-serif;
    font-size: 9px;
}

.smallfont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.normalfont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.subnavfont, .subnavfont a, .subnavfont a:link, .subnavfont a:visited, .subnavfont a:active {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bolder;
    color: #000000;
}

.formfieldnamefont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    font-size: 12px;
    color: #333333;
}

.navtabfontlevel1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #333333;
}


.mediumfont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
}

.largefont {
    font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
    font-size: 34px;
}

.pagetitlefont {
    font-family: Impact, Verdana, Arial, Helvetica, sans-serif;
    color: #9999cc;
    font-size: 34px;
}



td, th {
    vertical-align: top;
}



hr {
    height: 1px;
    border-style: dotted;
    border-color: #000000;
    border-width: 0px 0px 1px 0px;
}

.surveystatusbar{
	border: 1px solid #666666; width: 10px; height: 16px;
}

.homepageGrid td {
    vertical-align: top;
}

.headerGrid td {
    vertical-align: top;
}

.xboxcontentloginHeaderBox {
    text-align: right;
}

.xboxcontentloginHeaderBox a {
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.xboxcontentloginHeaderBox p {
    font-size: 10px;
    font-weight: normal;
    color: #000000;
}

input, textarea, select{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   font-size: 12px;
   background-color:#fed;
   border:4px solid;
   border-top-color:#cccccc;
   border-left-color:#cccccc;
   border-right-color:#cccccc;
   border-bottom-color:#cccccc;
}

.surveyeditbuttonbox{
    width: 100%;
}

.surveyeditnextbutton {
    text-align: right;
}

.surveyeditpreviousbutton {
    width: 20%;
    float: left;
    text-align: left;
}

form {
    border: 0px;
    margin: 0px;
}

.formsubmitbutton, submit {
   color:#333;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   font-size: 16px;
   background-color:#f8c600;
   border:4px solid;
   border-top-color:#behb00;
   border-left-color:#behb00;
   border-right-color:#behb00;
   border-bottom-color:#behb00;
   margin: 0px;
   cursor: pointer;
   cursor: hand;
}

.RED{
   color:#f00;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   font-size: 14px;
   background: #f3f668;   
}

.rounded {
    padding: 20px;
    background: #BFFFBF;
}

.survey_tabs_body_width{
    width: 700px;
}

.posttoblog_tabs_tablewidth{
    width:350px;    
}

.posttoblog_tabs{
    width:350px;
    background: url(/images/bg-green-fade.gif);
    margin: 3px;
    padding: 8px;
    border-top: 1px solid #333333;
}

.posttoblog_tabs_generic{
    width:350px;
    background: url(/images/bg-green-fade.gif);
    margin: 3px;
    padding: 8px;
    border-top: 1px solid #333333;
}

/* Start Css Tabs */
/* Source: http://www.exploding-boy.com/images/cssmenus/menus.html */
    #csstabs {
      float:left;
      width:100%;
      background:#E7E5E2;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #54545C;
      }
    #csstabs ul {
	  margin:0;
	  padding:10px 10px 0 10px;
	  list-style:none;
      }
    #csstabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #csstabs a {
      float:left;
      background:url("/images/csstabs-tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #csstabs a span {
      float:left;
      display:block;
      background:url("/images/csstabs-tabright.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #csstabs a span {float:none;}
    /* End IE5-Mac hack */
    #csstabs a:hover span {
      color:#FFF;
	  background-position:100% -42px;
      }
    #csstabs a:hover {
      background-position:0% -42px;
      }
    #csstabs a:hover span {
      background-position:100% -42px;
	  }
 /* End Css Tabs */

.gridheader{
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
   font-size: 12px;
   background: #e6e6e6;
}

.gridcontent{
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:normal;
   font-size: 12px;
}

/* Start dhtml tabpanel */
#tabs {
display: block;
float: left;
width: 100%;
}
a.tab {
border-collapse: collapse;
border-style: solid solid none solid;
border-color: #999900;
border-width: 1px 1px 1px 1px;
background-color: #33ff33;
padding: 10px 0.5em 2px 0.5em;
margin-top: 4px;
margin-right: 2px;
margin-left: 4px;
font-family: arial;
font-size: 12px;
font-weight: bold;
text-decoration: none;
text-align: center;
float: left;
color: #000000;
}
a.tab:hover {
border-color: #33ff33;
background-color: white;
color: #000000;
}
.panel {
border: solid 1px #009900;
background-color: white;
padding: 5px;
clear: left;
}
/* End dhtml tabpanel */




.roundedBox{
        margin: 0 auto;
        border: 0px solid #ffffff;
        color: #000000;
        padding: 20px;
        text-align: left;
        background-color: #ffffff;
        border: 8px solid #ffffff;
        background: #ffffff url(/js/curvycorners/cell_bg_yellow.gif) repeat-x left top;
        background-image: url(/js/curvycorners/cell_bg_yellow.gif);
        background-repeat: repeat-x;
        /* Do rounding (native in Firefox and Safari, CC in IE) */
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        CCborderRadius: 20px;
    }
    .notRoundedBox{
        margin: 0 auto;
        border: 0px solid #ffffff;
        color: #000000;
        padding: 20px;
        text-align: left;
        background-color: #ffffff;
        border: 8px solid #ffffff;
        background: #ffffff url(/js/curvycorners/cell_bg_yellow.gif) repeat-x left top;
        background-image: url(/js/curvycorners/cell_bg_yellow.gif);
        background-repeat: repeat-x;
    }
    .roundedBoxThinBorder{
        margin: 0 auto;
        border: 0px solid #ffffff;
        color: #000000;
        padding: 20px;
        text-align: left;
        background-color: #ffffff;
        border: 2px solid #ffffff;
        background-image: url(/js/curvycorners/cell_bg_yellow.gif);
        background-repeat: repeat-x;
        /* Do rounding (native in Firefox and Safari, CC in IE) */
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        CCborderRadius: 20px;
    }




