/* standard classes */

.clear_floats {
	clear: both;
}

input.text, input.text_small {
	border: 1px solid #DCD9D2;
}

a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

a.menu_item:link { color: #000; text-decoration: none; }
a.menu_item:visited { color: #000; text-decoration: none; }
a.menu_item:hover { color: #000; text-decoration: underline; }

a.top_menu_item:link { color: #fff; text-decoration: none; }
a.top_menu_item:visited { color: #fff; text-decoration: none; }
a.top_menu_item:hover { color: #fff; text-decoration: underline; }

label:hover { color: #3399FF; text-decoration: underline; }



#layout {
	width: 970px;
	margin-left: auto;
	margin-right:auto;
}

#page_header, #page_body, #page_footer {
	width: 950px;
	border-left: 10px solid #e3e3e3;
	border-right: 10px solid #e3e3e3;
	margin: 0;
	background-color: #fff;
	clear: both;
	float: left;
}

/* header */

#page_header {
	border-top: 10px solid #e3e3e3;
}

#header_logo {
	display: block;
	float: left;
	width: 269px;
	height: 135px;
	background: url(/images/layout/header/logo.png) no-repeat top left;
}

#header_other_livewire_link {
	float: right;
	padding: 15px 20px 0 0;
	font-size: 13px;
	color: #A4A4A4;
}

#header_other_livewire_link a {
	text-decoration: underline;
	color: #A4A4A4;
}

#header_search_bar {
	float: right;
	clear: right;
	padding: 50px 10px 0 0;
	width: 600px;
}

#increase_font_size,#decrease_font_size{
	float: right;
	display: block;
	background: url(/images/layout/header/plus-minus.gif) no-repeat top right;
	width: 15px;
	height: 15px;
	margin-top: 8px;
}
#decrease_font_size
{
	background: url(/images/layout/header/plus-minus.gif) no-repeat top left;
}

#search_bar_resize_font {
	float: right;
	width: 31px;
	height: 13px;
	background: url(/images/layout/header/font_resize.gif) no-repeat top left;
	margin-top: 8px;
	margin-right:8px;
	margin-left: 8px;
}



#search_bar_keywords {
	float: right;
	margin-top: 4px;
	margin-right: 5px;
 width:156px;
 margin-left:16px;
 padding:0px 2px;
}

#header_menu_bar {
	clear: both;
	width: 100%;
	border-bottom: 5px solid #f9f9f9;
}

#header_menu_bar ul {
	padding-left: 15px;
	border-top: 1px solid #f2f2f2;
	text-align: left;
}

#header_menu_bar ul li {
	float: left;
	font-size: 13px;	
}

#header_menu_bar ul li a {
	display: block;
	padding: 10px 17px;
	height:15px;
	border-right: 1px solid #f2f2f2;
	color: #5e5d5d;
   font:13px/1.231 arial, helvetica, clean, sans-serif !important;
     _float:left;
}

#header_menu_bar ul li a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}

#header_menu_bar_first {
	border-left: 1px solid #f2f2f2;
}






/* social network navigation */
/* main options */

#page_header_main_nav {
	float: left;
	width: 700px;
}

#page_header_main_nav li {
	float: left;
	height: 30px;
	border-right: 1px solid #e8e8e8;
}

#page_header_main_nav li a {
	padding: 0 21px;

}

#page_header_main_nav_first {
	margin-left: 9px;
	border-left: 1px solid #e8e8e8;
}




/* social network navigation */
/* user options */

#page_header_user_nav {
	float: right;
	width: 250px;
}

#page_header_user_nav li {
	float: right;
	height: 30px;
	border-left: 1px solid #e8e8e8;
}

#page_header_user_nav li a {
	padding: 0 28px;
}

#page_header_user_nav_first {
	margin-right: 11px;
	border-right: 1px solid #e8e8e8;
}









/* body */


td.menu {
	background-image: none; 
	background-repeat: repeat-x; 
	background-color: #fff;
	padding: 2px 5px 2px 5px;
	border: none;
}

td.menu_item {
	font-weight: normal
}

#page_body_breadcrumb_trail {
	font-size: 11px;
	padding: 10px 0 10px 15px;
	text-align: left;
}

#page_body_breadcrumb_trail a {
	color: #757575;
}

#page_body_breadcrumb_trail a:hover {
	text-decoration: underline;
}

td.header_side {
	padding: 0 5px 5px 0;
	color: #757575;
	border-top: 7px solid #f2f2f2;
	border-left: 10px solid #f2f2f2;
	border-right: 10px solid #f2f2f2;
	border-bottom: 5px solid #f2f2f2;
	background-color: #f2f2f2;
}

td.header_side div {
	width: 1px;
	height: 1px;
	background-color: #fff;
	float: right;
}

td.header_side div div {
	position: absolute;
	width: 86px;
	height: 24px;
	background: #fff url(/images/layout/body/box_header.png) no-repeat top left;
	margin-left: -70px;
	margin-top: -7px;
}

td.header {
	padding: 4px 5px 5px 6px;
	border: 10px solid #f2f2f2;
	border-bottom: none;
	background-image: none;
	color: #757575;
	font-weight: normal;
}

td.header_main {
	padding: 3px 5px 4px 6px;
	font-weight: normal;
	background-color: #98989b;
	color: #fff;
}

td.header_main a {
	color: #fff;
}

/* PORTAL PAGE (HOME.PHP) */
td.portal_text {
	vertical-align: top; 
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
	border-collapse: separate;
}
td.portal_box {
	border: 10px solid #f2f2f2;
	border-top: none;
	padding: 10px;
	background: #fff;
}
td.portal_login {
	padding: 20px 10px 20px 10px;
	background: #fff; 
	text-align: center;
	font-weight: bold;
	border: 10px solid #f2f2f2;
	background: #fff url(/images/layout/body/login_background.png) no-repeat bottom left !important;
}

td.portal_member {
	padding: 10px 7px 10px 7px;
	text-align: center;
	font-weight: bold;
}
td.portal_box {
	padding: 10px;
	background: #fff;
}
td.portal_box_main {
	background: none;
}

.side_box_style {
	background: #fff url(/images/layout/body/login_background.png) no-repeat bottom left !important;
}

.side_box_style_standard {
	background: #fff url(/images/layout/body/side_background.png) no-repeat bottom right !important;
}

.side_table_style {
	width: 235px;
}

.login_box_label {
	float: left;
	display: block;
	width: 50px;
	margin-right: 5px;
}

.login_box_field {
	float: left;
	display: block;
	width: 100px;
}

#login_box_remember_label {
	float: left;
	display: block;
	padding: 0 5px 0 55px;
}

#rememberme {
	float: left;
	display: block;
}

.line_highlighter {
	float: right;
	display: block;
	width: 4px;
	height: 10px;
	background-color: #f00;
	margin: 3px 0 0 8px;
}

.form_button {
	background: url(/images/layout/body/button_left.gif) no-repeat top left;
	padding-left: 4px;
	height: 19px;
	cursor: pointer;
	/* the following line was added as a button height fix */
	font-family: tahoma, "Trebuchet MS", arial, serif;
}

.form_button div {
	background: url(/images/layout/body/button_right.gif) no-repeat top right;
	padding-right: 4px;
	height: 19px;
	cursor: pointer;
}

.form_button div input {
	background: url(/images/layout/body/button_background.gif) repeat-x top left;
	color: #99A1AC;
	font-size: 10px;
	border: 0;
	font-weight: normal;
	font-size: 11px;
	padding: 0;
	margin: 0;
	height: 19px;
	cursor: pointer;
}

#page_body_home_table {
	border-collapse: separate;
}

#page_body_home_main {
	border: 10px solid #f2f2f2;
	background: url(/images/layout/body/network_back_top.png) no-repeat top left;
}

#page_body_home_base {
	padding: 20px;
	background: url(/images/layout/body/network_back_bottom.png) no-repeat bottom right;
}

#page_body_home_base h3 {
	font-weight: bold;
}

#page_body_home_base h4 {
	padding: 3px 0 8px 0;
}

#page_body_home_intro_separator {
	width: 100%;
	height: 20px;
}

img.photo {
	border: 9px solid #f2f2f2;
}

img.standard_icon {
	border: none;
}

.user_photo_name {
	background: url(/images/layout/body/user_bullet.gif) no-repeat top left;
	padding-left: 10px;
	color: #fff;
}


table.home_table {
	margin-bottom: 10px;
	border-collapse: separate;
}

td.home_box {
	border: 10px solid #f2f2f2;
	border-top: none;
	padding: 8px;
	background: #FFFFFF;
}

td.home_menu1 {
	font-weight: normal;
}

table.profile_table {
	margin-bottom: 10px;
	border-collapse: separate;
}

td.profile {
	border: 10px solid #f2f2f2;
	border-top: none;
}

td.profile_main {
	border: none;
	background: none;
}


.signup_message {
	display: block;
	padding-left: 10px;
}



table.tabs {
	margin-top: 10px;
	margin-bottom: 22px;
}
td.tab {
	background: #FFFFFF;
	padding-left: 1px;
	border-bottom: 3px solid #f2f2f2;
}
td.tab0 {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 3px solid #f2f2f2;
}
td.tab1 {
	border: 3px solid #f2f2f2;
	border-top: 3px solid #f2f2f2;
	border-bottom: none;
	font-weight: normal;
	padding: 3px 8px 3px 8px;
}
td.tab2 {
	background: #F8F8F8;
	border: 3px solid #f2f2f2;
	border-top: 3px solid #f2f2f2;
	font-weight: normal;
	padding: 3px 8px 3px 8px;
}
td.tab3 {
	background: #FFFFFF;
	border-bottom: 3px solid #f2f2f2;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}



div.faq_questions {
	background: #FFFFFF;
	border: 10px solid #f2f2f2;
	border-top: none;
	padding: 5px 7px 5px 8px;
}

td.messages_header {
	font-weight: normal;
	background: #f2f2f2;
}

td.blog_header {
	background: #f2f2f2 !important;
	font-weight: normal !important;
}





.introduction_list {
	margin: 10px 0 0 0;
}

.introduction_list li {
	list-style: disc;
	margin: 0 0 0 15px;
}








/* footer */

#page_footer {
	font-size: 85%;
	color: #fff !important;
	text-align: left;
}

#footer_header {
	width: 100%;
	height: 70px;
}

#footer_random_block {
	display: block;
	float: left;
	width: 116px;
	height: 16px;
	background-color: #646464;
	margin-top: 54px;
}

#footer_provided_by {
	display: block;
	float: right;
	width: 337px;
	height: 70px;
	background: url(/images/layout/footer/provided_by.png) no-repeat top left;
}

#footer_controls {
	background-color: #e3e3e3;
	width: 100%;
	height: 32px;
}

.footer-text {
	color: #CCCCCC;
}

/* adverts panel */

#footer_adverts {
	background-color: #fff;
	width: 100%;
}

#footer_adverts_container {
	padding: 20px 0 20px 22px;
}

.footer_advert_item {
	padding: 10px 15px;
	float: left;
}






/* editor panel */

#footer_editor {
	background-color: #646464;
	width: 100%;
}

#footer_editor_container {
	padding: 20px;
	color: #fff;
}

#footer_editor_container h4 {
	font-size: 174%;
}

#footer_editor_container ul {
	float: left;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#footer_editor_container ul li {
	display: block;
	width: 225px;
	padding-bottom: 5px;
	clear: both;
}

#footer_editor_container ul li div {
	float: left;
	display: block;
	padding: 2px;
}

#footer_editor_container ul li label {
	float: left;
	display: block;
	padding: 4px;
	font-weight: bold;
}

#footer_editor_base {
	background-color: #e3e3e3;
	width: 100%;
	height: 42px;
}

#footer_editor_base_block {
	float: left;
	background-color: #646464;
	width: 670px;
	height: 20px;
}

#footer_editor_base_buttons {
	padding-top: 5px;
}

#footer_body, #footer_base {
	background-color: #646464;
	color: #fff !important;
}

#footer_body a, #footer_base a {
	color: #fff;
}

#footer_content {
	padding: 20px 20px 60px 20px;
}

#footer_content h4 {
	font-size: 174%;
	color: #fff;
	text-align: left;
}

#footer_content h4 strong
{
	font-weight: bold;
}

#footer_panels {
	display: block;
	width: 100%;
	padding-top: 40px;
}

.footer_panel {
	display: block;
	float: left;
	width: 170px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #a0a09f;
	min-height: 180px;
	height: auto !important;
	height: 180px;
	color: #fff;
}

.footer_panel h5 {
	font-weight: bold;
	font-size: 131%;
	color: #fff;
}

#footer_panel1 {
	padding-left: 0;
}

#footer_panel1 h5, #footer_panel2 h5 , #footer_panel3 h5 , #footer_panel4 h5 {
	height: 20px;
}

#footer_panel1 h5 {
	background: url(/images/layout/body/icon_social_network.gif) no-repeat top left;
	padding-left: 40px;
}

#footer_panel2 {
	width: 220px;
}

#footer_panel2 h5 {
	background: url(/images/layout/body/icon_discussion_forum.gif) no-repeat top left;
	padding-left: 35px;
}

#footer_panel3 h5 {
	background: url(/images/layout/body/icon_latest_blogs.gif) no-repeat top left;
	padding-left: 24px;
}

#footer_panel4 {
	width: 257px;
	padding-right: 0;
	border-right: 0;
	background: url(/images/layout/body/icon_motm.gif) no-repeat 10px -3px;
}

#footer_panel4 h5 {
	
	padding-left: 24px;
}

.footer_panel ul li {
	padding-top: 10px;
}

.footer_listing_header {
	display: block;
	padding-bottom: 5px;
	font-weight: bold;
}

#footer_panel2 ul li {
	padding-left: 0px;
}

#footer_motm_thumb {
	float: left;
	display: block;
	width: 70px;
	padding-left: 25px;
}

#footer_motm_thumb img {
	border: 1px solid #9f9f9f;
}

#footer_motm_text {
	float: left;
	display: block;
	width: 152px;
	padding-right: 10px;
}

#footer_motm_text p {
	padding-bottom: 5px;
}

#footer_base {
	padding: 10px 0 30px 0;
	clear: both;
}

#footer_copyright, #footer_links {
	margin-top: 15px;
}

#footer_copyright {
	float: left;
	width: 250px;
	margin-left: 20px;
	color: #fff;
}

#footer_links {
	float: right;
	width: 650px;
	text-align: right;

}

#footer_links ul li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #fff;
 font-family:arial, helvetica, clean, sans-serif;
  font-size:100%;
}

#footer_last_link {
	border-right: 0 !important;
	padding-right: 15px !important;
}
#header_right,#formtop {
	float: right;
	clear: right;
	padding: 35px 0 0 0;
	width: 600px;
}
#formtop{
 	padding: 23px 0 0 0;
}
#header_right FORM{
 float:right;
 width:400px;
 height:24px;
}
#header_right p#country {
background-color: #e21313;
color: #FFFFFF;
padding: 6px 14px;
text-align: center;
font-weight: bold !important;
font-family:Arial, Helvetica, sans-serif !important;
font-size: 14px !important;
line-height:16px !important;
float: right;
margin:0px !important;
}
#header_right p#loginp {
color: #5e5d5d;
padding: 6px 14px !important;
font-family:Arial, Helvetica, sans-serif !important;
font-size:13px !important;
line-height:16px !important;
float: right;
margin:0 !important;
}
#header_right #icons {float:right;width:108px;height:24px;margin:0 12px 0 7px}
#header_right #icons a, #rssicon{background-image:url(/images/icons.gif);background-position:-96px 0;float:right;width:24px;height:24px;margin-left:3px;}
#header_right #icons a SPAN, #rssicon SPAN{display:none}
#header_right #icons a#icon1 {background-position:0 0}
#header_right #icons a#icon3 {background-position:-24px 0}
#header_right #icons a#icon2 {background-position:-48px 0}
#header_right #icons a#icon4 {background-position:-72px 0}




