html, body {height: 100%;}

body {
    background: #F1F0E0 url('../images/top_bg.jpg') repeat-x left top;
	color: #666666;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin: 0px;
	padding:0px;
}

input, textarea{
    font-weight: normal;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    border: 1px solid #666666;
    background-color: #EEEEEE;
    color: #333333;
    padding: 1px 2px;
}

input[type="checkbox"] {
	border:none;
	background-color: #FFFFFF;
}

select {
    font-weight: normal;
    font-family: 'Trebuchet MS';
    font-size: 12px;
    border: 1px solid #666666;
    background-color: #EEEEEE;
    color: #333333;
}

option {
	padding: 0px 5px 0px 3px;
	height: 18px;
}

input:focus, textarea:focus, select:focus {
    background-color: #F1FFE5;
    border-color: #59CA4E;
}

h1 {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
}

h2 {
	color: #4B4B4B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #4B4B4B;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

p{
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #666666;
}

p.homepage {
	text-align: justify;
	margin-left: 0px;
}

.terms li {
	color: #666666;
	margin: 3px 0px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #0997BB;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

a:hover {
	text-decoration: none;
	color: #07738F;
}



/*  Buttons style   */
input.button {
	height: 22px;
	color: #ffffff;
	padding: 1px 5px 3px 5px;
	cursor: pointer;
}

input.button.submit {
	background: #46B600 url('../images/btn_green.jpg') repeat-x bottom left;
	border: 1px solid #46B600;
	
}

input.submit.mouse_over {
	background: #46B600 url('../images/btn_green_over.jpg') repeat-x bottom left;
}

input.submit.mouse_down {
	background: #46B600 url('../images/btn_green_down.jpg') repeat-x bottom left;
}

input.button.cancel {
	background: #999999 url('../images/btn_gray.jpg') repeat-x bottom left;
	border: 1px solid #999999;
}

input.cancel.mouse_over {
	background: #999999 url('../images/btn_gray_over.jpg') repeat-x bottom left;
}

input.cancel.mouse_down {
	background: #999999 url('../images/btn_gray_down.jpg') repeat-x bottom left;
}

input.button.delete {
	background: #AF1C1C url('../images/btn_red.jpg') repeat-x bottom left;
	border: 1px solid #AF1C1C;
}

input.delete.mouse_over {
	background: #AF1C1C url('../images/btn_red_over.jpg') repeat-x bottom left;
}

input.delete.mouse_down {
	background: #AF1C1C url('../images/btn_red_down.jpg') repeat-x bottom left;
}
/*  END of Buttons style   */


/*  General styles   */
#main {
	min-height: 100%;
	background: url('../images/main_bg.gif') repeat-y top left;
	width: 1006px;
	margin: 0px auto;
	margin-bottom: -232px;
}

.mainContent {
	width: 980px;
	text-align: left;
	padding: 10px;
}

#page-empty {height: 232px; clear: both;}

/* header Styles */

.header {
	background: url('../images/top_center_bg.jpg') no-repeat top left;
	margin: 0px auto;
	width: 1006px;
}

#slogan {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	float: right;
	width: 700px;
	padding: 30px 0px 0px 30px;
}

#menu_left {
	background: url('../images/menu_left.jpg') no-repeat left bottom;
	float: left;
	height: 35px;
	margin: 0px;
	margin-left: 3px;
	padding: 0px;
	width: 8px;
}

#menu_right {
	background: url('../images/menu_right.jpg') no-repeat right bottom;
	float: right;
	height: 35px;
	margin: 0px;
	padding: 0px;
	width: 8px;
	margin-right: 3px;
}

#menu_middle {
	background: url('../images/menu_bg.jpg') repeat-x left bottom;
	height: 35px;
	margin: 0px 8px;
}

#logo {
	float: left;
	padding: 22px 0px 33px 5px;
	width: 240px;
}

#menu {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu ul {
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background: url('../images/menu_sep_line.gif') no-repeat right top;
	display: inline;
	float: left;
	line-height: 15px;
	list-style-type: none;
	margin: 0px;
	text-decoration: none;
	padding: 10px 0px;
	width: 140px;
}

#menu a:link, #menu a:visited {
	color: #FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
	
}

#menu li.active a, #menu a:hover, #menu li:hover a {
	color:#66FF00;
}




/* Footer Styles */

.footer {
	background-color: #4B4B4B;
	padding: 10px 10px 10px 20px;
	width: 970px;
	margin: 0px auto;

}

#footer_left {
	float: left;
	width: 450px;
}

#footer_right {
	float: right;
	width: 505px;
	padding-left: 15px;
}

/*
#footer_right img {
	border: 5px solid #FFFFFF;
	margin-top: 15px;
	margin-right: 5px;
}
*/
#nav1 {
	float: left;
	width: 220px;
}

#nav2 {
	float: right;
	width: 220px;
}

.footer ul {
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

.footer ul li {
	list-style-type: none;
	border-bottom: 1px dotted #6B6B6B;
	padding: 7px 0px 7px 15px;
	background: url('../images/bullet.gif') no-repeat 5px center;
}

.footer ul li a {
	color: #CCCCCC;
	text-decoration: none;
	text-transform: capitalize;
}

.footer_copy {
	color: #999999;
	background: url('../images/footer.gif') no-repeat right bottom;
	text-align: right;
	width: 976px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	height: 32px;
	padding-top: 10px;
}

.footer ul li a:hover {
	color: #03C7F9;
	text-decoration: none;
	text-transform: capitalize;
}

/*  END of General styles   */


.clear {
	clear: both;
}

.warning_box {
	background-color: #F3CCCA;
	border: 1px solid #FF0000; 
	margin: 10px; 
	padding: 10px; 
	text-align: center; 
	color: #FF0000; 
	font-weight: bold;
}

.info_box {
	background-color:#F1FFE5;
	border:1px solid #59CA4E;
	margin: 10px; 
	padding: 10px; 
	text-align: center; 
	color: #59CA4E; 
	font-weight: bold;
}

.general_box {
	background-color:#EEEEEE;
	border:1px solid #666666;
	margin: 10px; 
	padding: 10px; 
	text-align: center; 
	color: #666666; 
	font-weight: bold;
}



/*  Form styles   */
.recordHeader {	
	height: 50px;
	padding-top: 10px;
	color: #176870;
	font-family: Arial;   
	font-size: 18px;   
	font-weight: bold;   
	text-align:left;
}
             
.record th {
	padding: 5px;    
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

.record td {	
	padding: 5px;
	vertical-align: top;
	font-weight: bold;
	color: #333333;
    
}

.recordError td {	
	text-align: left;
	color: #FF0000; 
	padding: 5px;
}

.recordFooter td {	
	vertical-align: top;
	text-align: right;
	padding: 5px;    
	padding-top: 15px;    
}

.error {
	background-color: #F3CCCA;
	border-color: #CA4239;
}

.tips {
	font-size: 9px;
	color: #FF0000;
	padding: 1px 0px;
}

.asterisk {
	color: #FF0000;
	vertical-align: top;
}

.required {
	color: #666666;
}

.input_200 {
	width: 200px;
}

.input_300 {
	width: 300px;
}

select.input_200 {
	width: 206px;
}

.input_100 {
	width: 100px;
}

.passlabel span {
	padding: 5px 0px 0px 4px;
	position: absolute;
	color: #808080;
	font-family:'Trebuchet MS';
	font-size:12px;
	font-weight:normal;
}

/*  END of Form styles   */

/*  Grid header styles   */ 
.gridHeader div{
	height: 50px;
	padding-top: 10px;
	color: #176870;
	font-family: Arial;   
	font-size: 18px;   
	font-weight: bold;   
	text-align:left;
}

/*  Grid rows styles   */ 

.grid th {
	color: #ffffff;
	font-weight: bold;
    background-color: #0997BB;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	padding: 7px 15px;
	text-align: left;
}

.grid th.last {
    border-right: none;
}

.grid .current_portfolio td {
	background-color: #C1C1C1;
	padding: 7px 15px;
	font-weight: bold;
	color: #4B4B4B;
	font-size: 13px;
}

.grid td {
	color: #666666;	
	background-color: #FFFFFF;
	padding: 6px 15px;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #FFFFFF;	
	vertical-align: middle;
}

.grid td.last, .grid td.action {
	border-right: none;
}

.grid td.status, .grid td.action  {
	padding: 2px;
	text-align: center;
}

.grid td.numeric, .grid td.total {
	text-align: right;
}

.grid td.payment_earning {
	color: #30BF17;
	font-weight: bold;
}

.grid td.payment_payout {
	color: #DF2929;
	font-weight: bold;
}

.altRow td {	
	background-color: #F6F6F6;
}

.over td, .selected td {
	background-color: #E0F5FE;
	
}

.grid .total_row td {
	font-weight: bold;
}

/*  Grid footer styles   */     
.gridFooter td {	
	vertical-align: top;
	text-align: right;
	padding: 15px;
}

/* END of Grid styles   */ 

/*  Sorters menu style   */
.grid th a.asc:link, .grid th a.asc:visited, .grid th a.asc:hover {
     margin-left : 4px;
     padding: 0px 2px 0px 3px;
     background: url('../images/asc.gif') no-repeat scroll 0% 60%;
     text-decoration:none;
     /*vertical-align:absmiddle;*/
}

.grid th a.desc:link, .grid th a.desc:visited, .grid th a.desc:hover {
     padding: 0px 2px 0px 3px;
     background: url('../images/desc.gif') no-repeat scroll 0% 60%;
     text-decoration:none;
}


.grid th a.asc_active:link, .grid th a.asc_active:visited, .grid th a.asc_active:hover {
     margin-left : 4px;
     padding: 0px 2px 0px 3px;
     background: url('../images/asc_a.gif') no-repeat scroll 0% 60%;
     text-decoration:none;
}

.grid th a.desc_active:link, .grid th a.desc_active:visited, .grid th a.desc_active:hover {
     padding: 0px 2px 0px 3px;
     background: url('../images/desc_a.gif') no-repeat scroll 0% 60%;
     text-decoration:none;
}

/*  END of Sorters menu style  */


/*  Navigator style   */

#navigator a, #navigator a:link {
	border: 1px solid #0997BB;
	color: #0997BB;
	font-weight: bold;
	padding: 3px 6px;  
	margin-left: 1px;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}

#navigator a img {
	padding-bottom: 1px;
}

#navigator a:hover {
	background-color: #F6F6F6;
 	border:1px solid #0997BB;
	color:#0997BB;
	font-weight:bold;
	padding:3px 6px;  
	margin-left:1px;
	text-decoration:none;
}

#navigator em {
	background-color: #E0F5FE;
	border: 1px solid #0997BB;
	color: #4B4B4B;
	font-style: normal;
	font-weight: bold;
	margin-left: 1px;
	padding: 3px 6px;   
}

/*  END of Navigator style   */


/*  Tooltips style   */

.tooltip {
	cursor: help;
}

div.tooltip_div {
	color:#FFFFFF;
	text-align:center;
	width:200px;
}

div.tooltip_div .tip-top{
	background:transparent url('../images/balloon.png') no-repeat scroll left top !important;
	height: 10px;
}

div.tooltip_div .tip-title, div.tooltip_div .tip-text{
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:13px 10px 5px;
	text-shadow:2px 2px 1px #222222;
}

div.tooltip_div .tip {
	background:transparent url('../images/balloon.png') no-repeat scroll left bottom !important;
	font-size:10px;
	color:#FFFFFF;
	margin:0px;
	padding:0 10px 15px;
	text-shadow:2px 2px 1px #222222;
}
/*  END of Tooltips style   */


/*  Login Page style   */
#loginform a {
	font-weight: bold;
}

#loginform .notmember {
	border-top: 1px solid #176870;
}

.stats_type {
	float: left;
	width: 150px;
	padding: 10px;
	background-color: #F0F0F0;
	margin: 0px 10px;
	text-align: center;
}

.stats_type.current {
	border: 2px solid #666666;
}


/*  END of Login Page style   */


/*  Index Page style   */

#left_block {
	background-image: url('../images/main_block_bg.jpg');
	background-repeat: no-repeat;
	float: left;
	height: 205px;
	width: 710px;
	margin-bottom: 10px;
	padding: 30px 0px 0px 30px;
}
#right_block {
	float: right;
	height: 235px;
	width: 230px;
	margin-bottom: 10px;
}

#mid_block_left {
	margin-bottom: 10px;
	padding-left: 15px;
	float: left;
	width: 725px;
}
#mid_block_right {
	float: right;
	width: 230px;
}

.signup {
	text-align: right;
	padding-top: 100px;
	padding-right: 30px;
}
#bottom_left {
	float: left;
	width: 310px;
	padding-top: 30px;
	padding-left: 15px;
}
#bottom_right {
	float: right;
	width: 315px;
	padding-top: 30px;
	padding-left: 10px;
}
#bottom_middle {
	margin-right: 325px;
	margin-bottom: 0;
	margin-left: 325px;
	padding-top: 30px;
	padding-left: 10px;
}
a.link1{
	text-decoration: none;
	color: #C00;
}
a.link1:hover {
	text-decoration: underline;
	color: #C00;
}

.learn {
	padding-top: 10px;
	padding-left: 250px;
}


/*  END of Login Page style   */

/*  Tour Page style   */

.arrow {
	float: left; 
	width: 77px; 
	height: 126px; 
	background: #FFFFFF url('../images/arrow.gif') no-repeat center center;
}

.menu_content {
	display: block; 
	overflow: hidden;
	margin-bottom: 15px;
}

.tour_menu {
	float: left; 
	height: 126px;
	cursor: pointer;
}

#tour_1_en {
	width: 131px; 
	background: #FFFFFF url('../images/tour_1_active_en.gif') no-repeat center center;
}

#tour_2_en {
	width: 114px; 
	background: #FFFFFF url('../images/tour_2_en.gif') no-repeat center center;
}

#tour_3_en {
	width: 140px; 
	background: #FFFFFF url('../images/tour_3_en.gif') no-repeat center center;
}

#tour_4_en {
	width: 140px;
	background: #FFFFFF url('../images/tour_4_en.gif') no-repeat center center;
}

#tour_5_en {
	width: 124px;
	background: #FFFFFF url('../images/tour_5_en.gif') no-repeat center center;
}

#tour_1_ru {
	width: 131px; 
	background: #FFFFFF url('../images/tour_1_active_ru.gif') no-repeat center center;
}

#tour_2_ru {
	width: 114px; 
	background: #FFFFFF url('../images/tour_2_ru.gif') no-repeat center center;
}

#tour_3_ru {
	width: 140px; 
	background: #FFFFFF url('../images/tour_3_ru.gif') no-repeat center center;
}

#tour_4_ru {
	width: 140px;
	background: #FFFFFF url('../images/tour_4_ru.gif') no-repeat center center;
}

#tour_5_ru {
	width: 124px;
	background: #FFFFFF url('../images/tour_5_ru.gif') no-repeat center center;
}

#contents_wrapper{
	width: 980px;
	height: 260px;
	overflow:hidden;
	position:relative;

}

#contents {
	position:absolute;
	width:4900px;
}

.page_content {
    overflow:hidden;
    position:absolute;
    width:980px;
    height: 260px;
    display: block;
}

/*   Pages   */
#tour_page_1 {
    left:0px;
    top:0px;
}

#tour_page_2 {
    left:980px;
    top:0px;
}

#tour_page_3 {
    left:1960px;
    top:0px;
}

#tour_page_4 {
    left:2940px;
    top:0px;
}

#tour_page_5 {
    left:3920px;
    top:0px;
}
#spylog2030682 {
	display:none;
}
