/*
body {
	background-color: transparent;
	color: #2D5F85;
	font-size: 11px;
	font-family : "Verdana CE", Verdana, "Arial CE", Arial, "Tahoma CE", Tahoma, sans-serif;
	text-align:left;
}
*/
.exrtanetNone{}

.exrtanetInfo{
	background-color: #f4f4f4;
	color: #009900;
	font-weight:bold;
}
.exrtanetError{
	background-color: #f4f4f4;
	color: #ff0000;
	font-weight:bold;	
}
/*
.bodyMargins {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-color: #ffffff;
	color: #2D5F85;
	font-size: 11px;
	font-family : "Verdana CE", Verdana, "Arial CE", Arial, "Tahoma CE", Tahoma, sans-serif;
	text-align:left;
}
*/
body {
	color:			#2D5F85;
	/*background:		#4C6C77 url('../images/background.jpg') 0 0 repeat-x;*/
	background:		#4C6C77 url('../../images/background.jpg') 0 0 repeat-x;
	font-size:		11px;
	font-family:	verdana, tahoma, arial, helvetica, sans-serif;
	margin:			0;
	padding:		20px 0 15px 0;
}

div#container {
	width:			940px;
/*	width:			775px;*/
	/*background:		url('../images/backgroundContainer.png') 0 0 repeat-y;*/
	background:		url('/images/backgroundContainer2.png') 0 0 repeat-y;
	margin:			0 auto;
	padding:		4px 7px;
	position:		relative;
}

* html div#container {
	background:		none;
	/*filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundContainer.png', sizingMethod='scale');*/
	filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundContainer2.png', sizingMethod='scale');
}

div#topShadow {
	/*width:			789px;*/
	width:			954px;
	height:			3px;
	font-size:		0;
	/*background:		url('../images/backgroundHeader.png') 0 0 no-repeat;*/
	background:		url('/images/backgroundHeader2.png') 0 0 no-repeat;
	margin:			0 auto;
	padding:		0;
}

* html div#topShadow {
	background:		none;
	/*filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundHeader.png', sizingMethod='image');*/
	filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundHeader2.png', sizingMethod='image');
}

div#bottomShadow {
	width:			940px;
/* 	width:			775px;*/
	/*background:		url('../images/backgroundFooter.png') 0 0 no-repeat;*/
	background:		url('/images/backgroundFooter2.png') 0 0 no-repeat;
	text-align:		right;
	margin:			0 auto;
	padding:		7px;
}

* html div#bottomShadow {
	background:		none;
	/*filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundFooter.png', sizingMethod='crop');*/
	filter:			progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgroundFooter.png', sizingMethod='crop');
}

table#tableHeader {
	position:		relative;
	display:		block;
	margin:			0 0 20px 0;
}

table#tableHeader tr.menu {
	/*background:		url('../images/backgroundMenu.png') 0 0 repeat;*/
	background:		url('../../images/backgroundMenu.png') 0 0 repeat;
	height:			24px;
}

table#tableContent {
	table-layout:	fixed;
}

table#tableContent td {
	padding:		0 15px;
}

table#tableContent td#colRightb {
	overflow: hidden;
}

table#tableContent td.headorange {
	width:			1px;
	background-color: #F2AF2B;
	padding:		0;
}

table#tableFooter {
/*	width:			775px;*/
	width:			940px;
	height:			27px;
	/*background:		url('../images/backgroundFooterMenu.png') 0 0 no-repeat;*/
	background:		url('/images/backgroundFooterMenu2.png') 0 0 no-repeat;
	margin:			10px 0 0 0;
}

table#tableFooter td {
	color:			white;
	text-align:		center;
	vertical-align:	middle;
}

table#tableFooter a {
	color:			white;
	text-decoration:none;
	font-size:		10px;
	margin:			0 5px;
}

table#tableFooter a:hover {
	text-decoration:underline;
}

img {
	border:			none;
}

font{
	font-size: 11px;
}

hr{
	height:1px;
	color: #2D5F85;
}

p, ol, ul{
	margin-top:0;
	margin-bottom:0.5em;
}

p{
/*	text-align:justify;*/
}

table{
	border-collapse: collapse;
}

td, th {
/*	color: #5E5C5B;
	background-color: transparent;
	font-family : "Verdana CE", Verdana, "Arial CE", Arial, "Tahoma CE", Tahoma, sans-serif;
*/
	font-size: 11px;
	text-align:left;
}

.footer{
	color: #ffffff;
	font-size: 10px;
}

.noborder, .noborder td, .noborder th{
	border-style: none;
}

.imgleft{
	margin-left:0px;
	margin-right:10px;
}

.imgright{
	margin-left:10px;
	margin-right:0px;
}

.paddingL{padding:20px 20px 20px 20px;}
.paddingM{padding:10px 10px 10px 10px;}
.paddingS{padding:5px 5px 5px 5px;}

.notopmargin{
	margin-top:0;
}

h1, .h1 {
	font-size: 13px;
	font-weight: bold;
	text-align:left;
	color: #2D5F85;	
	margin-top:0;
	margin-bottom:0.7em;
}

h2, .h2 {
	font-size: 13px;
	font-weight: normal;
	text-align:left;
	color: #2D5F85;
	margin-top:1em;
	margin-bottom:0.5em;
}

h3, .h3 {
	font-size: 11px;
	font-weight: bold;
	text-align:left;
	color: #2D5F85;	
	margin-top:1em;
	margin-bottom:0.5em;
}

p:first-child, h1:first-child, h2:first-child, h3:first-child{
	margin-top:0px;
}

p.first:first-letter{
	float:left;
	font-size: 32px;
	font-weight: bold;
	
}

.headblue {background-color: #00A2E0;}
.headorange {background-color: #F2AF2B;}
.footlogo {
	background-color: #00A2E0;
	/*background-image : url(../images/logo_mini_grad.gif);*/
	background-image : url(../../images/logo_mini_grad.gif);
	background-position : left top;
	background-repeat : no-repeat;
}

.bTxt{color:#000000;}

a:link {
	color: #2D5F85;
	text-decoration: underline;
}

a:visited {
	color: #2D5F85;
	text-decoration: underline;
}

a:active {
	color: #2D5F85;
	text-decoration: underline;
}

a:hover {
	color: #2D5F85;
	text-decoration: underline;
}

#boxMenu a:link, #boxMenu a:visited{
	color: #00A2E0;
	text-decoration: none;
}

#boxMenu a:active, #boxMenu a:hover{
	color: #2D5F85;
	text-decoration: none;
}

#boxMenu a.bold:link, #boxMenu a.bold:visited, #boxMenu a.bold:active, #boxMenu a.bold:hover{
	color: #2D5F85;
	text-decoration: none;
	font-weight: bold;
}

.footer a:link, .footer a:visited, .footer a:active, .footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}

form, img {
	margin : 0 0 0 0;
}

.button{
	cursor: hand;
}

.style1-bold {
	font-family: Arial, "Tahoma CE", Tahoma, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.style1 {
	font-family: "Arial Narrow", Arial, "Tahoma CE", Tahoma, sans-serif;
}

input, textarea, select {
	background-color: #F5C55E;
	color: #2D5F85;
	font-size: 10px;
	font-family : "Verdana CE", Verdana, "Arial CE", Arial, "Tahoma CE", Tahoma, sans-serif;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#inpNewsletter input, #inpNewsletter textarea, #inpNewsletter select{
	background-color: #E5E5E5;
	color: #333333;
	font-size: 10px;
	font-family : "Verdana CE", Verdana, "Arial CE", Arial, "Tahoma CE", Tahoma, sans-serif;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#colNews{
	background-color : #E9F9FF;
	/*background-image : url(../images/back_blue_grad.gif);*/
	background-image : url(../../images/back_blue_grad.gif);
	background-position : top;
	background-repeat : repeat-x;
	border-top-color: #F2AF2B;
	border-top-style: solid;
	border-top-width: 1px;
}

form#formSearch {
	position:		relative;
	width:			100%;
	height:			24px;
}

form#formSearch input#imageSearch {
	position:		absolute;
	right:			0;
	top:			0;
	border:			none;
	background:		none;
	width:			29px;
	height:			24px;
	margin:			0;
	padding:		0;
}

form#formSearch input#headSearch {
	position:		absolute;
	left:			6px;
	top:			4px;
	width:			100px;
	background:		white;
	border:			1px solid black;
	margin:			0;
}

