html {
	margin-bottom: 1px;
	_height: 100%;
	_overflow: hidden;
	_width: 100%;
}

body {
	font: 90%/1 Arial, helvetica, sans-serif;
  color: #000;
  margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #386c03;
}
a, a:visited {
	color: #104E8B;
	text-decoration: none;
}
a:hover {
	color: #4D9900;
	text-decoration: underline;
}
img {
	border: none;
}
a:focus, a:hover, a:active {
	outline: none;
}
.clear{
 clear:both;
}
table {
	width: 100%;
}
td {
	vertical-align: top;
	font-size: 12px;
}

p{
 text-align:left;
 font-size:14px;
 font-weight:normal;
 color:#000;
 line-height:16px;

}
.spacer_green{
 margin: 10px 0 10px 0;
 border-bottom:1px solid #4D9900;


}
.thumb{
 border:2px solid #ccc;
 margin:5px;
 padding:2px
 width:80px;
 height:70px;
}

h1{
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-size:28px;
 font-weight:bold;
 text-align:center;
 color: #B22222;
 line-height:28px;
 margin: 5px 0 10px 0;
}

h2{
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-size:20px;
 font-weight:bold;
 text-align:center;
 color: #104E8B;
 line-height:24px;
 margin: 5px 0 5px 0;
}
.viral{
 border:1px solid #99CCFF;
 background-color: #DDEEFF;
 padding:5px;
 margin:5px 0 15px 0;
 }
.viral p{
 font-size:12px;
 text-align:center;
 }
.viral h2{
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-size:16px;
 font-weight:bold;
 text-align:center;
 color: #104E8B;
 line-height:20px;
 margin: 5px 0 5px 0;
}
.links ul.menu {
	list-style: none;
	margin: 0px;
	padding: 0;
}
.links ul.menu li {
	list-style: none;
	background: url(../images/tick.png) no-repeat;
	font-weight:normal;
	font-size:14px;
  color: #000;
	padding: 0 0 0 20px;
	margin: 15px;
}
.links ul.menu li a:link, .links ul.menu li a:active, .links ul.menu li a:visited {
	list-style: none;
	color: #104E8B;
	padding: 0;
	margin: 0;
}
.links ul.menu li a:hover {
	list-style: none;
	color: #4D9900;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
.confirm_button: { 
 border: 1px solid #000000; 
 font: 10pt arial; 
}
h3{
 font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
 font-size:16px;
 font-weight:bold;
 text-align:center;
 color: #000;
 line-height:18px;
 margin: 5px 0 10px 0;

}

#container{
 width:950px;
 margin: 0 auto 0 auto;
 padding:0;
}

#header{
 background-image: url(../images/header_1.jpg);
 background-repeat: no-repeat;
 width:950px; 
 height:226px;
 margin:0;
 padding:0;
}

#header_2{
 background-image: url(../images/header_2.jpg);
 background-repeat: no-repeat;
 width:950px; 
 height:33px;
 margin:0;
 padding:0;

}
#header_3{
 background-image: url(../images/header_3.jpg);
 background-repeat: no-repeat;
 width:950px; 
 height:20px;
 margin:0;
 padding:0;

}
#user_box{
 width:500px;
 background:#efefef;
 border:1px solid #ccc;
 text-align:center;
 margin: 10px 0 10px 200px;
 padding:10px;
}

#tabs{
	font-size: 12px;
  color: #FFF;
  font-weight: bold;
	padding-top:5px;
  margin-left:120px;
  height: 33px;
	overflow: hidden;
}

#tabs ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#tabs li{
	display:inline;
	margin:0;
	padding:0;
}

#tabs a:link,
#tabs a:active,
#tabs a:visited,
#tabs a:hover{
	float: left;
	background: url(../images/tabs.png) no-repeat 0 -33px;
	margin: 0;
	margin-left: 5px;
	padding: 0 0 0 6px;
	text-decoration: none;
}

#tabs a:link span,
#tabs a:active span,
#tabs a:visited span,
#tabs a:hover span{
	float: left;
	display: block;
	background: url(../images/tabs.png) no-repeat 100% -33px;
	padding: 8px 19px 8px 13px;
	font-weight: bold;
	color: #000;
}

#tabs a span {float:none;}


#tabs a:hover{ 
 background-position: 0% -66px; 
 cursor: pointer; 
}
#tabs a:hover span{ 
 background-position: 100% -66px; 
  color: #FFF; 
  cursor: pointer; 
}

#tabs a.active:link,
#tabs a.active:active,
#tabs a.active:visited,
#tabs a.active:hover{
	background-position:0 0;
}

#tabs a.active:link span,
#tabs a.active:active span,
#tabs a.active:visited span,
#tabs a.active:hover span{ 
	background-position:100% 0; 
	color: #fff;
}

#bottom_bar_links{
 margin: 10px;
 padding:8px;
 border-top: 1px dashed #CCC;
 border-bottom: 1px dashed #CCC;
 font-size:12px;
 text-align:center;
 font-weight:bold;

}
#bottom_bar_links a {
	display:inline;
  color: #104E8B;
	text-decoration: underline;
	margin-left:5px;
	margin-right:5px;
}
#bottom_bar_links a:hover {
	color: #4D9900;
	text-decoration: none;
}
#bottom_bar_user{
 float:right
 margin: 0 0 5px 10px;
 padding:5px;
 font-size:12px;
 font-weight:bold;
 color: #000;

}
#content{
 background-image: url(../images/page_bg.jpg);
 background-repeat: repeat-y;
 padding: 0;
 margin: 0 auto 0 auto;
}

.main_content{
 padding:15px;
 margin:0;
}

#container_col1{
 float:left;
 width:230px;
}
#container_col2{
 float:left;
 width:710px;
}

#container_col1{
 margin-right:8px;
 margin-bottom:5px;
}
#container_col2{
 margin-bottom:5px;
}

.container_borders{
 border: 1px solid #DDD;
 padding:2px;
}

.container_header{
 padding:8px;
 font-size:12px;
 font-weight:bold;
}

#footer_links{
 background-image: url(../images/page_bg.jpg);
 background-repeat: repeat-y;
 text-align:center;
 font-size:12px;
 color: #000;
 padding: 10px;
 margin: 0 auto 0 auto;

}

#footer{
 background-image: url(../images/footer.jpg);
 background-repeat: no-repeat;
 height:118px;
 width:950px;
 padding:0;
 margin: 0 auto 0 auto;
 

}

#footer_links a {
	font-size: 12px;
	color: #104E8B;
	text-decoration: none;
}
#footer_links a:hover {
	font-size: 12px;
	color: #4D9900;
	text-decoration: none;
}
.maintitle2 {
	padding: 5px 5px 0 8px;
	font-family: Arial;
	font-size: 14px;
	color: #B22222;
	font-weight: bold;
}
.maintitle2 a:link, .maintitle2 a:active, .maintitle2 a:visited, .maintitle2 a:hover {
	color: #B222222;
	text-decoration: none;
}
.maintitle2 a:hover {
	text-decoration: underline;
}
.maintitle3 {
	padding: 0 0 5px 0;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #D3D3D3;
	margin: 5px 5px 5px 5px;
}
.maintitle3 a:link, .maintitle3 a:active, .maintitle3 a:hover {
	color: #B22222;
	text-decoration: underline;
}
.maintitle3 a:hover {
	color: #333333;
	text-decoration: underline;
}
.maintitle3 span.cat {
	float: right;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0 5px 5px 0;
}
.maintitle3 span a:link, .maintitle3 span a:active, .maintitle3 span a:hover {
	color: #B22222;
	text-decoration: underline;
}
.maintitle3 span a:hover {
	color: #333333;
	text-decoration: underline;
}
.linkx {
	background-color: transparent;
	font-weight: bold;
	font-size: 11px;
	color: #104E8B;
	display: block;
	padding: 3px 0 3px 5px;
}
.linkx a:link, .linkx a:visited, .linkx a:hover {
	font-weight: bold;
	font-size: 11px;
	color: #104E8B;
	text-decoration: none;
}
.linkx a:hover {
	color: #B22222;
	text-decoration: underline;
}
.form_box {
	background: FFF;
	border: 1px #E8E8E8 solid;
	margin: 0;
	padding: 10px;
}
.form_box legend {
	background: transparent;
	color: #000;
	font-weight: bold;
	margin-left: 20px;
}
.form_box label {
	float:left;
	display:block;
	width:150px;
  padding: 5px;
	margin-left:50px;
  vertical-align: top;
}
.form_box input.top_input {
	border: #ddd 1px solid;
	background: #efefef;
	color: #000;
	margin: 2px 0 5px 0;
	padding: 4px 0 6px 0;
	height: 25px;
	font-size: 18px;
	width: 180px;
}
.form_box input.non {
	border: 0;
	background: transparent;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 16px;
}
.form_box textarea.top_input {
	border: #666 1px solid;
	background: url('../images/image_bg.gif') repeat-x;
	color: #000;
	padding: 5px;
	font-size: 14px;
	margin: 2px 0 2px 0;
}
.form_box input.top_btn {
	background: #018ACE;
	margin: 0 0 0 0;
	color: #fff;
	height: 27px;
	font-weight:bold
  width:100px;
	font-size: 12px;
	padding: 3px 8px 4px 8px;
	vertical-align: top;
}
.form_box select.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	border: #666 1px solid;
	padding: 3px 5px 3px 5px;
	background: url('../images/image_bg.gif') repeat-x;
	margin: 3px 5px 0 0;
}
.greyb {
	color: #104E8B;
	font-weight: bold;
}
.line_seperator {
	border-top: 1px solid #E8E8E8;
	padding: 10px 3px 10px 3px;
	margin-bottom: 5px;
	margin-top: 5px;
}
fieldset {
	border: 1px solid #D3D3D3;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
fieldset legend {
	color: #000;
	font-weight: bold;
}
fieldset label {
	display: block;
	margin: 3px 0px 0 0;
}
fieldset h1 {
	text-align: center;
}
fieldset input, textarea {
	background: #DDD;
	color: #000;
	border: 1px solid #D3D3D3;
	font-weight: bold;
	font-size: 18px;
}
fieldset input {
	background: #DDD;
	color: #000;
	padding: 3px;
	border: 1px solid #D3D3D3;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	height: 25px
}
hr {
	color: #D3D3D3;
}
.msg {
	padding: 10px;
	padding-left: 35px;
}
.msg_success {
	border: 2px solid #BBDF8D;
	background-color: #EAF7D9;
	color: #698B22;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}
.msg_success a {
	color: #303030;
	font-weight: bold
}
.msg_success a:hover, .msg_success a:active, .msg_success a:focus {
	color: #698B22;
}
.msg_error {
	border: 2px solid #FFAEAE;
	background-color: #FEEBEB;
	color: #B22222;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px;
}
.msg_error a {
	color: #303030;
	font-weight: bold
}
.msg_error a:hover, .msg_error a:active, .msg_error a:focus {
	color: #B22222;
}

.radio {
	width: 20px;
	border: 0;
	padding: 0;
}

/* TYPOGRAPHY */
input[type="text"],
input[type="password"],
input[type="select"],
input.text {
	width: 180px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	border: #666 1px solid;
	padding: 4px 5px 4px 5px;
	background:#efefef ('../images/image_bg.gif') repeat-x;
	margin-top: 5px;
}
input[type="submit"],
input.button {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 3px 8px;
	border: #666 1px solid;
	background: url('../images/image_bg.gif') repeat-x;
	color: #333333;
	margin-top: 5px;
	width:auto;
  cursor: pointer;
}
select.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	border: #666 1px solid;
	padding: 3px 5px 3px 5px;
	background: url('../images/image_bg.gif') repeat-x;
	margin: 3px 5px 0 0;
}
[selected] {
	background-color: #70798D;
	color: #FFFFFF;
}
option {
	border: none;
	background-color: #FFFFFF;
	padding-right: 18px;
}
option.hover {
	background-color: #70798D;
	color: #FFFFFF;
}
textarea {
	border: #666 1px solid;
	padding: 4px 2px;
	font-size: 13px;
	color: #000000;
	width: 400px;
	height: 80px;
	background: #FFFFFF url('../images/image_bg.gif') repeat-x;
}
.chk2{
  padding:0;
  margin:0;
  width:20PX;
  border:0;
  background:#fff;
}
table.small {
	width: 80%;
	border: none;
	border-spacing: 1px;
}
table.small td {
	padding: 3px;
	border: #BBBBBB 1px solid;
}
table.normal {
	width: 70%;
	border: none;
	border-spacing: 1px;
}
table.normal td {
	padding: 3px;
}
table.video_table {
	border: none;
	border-spacing: 1px;
	width:100%;
}
.video_table td {
	font-size: 12px;
	border: #BBBBBB 1px solid;
	padding: 3px;
}
.video_table a:link,
.video_table a:visited,
.video_table a:active,
.video_table a:hover {
	font-size: 12px;
}
tr.none td {
	border: none;
}
.row_a {
	background-color: #EEEEEE;
}
.row_b {
	background-color: #DDDDDD;
}
.row_c {
	background-color: #EEEEEE;
}

.hint {
   	display: none;
    position: absolute;
	  font-size: 12px;
	  color: #B7892F;
    width: 200px;
    margin-top: 0px;
    margin-left: 20px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url('../images/pointer.gif') no-repeat -10px 5px;
	z-index: 100;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('../images/pointer.gif') left top no-repeat;
	z-index: 100;
}

