html { height: 100% }
body {
	margin:0;
	background:#E5E5E5;
	font-family:verdana,tahoma,arial,sans-serif,helvetica;
	font-size: 12px;
	line-height:14px;
}

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:underline;
}

td {
	font-size:10px;
}

img{border:0;}

form{margin:0; padding:0;}

input {
	font-size: 10px;
	color: #002771;
	font-family:verdana,tahoma,arial,sans-serif,helvetica;
}

textarea {
	font-size:10px;
	color: #002771;
	font-family:verdana,tahoma,arial,sans-serif,helvetica;
}

select {
	font-size: 10px;
	color: #002771;
}

.textarea_linktous {
	width:420px;
	height:40px;
}

.form_box {
 	width:100%;
	border:0;

}

.form_submit_button {
	font-weight:bold;
	color:#FFFFFF;
	background:#002771;
}

.form_box_title {
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background:#002771;
	padding:3px 3px 3px 3px;
}

.form_field_notes {
	font-size:9px;
}

.form_message_text {
	color:#002771;
	font-weight:bold;
	font-size:10px;
}

.form_error_text {
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
}

.form_text_counter {
	text-align:right;
	width:30px;
	font-weight:bold;
	font-size:12px;
	color:#002771;
	border:0px;
}

.form_select_love {
	font-size:10px;
	font-weight:bold;
	color:#FF0000;
}

.profile_form_heading {
	font-size:11px;
	text-align:left;
}

.profile_form_text {
	font-size:11px;
	text-align:right;
}

.profile_form_text_left {
	font-size:11px;
	text-align:left;
}



#div_header, #div_titlebar, #div_menubar, #div_content, #div_footer {
	width:990px;
	margin:auto;
	background:#FFFFFF;
	font-family:verdana,tahoma,arial,sans-serif,helvetica;
	font-size: 12px;
}

#div_menubar_link {
	padding: 5px 5px 5px 5px;
	color:#002771;
	background:#7CC8F9;
}

#div_footer_link {
	padding:4px 5px 4px 5px;
	text-align:center;
	color:#002771;
	background:#7CC8F9;
}

.div_sandbox_noborder {
	margin-left:5px;
	margin-right:5px;
}

.div_sandbox_right {
	margin-left:5px;
	margin-right:5px;
	border:1px solid #002771;
}

/* Login form, sign up form in the login.php */
.div_sandbox_left {
	margin-left:5px;
	margin-right:5px;
	border:1px solid #002771;
}

.div_page_nav {
	margin-left:5px;
	margin-bottom:5px;
}

.div_sandbox_center {
	margin:auto;
	width:480px;
	border:1px solid #002771;
}

/* message list on the left site */
.div_message_left {
	margin-left:5px;
	padding:10px 3px 10px 3px; /* Top, right, Bottom, Left */
	text-align:center;
	color:#002771;
	background:#F4F4F4;
	font-size:12px;
	font-weight:bold;
	border:1px dotted #6BB7E8;
}

.div_center_content {
    width:600px;
    margin:auto;
    text-align:left;
	padding:5px 5px 5px 5px; /* Top, right, Bottom, Left */
	color:#000000;
	font-size:1.1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px dotted #002771;

}
.div_fatal_error {
    margin: auto;
	padding:10px 5px 10px 5px;
	text-align: center;
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
}

.member_img {
	width:100px;
	height:75px;
	background: url('../images/no_image.gif');
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
    border-top:1px solid #AEAEAE;
    border-left:1px solid #AEAEAE;
}

.page_img {
	width:100px;
	height:75px;
	background: url('../images/no_image.gif');
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
    border-top:1px solid #AEAEAE;
    border-left:1px solid #AEAEAE;
    /*
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
    border-bottom:1px solid #666666;
    border-right:1px solid #666666;
    */
}

.img_page {
	border:1px solid #002771;
	margin-top:1px;
	margin-left:1px;
	width:20px;
	height:15px;
}

.newmember_preview {
	width:100px;
	height:75px;
	background: url('../images/no_image.gif');

    border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
    border-top:1px solid #AEAEAE;
    border-left:1px solid #AEAEAE;
}


.ad_img440x160 {
	border:1px solid #002771;
}

.content_box_heading {
	padding:3px 3px 3px 3px;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	background:#EAEAEA;
	border-top:1px dotted #002771;
	border-left:1px dotted #002771;
	border-right:1px dotted #002771;
}

.content_box {
	padding:3px 0px 3px 0px;
	font-size:12px;
	margin-left:5px;
	background:#FFFFFF;
	/* border:1px dotted #FFFFFF; */
}

.content_box_footer {
	padding:3px 3px 3px 3px;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
	background:#EAEAEA;
	border-bottom:1px dotted #002771;
	border-left:1px dotted #002771;
	border-right:1px dotted #002771;
}


a.title_link {
	color:#002771;
	text-decoration: none;
}

a:hover.title_link {
	color:#002771;
	text-decoration:underline;
}


a.menubar_link {
	font-weight:bold;
	color:#002771;
	text-decoration: none;
}

a:hover.menubar_link {
    font-weight:bold;
	color: #FFFFFF;
	text-decoration:underline;
}

a.signupbox {
    font-size: 10px;
    font-weight: bold;
	color:#002771;
	text-decoration: none;
}

a:hover.signupbox {
	font-size: 10px;
    font-weight: bold;
    color: #002771;
	text-decoration:underline;
}

a.bold_link {
    font-size: 12px;
    font-weight: bold;
	color:#002771;
	text-decoration: none;
}

a:hover.bold_link {
	font-size: 12px;
    font-weight: bold;
    color: #002771;
	text-decoration:underline;
}

.link_small_bold {
    font-size: 10px;
    font-weight: bold;
	color:#002771;
}

a.link_small_bold {
    font-size: 10px;
    font-weight: bold;
	color:#002771;
	text-decoration: none;
}

a:hover.link_small_bold {
    font-size: 10px;
    font-weight: bold;
    color: #FFAA00;
	text-decoration:underline;
}

.link_big_bold {
	padding:2px 0px 2px 2px;
    font-size: 12px;
    font-weight: bold;
	color:#002771;
}

a.link_big_bold {
    font-size: 12px;
    font-weight: bold;
	color:#002771;
	text-decoration: none;
}

a:hover.link_big_bold {
    font-size: 12px;
    font-weight: bold;
    color: #FFAA00;
	text-decoration:underline;
}

#title_top_right_link {
    margin-bottom: 10px;
	font-family:verdana,arial,sans-serif,helvetica;
	font-size: 12px;
	color: #002771;
}

#title_counter_member {
    margin-top:2px;
    font-size: 10px;
    font-weight:bold;
    color: #002771;
}

#title_counter_page {
    margin-top:4px;
    font-size: 10px;
    font-weight:bold;
    color: #002771;
}

.text_bold_blue {
	font-size: 12px;
    font-weight: bold;
    color: #002771;
}

.text_small_bold {
	font-size: 10px;
    font-weight: bold;
    color: #000000;
}

.text_faq_header {
	padding: 10px 0px 5px 0px;
	font-size: 12px;
    font-weight: bold;
    color: #002771;
}

.text_faq_content {
	font-size: 12px;
    color: #333333;
}

.text_important {
	font-size: 12px;
	font-weight:bold;
    color: #FF0000;
}

.text_content_bold {
	color:#002771;
	font-weight:bold;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text_content {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.text_content_title {
	color:#002771;
	font-size:16px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.search_result_heading {
	font-weight:bold;
	font-size:12px;
}

.search_result_heading_small {
	font-weight:normal;
	font-size:10px;
}

a.search_nav_link {
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
	color:#002771;
}

a:hover.search_nav_link {
    font-size: 12px;
    font-weight: bold;
    text-decoration:underline;
	color:#FFCC00;
}

.search_nav_text {
    font-size: 12px;
    font-weight: bold;
	color:#FF0000;
}



a.search_scope {
   	padding:2px 2px 2px 2px;
   	font-size: 10px;
   	font-weight: bold;
	color:#002771;
	text-decoration:none;
}

a:hover.search_scope {
   	padding:2px 2px 2px 2px;
   	font-size: 10px;
   	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}


a.search_scope_selected {
	padding:2px 2px 2px 2px;
   	font-size: 10px;
   	font-weight: bold;
	color:#FFFFFF;
	background:#002771;
	text-decoration:none;
}

a:hover.search_scope_selected {
	padding:2px 2px 2px 2px;
   	font-size: 10px;
   	font-weight: bold;
	color:#FFCC00;
	background:#002771;
	text-decoration:none;
}