/**
 * Standard style definitions.
 */
body {
	background: #858585;
}
body, input, select, textarea, td, th {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
h1 {
	font-weight: bold;
	font-size: 14px;
	color: #B9C8D8;
}
h2 {
	font-style: italic;
	font-size: 13px;
	color: #ffffff;
}
h3 {
  font-size: 12px;
  color: #ffffff;
}
a, a.link, a.visited {
	color: #B9C8D8;
	text-decoration: underline;
}
a:hover {
	color: #666699;
}

/**
 * Site container (used for centering and general positioning).
 */
#container {
	text-align: center;
	vertical-align: top;
}

/**
 * Site header.
 */
.header_table {
	width: 850px;
	border: 2px solid #B9C8D8;
	border-collapse: collapse;
}
/* Only put border on main cells. */
.header_table td.main_cell {
	border: 1px solid #B9C8D8;
}
.header_container {
	width: 100%;
}
.header_content {
  width: 600px;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #B9C8D8;
}
.header_content_logo {
	margin-top: 10px;
	margin-bottom: 5px;
  text-align: center;
}
.header_content_image {
	text-align: center;
}

/**
 * Menu links.
 */
.menu_links {
	padding: 0px 10px;
	white-space: nowrap;
	vertical-align: top;
}
.menu_link {
	text-align: left;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}
.menu_link a, .menu_link a.visited {
	color: #ffffff;
	text-decoration: none;
}
.menu_link a:hover {
    color: #666699;
}
.menu_link_selected {
	color: #B9C8D8;
}
/* Manage link spacing based on template. */
#outer .menu_link {
	margin-top: 20px;
	margin-bottom: 20px;
}
#outer .menu_link_top {
	margin-top: 0px;
}
#outer .menu_link_bottom {
	margin-bottom: 10px;
}
#inner .menu_link {
	margin-top: 1px;
	margin-bottom: 1px;
}
#inner .menu_link_top {
	margin-top: 0px;
}
#inner .menu_link_bottom {
	margin-bottom: 10px;
}

/**
 * Main content.
 */
.main_content {
	margin: 20px 75px;
	text-align: left;
	color: #ffffff;
}


   
/* Manage main content styles based on template. */
#inner .main_content_container {
	background: #525252;
	color: #ffffff;
}
#inner .main_content_container input, #inner .main_content_container select, #inner .main_content_container textarea, #inner .main_content_container td, #inner .main_content_container th {
	color: #B9C8D8;
}

/**
 * General styles.
 */
 
td.label {
	width: 20%;
	color: #000000;
	white-space: nowrap;
}
td.input {
	width: 80%;
}
.bordered {
  border: 2px solid #B9C8D8;
}
.float_left {
  float: left;
  margin-right: 20px;
}
.float_right {
  float: right;
  margin-left: 10px;
}
.light_spacing {
  margin-left: 0px;
  padding-left: 10px;
}
.main_bullet {
  list-style: none;
}
.main_bullet .bullet_heading {
  border-bottom: 1px solid #cc9616;
  margin: 5px 0px;
  font-weight: bold;
}
.required {
  color: red;
  font-weight: bold;
}
.success {
  margin: 5px 0px;
  padding: 5px;
  background: #cc9616;
  color: #ffffff;
  font-weight: bold;
}

/**
 * Site footer.
 */
.footer {
	margin-top: 50px;
	margin-bottom: 10px;
	text-align: center;
	color: #B9C8D8;
}
#outer .footer a, a.visited {
	color: #ffffff;
}
#outer .footer a:hover {
	color: #666699;
}

.footerlink {
    color: #ffffff;
}


/**
 * Powered by CrystalVision
 */
#powered_by_crystalvision {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
}
#powered_by_crystalvision a, a.visited {
	color: #ffffff;
}
#powered_by_crystalvision a:hover {
	color: #666699;
}