/* Clear the styles */
html, body, p, div, img, a, 
ul, li, ol,
h1, h2, h3, h4, h5, h6,
table, td, th, tr, tbody, thead,
input, textarea, select  {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  outline: none;
}

form {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  outline: none;
}

body {
	background-position: top center;
}

/* General tag styles */
img {
	vertical-align: bottom;
	border: none;
}

label, .label {
	font-weight: bold;
}

/* General class styles */
ul.inline li,
ol.inline li {
	display: inline;
	float: left;
}

.error_msg {
  color: #B12401;
}

.error_msg2 {
  color: #ffffff;
}

.template_clear {
	clear: both;
}

.template_error {
	color: #ee0000;
}

/* Template ID Styles */
#template_footerNavBar li {
	padding: 10px;
	float: none;
	margin-top: 100px;
}

#template_footerNavBar a {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#template_footerNavBar a:hover {
	text-decoration: underline;
}

#template_copyright {
	padding-top: 30px;
}

#template_designedBy img {
	margin: 5px 0 40px 0;
}

#template_header,
#template_footer,
#template_body,
#template_body_bottom_corner {
	margin: auto;
	width: 1030px;
	display: block;
}

#template_body {
	background-color:#FFFFFF;
	padding-top: 10px;
}

#template_tagline {
	margin: 0 0 30px 10px;
}

#template_footer {
	text-align: center;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 10px;
}

#template_header {
	position: relative;
  top: 0;
	left: 0;
  z-index: 99999;
}

#template_login {
  border: 0px solid red;
	position: absolute;
	top: 0;
	right: 0;
  z-index: 99999;
	/*background-color: #ffffff;*/
	padding: 5px 20px 5px 20px;
}

#template_login a {
  color: #FFFFFF;
	font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

#template_login a:hover {
  text-decoration: underline;
}

#template_login label {
	font-size: 11px;
  color: #FFFFFF;
}

#template_login #login_email_address,
#template_login .register_class,
#template_login #login_password {
  background-color: black;
  color: #ffffff;
  border: 1px solid #666666;
  margin: 0px 5px 0px 5px;
  width: 160px;
}

#template_login #login_login,
#template_login #register_register,
#template_login #login_register {
  background-color: black;
  color: #ffffff;
  border: 1px solid #666666;
  margin: 0px 5px 0px 5px;
}

#account {
	margin-right: 40px;
}

#login_div {
  width: 300px;
  position: relative;
  top: 5px;
  right: 0px;
  z-index: 99999;
}

#register_div {
  width: 300px;
  position: relative;
  top: 5px;
  right: 0px;
  z-index: 99999;
}

.input {
  border: 1px solid #666666;
  width: 160px;
}

.button {
  border: 1px solid #666666;
  background: none;
}


.rg_tl {
  background: transparent url("../images/rg_tl.gif") no-repeat;
  width: 10px;
  height: 10px;
}

.rg_tm {
  background: transparent url("../images/rg_tm.gif") repeat-x;
  height: 10px;
}

.rg_tr {
  background: transparent url("../images/rg_tr.gif") no-repeat;
  width: 10px;
  height: 10px;
}

.rg_ml {
  background: transparent url("../images/rg_ml.gif") repeat-y;
  width: 10px;
}

.rg_mm {
  background-color: #AA0000;
}

.rg_mr {
  background: transparent url("../images/rg_mr.gif") repeat-y;
  width: 10px;
}

.rg_bl {
  background: transparent url("../images/rg_bl.gif") no-repeat;
  width: 10px;
  height: 10px;
}

.rg_bm {
  background: transparent url("../images/rg_bm.gif") repeat-x;
  height: 10px;
}

.rg_br {
  background: transparent url("../images/rg_br.gif") no-repeat;
  width: 10px;
  height: 10px;
}

#extras_div {
  width: 300px;
  position: absolute;
  bottom: 0px;
  right: 200px;
  z-index: 99999;
}

.button_black {
  background-color: black;
  color: #ffffff;
  border: 1px solid #666666;
  margin: 0px 5px 0px 5px;
}

.white_11 {
  font-size: 11px;
  color: #FFFFFF;
}

.white_14 {
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
}

.input_white {
  background-color: black;
  color: #ffffff;
  border: 1px solid #666666;
  margin: 0px 5px 0px 5px;
  width: 160px;
}