html, body, form
{
	margin: 0;
	padding: 0;
}

html
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:760px;
}

/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

input.formapplybutton
{
background: url(/upload/medialibrary/20e/formapplybutton.png) no-repeat;
height: 30px;
width: 112px;
align: center;
border: none;
color: #ffffff;
cursor:pointer
}

/*Links*/
a:link {color: #0069AD;}
a:visited{color:#0069AD;}
a:active {color: #0069AD;}
a:hover{color:#0069AD;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:329px;
	background: #E9F5DD url(/upload/medialibrary/485/temp.jpg) repeat-X;
}




/* Header menu: home, search, feedback*/
#header_menu
{

	position: relative;
        padding-left: 60px; 
        padding-top: 8px;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}


#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#535353;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
        padding: 0px;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0px 10px 0px 10px;
}

/*Right column*/
#content .right-column
{
	width:200px;
	vertical-align:top;
        height:100%;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #FFFFFF;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:100px;
	padding:8px 0px;
	
}

/*Link in footer*/
#footer a
{
	color: #535353;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}
.right-column h3{
background:no-repeat url(http://intercargo.su/upload/medialibrary/123/221.png);
text-align:left;
margin:0px;
}
.right-column .news-list{
margin:0px;
padding:0px 5px 0px 5px;}
.right-column  .news-item{
padding-top:0px;
margin-top:0px;
}
#block_news_g{
width:200px;
background-color:#f5f5f5;

}
.right-column h3 a{
padding-left:35px;
padding:7px 0px 7px 35px;
font-weight:400;
color:white;
display:block;
text-decoration:none;
font-size:14px;}
.right-column h3:hover{
background:no-repeat url(http://intercargo.su/upload/medialibrary/09e/2221.png);
}
/* social network*/
div#sonet_events_ms_message {width:150px;}

