﻿


body 
{
	font-family:Arial;
	font-size:12px;
	background-color:White;
	margin: 0;
	padding: 0;
	
}

div.page,div.mainpage
{
	width:700px;
	height:100%;
	margin:auto;
	font-family:Arial;
	font-size:12px;
	color:Black;
}
img
{
	border:none;
}

td
{
	font-family:Arial;
	font-size:12px;
	color:Black;
}

a
{
	color:Black;
	text-decoration:undeline;
}
a:hover
{
	text-decoration:none;
}


li
{
	margin-bottom:10px;
	list-style-position: inside;
	font-size:12px;
	
}


ol li 
{
	font-weight: bold;
	
}
ol li span
{
	font-weight: normal;
}


ol
{ 
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	
}


ul
{
	margin-left:5px;
	padding-left:5px;
	
	margin-top:0px;
}
ul li
{
	font-weight:normal;
}
ul ul ul li
{
	list-style-type:square;
	background:none;
}
ul ul ul li:before
{
	content:'';
}


/****** 1-d level ********/
ul li
{
	list-style-type: none;
	background: url(images/ul1.gif) no-repeat 0px 7px;
}

ul li:before
{
	content: '\002e\002e\002e\002e\002e\002e';
	color:#ffffff;

}

/****** 2-d level ********/
ul ul li
{
	background: url(images/ul2.gif) no-repeat 0px 7px;
}

table
{
	margin-top:10px;
}

p
{
	margin-bottom:0px;
	margin-top:10px;
}




/*********** main menu *************/
#menu
{
	float:left;
	width:210px;
	height:auto;
	vertical-align:top;
}

#menu-header
{
	background-image:url(images/menu_corner.gif);
	background-repeat:no-repeat;
	width:210px;
	height:24px;
	background-color:#9899c7;
}

#menu-header .content
{
	height:19px;
	padding-left:20px;
	padding-top:5px;
	color:White;
}

.nohover:hover
{
    text-decoration: none!important;
}

#menu-content
{
	border:solid 1px #9899c7;
	background-color:#fafafa;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:9px;
	padding-right:19px;
	
	width:180px;
	height:auto;
	float:left;
}
#menu-content .item
{
	float:left;
}
#menu-content .subitem
{
	float:right;
	width: 169px;
}

#menu-content .arrow
{
	float:left;
	padding-top:8px;
	visibility:hidden;
	padding-right:5px;
}




#menu-content .subitemlink
{
	width:159px;
	font-size:11px;
}

#menu-content .subitemlink-underline
{
    border-top:solid 1px #fafafa;
	border-bottom:solid 1px #9899c7;  
}

#menu-content .itemlink-underline
{ 
	border-top:solid 1px #fafafa;
	border-bottom:solid 1px #9899c7;
}

#menu-content .itemlink,#menu-content .subitemlink
{
	border-top:solid 1px #fafafa;
	border-bottom:solid 1px #fafafa;
}


#menu-content .itemlink,#menu-content .itemlink-underline
{
	width:170px;
}
	
#menu-content .itemlink,#menu-content .itemlink-underline ,#menu-content .subitemlink
{
	padding-top:4px;
	padding-bottom:5px;
	float:left;
	text-decoration:none;
}

#menu-content .itemlink:hover,#menu-content .itemlink-underline:hover,#menu-content .subitemlink:hover
{
	text-decoration:underline;
}



#menu-content .menulink
{
	font-size:12px;
}

#menu-content .submenulink
{
	font-size:11px;
}

#menu-content .menulink,#menu-content .submenulink
{
	color:Black;
	text-decoration:none;
}

#menu-content .menulink:hover,#menu-content .submenulink:hover
{
	text-decoration:underline;
}



/*************************************/

/*********** cntent ******************/
#center
{
	width:700px;
	clear:both;
}

#content
{
	width:475px; 
	float:left;
	margin-left:15px;
}

#content a{
    color: #393B96;
}
/*************************************/



/*********** footer ******************/

#footer
{
	padding-top:32px;
	clear:both;
	margin-bottom:10px;
}
#footer .address
{
	color:Black;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}

#footer .content
{
	background-color:#d4d4e8;
	background-image:url(images/footer_corner.gif);
	background-repeat:no-repeat;
}


#footer .content,#footer .content1
{
	
	height:42px;
	text-align:center;
	padding-top:5px;
	font-size:11px;
	margin-bottom:10px;
}


#footer .advertise
{
	padding-top:5px;
	padding-bottom:15px;
	background-color:#d4d4e8;
	text-align:center;
}
#footer .adv-item
{
	
	display:inline;
	margin-left:8px;
	margin-right:8px;	
}
#footer .muranolink
{
	text-decoration:underline;
	color:Black;
}
#footer .muranolink:hover
{
	text-decoration:none;
	
}

/*************************************/

/*********** header ******************/

#header
{
	margin-bottom:15px;
	margin-top:10px;
}

#header a{
    text-decoration: none;
}

#header .logo
{
	float:left;
}
#header .title
{
	float:left;
	padding-top:27px;
	margin-left:20px;
	text-decoration: none!important;
    cursor: pointer;
	cursor: hand;
}
#header .time
{
	padding-top:48px;
	float:right;
	margin-bottom:6px;
}
#header .contextmenu
{
	clear:both;
	background-color:#393B96;
	height:25px;
	background-image:url(images/header_corner.gif);
	background-repeat:no-repeat;
}





#header .text1
{
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:Red;
}



#header .text2
{
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:Black;
}


#header .content
{
	padding-left:20px;
	padding-top:5px;
	float:left;	
}

#header .homelink
{
	text-decoration:none;
}
#header .homelink:hover
{
	text-decoration:underline;
}
#header .homelink,#header .homelink:hover
{
	color:White;
}
#header .lang
{
	float:right;
	padding-right:15px;
	padding-top:5px;
}


#header .langlink:hover
{
	text-decoration:underline;
}
#header .langlink
{
	color:White;
	font-weight:bold;
	vertical-align:middle;
	margin-left:7px;
	text-decoration:none;
}


/*************************************/


/************ main page ******************/

.background
{
    background-color: #94ADDA;
}
#mainpage .logo
{
	margin-bottom:15px;
	margin-top:10px;
}
#mainpage .title
{
	padding-top:5px;
}

#mainpage .logo,#mainpage .title
{
	text-align:center;
	
}



#mainpage .text1:hover,#mainpage .text2:hover
{
	text-decoration:underline;
}

#mainpage .text1,#mainpage .text1:hover
{
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:White;
}

#mainpage .text2,#mainpage .text1
{
	text-decoration:none;
}



#mainpage .text2,#mainpage .text2:hover
{
	font-family:Georgia;
	font-size:16px;
	font-weight:bold;
	color:#393B96;
}


.#mainpage .shadowText
{
    1width:100%;
	1filter:progid:DXImageTransform.Microsoft.Shadow(color='#393B96', Direction=0, Strength=1);
}

#mainpage .content
{
	margin:auto;
	width:600px;
	padding-top:15px;
	padding-left: 100px;
}

#engpanel
{
	margin-right:18px;
}

#rupanel, #engpanel
{
	float:left;
	width:280px;
}
#rupanel .header, #engpanel .header
{
	background-color:#393B96;
	height:6px;
	font-size:6px;
	background-repeat:no-repeat;
	background-image:url(images/langpanel.gif);
	
}

#rupanel .headercontent,#engpanel .headercontent
{
	height:19px;
	padding-left:18px;
	font-size: 14px;
}


#rupanel .langlink:hover,#engpanel .langlink:hover
{
	text-decoration:underline;
}

#rupanel .langlink,#engpanel .langlink
{
	color:#393B96;
	font-weight:bold;
	vertical-align:middle;
	margin-left:7px;
	text-decoration:none;
}

#rupanel .item,#engpanel .item
{
	padding-top:20px;
	padding-left:24px;
}
#rupanel .itemlink,#engpanel .itemlink
{
	color:Black;
	font-size:14px;
	text-decoration:none;
	margin-left:0px;
}
#rupanel .itemlink:hover,#engpanel .itemlink:hover
{
	text-decoration:underline;
}
#rupanel .arrow,#engpanel .arrow
{
	
	margin-right:5px;
}


/*************************************/


/***********contextmenu***************/


#contextmenu
{
	padding-top:5px;
	margin-bottom:-10px;
	
}
#contextmenu .item
{
	padding-top:10px;
	clear:both;
}
#contextmenu .itemlink
{
	width:460px;
}

#contextmenu .itemlink,#contextmenu .docitemlink
{
	font-size:13px;
	color:#393b96;
	text-decoration:none;
	margin-left:5px;
	float:left;
}

#contextmenu .docitemlink
{
	
	width:455px;
}


#contextmenu .itemlink:hover
{
	text-decoration:underline;
}
#contextmenu .arrow
{
	padding-top:3px;
	float:left;
}
#contextmenu .doc
{
	float:left;
}
/*************************************/


.foto
{
	margin-bottom:5px;
}

.image
{
	padding-top:5px;
	padding-right:15px;
	padding-bottom:9px;
	
}





.content-title-top
{
	font-size:15px;
	color:#393b96;
}
.content-title
{
	
	clear:both; 
	display:block;
	
}


.content-title,.content-title-inline
{
	font-family:Arial;
	font-size:13px;
	color:#393b96;
	font-weight:bold;
}

.content-title-blue
{
	font-family:Arial;
	font-size:13px;
	color:#393b96;
	text-decoration:none;
}
.content-title-blue:hover
{
	font-family:Arial;
	font-size:13px;
	color:#393b96;
	text-decoration:underline;
}

.content-panel
{
	padding-left:0px;
	padding-right:0px;
	font-family:Arial;
	font-size:12px;
	text-align:justify;
	line-height:18px;
	margin-top:15px;
}

#content-panel-header
{
	padding-left:0px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:7px;
	line-height:18px;
	border-bottom:solid 1px #393b96;
}

#content-panel-header, #content-panel-header .title
{
	font-size:16px;
	color:#393b96;
}



.content-text-cursive
{
	font-size:12px;
	font-style:italic;
	color:Black;
}
.content-text
{
	font-size:12px;
	color:Black;
}

.content-text-gray
{
	font-size:12px;
	color:#777777;
}
.context-text-bold
{
	font-size:12px;
	font-weight:bold;
}
.context-text-bold-big
{
	font-size:15px;
	font-weight:bold;
}

.commentary
{
	font-size:12px;
}

.context-text-red,.context-text-bold,.content-text-gray,.content-text,.content-text-cursive,.commentary
{
	font-family:Arial;
}
.context-text-red
{
	font-size:12px;
	color:Red;
}

.content-link1
{
	margin-bottom:4px;
	line-height: 21px;
}
.content-link,.content-link1
{
	font-size:12px;
	color:Black;
	text-decoration:undeline;
}
.content-link:hover,.content-link1:hover
{
	font-size:12px;
	color:Black;
	text-decoration:none;
}


.more:hover
{
	text-decoration:underline;
	color:#a93e42 !important;
}
.more
{
	text-decoration:none;
	color:#a93e42 !important;
}
.email
{
	color:Black;
	text-decoration:underline;
}
.email:hover
{
	color:Black;
	text-decoration:none;
}


.table-header
{
	
	border-right:solid 1px  #cccccc;
	
}
.table-header-end,.table-header
{
	border-bottom:solid 1px  #cccccc;
	white-space:nowrap;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:2px;
	padding-right:4px;
}


.table-item-center,.table-item-end-center
{
	
	
	text-align:center;
}
.table-item,.table-item-center
{
	
	border-right:solid 1px  #cccccc;
	white-space:nowrap;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:2px;
	padding-right:4px;
	
}

.table-header-wrap
{
	
	border-right:solid 1px  #cccccc;
	
}
.table-header-end-wrap,.table-header-wrap
{
	border-bottom:solid 1px  #cccccc;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:2px;
	padding-right:4px;
}


.table-item-center-wrap,.table-item-end-center-wrap
{
	
	
	text-align:center;
}
.table-item-wrap,.table-item-center-wrap
{
	
	border-right:solid 1px  #cccccc;
	padding-bottom:4px;
	padding-top:0px;
	padding-left:2px;
	padding-right:4px;
	
}


.context-menu-item
{
	padding-bottom:10px;
}

.attention-text{
    color: #a93e42;
}