@CHARSET "UTF-8";

/**
	Base style
*/

BODY{
	font-family: Tahoma, Arial sans-serif;
	font-size:11px;
	color: #919191;
	text-align:center;
}

SPAN, P, A, DIV{
	font-size:11px;
}

A IMG{
	border:0;
}

A{
	color:#5da9d0;
	text-decoration: none;
}

A:HOVER{
	text-decoration: underline;
}

H1{
	color:#595959;
		
	font-size: 14px;
	margin-top:12px;	
}

H2{
	
	color:#4650A5;	
	font-size: 14px;
	margin-top:12px;
}

INPUT.text{
	border:1px solid #dedede;
}

TEXTAREA{
	border:1px solid #dedede;
	overflow: auto; 
}

/**
	Text style
*/

.textBold{
	font-weight: bold;
}

/**
	Gradient 
*/

TD.gradTop{
	background-image: url(../images/grad_top.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

TD.gradBtm{
	background-image: url(../images/grad_btm.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

TD.gradLeft{
	background-image: url(../images/grad_lf.gif);
	background-repeat: repeat-y;
	background-position: right;
}

TD.gradRight{
	background-image: url(../images/grad_rt.gif);
	background-repeat: repeat-y;
	background-position: left;
}

TD.line{
	background-color: #dedede;
}

.rtTop{
	left:-19px;
	position:relative;
	top:18px;
	z-index:3;
}

.lfTop{
	left:18px;
	position:relative;
	top:17px;
	z-index:3;
}

.rtBtm{
	left:-15px;
	position:relative;
	top:-22px;
	z-index:3;
}

.lfBtm{
	left:18px;
	position:relative;
	top:-19px;
	z-index:3;
}

/**
	Main Table
*/

.mainArea{
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

/**
	Header
*/

.header{
	height:46px;
	border-bottom: 1px solid #dcdcdc;
	/*margin-right: 5px;*/
	width: 100%;
}

.logoArea{
	width:200px;
	float:left;
	margin-top:4px;
	margin-left:11px;
}

.datetime{
	width:100px;
	float:right;
	margin-top:19px;
	margin-right:15px;
	margin-right:expression("7px");
	font-size:10px;
	text-align: right;
}

.dayMonth{
	color:#5da9d0;
}

.year{
	color:#919191;
}

/**
	Preview
*/

DIV.preview{
	width:247px;
	height:329px;
}

/**
	News block
*/

.newsList{
	margin-left: 18px;	
}

.newsList H2{
	background-image:url(../images/title.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:21px;	
	color: #4650a5;
}

/**
	News
*/

.content-news {
	padding-left:20px;
	background-image:url(../images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width:185px;	
	margin-bottom:30px;	
}

.attribute-date{
	color:#4650a5;
	font-size:11px;
	font-weight:bold;
}

.attribute-link A{
	color:#5da9d0;
	text-decoration: none;
}

.attribute-link A:HOVER{
	text-decoration: underline;
}

.attribute-link {
	margin-top:2px;
}

SPAN.mark{
	font-weight:bold;
	color:#4650a5;
	font-size:11px;
}

/**
	Article	
*/

.content-article H2{
	background-image:url(../images/title.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:21px;	
	color: #4650a5;
}

/**
	Solution
*/

.content-solution{	
	margin:15px;
	margin-top:20px;
}

.content-solution H2{
	background-image:url(../images/book.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:21px;	
	color: #4650a5;
}


/**
	Important
*/

.content-important{
	margin:15px;
	margin-left:2px;
	margin-right:2px;
	margin-top:20px;;
}

.content-important H2{
	background-image:url(../images/important.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left:21px;	
	color: #4650a5;
}

.content-important IMG{
	border:0!important;
}

.content-important .attribute-text{
	margin-top:20px;
	color:#000000;
}

 

.content-important .image-left{
	border:0;
	margin-left:10px;
	margin-left:expression("6px");
}

.content-important .image-right{
	margin-right:7px;
	margin-right:expression("5px");
}

.content-important .image-center{
	margin-left:13px;	
}

.content-important .attribute-text{
	margin-left:15px;
}

/**
	Contact info
*/

.content-contact{
	margin-top:20px;
	margin-left: 15px;
	margin-right: 5px;
}

.content-contact H1{
	/*font-weight:normal;*/
}

.content-contact .attribute-text, .content-contact .attribute-description{
	line-height:17px;
}

.content-contact .image-left{
	margin-right:10px;
}

/** 
	Feedback form
*/

.content-feedback{
	margin-left:17px;
	margin-right:5px;
}

.content-feedback H2{
	background-image:url(../images/blank.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left:21px;	
	color: #4650a5;
	margin-top:-5px;
	margin-bottom:22px;
}

.content-feedback TD{
	padding:5px;
}

.content-feedback TEXTAREA{
	height:247px;
	height:expression("256px");
}

.content-feedback .attribute-link{
	text-align:right;
	margin-right:15px;
	margin-bottom:35px;
	margin-top:5px;
	font-size:12px!important;
}

.content-feedback .attribute-link{
		margin-right:expression("5px");
}

.content-feedback .attribute-link A{
	text-decoration:underline!important;
}

SELECT.text{
	width:100%;
}

.content-feedback  TD.first-column{
	padding-right:13px;
}

.content-feedback SPAN.mark{
	color:#5DA9D0;
}

/**
	Content area
*/

.contentArea TD{
	vertical-align: top;
}

.content{
	/*margin-right:5px;*/
}

.content TD{
	vertical-align: top;
}

.content .rightPart{
	padding-right: 5px;
}


/**
	Menu Top
*/

.menuList{
	height:25px;
	border-bottom: 1px solid #dcdcdc;
}

.menuItem A,
.menuItem SPAN{
	font-size:10px!important;
}

DIV.menuItem{
	margin-left:2px;
	margin-right:2px;
	padding-right:4px;
	padding-left:3px;	
	line-height:25px;
	width:auto;
	vertical-align: middle;
	height:25px;
}

.menuList .separator{
	color:#dcdcdc;
	font-size:12px;
	line-height: 22px;
	vertical-align: middle;
}

.menuItem A:HOVER{
	text-decoration: none;
}


.menuList .selected{
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position:  0 2px;
}

/**
*/
/*
H1 .mark{
	font-size:18px!important;
}
*/

.content-info, .content-article{
	margin-top:20px;
	margin-left: 15px;
	margin-right: 5px;
}

.attribute-description{
	margin-top:10px;
}

.content-info H1{
	color:#595959;
}

.content-info H1 SPAN.mark{
	
	font-size: 14px;
	
}

/**
	Images
*/

.image-left{
	float:left;
	margin-left:0px;
	margin-right:10px;
	border:1px solid #9b9b9b;
}

.image-center{	
}

.image-center IMG{
	border:1px solid #9b9b9b;
}

.image-right{
	float:right;
	margin-left:10px;
	margin-right:0px;
	
}
.image-right-border{	float:right;	margin-left:10px;	margin-right:0px;	border:1px solid #9b9b9b;}
/**
	Toolbar
*/

.toolbarBtm{
	margin-top:20px;
	margin-left: 15px;
}

/** 
	Attribute
*/

.attribute-text{
	margin-top:5px;
}

.attribute-name{
	margin-top:10px;
	margin-bottom:3px;
}


/**
	Footer
*/

.footer{
	border-top:1px solid #dedede;
	height:41px;
	/*margin-right: 5px;*/
}

.footer .copyright{
	float:left;
	margin-top:24px;
	margin-left:40px;
	margin-left:expression("20px");
	font-size: 8px!important;
	width:150px;
}

.footer .copyright .mark{
	font-size: 8px!important;
	font-weight: normal;
}

.footer .links{
	float:right;
	width:400px;
	margin-right:15px;
	margin-top:4px;
	text-align:right;
}


/**
	Style
*/

.break{
	clear: both;
}

.block{
	clear: both;
	margin:20px;
}

.lineSeparator{
	background-color: #dedede;
}

.bgColorSilver{
	background-color: #f6f6fa;
}

.glassArea{
	background-image: url(../images/grad_glass.gif);
	background-repeat: repeat-x;
	height: 18px; 
	position:relative;
	top:-2px;
}

