/* Main Styles */
html,body {
	height:100%;
	margin:0px;
	padding: 0px;
	font-size: 11px;
	font-family: tahoma, arial, verdana;
	color: #FFF;
	background-color: #000;
	scrollbar-3dlight-color: #222222; 
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #2b2b2b;
	scrollbar-face-color: #353535;
	scrollbar-shadow-color: #090909;
	scrollbar-darkshadow-color: #020202;
	scrollbar-track-color: #060606;
}

img {
	border-width: 0px;
}

form {
	display: inline;
}


/* Main links */
a {
	text-decoration: none;
}

a.notfound, a.notfound:visited, a.notfound:active {
	color: #FFF;
	background-color: transparent;
}

a.notfound:hover {
	color: #d6d6d6;
	background-color: transparent;
}

a.searchindb, a.searchindb:visited, a.searchindb:active {
	color: #FFF;
	background-color: transparent;
}

a.searchindb:hover {
	color: #d6d6d6;
	background-color: transparent;
}

a.actions, a.actions:visited, a.actions:active {
	color: #d6d6d6;
	background-color: transparent;
}

a.actions:hover {
	color: #8AF7FF;
	background-color: transparent;
}

/* Copyright */

div.copyright {
	text-align: center;
	font-size: 9px;
	font-family: Verdana;
	color: #cbcbcb;
}

a.copyright, a.copyright:visited, a.copyright:active {
	/* font-size: 9px; */
	color: #e7e7e7;
	background-color: transparent;
	text-decoration: none;
}

a.copyright:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}

/*.cr-bg {
	width: 337px;
	height: 100%;
	background: url(../../images/copyrightbg.jpg) no-repeat 0 0;
	padding: 0px 0px 0px 0px;
}*/


/* Main Menu */
.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	font-size: 62.5%;
	width: 297px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
	
}
.widget {
	height: 100%;
	overflow: hidden;
	width: 100%;
}
.widget * {
	padding:0;
	margin:0;
}
.widget-bg {
	background: url(../images/main_menu/header.jpg) no-repeat 0 0;
	padding: 0px 0px 19px 18px;
}
.widget .title {
	height: 100%;
}
.widget h2 {
	height:100%;
	overflow: hidden;
	font-weight: bold;
	font-size:1.9em;
	color:#fefefe;
	padding:10px 10px 9px 0px;
}
.widget ul {
	margin:0px 2px 0px 2px;
	color:#fefefe;
	font-size:1.2em;
	height:100%;
	list-style: none;
}
.widget li {
	background: url(../images/main_menu/marker00.gif) no-repeat 0 12px;
	padding: 0px 0px 0px 28px;
}
.widget li a {
	color: #abadae;
	font-size:12px;
	text-decoration:none;
	display: block;
	height:100%;
	border-bottom: 1px solid #1d1d1d;
	padding: 8px 0px 10px 0px;
}
.widget li a:hover {
	font-weight:bold;
	color:#fefefe;
}

.widget-text {
	font-size:10px;
	text-decoration:none;
	display: block;
	height:100%;
	
}

/* Nice Title */
div.nicetitle {
    position: absolute;
    padding: 4px;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    width: 25em;
    font-weight: bold;
    background: url(../images/ntbg.png);
    
    /* Mozilla proprietary */
    -moz-border-radius: 12px;
}
div.nicetitle p {
    margin: 0; padding: 0 3px;
}
div.nicetitle p.destination {
    font-size: 9px;
    text-align: left;
    padding-top: 3px;
}


/* Contacts */
.style1 {
	color: #FFFFFF;
	font-size: 12px;
}

/* Pages content */
.page_h {
	color: #ffffff;
	font-family: Verdana, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.page {
	color: #767574;
	font-size: 13px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

/* Banner Ratings */
.bs {
	filter:alpha(opacity=99);
	opacity:0.99;
}
.bh {
	filter:alpha(opacity=5);
	opacity:0.20;
}

/* Others */

div.portal-text {
    text-indent: 10px;
}
div.portal-title {
    padding-top: 15px;
    text-indent:10px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #6FEEFF;
}
div.portal-text-formated {
    color: #f6f6f6;
    font-size: 12px;
    font-family: verdana;
    line-height: 18px;
    text-indent: 10px;
}

table.api-table td {
    white-space: nowrap;
}

table.api-table th {
    background-color: #292F33;
}

table.api-table tr.p td {
    background-color: #1F2427;
}

table.api-table tr.n td {
    background-color: #181C1F;
}

table.api-table {
    font-size: 12px;
    font-family: verdana;
}

/* Login */
input.login-sub-but {
    border: 1px dashed #2E2E2E;
    width: 100px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

td.login-text {
    color: #abadae;
    font-size:12px;
    text-decoration:none;
    vertical-align: middle;
    
}

input.login-fields {
    font-size:12px;
    text-decoration:none;
    border: 1px solid #fff;
    background-color: #F0F0F0;
    width: 100px;
}