body {
  margin: 0;
  background: #DDDDFF;
}

body, td, input, select {
  font: normal 12px Arial,Helvetica,sans-serif;
}

p, form {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 16px;
}

div.toolbar {
  background: #fff;
  padding: 0 0 0 10px;
  color: #336699;
  height: 20px;
}

div.toolbar a {
  color: #336699;
  text-decoration:none;
  font-family: Tahoma;
  font-weight: 600;
  font-size: 13px;
}

#language_selector {
  font-size: 11px;
}

div.content {
  padding: 5px;
  color: #333333;
}
div.content a {
  color: #333333;
}

div.content a:hover {
  color: red;
}

.error, .notice {
  color: red;
}

div.error {
  padding: 5px;
  border: 1px solid #666666;
  background: white;
}

.boxed {
  padding: 5px;
  border: 1px solid;
  margin-left: 2em;
  margin-right: 2em;
}

.indent {
  margin-left: 2em;
}

td.label {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 1%;
}

table.grid {
  border-collapse: collapse;
}

table.grid td, table.grid th {
  padding: 5px 15px 5px 15px;
}

table.grid th {
  background: #AAAAFF;
}

div.snippet {
  white-space: nowrap;
}

div.snippet select {
  font-size: 10px;
  vertical-align: middle;
}

div.snippet input {
  vertical-align: middle;
}

div.snippet textarea {
  width: 100%;
}

input[type="radio"] {
  vertical-align: bottom;
}

div.alert {
  margin: 25px;
  text-align: center;
  padding: 10px;
  background: white;
  border: 2px solid red;
  font-size: 12px;
  font-weight: bold;
}

div.blog_article {
  border-bottom: 1px dashed #AAAAAA;
}

p.blog_article_title {
  font-weight: bold;
  font-size: 16px;
}

p.blog_article_date {
  font-style: italic;
  color: #888888;
}

div.blog_comment {
  border-bottom: 1px dashed #AAAAAA;
}

textarea.code {
  font: normal 12px Arial,Helvetica,sans-serif;
  width: 450px;
  background-color: #eeeeee;
  border-color: #cccccc;
  border-style: inset;
  margin-top: 5px;
}

p.blog_comment_date {
  font-style: italic;
  color: #888888;
}

.tabberlive .tabbertabhide {
  display: none;
}

.tabber {
  display: none;
}

.tabberlive {
  margin-top:1em;
}

ul.tabbernav
{
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px solid #AAA;
  /* font: bold 12px Verdana, sans-serif */;
  font-weight: bold;
}

ul.tabbernav li
{
  list-style: none;
  margin: 0;
  display: inline;
}

ul.tabbernav li a
{
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #AAA;
  border-bottom: none;
  background: #DDE;
  text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
  color: #000;
  background: #AAE;
  border-color: #AAA;
}

ul.tabbernav li.tabberactive a
{
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
  color: #000;
  background: white;
  border-bottom: 1px solid white;
}

.tabberlive .tabbertab {
  padding: 5px;
  border: 1px solid #aaa;
  border-top: 0;
}

.tabberlive .tabbertab h2 {
  display: none;
}
.tabberlive .tabbertab h3 {
  display: none;
}

.tabberlive#tab2 .tabbertab {
  height: 200px;
  overflow: auto;
}

#grid-title {
	float: right;
	padding-right: 2em;
	font-weight: bold;
	font-size: 2em;
}

#grid-search {
	float: left;
}

#grid {
	float: left;
	padding-bottom: 5px;
	padding-top: 1em;
}

#pages li {
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	float: left;
	background: none;
}

#pager {
	clear: both;
	float: none;
}

#grid-name, #grid-name a {
	margin-top: 5px;
	text-decoration: none;
	font-weight: 600;
}

#grid-name a:hover, #grid-desription a:hover {
	color: #7777FF
}

#grid-desription, #grid-desription a {
	margin-bottom: 10px;
	text-decoration: none;
	font-style: italic;
}

#grid-code {
	width: 600px;
	height: 130px;
}

#header {
  height: 87px;
  background: transparent url(images/header_background.jpg) repeat-x;
}

#header .logo {
  float: left;
  height: 87px;
  width: 376px;
  background: transparent url(images/header_logo.jpg) no-repeat;
}

#header .menu {
  margin-top: 54px;
  float: left;
  height: 33px;
}

#header .menu .item {
  height: 33px;
  width: 100px;
  float: left;
}

#header .menu #home{
  background: transparent url(images/button_home_hover.jpg) no-repeat;
}

#header .menu #search{
  background: transparent url(images/button_search.jpg) no-repeat;
}

#header .menu #pay-to-play{
  background: transparent url(images/button_ptp.jpg) no-repeat;
}

#header .menu #bailout {
 background: transparent url(images/button_bailout.jpg) no-repeat;
}

#header .menu #bailout:hover {
  background: transparent url(images/button_bailout_hover.jpg) no-repeat;
}

#header .menu #give{
  background: transparent url(images/button_give_hover.jpg) no-repeat;
}

#header .menu #benefits{
  background: transparent url(images/button_benefits.jpg) no-repeat;
}

#header .menu #contact-us{
  background: transparent url(images/button_contact_us.jpg) no-repeat;
}

#header .menu #home:hover{
  background: transparent url(images/button_home.jpg) no-repeat;
}

#header .menu #search:hover {
  background: transparent url(images/button_search_hover.jpg) no-repeat;
}

#header .menu #pay-to-play:hover{
  background: transparent url(images/button_ptp_hover.jpg) no-repeat;
}

#header .menu #give:hover{
  background: transparent url(images/button_give.jpg) no-repeat;
}

#header .menu #benefits:hover{
  background: transparent url(images/button_benefits_hover.jpg) no-repeat;
}

#header .menu #contact-us:hover{
  background: transparent url(images/button_contact_us_hover.jpg) no-repeat;
}

#subheader {
  height: 9px;
  background: #2172A1;
}

#copyright {
  padding: 10px;
  height: 24px;
  background: #2172A1;
  color: #fff;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:10px;
}

.clear {
  clear: both;
}

#sub-footer {
  height: 24px;
  background: #277CB2;
}

#main-content {
  background: #90BDDA;
}

#main-content table {
  width: 100%;
  border: 0;
}

#main-content table, #main-content table tbody, #main-content table tr,#main-content table tr td {
  border: 0 solid;
  margin: 0;
  padding: 0;
}

#main-content table tr td.content {
  text-align: left;
  background: #DDDDFF;
  width: 100%;
  vertical-align: top;
}

#main-content .menu {
  width: 147px;
  float: left;
  vertical-align: top;
}

#main-content #content {
  width: 100%;
  float: left;
}

#main-content #content .notice {
  height: 56px;
  background: #2172A1;
}

#blue-gradient  {
  height: 29px;
  background: url(images/navbasebg.jpg);
}

#main-content #content .notice .left {
  float: left;
  height: 46px;
  width: 49%;
  padding: 5px;
}

#main-content #content .notice .right {
  float: left;
  padding: 5px 5px 5px 20px;
  height: 56px;
  width: 45%;
}

.status-notice {
  font-size: 22px;
  color: #2172A1;
  font-weight: 600;
}
