img 
{
border-color: #02BEF4;
}

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: #cccccc;
	
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #FFFFFF;}
a:visited{color:#E9EBED;}
a:active {color: #FFFFFF;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}


#bg_logo
{
	background:url(images/zebra_bg.gif) left bottom repeat-x;
}

#header
{    
width: 100%;
	position:relative; /*containing block*/
	height:478px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #230000;
	border-bottom:1px solid #D6D6D6;
        background:url(images/zebra_bg.gif) left bottom repeat-x;
}


#company_logo
{
	display:block;
	position:absolute;

	left:300px;
	top: 0;
	background:url(images/logo.gif) right center no-repeat;
}

#header_text
{
	position:absolute;
	left:650px;
	top: 0;
	width:330px;
	padding-left:5px;
	padding-top:10px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text_1
{
	position:absolute;
	left:5%;
	top:80%;
	width:500px;
	padding-left:5px;
	padding-top:0px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
z-index: 20;
font-family: georgia;
font-size: 22px;
font-style: italic;
}

#header_text .bx-main-title
{
	margin:0;
	padding:0;
	
	border:none;
	text-decoration:none;
}

#header_text span.bx-main-subtitle
{
	font-size:100%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#232817;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#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;
}

#zebra
{
	height:389px;
	background:transparent url(images/zebra_bg.gif) left top repeat-x;
}

#navigation
{

}

/*Navigation*/
#navigation a
{
	font-size:95%;
	text-decoration:none;
	color:#ececec;
}

/*Content table*/
#content
{
	width:100%;
	height:70%;
	border-collapse:collapse;
 background:transparent url(images/content_bg.gif) left top repeat-x;
}

/*Left column*/
#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;

}
#content .left-column a
{
color: #00FF00;
font-family: Arial;
font-weight: bold;
font-size: 17px;
	line-height: 1em;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

#content .left-column ul
{
line-height: 2em;
}


#content .left-column a:hover
{
color: #66FF33;

}



/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 23px 10px 23px;
}

/*Right column*/
#content .right-column
{
	width:1px;
	vertical-align:top;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #404930;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:60px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	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;
	

	color:#cccccc;
	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-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;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}

