﻿

/****************************** BODY PART *******************************/
*
{
	padding: 0px;
	margin: 0px;
}

body
{
	width: 980px;
	margin: 0px auto;
	/*font: 15px Tahoma, Arial, Helvetica, Sans-Serif;*/
	font-family: Arial, Sylfaen;
	overflow: auto;
	background: #F6F8FA; /*#EFEDE1;*/ /*xp control color*/
}

img { border: 0; border: none; }

#div_wrapper_m2
{
	position: relative;
	float: left;
	margin: 0px auto;
	background: White;
	box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);
    -webkit-box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);
    -moz-box-shadow: -1px 0px 20px rgba(170, 170, 170, 0.32);
}


/****************************** TOP PART *******************************/
#div_top_m2
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 100px;
	/*background: Green;*/
}

#div_logo_m2
{
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	width: 280px;
	height: 100px;
	/*background: Silver;*/
}
#div_logo_m2 a
{
	position: relative;
	float: left;
	margin: 10px 0px 0px 10px;
}

#img_TopBanner
{
	position: relative;
	float: left;
	width: 680px;
	height: 80px;
	margin: 10px 0px 0px 10px;
}


/****************************** HEAD PART *******************************/
#div_header_m2
{
	position: relative;
	/*margin: 0px auto 0 auto;*/
	width: 980px;
	height: 40px;
	background: url('../images/main/head.png') 0 -1px no-repeat;
}


/********************* MAIN MENU PART *********************/
#div_MainMenu_m2
{
	position: relative;
	float: left;
	top: 0px;
	width: 920px;
	margin-left: 60px;
	text-align: left;
	/*background: Cyan;*/
}
.MainMenu_m2
{
	position: relative;
	float: left;
	padding-left: 5px;
	outline: 0 none;
	/*background: Green;*/
}
.staticMenuItemStyle
{
	height: 38px;
	margin: 0px 2px 0px 2px;
	padding: 11px 0 9px 0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	outline: 0 none;
	border: solid 1px Transparent;
}
.staticHoverStyle
{
	transition: all 0.518s;
    -moz-box-orient: vertical;
    -moz-transition-duration: 150ms;
    -moz-transition-property: background-color, border-color, box-shadow;
    background: none repeat scroll 0 0 padding-box transparent;
    border: solid 1px transparent;
	border-radius: 2.5px;
    color: Black; /*#525C66;*/
    cursor: pointer;
    vertical-align: top;
    white-space: normal;
    outline: 0 none;
    _border: 0; _border: none;
    background-color: rgba(3, 14, 27, 0.03);
    border-color: rgba(23, 51, 78, 0.15) rgba(23, 51, 78, 0.17) rgba(23, 51, 78, 0.2);
}
a:link.staticHoverStyle
{
	background: none;
	text-decoration: none;
}
.staticMenuItemStyle:active
{	
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
    background-image: -moz-linear-gradient(rgba(3, 14, 27, 0.02), rgba(3, 14, 27, 0.05));
    background-image: -webkit-linear-gradient(rgba(3, 14, 27, 0.02), rgba(3, 14, 27, 0.05));
	background-image: -ms-linear-gradient(rgba(3, 14, 27, 0.02), rgba(3, 14, 27, 0.05));
	background-image: -o-linear-gradient(rgba(3, 14, 27, 0.02), rgba(3, 14, 27, 0.05));
	background-image: linear-gradient(rgba(3, 14, 27, 0.02), rgba(3, 14, 27, 0.05));
    border-color: rgba(23, 51, 78, 0.2) rgba(23, 51, 78, 0.23) rgba(23, 51, 78, 0.25);
    box-shadow: 0 1px 1px rgba(3, 14, 27, 0.05) inset, 0 0 1px rgba(3, 14, 27, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(3, 14, 27, 0.05) inset, 0 0 1px rgba(3, 14, 27, 0.1) inset;
	-webkit-box-shadow: 0 1px 1px rgba(3, 14, 27, 0.05) inset, 0 0 1px rgba(3, 14, 27, 0.1) inset;
}
.staticMenuItemStyle:active a
{
	background: none;
	text-decoration: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.staticSelectedStyle
{
	color: White;
	background: #3FA8FF;
	cursor: default;
}
.staticSelectedStyle a
{
	background: Transparent;
	background: none;
	text-decoration: none;
}
a:link.staticSelectedStyle
{
	background: none;
	text-decoration: none;
}

.dynamicMenuStyle
{
	border: solid 1px #63B8FF; border-top: none; border-top: 0;
	z-index: 2;
	_z-index: 9999;
}
.dynamicMenuItemStyle
{
	position: relative;
	float: left;
	min-height: 22px;
	min-width: 150px;
	padding: 2px 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: Black;
	background: #E4E7EA; /*#8ECCFF; /*#3FA8FF; /*#E5E3DA; /*#D8D6CB;*/
	border-top: 1px solid #D8D8D8;
	transition: all 0.218s;
}
.dynamicHoverStyle
{
	/*color: #4C442F; /*#AF3D00;*/
	background: rgba(3, 14, 27, 0.03);
}
.dynamicHoverStyle a
{
	background: none;
}
.dynamicSelectedStyle
{
	color: White;
	background: #3FA8FF;
	cursor: default;
}


/****************************** LANGUAGE BAR PART *******************************/
.div_language_m2
{
	position: relative;
	float: right;
	margin-top: -28px;
	margin-right: 3px;
}
.div_lang_but
{
	position: relative;
	float: left;
	margin-left: 8px;
}
.img_lang_but
{
	border: 0; border: none;
}


/****************************** LEFT + MIDDLE PART *******************************/
#div_left_middle_m2
{
    position: relative;
    margin-top: 10px;
    width: 960px;
    /*border: inset 1px Silver;*/
}


/****************************** MIDDLE PART *******************************/
div_middle_m2
{
	position: relative;
}


/****************************** FOOTER AND BOTTOM PART *******************************/
#div_footer_m2
{
	position: relative;
	float: left;
    width: 980px;
    height: 30px;
    margin-top: 10px;
    text-align: center;
    font-size: x-small;
    background: url('../images/main/foot.png') no-repeat center;
}
#div_info_m2
{
	position: relative;
	top: 10px;
	text-align: center;
}
#div_info_m2 a
{
	color: Black;/*White;*/
	text-decoration: none;
}
#div_info_m2 a:hover
{
	color: #3B80EE;
	text-decoration: none;
}

#div_bottom_m2
{
	position: relative;
    width: 980px;
    height: 40px;
    /*margin-top: 10px;*/
    font-size: x-small;
    background: #F6F8FA;
    /*background: Pink;*/
}
#div_counter
{
	position: relative;
	float: left;
	width: 100px;
	margin-left: 460px;
	/*background: Green;*/
}
.div_LastUpdate
{
	position: relative;
	float: right;
	font-size: 11px;
	color: Gray;
	/*background: Orange;*/
}