﻿@charset "utf-8";
/* CSS Document */

/* Basic styles */

body{
    margin:0;
    padding: 0;
    
    color: #000000;
    font-family: Tahoma, Arial, Helvetica;
    font-size:11px;
    
    background-color:#000000;
    background-image:url(/img/bg.gif);
    background-repeat:repeat;
}

#all{
    width:1003px;
    margin:auto;    

    background-color: #ADC6DD;
    background-image:url(/img/header/header_17.jpg);
    background-repeat:no-repeat;	
}

#header{
    height:230px;
}

#header div{
    float:left;
    height:55px;
}

#footer{
	margin-top:10px;
	clear:both;
    height:41px;
    background-color:#15213C;
	
	vertical-align:middle;
	color:#FFF;
}

a.BlackLink:link, a.BlackLink:visited{ color:#000; }
a.BlackLink:hover{ color:#29328C; }

a.forum:link{ color:#29328C; }
a.forum:visited{ color:#86298C; }
a.forum:hover{ color:#EC1111; }

a.Newbyh2:link{ color:#29328C;
 	font-family: Tahoma, Arial, Helvetica;
    font-size:12px;
	font-weight:bold;
	}
a.Newbyh2:visited{ color:#86298C;
	font-family: Tahoma, Arial, Helvetica;
    font-size:12px;
	font-weight:bold;
	}
a.Newbyh2:hover{ color:#EC1111; 
	font-family: Tahoma, Arial, Helvetica;
    font-size:12px;
	font-weight:bold;
	}

a.Newbyh3:link{ color:#29328C;
 	font-family: Tahoma, Arial, Helvetica;
    font-size:11px;
	}
a.Newbyh3:visited{ color:#86298C;
	font-family: Tahoma, Arial, Helvetica;
    font-size:11px;
	}
a.Newbyh3:hover{ color:#EC1111; 
	font-family: Tahoma, Arial, Helvetica;
    font-size:11px;
	}
	
img{
	border:0;
}	
	
.img_left{
	float:left;
	
	margin:10px;
	margin-left:0;
}

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:11px;	
}

h1
{
	font-size:22px;
}

h2
{
	font-size:18px;
}

h3
{
	font-size:15px;
}

h1.line
{
	margin:0;
	padding-left:42px;
	padding-top:2px;
	
	color:#FFFFFF;	
	font-size:14px;
}

h1.kw{
	margin:0;
	padding:0;
	
    font-size:11px;
	font-weight:normal;
}

h2.ContentHeader{
	margin-top:8px;
	margin-bottom:0px;
}

p
{
	text-align:justify;
}

.RedBoldText
{
	color:#FF0000;
	font-weight:bold;
}

.InputText
{
	width:100px;
	border:1px solid #9B9B9B;
	background-color:#F9FAFE;
}

.InputButton
{
	color:#FFF;
	background-color:#15213C;
	border:1px solid #15213C;
}

.DivRight{
	text-align:right;
}

.grey_bg{
	background-color:#EAEAEA;
}

.input_txt{
	text-align:center;
	font-weight:bold;
	color:#000000
}

/* Left Bar (menu) */

#left_bar{
	float:left;

    width:173px;
	margin-left:4px;
	padding-bottom:5px;
	
	border:1px solid #8C8C8C;
	
    background-color:#FFFFFF;
	background-image:url(/img/menu_bg.jpg);
	background-repeat:repeat-y;
}

#left_banner{
	float:left;
	margin-left:4px;
	padding-bottom:5px;

}

#welcome{
	width:173px;
	height:36px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/welcome.png', sizingMethod='scale');
}

html>body #welcome{
	background-image:url(/img/welcome.png);
}

#menu_footer
{
	margin:auto;
	width:161px;
	height:115px;

	border-left:1px solid #8C8C8C;

	background-image:url(/img/menu_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* Section panel */
#section{
	float:right;
	width:620px;
	margin-bottom:5px;
	margin-right:4px;
		
	border:2px solid #000;
	
	background-color:#FFF;
	background-image:url(/img/section_bg.jpg);
	background-repeat:no-repeat;
}

/* Other menu styles */

.service_menuItem{
	border:1px solid #BFBFBF;
	background-image:url(/img/tab_bg.gif);
	background-color:#E3E3E3;
	cursor:default;	
}

.service_menuItem_hover{
	border:1px solid #BFBFBF;
	background-image:url(/img/tab_bg_hover.gif);
	background-color:#FFF;
	cursor:pointer;	
}

.service_menuItem_selected{
	border:1px solid #BFBFBF;
	text-decoration:underline;
	cursor:default;		
}

/* Navigator */
#navigator
{
	position:relative;
	width:568px;
	margin:11px;
	margin-top:0;
	margin-bottom:0;
	bottom:-12px;
}

/* Content */

#content
{
	width:568px;
	min-height:250px;
	margin:10px;
	padding:3px;
	padding-left:12px;
	padding-right:12px;
	
	border:1px solid #BFBFBF;
		
	background-color:#FFF;
}

.ContentText
{
	padding-left:20px;
}

.icon{
	position:absolute;
	width:41px;
	height:41px;
}

.line_red
{
	width:568px;
	height:22px;
	
	padding-top:10px;
	
	background-image:url(/img/line_red.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.icon_red{
	position:absolute;
	width:41px;
	height:41px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon_r1.png', sizingMethod='scale');	
}

html>body .icon_red{
	background-image:url(/img/icon_r1.png);
}

.line_blue
{
	width:568px;
	height:22px;
	
	padding-top:10px;

	background-image:url(/img/line_blue.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#icon_blue1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon_b1.png', sizingMethod='scale');	
}

html>body #icon_blue1{
	background-image:url(/img/icon_b1.png);
}

#icon_blue2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon_b2.png', sizingMethod='scale');	
}

html>body #icon_blue2{
	background-image:url(/img/icon_b2.png);
}

#icon_blue3{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon_b3.png', sizingMethod='scale');	
}

html>body #icon_blue3{
	background-image:url(/img/icon_b3.png);
}

.new{
	margin-top:10px;
	margin-left:20px;	
}

.new_header{
	padding:2px;
	background-color:#EAEAEA;
}

.new_date{
	float:right;
}

.new_title{
	font-weight:bold;
	margin-left:2px;
}

.new_content{
	margin-left:4px;
}

a.new_link:link, a.new_link:visited{
	color:#000000;
	text-decoration:none;	
}

a.new_link:hover{
	text-decoration:underline;
}

.forum_item{
	margin-top:3px;
}

#content_girl
{
	position:relative;
	left:29px;
	top:14px;
	height:203px;

	background-image:url(/img/girl2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:right;
}

/* Right Bar (banners) */

#right_bar{
	float:right;
	margin-right:3px;
	margin-left:3px;
	
	width:176px;
	
	border:1px solid #8C8C8C;

    background-color:#FFF;
	background-image:url(/img/rbar_bg.jpg);
	background-repeat:repeat-y;	
}

#la2{
	width:176px;
	height:36px;

	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/la2.png', sizingMethod='scale');
}

html>body #la2{
	background-image:url(/img/la2.png);
}

.line_rb{
	height:19px;
	padding-left:55px;
	padding-top:4px;
	
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	
	background-color:#324B5F;
	
	margin-bottom:21px;	
}

.icon_rb{
	position:absolute;
	width:41px;
	height:41px;
}

#icon_rb1{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon1.png', sizingMethod='scale');	
}

html>body #icon_rb1{
	background-image:url(/img/icon1.png);
}

#icon_rb2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon2.png', sizingMethod='scale');	
}

html>body #icon_rb2{
	background-image:url(/img/icon2.png);
}

#icon_rb3{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/icon3.png', sizingMethod='scale');	
}

html>body #icon_rb3{
	background-image:url(/img/icon3.png);
}

#rbar_footer{
	width:176px;
	height:7px;
	
	background-color:#FFF;
	background-image:url(/img/rbar_footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.RightBarBlock{
	width:166px;
	
	margin:5px;
	margin-top:0;
}

.BannersRight{
	width:166px;
	text-align:center;
	
	margin:5px;
}

/* Footer Bar */

.copy{
	margin-top:15px;
	margin-left:5px;
	float:left;
}

.counters{
	margin-top:5px;
	margin-right:5px;
	float:right;
}