@charset "utf-8";
/* CSS Document */

/***** GLOBAL *****/

a img {
	border: none;
}
a, a:hover {
	color: #004da0;
	text-decoration: underline;
}

*		   { margin: 0; padding: 0;}

.error_msg {text-align: center; color: red;}
.info_msg {text-align: center; color: blue;}

/*input, textarea, select {padding: 1px 3px;}*/

.red			{color: #e20000;} 
.small          { font-size: 11px;}

/***** LAYOUT *****/
html 			{height:100%;}
* html body 	{height: 100%;}
body			{ margin: 0 auto; color: #000; background-color: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 12px; height: 100%; min-height: 100%; height: auto !important;}

/* Header */
#head			{ width: 100%; height: 168px; text-align: center; background: url('../images/head-bg.png') repeat-x; clear: both; }
#head .main		{ display: block; height: 168px; background: url('../images/head.jpg') center top no-repeat; position: relative; z-index: 10; }
#head .left-bg	{ width: 50%; height: 168px; background: url('../images/head-bg-left.png') repeat-x; position: absolute; left: 0; top: 0; }
#logo			{ position: absolute; left: 50%; top: 13px; margin-left: -347px; }



/* Header Member*/
#headm			{ width: 100%; height: 124px; text-align: center; background: url('../images/head-bgm.gif') repeat-x; clear: both; }
#headm .main		{ display: block; height: 124px; background: url('../images/headm.gif') center top no-repeat; position: relative; z-index: 10; }
#headm .left-bg	{ width: 50%; height: 124px; background: url('../images/head-bg-left.gif') repeat-x; position: absolute; left: 0; top: 0; }
#logom			{ position: absolute; left: 50%; top: 13px; margin-left: -347px; }

/*top navigation: Member*/
#nav1m			{ position: absolute; left: 50%; top: 71px; margin: 6px 0 0 -348px; padding: 0; }
#nav1m a			{ color: #000; padding: 6px; font-family: "Tahoma", sans-serif; font-size: 11px; text-transform: uppercase; font-weight: bold; line-height: 22px; }
#nav1m a:hover	{ color: #0a0; text-decoration: underline; }
#nav1m li		{ float: left; border-left: 1px solid #fff; border-right: 1px solid #a0a0a0; list-style: none; margin: 0; }
#nav1m li.first	{ border-left: none; }
#nav1m li.last	{ border-right: none; }


/*top navigation:*/
#nav1			{ position: absolute; left: 50%; top: 115px; margin: 6px 0 0 -348px; padding: 0; }
#nav1 a			{ color: #000; padding: 6px; font-family: "Tahoma", sans-serif; font-size: 11px; text-transform: uppercase; font-weight: bold; line-height: 22px; }
#nav1 a:hover	{ color: #0a0; text-decoration: underline; }
#nav1 li		{ float: left; border-left: 1px solid #fff; border-right: 1px solid #a0a0a0; list-style: none; margin: 0; }
#nav1 li.first	{ border-left: none; }
#nav1 li.last	{ border-right: none; }
.link-forum		{ position: absolute; left: 50%; margin-left: 183px; top: 152px; color: #c44; font-family: "Tahoma", sans-serif; font-size: 15px; font-weight: bold; }
.link-forum:hover	{ color: #f00; text-decoration: underline; font-size: 15px; font-family: "Tahoma", sans-serif; }
.link-forumlog	{ position: absolute; left: 50%; margin-left: 183px; top: 107px; color: #c44; font-family: "Tahoma", sans-serif; font-size: 15px; font-weight: bold;}
.link-forumlog:hover	{ color: #f00; text-decoration: underline; font-size: 15px; font-family: "Tahoma", sans-serif; }
/* Footer */
#footer			{ background: url('../images/head-bg.gif') left -133px repeat-x; padding: 20px; text-align: center; clear: both; margin-top: 20px; }
/*bottom navigaion:*/
#nav2			{ font-size: 12px; font-weight: bold; line-height: 1.6em; margin-bottom: 1.5em; text-align: center; }


/***** CONTENT *****/


#content		{ width: 760px; margin: 0 auto; padding-top: 25px; padding-bottom: 25px; height: 100%; text-align: center;/*position: relative; left: 50%; margin-left: -380px;*/ }

/* Top promo-blocks */
#promo			{ width: 760px; background-color: #eee; margin-bottom: 0px;}
#promo td		{ padding: 1px 1px 10px 1px !important; text-align: center; background: #fff none center bottom no-repeat; border: 5px solid #999; }
#promo div		{ width: 100%; height: 25px; }
#promo img.title{ margin-top: -25px; color: #fff; font-size: 13px; }
#promo p		{ padding: 11px 10px; }
/*gradient in background:*/
#promo td.p1	{ background-image: url('../images/promo-1-bg.png'); border-color: #8ec3f9; vertical-align:top;}
#promo td.p2	{ background-image: url('../images/promo-2-bg.png'); border-color: #fa7d83; vertical-align:top;}
#promo td.p3	{ background-image: url('../images/promo-3-bg.png'); border-color: #fcd57b; vertical-align:top;}
/*border:*/
#promo .p1 div	{ background-color: #5a98d8; }
#promo .p2 div	{ background-color: #da2220; }
#promo .p3 div	{ background-color: #e5aa0e; }

.link_join		{ color: #390; }

.red			{ color: #d00; }
.green                  { color: #007500; }

.block			{ padding: 5px 7px; margin: 12px 0; }
.block p		{ text-align: right; margin-top: 0.7em; }
.block q		{ quotes: none; }

.block.b1		{ background: #ecfaec url('../images/comment-bg-1.gif') repeat-x; text-align:left; }
.block.b2		{ background: #eff6ff url('../images/comment-bg-2.gif') repeat-x; text-align:left; }
.block.b3		{ background: #fffbea url('../images/comment-bg-3.gif') repeat-x; text-align:left; }

.block.nopadding{ padding: 5px 0; }
.block.border	{ border: 3px solid #eee; }
.block.brides	{ border: 3px solid #eee; background: url('../images/brides-bg.png') left bottom repeat-x; padding-top: 10px; }
.block.brides p	{text-align:left;}
.block.brides h2 { font-size: 20px; color:#cc4444; font-weight:normal;}

.block.update	{ border: 3px solid #eee; background: url('../images/brides-bg.png') left bottom repeat-x; padding-top: 10px; }
.block.update p	{text-align:left;}


ul				{ margin-top: 0.5em; }
ul.benefits li	{ list-style: circle url('../images/rn_36.gif'); margin-left: 60px; margin-bottom: 10px; padding-left: 5px; font-size: 17px; text-align:left }
ul.benefits { display: block; }

.button_join		{ display: block; width: 157px; margin: 15px auto 0 auto; color: #0a0; font-size: 20px; text-align: center; line-height: 32px; cursor: hand; }
.button_join span	{ display: block; width: 157px; height: 37px; }
.button_join .img	{ background: url('../images/button-join.png') no-repeat; margin-top: -37px; z-index: 10; position: relative; }
a.button_join:hover	.img { background-position: left -37px; }

#content table.table_performance	{ width: 309px; border: 3px solid #eee; }
#content table.table_performance td	{ font-size: 11px; }


#newContent table td			{ font-size: 11px; font-family: "Tahoma", sans-serif; padding: 2px; }
#newContent table th			{ font-size: 10px; font-family: "Tahoma", sans-serif; background-color: #5a5; color: #fff; padding: 3px; }
#newContent table th.dark		{ background-color: #270; }
#newContent table th a			{ color: #fff; }
#newContent table th.title a	{ color: #280; }
#newContent table th.title		{ background: none; color: #000; padding: 6px; }
#newContent table .col2		{ text-align: right; }
#newContent table .bar			{ background-color: #5a5; margin: 5px; float: left; border-right: 1px solid #9dda78; border-left: 1px solid #6da03d; }
#newContent table .row1		{ background-color: #fff; }
#newContent table .row2		{ background-color: #eee; }
#newContent table .sun .col1	{ color: #c00; }
#newContent table .col1	{ text-align: left; padding-left: 3px;}

.table_top50				{ width: 416px; border: 3px solid #eee; margin: 0 auto;}
.table_top50 th                         { background: #55aa55; color: #fff; font-size: 10px; }
.table_top50 td				{ font-size: 11px; }
.table_top50 .dark                      { background: #227700; }
.table_top50 .title                     { background: #fff; color: #000; }
.table_top50 .col3, .table_top50 .col5, .table_top50 .col6	{ text-align: right; }

.table_top50 .topred		{ color: #c00; background: url('../images/arrow_down.gif') right center no-repeat; padding-right: 12px; }
.table_top50 .topgreen		{ color: #090; background: url('../images/arrow_up.gif') right center no-repeat; padding-right: 12px; }
.center						{ text-align: center !important; }		   

.fl							{ float: left; }
.fr							{ float: right; }

.content2cols .space		{ width: 15px; }


/***** USER NAV *****/



#nav_logout 		{ margin: 0 0 0 2px; _margin-left: 4px; padding: 0; }
#nav_logout li		{ float: left; clear: right; list-style: none; background-color: #eee; padding: 5px 10px; margin: 0 0 -3px 0; font-weight: bold; }
#nav_logout img		{ vertical-align: middle; margin-right: 5px; }
#nav_logout .info	{ padding-left: 25px; background: #eee url('../images/logout-corner-l.gif') no-repeat top left; }	
#nav_logout .logout	{ padding-right: 25px; background: #eee url('../images/logout-corner-r.gif') no-repeat top right; }

#nav_user			{ clear: both; width: 756px; background-color: #eee; margin-left: 2px; margin-bottom: 20px; }
#nav_user td		{ text-align: left; background: #fff none center bottom no-repeat; border: 2px solid #999; }
#nav_user ul		{ padding: 5px 14px; margin: 0; }
#nav_user li		{ list-style: none; margin: 2px; }

#nav_user td.p1		{ border-color: #8ec3f9; width: 23%; }
#nav_user td.p2		{ border-color: #fa7d83; width: 27%; }
#nav_user td.p3		{ border-color: #fcd57b; width: 50%; }
#nav_user td.p3 li	{ width: 49%; }

.notapproved {color: #f00;}
.approved {color: #007500;}
.blocked {color: #f00;}


/***** MEMBER MENU *****/


.preload1 {background: url(../images/menu/blank_over.gif);}
.preload2 {background: url(../images/menu/blank_overa.gif);}

#menu div {margin: 0 auto; width: 450px;}
#menu .outer {width: 100%; border-collapse: collapse; height: 36px;}
#menu { width: 100%; background: url(../images/menu/bgmenu.gif) repeat-x; height: 36px; position:relative; border: 5px #eee solid; border-bottom: 0px; background-color: #58a931;}
#menu h1 {	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 8px;}
td.ex_menu { vertical-align: middle;}
td.ex_menu a {color: #fff; margin-right: 10px; font-size: 11px; font-weight:normal;}
td.ex_menu a:hover {color: #fff; margin-right: 10px; font-size: 11px; font-weight:normal;}

.menu2 {margin:0; list-style:none; height:36px;  position:relative; z-index:410; padding:0px;}

.menu2 li.top {display: block; float: left;}
.menu2 li a.top_link {display:block; float: left; height:36px; line-height:27px; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; background: url(../images/menu/blank.gif);}
.menu2 li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(../images/menu/blank.gif) right top; cursor: default;}

.menu2 li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(../images/menu/blanka.gif) no-repeat right top;cursor: default;}
.menu2 li a.top_link:hover {color:#fff; background: url(../images/menu/blank_over.gif) no-repeat;cursor: default;}
.menu2 li a.top_link:hover span {background:url(../images/menu/blank_over.gif) no-repeat right top;cursor: default;}
.menu2 li a.top_link:hover span.down {background:url(../images/menu/blank_overa.gif) no-repeat right top;cursor: default;}

.menu2 li:hover > a.top_link {color:#fff; background: url(../images/menu/blank_over.gif) no-repeat;}
.menu2 li:hover > a.top_link span {background:url(../images/menu/blank_over.gif) no-repeat right top;}
.menu2 li:hover > a.top_link span.down {background:url(../images/menu/blank_overa.gif) no-repeat right top;}

.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}


.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}


.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {left:0; top:31px; background: #fff; padding:3px; border:1px solid #71c649; white-space:nowrap; width:140px; height:auto; z-index:300; text-align: left;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:140px; font-weight:normal;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:140px; line-height:20px; text-indent:5px; color:#000; text-decoration:none;font-weight:normal;}
.menu2 :hover ul.sub li a:hover {background:#71c649; color:#fff;font-weight:normal;}

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #71c649; white-space:nowrap; width:90px; z-index:400; height:auto;}


/******* INFO BLOCK ********/

#info_block { width: 760px; border: #eee 5px solid;}
#info_block div { width: 750px; border: #fcd57b 5px solid;}
#info_block h1 { color: #e88e00; text-align:left; font-size: 15px; margin: 5px;}
#info_block p { text-align:left; margin: 5px;}

/******* CONTROL BLOCK ********/

#control_block { width: 760px; border: #eee 5px solid; line-height: 22px;}
#control_block div.br { width: 750px; border: #8ec3f9 5px solid; padding-top: 10px;}
#control_block h1 { color: #264d75; text-align:left; font-size: 15px; margin: 5px;}
#control_block td h1 { color: #264d75; text-align: center; font-size: 14px; margin: 3px;}
#control_block p { text-align:left; margin: 5px;}
#control_block textarea { text-align:left; width: 70%;}
#control_block input { text-align:left; width: 70%;}
#control_block input.box {text-align:left; width:15px;}
#control_block a { font-size: 12px; color:#0066CC;}
#control_block a.big { font-size: 12px; color:#0066CC; font-weight: bold; margin-top: 10px; display:inline-block; margin-bottom: 10px;}

/***** SITES  *****/

.sites {
	width: 742px;
	text-align: center;
	padding: 2px;
	margin: 0 auto;
}
.sites td.title {
	background: #8ec3f9;
	border-bottom: 1px #4674a4 solid;
	border-left:1px #4674a4 solid;
	color: #264d75;
	text-align: center;
	font-size: 12px;
	margin: 3px;
	font-weight: bold;
	padding: 3px;
}
.sites td.site {
	background: #8ec3f9;
	border: 1px #4674a4 solid;
	text-align: center;
	font-size: 13px;
	margin: 3px;
	font-weight: bold;
	padding: 5px;
}
.sites td.list {
	background: #deeeff;
	border-bottom: 1px #c1e0ff solid;
	border-left:1px #c1e0ff solid;
	padding-top: 3px;
	vertical-align: middle;
	font-size: 11px;
	white-space: nowrap; 
}
.sites td.list a{
	font-size: 11px !important;
}


.sites td.list select {
	margin:5px;
}
.message {
	text-align: center;
	color: #FF0000;
	font-size: 13px;
	font-weight: bold;
}
.category {
	font-size: 12px;
	line-height: 16px;
}

/***** STATS  *****/


.stats {
	width: 742px;
	text-align: center;
	padding: 2px;
	margin: 0 auto;
}
.stats th {
	background: #8ec3f9;
	border-bottom: 1px #4674a4 solid;
	border-left:1px #4674a4 solid;
	color: #264d75;
	text-align: center;
	font-size: 12px;
	margin: 3px;
	font-weight: bold;
	padding: 3px;
}

.stats td.site {
	background: #8ec3f9;
	border: 1px #4674a4 solid;
	text-align: center;
	font-size: 13px;
	margin: 3px;
	font-weight: bold;
	padding: 5px;
}
table.stats tr.list td {
	background: #deeeff;
	border-bottom: 1px #c1e0ff solid;
	border-left:1px #c1e0ff solid;
	padding-top: 3px;
	vertical-align: middle;
	font-size: 11px;
	white-space: nowrap;
	padding: 2px;
}

table.stats tr.list td a:link {
	font-size: 11px !important;
	color: #264d75 !important;
}

.stats td.list select {
	margin:5px;
}





/***** ACCOUNT  *****/

.acc_form { text-align: left; font-weight: bold; color: #006600; line-height: 24px; font-size: 13px; margin-top: 3px; width: 50%; margin: 0 auto;}
.acc_form p { line-height: 27px;}
.acc_form p.norma { color: #000000; font-weight:normal}
.acc_form td.norma { color: #000000; font-weight:normal; width: 200px;}
.acc_form p.ctr { text-align: center !important; color: #000000;}
.acc_form p.black { color: #000000;}
.acc_form input { width: 200px;}
#control_block input.button {width: auto; height: 24px; background: url("../images/butt.gif") left repeat-x; border: #58a931 2px solid; font-weight: bold; font-size: 14px; text-align: center !important; margin: 0 auto; padding: 0 3px;}
/***** LOGIN  *****/

.login_form {
	text-align: left;
	line-height: 22px;
	margin: 20px 0 100px 0;
	position: relative;
	width: 58%;
	float: right;
	margin-bottom: 370px;
}

.login_form h1 {
	text-align: left;
	font-weight: bold;
	color: #0d7200;
	line-height: 22px;
	font-size: 13px;
}

.login {
	width: 86px;
	height: 24px;
	background: url("../images/submit.gif") no-repeat;
	border: 0;
	font-weight: bold;
	margin-top: 10px;
}

/***** REMIND ******/
.remind_form {
	text-align: left;
	font-weight: bold;
	color: #215a75;
	line-height: 22px;
	margin: 20px 0 100px 0;
	font-size: 13px;
	position: relative;
	width: 61%;
	float: right;
	margin-bottom: 380px;
}
.remind_form h1 {
	text-align: left;
	font-weight: bold;
	color: #0d7200;
	line-height: 22px;
	font-size: 13px;
}




/***** SIGNUP  *****/

.signup_tbl {
	margin: 10px 5px 0 5px;
	width: 100%;
	padding: 0;
	border-collapse: collapse;
}
.signup_note {
	text-align: left;
	vertical-align: top;
}
.signup_form {
	text-align: center;
	font-weight: bold;
	color: #0d7200;
	line-height: 24px;
	font-size: 13px;
	margin-top: 3px;
}
.signup_form h1 {
	text-align: right;
	font-weight: bold;
	color: #0d7200;
	line-height: 24px;
	font-size: 13px;
	margin-top: 3px;
}
.signup_form p {
	line-height: 27px;
}
.signup_form p.norma {
	color: #000000;
	font-weight:normal
}
.signup_form p.black {
	color: #000000;
}
.signup {
	width: 210px;
	height: 24px;
	background: url("../images/join.gif") no-repeat;
	border: 0;
	font-weight: bold;
	font-size: 13px;
}
.join_form {
	width: 40%;
	margin: 3px auto;
	font-weight: bold;
	color: #215a75;
	line-height: 24px;
	font-size: 13px;
}
.join_form td.black {
	color: #000000;
	font-weight:normal;
	text-align: left
}
.start {
	height: 24px;
	width: 240px;
	background: url("../images/butt.gif") left repeat-x;
	border: #58a931 2px solid;
	font-weight: bold;
	font-size: 13px;
	text-align: center !important;
	margin: 0 auto;
	padding: 0 3px;
}

.signup_tbl h2 {
	color:#0d7200;
	font-weight: bold;
	font-size: 13px;
}
.start a {
	font-weight: bold;
	font-size: 13px;
	color:#0d7200;
}

/***** PAYMENT INSTR  *****/

.input100 { text-align:left; width: 250px;}


/***** TIPS FIELD  *****/
a.tip:hover{
position:relative;
z-index:23;
}
a.tip span{
display:none;
text-align: left;
}
a.tip iframe{
filter:mask();
z-index:-1;
border:none;
position:absolute;
left:40px;
top:-10px;
width:200px;
}
a.tip:hover span{
display:block;
position:absolute;
top:-10px;
left:40px;
background: #f7f7f7;
border:1px solid red;
color:#000;
z-index:9999;
width:200px;
padding:5px;
font-size:11px;
cursor:pointer;
text-decoration: none;
font-weight:normal;
}

/***** BANNERS FIELD  *****/
img.small { height: 2.3em; }


/***** MESSAGES  *****/
.mess { overflow: auto; width: 736px;}
.mess1 { overflow: auto; width: 90%; text-align:left;}

/***** SITES  *****/
.sites1 { width: 100%; text-align: center; padding: 2px; margin: 0 auto;}
.sites1 td.title { background: #8ec3f9; border-bottom: 1px #4674a4 solid; border-left:1px #4674a4 solid; color: #264d75; text-align: center; font-size: 14px; margin: 3px; text-decoration:underline; font-weight: bold; padding: 5px; }
.sites1 td.site { background: #8ec3f9; border: 1px #4674a4 solid; text-align: center; font-size: 13px; margin: 3px; font-weight: bold; padding: 5px; }
.sites1 td.list { background: #deeeff; border-bottom: 1px #c1e0ff solid; border-left:1px #c1e0ff solid; padding-top: 3px; vertical-align: middle;}
.sites1 td.list select { margin:5px;}
.message { text-align: center; color: #FF0000; font-size: 13px; font-weight: bold; }
.category {font-size: 12px; line-height: 16px;}

.button {width: auto; height: 24px; background: url("../images/butt.gif") left repeat-x; border: #58a931 2px solid; font-weight: bold; font-size: 14px; text-align: center !important; margin: 0 auto; padding: 0 3px;}

.tooltip_block {
	border: 1px solid red;
	background: #f7f7f7;
	color: #000;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	font-weight:normal;
	z-index: 100;
	width: 200px;
}
#divTooltip {
	overflow:hidden;
	position:absolute;
}
#divTooltip iframe {
	filter:mask();
	z-index:-1;
	display:none;
	display/**/:block;
	position:absolute;
	top:0;
	left:0;
	width:3000px;
	height:3000px;
}
/***** LAYERS  *****/
.layer {
	width: 100%;
	background: #fff;
	text-align: center;
	font-weight: bold;
	color: #0d7200;
	line-height: 24px;
	font-size: 13px;
	margin-top: 3px;
}
.layer h1 {
	color: #0d7200;
	font-size: 13px;
	text-align: center;
}
.layer_btn {
	width: 70px;
	height: 24px;
	background: url("../images/site.gif") no-repeat;
	border: 0;
	font-weight: bold;
	font-size: 13px;
}
.layer table th {
	text-align: right;
	padding-right: 5px;
}
.layer table td {
	text-align: left;
	vertical-align: middle;
}
.popup {
	position:relative;
	z-index:900;
	background:#FFF;
}
/* ie6 fix for .popup */
.popup .popup_field {
	background:#FFF;
	position:relative;
}
.xModalDialogGreyElement {
	z-index:900;
	width: 100%;
	position: absolute;
	background-color: #000000;
	filter:alpha(opacity = 40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.xModalDialogGreyElementTransparent {
	z-index:900;
	width: 100%;
	position: absolute;
	background: transparent;
}
*/  .stats_box {
width: 680px;
border: 5px solid #8ec3f9;
background: #fff;
text-align: center;
font-weight: bold;
color: #0d7200;
line-height: 24px;
font-size: 13px;
margin-top: 3px;
}
.stats_box h1 {
	color: #264d75;
	font-size: 13px;
	text-align: center;
}

.service {border-collapse: collapse; margin-bottom: 20px;}
.service td, .service th {border: 1px solid black; padding: 10px;}
