/*
	loads specifically for profiles
*/

* {
	margin:0;
	padding:0;
}

/*
a:link, a:visited, a:active {
	color:blue;
}

a:hover {
	color:orange;
} 
*/
h1, h2, h3, h4, h5, h6 {
	margin:10px 0px 10px 0px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:18px;
}

h4 {
	font-size:16px;
}

h5 {
	font-size:14px;
}


body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	text-align : center ;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/********************* page wrapper :begin */

/* a wrapper for the entire page */
div#main_wrapper {
	width:900px;
	height:auto;
}

/* Nudge for non-IE browsers */
html>body div#main_wrapper {
	margin : 0 auto ;
	position : relative ;
	top : 0px ;
	left : 0px ;
}
/********************* page wrapper :end */

td {
	font-family:  Arial, Helvetica, sans-serif;
	vertical-align:top;
}

th {
	font-family:  Arial, Helvetica, sans-serif;
	vertical-align:middle;
}

p {
	margin:0 0 1em 0;
	padding:0 0 0 0;
}

div.debug {
	background-color:#eeeeee;
	color:#3A789D;
	padding:10px;
	text-align:left;
	
	border:solid 5px #3A789D;
	margin:10px;
}

img {
	border:0;
}

select {

 
	color:#000000; 
	background-color:#ffffff; 
	padding:0px 0px 0px 0px; 
	/*font-size:12px;*/
	/*font-family:"Courier New", Courier, monospace;*/
	border:1px solid #ababab;

}

option {
	padding:0px 2px 0px 2px;
	
}



textarea {

	color:#000000; 
	padding:2px;
	background-color:#ffffff; 
	border:1px solid #ababab;
	overflow:auto;
}




/************************** MISC : end */

/********************** the front_top control from the front :begin */
div#front_top {
	width:900px;
	height:102px;
	text-align:left;
	
	
}

div#front_top div.ft_logo {
	position:relative;
	top:35px;
	left:0px;
	height:75px;
	width:400px;
	float:left;
	
	font-size:1.1em;
	font-weight:bold;
	
	
}

div#front_top div.ft_links {
	position:relative;
	top:28px;
	right:0px;
	height:20px;
	width:420px;
	float:right;
	
	
	font-size:0.9em;
	text-align:right;
	
	

}

div#front_top div.ft_login {
	position:relative;
	left:0px;
	top:42px;
	height:33px;
	width:500px;
	float:right;
	
	text-align:right;
	font-size:0.9em;
}

div#front_top div.ft_login input {
	border:solid 1px #acacac;
}

div#front_top div.ft_search {
	position:relative;
	right:0px;
	top:23px;
	height:30px;
	width:500px;
	float:right;
	
	text-align:left;
	font-size:0.9em;

	
}
div#front_top div.ft_search input {
	
	border:solid 1px #acacac;
}

/********************** the front_top control from the front :end */



/********************** the admin_front_top control from the front :begin */

div#admin_front_top {
	width:100%;
	height:72px;
	border-bottom:solid 5px #acacac; 
	text-align:right;
}

#logo {
	position:relative;
	float:left;
	top:14px;
	left:13px;
}

/*
#frmSearch {
	text-align:right;
	position:relative;
	top:10px;
	right:10px;
	height:2em;
	margin:0;
}
*/

#front_top_links {
	font-size:0.9em;
	position:relative;
	top:10px;
	right:10px;
	height:2em;
	margin:0;
}

/********************** the admin_front_top control from the front :end */




/******************* topnav begin */

div#topnav {
	
	width:900px;
	height:27px;
	/*border-top:solid 1px #acacac;*/
	border-left:solid 1px #acacac;
	/*border-bottom:solid 1px #acacac;*/
	margin-top:15px;
	margin-bottom:15px;
	
}

div#topnav .tn {
	float:left;
	height:22px;
	/* width:179px; */  /* for 5 */
	width:149px;	/* for 6 */
	width: 142px;
	/* width: 127.5px; */ 	/* for 7 */
	border-right:solid 1px #acacac;
	background-image:url("/images/navbar_slice.jpg");
	cursor:pointer;
}
div#topnav .tn2 {
	float:left;
	height:22px;
	/* width:179px; */  /* for 5 */
	/* width:149px; */	/* for 6 */
	/*width: 116.5px; */	/* for 7 */
	width: 127.5px;
	border-top:solid 1px #acacac;
	border-bottom:solid 1px #acacac;
	border-right:solid 1px #acacac;
	background-image:url("/images/navbar_slice.jpg");
	cursor:pointer;
	
}


div#topnav .tn a, .tn2 a, div#topnav .tn a:active, div#topnav .tn a:visited, div#topnav .tn a:hover {

	text-decoration:none;
	color:#000000;
	font-size:9pt;
	font-weight:bold;
	
}

div#topnav .tn a:hover {
	
	/* text-decoration:underline; */
	text-decoration:none;
	color:red;
	font-size:9pt;
	font-weight:bold;
	 
}
/******************* topnav end */



/*******************************FRONT FDB CONTROL : BEGIN */
div#front_fdb {
	width:900px;
	height:42px;
	text-align:left;
	padding:4px 0 0 0;
	vertical-align:middle;
}

div#front_fdb .ffdb {
	border:solid 1px #ababab;	
	height:27px;
	width:80px;
	float:left;
	background-image:url('/images/FDBbuttons_slice.jpg');
	cursor:pointer;
	text-align:center;
	padding-top:8px;
}

div#front_fdb .ffdb a , div#front_fdb .ffdb a:active , div#front_fdb .ffdb a:visited 
{
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
	color:#000000;
}

div#front_fdb .ffdb a:hover
{
	text-decoration:none;
	font-size:11pt;
	font-weight:bold;
	color:red;
}

div#front_fdb .ffdb_sp {
	height:35px;
	width:2px;
	float:left;
}

div#front_fdb .ffdb_img {
	height:37px;
	width:563px;
	float:left;
}
/*******************************FRONT FDB CONTROL : END */



td.start_cell {
	height:90px;
	padding:5px;
	width:25%;
	border:solid 1px #ababab;
	
}

div#botnav {
	width:900px;
	padding:5px;
	border:solid 1px #ababab;
	text-align:center;
}


#outerTail {
	display:block;

}
#footer {
	background-color:#e1e1e1;
	height:35px;
	width:900px;
	border-top:solid 1px #acacac;
	
}

#footer_spacer {
	height:10px;
}

#footer_text {
	float:left;
	color:#000000;
	height:27px;

	text-align:left;
	padding-top:8px;
	padding-left:10px;
}

#footer_links {
	float:right;
	color:#000000;
	font-size:11px;
	height:27px;

	text-align:right;
	padding-top:8px;
	padding-right:10px;
}


/* for the admin start */
.menu_top {
	
    background-image:url("/images/menu_top.jpg");
	width:205px;
	height:7px;
}
.menu_middle {
    background-image:url("/images/menu_middle_white.jpg");
	width:205px;
	height:auto; 
	background-repeat:repeat-y;
	text-align:left;
}

.menu_middle font {
	padding:5px 25px 5px 15px;
	display:block;
}

/* damn come back to this!! */
.menu_middle ul {
	padding-top:0px;
	padding-bottom:0px;
	list-style:none;
	position:relative;
	top:0px;
	left:0px;
}

.menu_middle li {
	padding-top:0px;
	padding-bottom:0px;
	list-style:none;
	position:relative;
	top:0px;
	left:0px;
}


.mybox {
	border:solid 1px #ababab;
	background-image:url('/images/grd-4px.gif');
	width:160px;
	text-align:left;
}

.mybox ul {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	
	list-style-position: outside;
	list-style-type:none;
	
	margin:0px;
	padding:10px;
	line-height: 2.1em;
}



/*  start tblbox */
.tblBox table {
	background-color:#e1e1e1;
	width:500px;
	padding:1px;
	border-collapse:collapse;
	border-spacing:15px;
	
}

.tblBox td.title {
	background-color:#0a5f90;
	text-align:center;
	font-size:1.0em;
	padding:4px;
	color:#ffffff;
	font-weight:bold;
	/*border-bottom:solid #0099CC ;*/
	border-top:solid 1px #0099FF;
	/* background-image:url(../images/misc/blue_title.jpg); */
}

.tblBox tr {
/*
	background-color:#eeeeee;
	padding:10px;
*/
}

.tblBox td {
	padding:2px;
}
/* end tblbox */


/* these are for the list item errors */

.default_err_msg ul {
	margin:0px;
	padding:5px;
	list-style-position:inside;
	
	border:solid 3px red;
	margin-top:5px; 
	margin-bottom:10px;	
}

.default_err_msg ul li {
	color:#CC0000;
}


.default_msg ul {
	margin:0px;
	padding:5px;
	list-style-position:inside;
	
	border:solid 3px green;
	margin-top:5px; 
	margin-bottom:10px;	
	width:888px;
}
.default_msg ul li {
	color: #009900;
}

.outerMain {
	min-height:300px;
	width:900px;
	text-align:center;
	height:auto;
	
}

.centerMain {
	padding:10px;
}


.box_box {
	border:solid 1px #dde2e3;
}

.box_heading {
	background-color:#e1e1e1;
	padding:4px;
	border-bottom: solid 1px #b3cddd;
	color:#0a5f90;
	font-weight:bold;
	padding-left:10px;
	font-size:16px;
	text-align:left;
	
}


#tooltip {
    padding: 4px;
    background: #f9f9f9;
    border: solid 1px #ababab;
    text-align: left;
    font-size: smaller;
	width:auto;
}


.sect_cmstab_box {
	border-bottom:solid 1px #ababab;
	border-left:solid 1px #ababab;
	border-right:solid 1px #ababab;
	padding:7px;
	margin-bottom:20px;
}
	
	


.profile_bottom {
	border: solid 1px #ababab;
	margin-top:10px;
}


.basic_heading {
	background-color:#25598b; /*#0a5f90; #25598b*/
	text-align:center;
	font-size:1.0em;
	
	padding:0px;
	padding-top:5px;
	margin:0px;
	color:#ffffff;
	font-weight:bold;
	/* border-top:solid 1px #0099FF; 
	
	background-image:url(/images/blue.gradient.jpg);*/
	height:23px;

}

.input_text {
	color:#000000; 
	padding:2px;
	background-color:#ffffff; 
	border:1px solid #ababab;
	border-style:solid;
}


.input_textarea {
	color:#000000; 
	padding:2px;
	background-color:#ffffff; 
	border:1px solid #ababab;
	overflow:auto;
}

.main_body {
	width:900px;
}

.main_left {
	float:left;
	width:438px;
	height:auto;
	margin-right:11px;
	/* background-color:orange; */
}

.main_right {
	float:left;
	width:448px;
	height:auto;
	margin-left:1px;
	/* background-color:green; */
}



/******************************************** */
.section_company {
	text-align:left;
}

/******************************************** */
.section_cms {
	
	text-align:left;
	
	
}

.section_cms ol, .section_cms ul  {
	
	list-style-position:inside;
	
}

/******************************************** */

.section_media {
	text-align:center;
}

.section_media .basic_heading {
	margin-bottom:10px;
}




/******************************************** */
.section_review .comment_box {
	margin:3px 0 3px 0;
	background-color:#f1f1f1;
	border-bottom:solid 1px #ababab;

}

.section_review tr.comment_heading td {
	color:#3A789D;
	
	/* background-color:#3A789D; */
	text-align:left;
}

.section_review .comment_content {

	padding:3px 10px 3px 10px;
	font-weight:normal;
	text-align:left;

}

.section_review tr.comment_heading td.ch_left {
	font-weight:bold;
	text-align:left;
	padding-left:10px;
}

.section_review tr.comment_heading td.ch_right {
	text-align:right;
	font-weight:bold;
}

.section_review .review_form {
	background-color:#f1f1f1;

}

.section_review .review_form table {
	margin-left:10px;
	width:420px;
}
.section_review .review_form .review_input_text {
	border:solid 1px #ababab;
	width:90%;
	padding:2px;
}
.section_review .review_form .review_input_textarea {
	border:solid 1px #ababab;
	width:90%;
	overflow:auto;
}

.section_review .review_form .title {
	color:#3A789D;
	font-weight:bold;
	padding:4px 0 4px 0;
	border-bottom:solid 1px #ababab;
}

.section_review .review_no_content {
	padding:5px;
	
	
}

/******************************************** */

.section_display {
	background-color:#FFFFFF;
	/*border:dotted 1px #ababab;*/
	text-align:center;
 /*margin-bottom:10px;*/ 
	
}

.section_display img {

	text-align:left;
	padding:10px;
}

/******************************************** */

.section_stat {
	text-align:left;
	border:solid 1px #a1a1a1;
	margin-left:10px;
	margin-bottom:10px;

}


/******************************************** */

.section_call {
	text-align:left;
/*	border:solid 1px #a1a1a1; */
	 margin-bottom:10px; 

}


/******************************************** */
.section_buy  {



}

/******************************************** */
.section_memberinfo  table {
	border-collapse:collapse;
	
}


.section_memberinfo  td {
	padding:5px;

}

.section_memberinfo  td.mi_right {
	
}


.section_memberinfo  td.mi_left {
	
	
	font-weight:bold;
	text-align:right;

}

.section_memberinfo  td.mi_right {
	
	text-align:left;

}

.section_gallery {
	margin-bottom:10px;
}

.section_favorite {

	
}

/************************************************************************ */

.myheadline {
	border:solid 3px #0a5f90;
	font-weight:bold;
	font-size:12pt;
	text-align:left;
	padding:10px;
	margin-bottom:10px;
}

.myproftext {
	
	padding:10px;
}

.mycalltoaction {
/*	padding:10px;
	border:solid 1px #a1a1a1;
	*/
	margin-bottom:10px;
	text-align:center;	
}

.mycalltoaction .topc {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:8px;
	
}


.gallery_shell {
	padding:0;
	text-align:center;
	border:solid 1px #ababab;
}


.gallery_shell_player {
	text-align:center;
	border:0;
	padding:10px 22px 10px 22px;
	
	width:400px;
	
}

.gallery_shell_player img {
	display:inline;

}


.gallery_shell_descr {
	text-align:center;
	height:24px;
}


.gallery_shell_playlist {
	text-align:center;
	border:0;
	padding-top:10px;
	width:100%;
	padding-bottom:10px;
	/*border-bottom:solid 1px #ababab;*/
}

.gallery_shell_playlist img {
	padding:2px 2px 2px 2px;
	
}

.gallery_shell_playlist img:hover {

	padding:2px 2px 2px 2px;
	background-color:#678CB7;
}

.doc_gallery {
	padding:10px;
	text-align:left;
}

.doc_gallery a {
	font-weight:bold;
}



.btn_gen {
	height:31px;
	text-align:center;
	
}

.btn_gen_left {
	height:31px; 
	width:5px; 
	background-image:url(/images/button_left_edge.gif);
	background-repeat: no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.btn_gen_center {
	height:31px;
	background-image:url(/images/button_center_slice.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	padding:6px 6px 0px 6px;
	cursor:pointer;
	float:left;
	text-align:center;
}

.btn_gen_right {
	height:31px; 
	width:4px; 
	background-image:url(/images/button_right_edge.gif);
	background-repeat: no-repeat;
	display:block;
	cursor:pointer;
	float:left;
}

.section_myreviews {
	text-align:left;
}

.section_myreviews .comment_heading {
	color:#3A789D;
}

.pager_right {
	text-align:right;
	padding:3px;
	clear:both;
	
	
}

.section_config {
	padding:10px;
}


.upload_image {
	text-align: center;
}

.section_lifestyle {
	padding:10px;
	text-align:left;
	margin-bottom:10px;
	border:solid 1px #ababab;
}

.section_lifestyle td {
	padding-bottom:5px;
}

.section_industry {
	padding:10px;
	text-align:left;
	margin-bottom:10px;
	border:solid 1px #ababab;
}

.section_netpref {
	padding:10px;
	text-align:left;
	margin-bottom:10px;
	border:solid 1px #ababab;
}
.section_blog {
	
	text-align:left;
	padding:10px;
	
}
.section_blog  li{
	inherit: none;
	margin:10px 10px 10px 15px;
	
}
.blog_section_list{
	inherit: none;
	list-style-type:none;
	margin:10px 10px 10px 15px;
	
}
/* for the link back section */
.request_table td{
padding:3px 5px;
}
.linkback_profile_list
{
	list-style:none;
	margin-left:35px;
	text-align:left;
	
}
.linkback_profile_list li
{	
	margin-bottom:10px;
}
.linkback_profile_list img
{
	margin-right:20px;
	vertical-align:middle;
}
.linkback_profile_list a
{
	
}


/*  for useful content section */
#rel_content_right{
	margin-left:310px;
	
}
#rel_content_left{
	float: left;
	width: 290px;
}
.rel_content_descr{
	font-size:10px;
	margin-left: 5px;
	margin-right: 5px;
}
#rel_content_left input, #rel_content_right input{
	width:100%;
}
#rel_content_left textarea{

height:220px;
width:100%;
}
#profile_article .main_left{
	width:465px;
}
#profile_article .main_right{
	width:415px;
}
.section_toppicks #top_picks li{
	padding:5px;
	background-color: #e1e1e1;
	border: 1px solid #CCCCCC;
	margin: 3px 0;

}
.delete_object{
	float:right;
	
}
.delete_object a{
	padding:2px 3px;
	border: 1px solid #CCCCCC;
	color:#000000;
	text-decoration:none;
}
.delete_object a:hover{
	color:#FFFFFF;
	background-color:red;
	color:#FFFFFF;
	cursor:pointer;
}
.top_picks_list{
	margin:5px 10px;
	text-align:left;
	
}
.top_picks_list li{
	margin:5px auto;
	
}
.top_picks_header{
	text-align:left;
	border:2px solid #e1e1e1;
	font-size:16px;
	font-weight:bold;
	padding: 5px 10px;
	margin:0;
}
.mem_info_btn{
	display:inline;
}
.section_authorinfo{
	text-align:left;
}

.section_authorinfo .member_name{
	font-weight: bold;
	font-size: 14px;
}
.section_authorinfo img{
	margin: 3px 3px;
}
.section_authorinfo a{
	text-decoration:none;
}
.section_authorinfo td{
	padding:0px;
}