*{
	margin:0px;
	padding:0px;
}

html body {
	padding: 0px;
    margin: 0px;
	height:100%;
    width:100%;
    min-height:100%;

	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Georgia, serif; */

    font-family: Verdana, Geneva, sans-serif;
	line-height:16px;

	font-size: 11px;

    background-color:#1C66AD;
}
body {
	background-image:url(sky_ext.jpg);
	background-repeat: repeat-x;
}


* html body {
    width:100%;
	height:100%;
}


.left_menu_btn{
 	background-image:url(left_btn.png);
}
.right_menu_btn{
	background-image:url(right_btn.png);
}
.mid_menu_btn{
	background-image:url(mid_btn.png);
	cursor:pointer;
}
.left_menu_btn:hover{
	background-image:url(left_btn_over.png);
}
.right_menu_btn:hover{
	background-image:url(right_btn_over.png);
}
.mid_menu_btn:hover{
	background-image:url(mid_btn_over.png);
}

.top_menu_link{
	color:#fff;
    text-decoration:none;
	font-size:14px;
}


.bottom_links{
	color:#fff;
	text-decoration:none;
}
.bottom_links:hover{
	color:#fff;
	text-decoration:underline;
}

.header_links{
	color:#fff;
	text-decoration:none;
}
.header_links:hover{
	color:#fff;
	text-decoration:underline;
}

.more{
	color:#202020;
	text-decoration:underline;
}
.more:hover{
	color:#202020;
	text-decoration:none;
}

.login_boxes{
	width:90px;
	font-size:10px;
}
.login_button{
  width: 42px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(login_btn.png) no-repeat center top;
  /*text-indent: -1000em;*/
  cursor: pointer;
  font-size:11px;
  color:#fff;
}

.services_links{
	color:#202020;
	text-decoration:none;
}
.services_links:hover{
    text-decoration:underline;
}

.contacts_mailto{
 	color:#1859A5;
	text-decoration:none;
}
.contacts_mailto:hover{
	text-decoration:underline;
}


.story_link{
	color:#1859A5;
	text-decoration:underline;
}
.story_link:hover{
	text-decoration:none;
}

.btn_box_blue{
	background-image:url(box_blue.png);
	background-repeat:no-repeat;
}
.btn_box_blue:hover{
	background-image:url(box_blue_over.png);
}
.btn_box_orange{
	background-image:url(box_orange.png);
	background-repeat:no-repeat;
}
.btn_box_orange:hover{
	background-image:url(box_orange_over.png);
}
.btn_box_green{
	background-image:url(box_green.png);
	background-repeat:no-repeat;
}
.btn_box_green:hover{
	background-image:url(box_green_over.png);
}

.lang_selected{
	display:block;
	width:113px;
	height:23px;
	background-image:url(lang_selected.png);
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
}
.mnu_selected{
	display:block;
	width:160px;
	height:23px;
	background-image:url(mnu_selected.png);
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
}
.lang{
	display:block;
	width:112px;
	height:23px;
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
	margin-left:1px;
}
.mnu{
	display:block;
	width:159px;
	height:23px;
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
	margin-left:1px;
}
.lang:hover{
 	background-color:#006B29;
}
.mnu:hover{
 	background-color:#006B29;
}

.year_selected{
	display:block;
	width:113px;
	height:23px;
	background-image:url(selected.png);
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
}
.year{
	display:block;
	width:112px;
	height:23px;
	border:none;
	text-decoration:none;
	line-height:18px;
	color:#fff;
	margin-left:1px;
}
.year:hover{
 	background-color:#124179;
}

/*
	blue color: 1859A5
	green color: 00A23C
	orange color: FE6809
*/
.top, .mid, .bottom{
    color:#fff;
    font-size:18px;
    line-height:36px;
}




.image_with_border{
    margin:10px;
}

.paginator {
    color:#00A23C;
}


/* popub box */
.popup{
display:none;
position:fixed;
z-index:1002;
}
.popup_close{
width:18px;
height:18px;
right:5px;
top:5px;
position:absolute;
color:#6fa5fd;
display:block;
cursor: pointer;
background-image:url(x.png);
z-index:1103;
}
.popup_close:hover{
    filter:alpha(opacity=70); 
    opacity: 0.7; 
}


#popup_bg{
display:none;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1001;
}
