body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #6AA2FD;
}

input, textarea, select {
	padding: 2px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
        background: #FFFFFF url(/images/input_bg.gif) repeat-x scroll left top
}

textarea {
    background: none;
}


input:hover {
  background: #f1f6ff;
}

input.button {
    background: #E1E1E1 url(/images/btn_button.gif) repeat-x scroll left center;
    padding: 1px, 0.5em;
}

input.submit {
    background: #FFA822 url(/images/btn_submit.gif) repeat-x scroll left center;
    border-color: #D5BD98 rgb(147, 94, 13) rgb(147, 94, 13) rgb(213, 189, 152);
}



h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.6em;
        padding-bottom: 5px;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
}

/* Header */

#header {
	width: 890px;
	height: 100px;
	margin: 3pt auto 0px auto;
        padding-bottom: 20px;
}

#login {
    float: right;
}

#logo {
    float: left;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	height: 88px;
	padding: 5px 90px 0 0;
	font-size: 4em;
	width: 10%;
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 75px 0px 0px 310px;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.8em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}


/* misc column */
#misc {
	width: auto;
	height: auto;
	border: 1px solid #6AA2FD;
	padding: 3px 3px 3px 3px;
	font-size: 11px;
        margin-top: 20px;
}


/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
        margin-bottom: -18px;
}

#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFFFFF;
}


#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 7px 0;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 500px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(../images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(../images/img07.gif) no-repeat 0 11px;
	font-weight: bold;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(../images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}


/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 15px 0;
        border-top: 2px solid #83acca; 
        font-size: small;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}


/* http://www.bioneural.net/2006/04/01/create-a-valid-css-alert-message/ */
.error {
          background: #fff6bf url(../images/boy_error_small.png) center no-repeat;
          background-position: 10px 50%; /* x-pos y-pos */
          text-align: justify;
          line-height: 140%;
          padding: 5px 20px 5px 45px;
          border-top: 1px solid #ffb700;
          border-bottom: 1px solid #ffb700;
	}

.success {
          background: #F8FAFC url(../images/boy_happy_small.png) center no-repeat;
          background-position: 10px 50%; /* x-pos y-pos */
          text-align: justify;
          line-height: 140%;
          padding: 5px 20px 5px 45px;
          border-top: 1px solid #B5D4FE;
          border-bottom: 1px solid #B5D4FE;
	}
        
.generic {
          background: #FFFCEB url(../images/boy_silence_small.png) center no-repeat;
          background-position: 10px 50%; /* x-pos y-pos */
          text-align: justify;
          line-height: 140%;
          padding: 5px 20px 5px 45px;
          border-top: 1px solid #F9CDD7;
          border-bottom: 1px solid #F9CDD7;
	}
        
.error_static {
          background: #990000;
          background-position: 10px 50%; /* x-pos y-pos */
          text-align: center;
          line-height: 140%;
          padding: 5px 20px 5px 45px;
          border-top: 1px solid white;
          border-bottom: 1px solid white;
          color: white;
	}
         
         

/* merged from custom_ab.css */
        
.tooltip {
  cursor: help;
}

fieldset {
  padding-left: 6px;
  padding-bottom: 6px;
  padding-top: 4px;
}

#buy td
{
  text-decoration: none;
  color: red;
}

#reminder_data
{
  border: 1px solid #6AA2FD;
}


/* New navbar CSS */
#menu_tabs
{
  float:left;
  width:950px;
  background:#FFF;
  font-size:110%;
  line-height:normal;
  border-bottom: 2px solid #83acca;
}
#menu_tabs ul
{
  margin:0;
  padding:20px 10px 0 25px;
  list-style:none;
  line-height: 190%;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:0px;
  padding-top:0px;
}

#menu_tabs li 
{
  display:inline;
  margin:0;
  padding:0;
}

#menu_tabs a 
{
  float:left;
  background:url("../images/tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 1px 0 4px;
  text-decoration:none;
}

#menu_tabs a span 
{
  float:left;
  display:block;
  background:url("../images/tab_right.gif") no-repeat right top;
  padding:3px 20px 0px 13px;
  color:#FFF;
  font-weight: bold;
  font-size: 18px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu_tabs a span {float:none;}

/* End IE5-Mac hack */
#menu_tabs a:hover span 
{
  color:#FFF;
}

#menu_tabs a:hover 
{
  background-position:0% -42px;
}

#menu_tabs a:hover span 
{
  background-position:100% -42px;
}

#menu_tabs #current a 
{
  background-position:0% -42px;
}

#menu_tabs #current a span 
{
  background-position:100% -42px;
}


#help
{
  float:right;
}
/* New navbar CSS */


/* Buttons in sidebar */
.big_font
{
  font-size: 22px;
}

.big_font img
{
  position: relative;
  top: 3px;
}

.attractor
{
  border: 1px solid #ffffff;
  text-align: center;
}

.attractor:hover
{
  background: #f3f3f3;
  border: 1px solid #6AA2FD;
  cursor: pointer;
}
/* Buttons in sidebar */

#social_bookmarks
{
  text-align: center;
}

.tickmark_list
{
  list-style-image: url(../images/tick.png);
  list-style-position: outside;
  list-style-type: none;
}

.required
{
  color: red;
}

.alternate
{
  background: #F3F3F3;
}

.hover_effect:hover
{
  background: #FFFF99;
}
  