*{
	margin:0;
	padding:0;
}

html{
	height:100%;
}

body{
	font:12px/18px Arial, Tahoma, Verdana, sans-serif;
    overflow-X:hidden;
	height:100%;
}

a{
	outline:none;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

p{
	margin:0 0 10px 0;
	text-decoration:underline;
}

img{
	border:none;
}

#wrapper{
	width:100%;
	min-width:992px;
	min-height:100%;
	height:auto !important;
	height:100%;
	background-color:#efefef;
}

/* Header
-----------------------------------------------------------------------------*/
#header{
	height:100px;
	background:url(header_bg.jpg) repeat-x;
}

#header_left{
	float:left;
	background:url(header_left.jpg) no-repeat;
	width:437px;
	height:100px;
	margin-right:-437px;
	z-index:10;
	position:relative;
}

#header_right{
	float:right;
	background:url(header_right.jpg) no-repeat;
	width:437px;
	height:100px;
	margin-left:-437px;
	z-index:10;
	position:relative;
}

#header_main{
	background:url(header_spot.png) no-repeat center;
	margin:0 auto;
	width:992px;
	height:100px;
	z-index:100;
	position:relative;
}

#header img.logo{
	margin:27px 30px 0 4px;
	float:left;
}

#header ul{
	list-style:none;
	font-family:Tahoma, Geneva, sans-serif;
	padding-top:40px;
	background:url(header_menu_line.png) no-repeat center 40px;
}

#header li{	
	display:inline-block;
	padding-left:18px;	
	margin-top:10px;

}

#header li:hover{
	background:url(header_menu_hover_left.png) no-repeat 10px 0;
}

#header li span{
	height:36px;
	width:6px;
	display:block;
	float:right;
	margin-right:-6px;
	margin-top:-38px;
}

#header li:hover span{
	background:url(header_menu_hover_right.png) no-repeat right;
}

#header li.first{
	margin-left:72px;
}

#header ul a{
	color:#FFF;		
	display:block;
	font-weight:bold;
	text-transform:capitalize;
	padding:8px 5px 12px 0;
}

#header ul a:hover{
	text-decoration:underline;
}

#header ul a.register{
	background:url(header_menu_register.png) no-repeat left 5px;
	padding-left:33px;
}

#header ul a.publishers{
	background:url(header_menu_publishers.png) no-repeat left 5px;
	padding-left:34px;
}

#header ul a.advertisers{
	background:url(header_menu_advertisers.png) no-repeat left 5px;
	padding-left:33px;
}

#header ul a.rules{
	background:url(header_menu_rules.png) no-repeat left 5px;
	padding-left:36px;
}

#header ul a.contact{
	background:url(header_menu_contact.png) no-repeat left 5px;
	padding-left:34px;
}
/*----------*/
#header li.second{ 
	margin-left:72px;
}
/*----------*/
#header ul a.profile{
	background:url(header_menu_profile.png) no-repeat left 5px;
	padding-left:29px;
}

#header ul a.sites{
	background:url(header_menu_sites.png) no-repeat left 5px;
	padding-left:34px;
}

#header ul a.campaigns{
	background:url(header_menu_campaigns.png) no-repeat left 5px;
	padding-left:33px;
}

#header ul a.tickets{
	background:url(header_menu_tickets.png) no-repeat left 5px;
	padding-left:36px;
}

#header ul a.logout{
	background:url(header_menu_logout.png) no-repeat left 5px;
	padding-left:34px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle{
    margin:0 auto ;
	width:992px;	
	padding: 0 0 105px;
	background:url(content_shadow.png) no-repeat right -103px;
	height: 1%;
	position: relative;	
}

#middle:after{
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
}

#sidebar{
	float:left;
	width:247px;
	position:relative;
	z-index:100;
	margin:11.5px -122px -105px -122px;
	padding-left:244px;

}

#sidebar ul{	
	padding-top:121px;
	list-style:none;
	font-size:13px;
    color:#FFF;
	position:relative;
	z-index:20;
	margin-left:-122px;	
	padding-left:142px;

}

#sidebar ul#shad{	
    padding-top:60px;
	list-style:none;
	font-size:13px;
    position:relative;
	z-index:20;
	margin-left:-122px;	
	padding-left:142px;
}

#sidebar ul#shadow li{
     color:#000;
    
}

#sidebar a{
	color:#323232;
	font-weight:bold;
}

#sidebar ul#shadow a{
	color:#96c8dc;
}

#sidebar_top_bg{
	background:url(sidebar_top_bg.png) no-repeat top left;
	height:87px;
	padding-top:13px;
	margin-left:-122px;
}

#sidebar_middle{
	height:285px;
	background:url(sidebar_bg.png) repeat-y;
	margin-left:-122px;
}

#sidebar_bottom_bg{
	background:url(sidebar_bottom_bg.png) no-repeat bottom left;
	height:100px;
	margin-left:-122px;
	position:relative;
}

#sidebar_shadow{
	background:url(sidebar_shadow.png) no-repeat;
	height:98px;
	width:500px;
	margin-left:-244px;
	margin-top:-60px;
}

#monitor{
	margin-left:13px;
	padding-top:9px;
	height:205px;
	width:230px;
	background:url(sidebar_monitor.png) no-repeat;
	position:relative;
	z-index:100;
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
}

#monitor td.separator{
	height: 10px;
	width:229px;
	margin-top:-5px;
	background:url(monitor_separator.png) no-repeat center center;
	position:absolute;
}

#monitor td.center{
	text-align:center;
}

#monitor td.left{
	padding-left:18px;
}

#monitor a{
	color:#98d5ff;
}

#content{
    margin-left:283px;
	padding:34px 5px 30px 0;
	width:700px;
	font-size:13px;
	position:relative;
	z-index:200;
}

#content a{
	color:#2e99c7;
}

#content span{
	color:#2e99c7;
}

#content h2{
	color:#2e99c7;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

#content a#add{
	text-transform:uppercase;
	font-weight:bold;
	background:url(add.png) no-repeat;
	padding-left:15.5px;
}

#content a#blacklist{
	text-transform:uppercase;
	font-weight:bold;
	background:url(blacklist.png) no-repeat;
	padding-left:20.5px;
	margin-left:19px;
}

#content a#request{
	text-transform:uppercase;
	font-weight:bold;
	background:url(request.png) no-repeat;
	padding-left:20.5px;
	margin-left:19px;
}

#content table#sites{
	background:url(content_separator.png) no-repeat;
	margin-right:-18px;
	margin-top:15px;
	padding-top:10px;
	text-align:center;
}

#content td.separator{
	background:url(content_separator.png) no-repeat center center;
	height: 30px;
	padding-bottom:0;
}

#content th.line{
	background:url(table_profit_line.png) no-repeat bottom center;
}

#content a.arrow{
	background:url(arrow.png);
	height:13px;
	width:14px;
	display:block;
	float:left;
}

#content a.arrow:hover{
	background:url(arrow_down.png);
}

#content a.refresh{
	background:url(refresh.png);
	display:block;
	height:12px;
	width:14px;
	float:left;
	margin-left:10px;
}

#content a.setting{
	background:url(setting.png);
	display:block;
	height:12px;
	width:12px;
	float:left;
	margin-left:10px;
}

#content a.delete{
	background:url(delete.png);
	display:block;
	height:11px;
	width:12px;
	float:left;
	margin-left:10px;
}

#content a.zoom{
	background:url(zoom.png);
	display:block;
	height:12px;
	width:13px;
	float:left;
	margin-left:10px;
}

#content a.add_small{
	background:url(add_small.png);
	display:block;
	height:12px;
	width:12px;
	float:left;
	margin-left:10px;
}

#content .more{
	margin-top:20px;
	display:block;
	width:100%;
	text-align:left;
}

#content .more_menu ul{
	list-style:none;
}

#content .more_menu li{
	margin-right:18px;
	display:inline;
}

#content .more li a{
	font-weight:bold;
}

#content .more ul{
	list-style:none;	
	float:left;
	margin-right:36px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer{
	margin-top:-105px;
	min-width: 992px;
	height: 100px;
	background-color: #545454;
	border-top:#FFF solid 2.5px; 
	border-bottom: #FFF solid 2.5px; 
	color:#000;
	font-size:14px;
	text-transform:capitalize;
	position:relative;
	z-index:10;
}

#copy{
	padding:40px 0 0 264px;	
	width:728px;
	margin:0 auto;
	background:url(footer_shadow.png) no-repeat right 1.5px;
}

#copy ul{
	float:right;	
	list-style:none;	
} 

#copy a{
	color:#000;		
}

#copy li{	
	display:inline;
	padding-left:5px;
}

/* Top form
-----------------------------------------------------------------------------*/
.top_form{
    float:right;
	width:173px;
	margin-top:15px;
	color:#FFF;
}

.top_form #login_top, #password_top, #remind_top{
	vertical-align:middle;
	width:173px;
	height:19px;
	color:#a8a8a8;
	border:none;
	margin-top:3px;
	background:url(input_bg.jpg) repeat-x top;
}

.top_form input#password_top{
    width:154px;
	padding-right:19px;
	float:left;
	margin-right:-19px;
}

.top_form input#remind_top{
    height:19px;
	width:19px;
}

.top_form a{
    color:#FFF;
	text-decoration:none;
	font-weight:bold;
}

.top_form a:hover{
	text-decoration:underline;
}

.top_form .right{
    float:right;
}
/* Reg form
-----------------------------------------------------------------------------*/
.reg_form{
    width:240px;
	text-align:right;
	margin-top:20px;
}
.reg_form label{
	display:block;
}

/* Contact form
-----------------------------------------------------------------------------*/
.Contact_form{
    width:300px;
}

.Contact_form #topic, #message{
    width:300px;
    border:1px solid #1f8dbc;
}

/* Рay-out form
-----------------------------------------------------------------------------*/
.pay-outform{
    width:250px;
}

.pay-outform textarea, select{
	border: 1px solid #1f8dbc;
}

.pay-outform input, textarea, select{
      width: 250px;
}

.send-form{
	float: left;
}
/*-------------------------------------------------------------*/
form{
    width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img{
	border: 0px;
	margin: 0;	
}

table{
	margin: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

#table{
	width: 100%;
}

table td
{	
	padding: 0px;
}

.input_form{
	border:1px solid #1f8dbc;
	margin-bottom:5px;
	width:118px;
	vertical-align:middle;
}

#content p.small{
	font-size:10px;
	text-decoration:none;
	margin:0 -30px 5px 0;
}

label{
	display:block;
}

#send{
    width:62px;
    height:22px;
}
/*Таблицы в контенте*/
.content table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
        border: 1px solid gray;
	border-collapse: collapse;
}

.content td{
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border{
	border: none;
}

.no_border td{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/

/* 
------------------------------Черный список-------------------------------------------- */
.blacklist
{
	width: 100%;
}

.blacklist th
{
	text-align: center;
	font-size: 1.13em;
}

.blacklist th.right
{
	text-align: right;
}

.blacklist td
{
	text-align: center;
	padding: 3px 10px;
}

.blacklist td.left
{
	text-align: left;
	background: none;
	width: auto;
}

.symbolics
{
	color: #000;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 25px;
}

.symbolics .current
{
	font-weight: bold;
}

.symbolics *
{
	color: #000;
	text-transform: uppercase;
}

.symbolics a
{
	color: #414e9a;
}
/* /Черный список */
/*---------------------------- Filter--------------------------*/
#simple-search{  
    display: block;
	overflow: hidden;
    width:400px;
    z-index:2;
}

#simple-search th{  
         width:50px;
}		

#ext-search{
	display: block;
	overflow: hidden;

	top: 0px;

	height: 0px;
	width:700px;
	z-index: 1;
}

#ext-search th{
	width:50px;
}

#filters-list{
	display: block;
	overflow: hidden;
    height: 0px;
	width: 0px;
	padding-bottom: 100px;
	z-index: 1;
}


#search td{
    width:0px;
}

.form{
	border:1px solid #1f8dbc;
	margin-bottom:5px;
	width:293px;
	vertical-align:middle;
}

.form2{
	margin-bottom:5px;
	width:293px;
	vertical-align:middle;
}

.filters{
    width: 100%;
}
#filters{
    width:700px;
}

table.search{   
    width: 100%;
}

/* Скачка файлов */
a.show-link
{
	text-decoration: none;
	border-bottom: 1px dashed #417A9A;
}

#files-php, #files-perl, #files-asp
{
	width: 100%;
	height: 0;
	overflow: hidden;
}
/* /Скачка файлов */
.code-style
{
	margin: 10px 0px;
}

code
{
	display: block;
	background-color: #dddddd;
	border: 1px dashed #444;
	padding: 5px 5px 5px 5px;
	width: 600px;
}
/* Редактирование площадка */

.area-parameters th
{
	width: 40%;
	text-align: left;
	color: #414e9a;
	padding: 7px 3px;
	vertical-align: top;
}

.area-parameters td
{
	width: 60%;
	text-align: left;
	padding: 3px 10px;
}

.area-parameters td.small
{
	width: 1%;
}

.area-urls
{
	width: 100%;
}

.area-urls th
{
	text-align: center;
	font-size: 1.13em;
	color: #414e9a;
	padding: 7px 3px;
}

.area-urls td
{
	text-align: left;
	padding: 3px 10px;
}

.area-finance
{
	width: 100%;
}

.area-finance th
{
	text-align: center;
	font-size: 1.13em;
	border-bottom: 1px solid #000;
	color: #414e9a;
	padding: 7px 3px;
}

.area-finance td
{
	text-align: center;
	padding: 3px 10px;
}
/* /Редактирование площадка */
/* Мои проекты */
.projects
{
	width: 100%;
}

.projects .minus
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(minus.gif) no-repeat center;
	cursor: pointer;
}

.projects .plus
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(plus.gif) no-repeat center;
	cursor: pointer;
}

.projects th
{
	text-align: center;
	font-size: 1.13em;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px 3px;
}

.projects th.right
{
	text-align: right;
}

.projects td
{
	text-align: center;
	padding: 3px 10px;
	overflow: hidden;
}

.projects .details
{
	width: 100%;
	height: 0;
	overflow: hidden;
}
/* /Мои проекты */

.project-links
{
	width: 100%;
}

.project-links th
{
	text-align: center;
	font-size: 1.13em;
	padding: 7px 3px;
}

.project-links td
{
	text-align: left;
	padding: 3px 10px;
}

.search-results
{
	width: 100%;
}

.search-results th
{
	text-align: center;
	font-size: 1.1em;
	color: #414e9a;
	padding: 7px 3px;
}

.search-results td
{
	text-align: left;
	padding: 3px 5px;
}

.search-results-tree
{
	width: 100%;
}

.search-results-tree td
{
	text-align: left;
	font-size: 1.1em;
	background-color: #efefef;
	border-bottom: 1px dotted #414e9a;
	border-top: 1px dotted #414e9a;
	padding: 7px 3px;
}

.search-results-tree .pages
{
}

.search-results-tree .show-pages
{
	color: #414e9a;
	text-decoration: none;
	border-bottom: 1px dashed #414e9a;
	cursor: pointer;
}

.search-results-tree .search-results
{
	font-size: 0.83em;
	width: 94%;
	margin: 0px 3%;
}

.referals
{
	width: 100%;
}

.referals th
{
	text-align: center;
	font-size: 1.13em;
	color: #414e9a;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px 3px;
}

.referals td
{
	text-align: left;
	padding: 3px 10px;
}

.money-statistics
{
	width: 100%;
}

.money-statistics th
{
	text-align: center;
	font-size: 1.13em;
	color: #414e9a;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px 3px;
}

.money-statistics td
{
	text-align: left;
	padding: 3px 10px;
}

.money-statistics td.date
{
	width: 20%;
}

.money-statistics .incoming td.summ
{
	color: #0F0;
	width: 10%;
}

.money-statistics .outgoing td.summ
{
	color: #F00;
	width: 10%;
}



/* Тексты ссылок */
.texts-stat
{
	width: 100%;
}

.texts-stat th
{
	text-align: center;
	font-size: 1.13em;
	padding: 7px 3px;
}

.texts-stat td
{
	text-align: left;
	padding: 3px 10px;
}
/* /Тексты ссылок */
/* Мои площадки */
.areas
{
	width: 100%;

}

.areas .parameters
{

}

.areas .minus
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(minus.gif) no-repeat center;
	cursor: pointer;
}

.areas .plus
{
	width: 16px;
	height: 16px;
	display: inline-block;
	background: url(plus.gif) no-repeat center;
	cursor: pointer;
}

.areas th
{
	text-align: center;
	font-size: 1.13em;
	color: #414e9a;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 7px 3px;
}

.areas th.right
{
	text-align: right;
}

.areas td
{
	text-align: center;
	padding: 3px 10px;
}

.areas .details
{
	width: 100%;
	height: 0;
	overflow: hidden;
}

.areas .details span
{
	color: #666;
	font-size: 1.1em;
}

.areas .details td
{
	text-align: left;
	padding: 3px 20px;
}

.nobr
{
	white-space: nowrap;
}
/* /Мои площадки */

.spacer-10h
{
	font-size: 0.01em;
	height: 10px;
}
a:visited {
	font-family:  sans-serif;
	font-size:100%;
	text-decoration:underline;
}

*:focus {outline: none;}
a {
	text-decoration: underline;
	outline: none;	
	}
a:hover { text-decoration: none; }
ul { list-style: none; }
.clear { clear: both; }
.empty { height: 135px;	}

h3.divorce-title
{
	display: inline-block;
	margin: 17px 30px 16px 0px;
}
