/* 
    Document   : cbbt
    Created on : December 11, 2007, 1:06 PM
    Author     : Lee Averbeck
    Description:
        Purpose of the stylesheet follows.
*/

body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  }

h1 {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  }

p {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 21px;
  color: #333333;
  }
p.centerit {
  margin: 20px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-family: Verdana, Sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  text-align: center;
  border-top: 1px solid #000000;
  }


img.HLogos { 
  display: block;
  margin: 10px auto 20px auto;
  border: 0px;
  }

a {
  color: #0000cc;
  text-decoration: underline;
  }
a:hover {
  color: #993333;
  text-decoration: none;
  }


/* ****************************** */
/* Layout Divs                    */
/* ****************************** */

#enclose {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  }

#nav {
  background: #19433b;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
  font-family: Verdana, Sans-serif;
  font-size: 10pt;
  font-weight: bold;
  line-height: 16pt;
  color: #efefef;
  text-align: center;
  border-top: 2px solid #000000;
  }
#nav a {
  color: #ffffff;
  text-decoration: none;
  margin: 0px 10px 0px 10px;
  }
#nav a:hover {
  color: #ffff99;
  text-decoration: underline;
  margin: 0px 10px 0px 10px;
  }

#content {
  margin: 0px 70px 0px 70px;
  padding: 0px;
  }

#header {
  background: #002e25; 
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 100px;
  }
#header img { 
  margin: 15px 0px 10px 70px;
  padding: 0px;
  }

#footer {
  background: #d1d09e; 
  margin: 0px;
  padding: 15px 10px 15px 10px;
  border-top: 10px solid #b3b15e;
  clear: both;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  color: #19433B;
  line-height: 16px;
  font-style: italic;
  font-weight: bold;
  }

/* ****************************** */
/* SWDL Classes Override          */
/* ****************************** */


.ButtonPane {
  clear: both;
  margin: 10px 10px 10px 10px; 
  padding: 10px 0px 0px 0px; 
  }
.AddEditView label.boxes { 
  margin: 8px 10px 5px 0px; 
  padding: 0px;
  width: 210px;
  height: 40px;
  float: left;
  line-height: 14px;
  text-align: right;
  } 

.AgentsCheckBoxes {
  width: 750px;
}
.AgentsCheckBoxes label.boxes {
  margin: 8px 10px 5px 0px;
  padding: 0px;
  width: 300px;
  height: 20px;
  float: left;
  line-height: 14px;
  text-align: right;
  }
.AgentsCheckBoxes input.boxes {
  margin: 7px 5px 10px 0px;
  padding: 0px;
  float: left;
  display: inline;
  }

.BenefitsUCheckBoxes {
  width: 750px;
}
.BenefitsUCheckBoxes label.boxes {
  margin: 8px 10px 5px 0px;
  padding: 0px;
  width: 200px;
  height: 20px;
  float: left;
  line-height: 14px;
  text-align: right;
  }
.BenefitsUCheckBoxes input.boxes {
  margin: 7px 5px 10px 0px;
  padding: 0px;
  float: left;
  display: inline;
  }

.SubscriberCheckBoxes {
  width: 750px;
}
.SubscriberCheckBoxes label.boxes {
  margin: 8px 10px 5px 0px;
  padding: 0px;
  width: 200px;
  height: 20px;
  float: left;
  line-height: 14px;
  text-align: right;
  }
.SubscriberCheckBoxes input.boxes {
  margin: 7px 5px 10px 0px;
  padding: 0px;
  float: left;
  display: inline;
  }

/**********************************************/
/* Drop Downs                                 */
/**********************************************/

.menu {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #b71e56;
	font-size: 10px;
	}

.menu .options {
	margin-right: 1px;
	margin-bottom: 1px;
	border: 1px solid #000000;	
	background-color: #e1e0bf;
	}
 
.menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #002e25;
	font-size: 10px;
	display: block;
	padding: 2px 10px;
	text-decoration: none;
	background-color: transparent;
	}

.menu a:hover {
	background-color: #002e25;
	color: #b3b15e;
	}
