/*
 * ===========================================================================
 *
 * style.css
 *
 * ===========================================================================
 */ 

/*
 * ===========================================================================
 * GENERAL
 * ===========================================================================
 */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td { margin: 0; padding: 0; }  

body
{
	border: 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12pt;
}

a 
{
  text-decoration: none;
  color: #456cb4;
}

a:hover 
{
  text-decoration: underline;
  color: #395983;
}


div.clear
{
 	clear: both;
 	height: 1px;
 	display: block;
}

div#ALL_CONTENT
{
	margin: 10px auto 0 auto;
	width: 800px;	
}

div#HOME_LEFT
{
	float: left;
	width: 450px;
}

div#HOME_RIGHT
{
	float: right;
	width: 230px;
}

div#LOGIN_OUTER
{
	background: url(login_bar_background.png) no-repeat;	
	color: #777777;
	display: inline; /* ie6 */
	float: left;
	font-size: 0.7em;
	height: 42px;
	margin: 0 0 0 286px;
	width: 432px;
}

div#LOGIN_OUTER label
{
		margin: 9px 0 0 12px;
}

div#LOGIN_OUTER input
{
	margin: 9px 0 0 10px;
}

div#LOGIN_OUTER input.ezpz-hint
{
	color: #888888;
}

div#LOGIN_OUTER input.email
{
	width: 160px;
}

div#LOGIN_OUTER input.password
{
	width: 100px;
}

div#LOGIN_OUTER input[type=submit]
{
	color: #555555;
	margin: 9px 0 0 10px;
	width: 60px;
}

div#LOGO
{
	background: url(logo.gif) no-repeat;
	height: 91px;
	float: left;
	margin: 10px 0 0 0;
	width: 300px;
}

#NAV_BAR a {
  display: block;
  background-color: #cdd6db;
  float: left;
  font-size: 0.9em;
  padding: 8px 8px 10px 8px;
  margin: 8px 2px 0 5px;
  color: white;
  width: 120px;
  text-align: center;
  height: 14px;
  background-repeat: no-repeat;
  overflow: hidden;
}

#NAV_BAR .current {
  background-color: #5aa9db;
}

/* special awkward handling of nav bar rounded caps for IE6 */
.nav_left, .nav_left_current {
  background-position: 0 0;
}

#NAV_BAR .nav_right, .nav_right_current {
  background-position: 100% 0;
  margin-right: 0;
  width: 122px;
}

.nav_left {
  background-image: url(left_cap.png);
}

.nav_right {
  background-image: url(right_cap.png);
}

.nav_left_current {
  background: url(left_cap_current.png) 0 0;
}

.nav_right_current {
  background: url(right_cap_current.png) 100% 0;
}

/* ie 6 requires a non-zero width element to clear a float */
.clearfix {
  float: none;
  clear: both;
  height: 0.1px;
  width: 0.1px;
  margin: 0;
  padding: 0;
  line-height: 0px;
  font-size: 0px;
  border: none;
  display: block;
}

div#CONTENT_OUTER
{
	border-bottom: 1px solid #555555;
	margin: 15px 0 0 6px;
	padding: 0 0 35px 1px;
	width: 707px;
}

div#CONTENT_OUTER h3 
{
	margin: 0 0 10px 0;
}

div#CONTENT_OUTER p
{
	margin: 0 0 25px 1px;
}

div#FOOTER
{
	color: #555555;
	font-size: 0.75em;
	font-style: italic;
	margin: 2px 0 0 6px;
	text-align: right;
	width: 707px;
}

a.no_color
{
	color: #555555;
}

div.big_spacer
{
 	clear: both;
 	height: 40px;
 	display: block;
}

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #8a1f11; borderALL_CONTENT-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }

/*
 * ===========================================================================
 * REGISTER
 * ===========================================================================
 */
table.register 
{
	width:100%;
	margin-bottom: 1.4em; 
	width:100%;
}
table.register th 
{
	text-align: left;
	font-weight: bold;
}

table.register thead th 
{
	background: #c3d9ff;
}

table.register td 
{
	border-bottom: 1px solid #ddd;
}
    
table.register tfoot
{
	background:#eee;
}
    
table.register tr td.label
{
	width: 150px;
}

table.register tr td.double_width
{
	width: 100%;	
}

table.register th, table.register td 
{ 
	padding: 4px 10px 4px 5px; 
}

table.register input.wide_input
{
	width:400px;
    padding:5px;
    margin:0;
}

table.register select 
{
    width:414px;
}