/********************************
 * General
/********************************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	padding:0;
	margin:0;
	background:#fff url(images/bodybg.gif) 0px 99px repeat-y;
}
a img {
	border:none;
}
ul {
	list-style-position:outside;
}
ul,li,h1,h2,h3,h4,h5,p {
	padding:0;
	margin:0;
}
li {
	margin-left:18px;
}

a {
	color:#CC0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/********************************
 * Main Layout
/********************************/
.siteblock {
	width:1055px;
}
.head {
	position:relative;
	width:100%;
	height:80px;
	background-color:#fff;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
}
.head img {
	display:block;
	position:absolute;
	top:10px;
	left:10px;
}
.head span {
	display:block;
	position:absolute;
	bottom:25px;
	left:200px;
	font-size:15px;
	font-weight:bold;
}
.head .login-info {
	display:block;
	position:absolute;
	top:0px;
	right:0px;
	font-size:10px;
	background-color:#EFEFEF;
	padding:3px;
	line-height:140%;
}
.head .login-info a {
	font-weight:bold;
}
.main {
	 border-right:1px solid #C1C1C1;
	 width:100%;
}
/*
.mainblock {
	overflow:hidden;
}   */
.menu {
	width:130px;
	border:none;
	color:#fff;
	float:left;
	min-height:200px;
	_height:200px;
}
.menu a {
	color:#000000;
	text-decoration:none;
}
.menu a:hover {
	text-decoration:underline;
	color:#CC0000;
}

.menuholder {
/*	margin:0 5px;    */
}
.content {
	width:919px;
	margin-left:5px;
	float:left;
	border-left:1px solid #C1C1C1;
	border-bottom:1px solid #C1C1C1;

}
.footer {
	height:20px;
	clear:both;
	margin-top:5px;
}

/********************************
 * Menu
/********************************/

.menu a {
	display:block;
}
.menu a.active {
	font-weight:bold;
}

/********************************
 * Other
/********************************/
.listtable {
	width:100%;
	table-layout:fixed;
	margin-bottom:10px;
	margin-top:10px;
	border-spacing:1px;
	border:1px solid #D7D7D7;
	border-left:0;
	border-right:0;
}
.listtable td {
	padding:1px;
	padding-right:4px;
	padding-left:2px;

}
.listtable thead td {
	background-color:#D8D8D8;
}
.listtable .listrow {

}
.listtable .row2 td {
	background-color:#EAF3F9;
}
.listtable .listrow.active td {
	background-color:#eff;
}

.listtable a {
	color:#000;
}

/********************************
 * Forms
/********************************/

input , select , textarea{
	font-size:12px;
	/*line-height:15px; */
	padding:0;
	border:1px solid #666666;
	padding:1px;
}
label {
	width:110px;
	/*line-height:15px;     */
	float:left;
}
textarea {
	font-size:12px;
	/*line-height:15px;   */
	padding:0;
	width:380px;
}
.input_clearer {
	clear:left;
	height:1px;
	overflow:hidden;
}

input.input {
	width:200px;
}

h1 {
	font-size:14px;
}
button.save {
	display:block;
	border:1px solid #666666;
	float:left;
	margin-right:5px;
}

fieldset .descr {
	color: #005BB7;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}




.content-box {
	float:left;
	margin:0;
	margin-bottom:0px;
	margin-left:5px;
}

.content-box.data {
	width:510px;
}
.content-box.keywords {
	width:370px;
}
.content-box.domains {
	width:370px;
}
.content-box.records {
	width:370px;
}
.content-box.views {
	width:370px;
}
.content-box.data.orders {
	width:450px;
}
.content-box.records-list , .content-box.domains-list {
	float:none;
	clear:both;
}
.views fieldset span {
	display:block;
	float:left;
	width:50px;
}


/********************************
 * Fieldset
/********************************/

fieldset {
	border:1px solid #CCCCCC;
	padding:3px;
	margin:0;
	margin-bottom:3px;
	margin-right:3px;
}
fieldset legend {
/*	border:1px solid #CADAE8;
	border-bottom:none;      */
	font-weight:bold;
}
.ke_table td {
	border-top:1px solid #ccc;
	padding-top:5px;
}
fieldset .select {
	padding:0;
	font-size:10px;
}
.noborder td {
	border-top:0;
	padding-top:1px;
}
fieldset.nopadding {
	padding:0;
}



/* LOGIN SCREEN
 * -------------------------------------------------- */

.login {
	font-size:11px;
	color:#333333;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-100px;
	position:absolute;
	top:50%;
	width:300px;
	left:50%;
	margin-left:-150px;
}
.login-box {
	border:1px solid #CDCDCD;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
.login-box table {
	width:100%;
	border:0px;
}
.login-box td {
	padding-bottom:2px;
	padding-top:2px;
	padding-left:10px;
}
.login-box-row {
	background-color:#E0E7F3;
}
.login-head {
	padding:10px;
}

.login #login, .login #password {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right:2px;
}

.login button.green {
	float:left;
	display:block;
	margin-right:10px;
	background-color:#B4F1A4;
	background-image:url(background-itemhead-green.jpg);
	color:#333333;
	font-size:11px;
	line-height:19px;
	height:19px;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
	border:0px;

}
.login button.green:hover {
	background-color:#7DE761;
	background-image:none;
	text-decoration:none;
}






h1 {
	display:block;
	font-size:12px;
	font-weight:normal;
	background-color:#D8D8D8;
	padding:1px;
	padding-left:3px;
	color:#333;
	margin-top:10px;
	margin-bottom:2px;
}




.app-list-table {
	width:100%;
	table-layout:fixed;
	margin-bottom:5px;
	margin-top:5px;
	border-spacing:1px;
	border:1px solid #D7D7D7;
	border-left:0;
	border-right:0;
}
.app-list-table td {
	padding:1px;
	padding-right:4px;
	padding-left:2px;

}
.app-list-table thead td {
	background-color:#D8D8D8;
}
.app-list-table .listrow {

}
.app-list-row.active td {
	background-color:#EAF3F9;
}
.app-list-table a {
	color:#000;
}

.app-list-row.empty {
	text-align:center;
	line-height:300px;
}
.app-list-table thead .active {
	font-weight:bold;
}
.app-list-table thead .active.asc {
	text-decoration:underline;
}
.app-list-table thead .active.desc {
	text-decoration:overline;
}




.app-list.first-chars {
	height:20px;
	border-bottom:1px solid #ccc;
	padding-left:3px;
}
.app-list.first-chars a {
	display:block;
	float:left;
	height:17px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	position:relative;
	top:1px;
	margin:1px 1px 0 1px;
	margin-right:3px;
	border:1px solid #EEEEEE;
	border-bottom:0;
	background-color: #EEEEEE;
	text-decoration: none;
}
.app-list.first-chars a:hover, .app-list.first-chars a.active{
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	border-bottom:none;
	text-decoration: none;
}




.app-list.pages {
	height:20px;
	border-top:1px solid #ccc;
	padding-left:3px;
}
.app-list.pages a {
	display:block;
	float:left;
	height:17px;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	position:relative;
	top:-1px;
	margin:1px 1px 0 1px;
	margin-right:3px;
	border:1px solid #EEE;
	border-top:0;
	background-color: #EEEEEE;
	text-decoration: none;
}
.app-list.pages span {
	display:block;
	float:left;
}
.app-list.pages a:hover, .app-list.pages a.active{
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	border-top:none;
	text-decoration: none;
}
.app-list.pages .text {
	display:none;
}
.app-list.pages .forward {
	display:none;
}
.app-list.pages .back {
	display:none;
}


.app-options {
	background-color:#F0F0F0;
	background-image: url(images/bg-options.jpg);
	background-repeat: repeat-x;
	padding:2px;
	/*border-bottom: 1px solid #CDCDCD;*/
	height:18px;
}

.app-options .button {
	background:transparent;
	margin:0;
	margin-right:5px;
	padding:0;
	border:0;
	display:block;
	float:left;
	margin-top:0px;
	cursor:pointer;
	font-size:11px;
}
.app-options .button img {
/*	display:block;
	float:left;  */
	margin-right:3px;
	vertical-align:middle;

}

.app-options .search {
	float:right;
	margin-right:5px;
}
.app-options .search input {
	display:block;
	float:left;
	height:13px;
	border:1px solid #666666;
	padding:1px;
	font-size:11px;
	line-height:normal;
}

.app-options .switches .switch {
	float:left;
	margin-right:10px;
}
.app-options .switches .switch input {
	vertical-align:middle;
}

.app-menu {

}
.app-menu ul {
	margin:0;
	padding:0;
}
.app-menu li {
	margin:0;
	padding:0;
	margin-left:9px;
}






#recordslist .app-list-row.empty {
	line-height:30px;
}
#eventslist .app-list-row.empty {
	line-height:30px;
}
#domainslist .app-list-row.empty {
	line-height:30px;
}