/* Common styles */

/* tags */
body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin: 0;
	color: black;
	background: url(/ii/body_bg.gif) repeat-x #e6ecee;
	font-size: 11px;
}
form {
	margin:0;
}
ul {
	padding: 0;
	margin:10px 20px;
}
h1 {
	font-size: 13px;
	color: #132f7e;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 11px;
	font-weight: normal;
	margin:0;
	padding:0;
	padding-bottom:4px;
}
h3 {
	font-size: 9px;
	margin: 0;
	padding: 0;
	padding-bottom:4px;
	padding-left:5px;
}
h1.text, h2.text, h3.text {
	display: block;
	font-size: 12px;
	padding: 0;
	margin-top: 2em;
	font-weight: bold;
}
h2.text, h3.text {
	font-size: 11px;
	margin-top: 1em;
}
h2.text a {
	color:#10287B;
	font-size:12px;
	font-weight:bold;
	margin: 0;
	padding:0;
}

a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #132F7E; 
	font-size: 11px; 
}
a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #CB1815; 
}
input { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	border: 1px solid #9DAED3; 
}
strong {
	font-weight: bold;
	font-size: 12px;
}
textarea { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
border: 1px solid #9DAED3;
}

select { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 9px; 
border: 1px  solid #9DAED3;
background: #ffffff;
}

td { 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
}

td.header {
	border-left: 1px solid #A6ACAE;
	margin: 0;
	color: #132F7E;
	font-weight: bold;
	padding-left: 7px;
	padding-top: 3px;
}




/* Page content */
div#root-container {
	margin:auto;	
	width:1050px;
}
div#main { 
	border-left: 1px solid #A6ACAE;
	border-right: 1px solid #A6ACAE;
	background-color: #FFFFFF;
	text-align:left;
	width:737px;
	float: none;
	min-height: 300px;
	margin: auto;
}
div#main table {
	text-align:left;
}
div#c-content {
	width:739px;
	margin: auto;
	float: left;
	margin-left: 15%;
	display: inline;
}

div.l-side-stripe {
        width:140px; 
        margin:0;
        padding:0;
        float:left;
        margin-left: -85%;
        margin-top:55px;
    
}
div.r-side-stripe {
        width:140px;
        margin:0;
        padding:0;
        float:left;
      	margin-left: 1%;
      	margin-top: 55px;  	
}
.side_image {
        margin-bottom:5px;
}
.side_image img {
	border: 1px solid #A6ACAE;
}
.side_image a:hover {
	color: #132F7E;
}
div#center {padding:10px 26px;}

#frontpage_top .center .form span a.help:hover,
#top .center .form span a.help:hover {
	color: #5785bc;
	font-size: 10px;
}
#frontpage_top .center .form span a.help,
#top .center .form span a.help {
	text-decoration: none;
	color: #ffffff;
	background: #CB1815;
	font-weight: bold;
	font-size: 10px;
	padding: 0 3px;
	line-height:10px;
	margin-left: 2px;
	display: inline;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

/* header */
div#header {
	width: 739px;
	height: auto;
	overflow:hidden;
	text-align: left;
	margin:auto;
}
div#header #top-row {
	width:739px;
	height:26px;
	padding-top:5px;
}
div#header .dotted {
	border-left: 1px dotted #7087b0;
	padding-left: 5px;
	margin-right: 5px;
}
#header a {
	text-decoration:none;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-weight: bold;
	color: #4a6e8f;
	font-size:10px;
}
#header a:hover {
	color: #cb1815;
}
#header img {
	vertical-align: middle;
}
.flag {
	background: url(/ii/flags.gif)
}
.flag .en {
	background-position: 1px 2px;
}



/* footer */
div#footer {
	width: 739px;
	height: 20px;
	background: url(/ii/footer_bg.gif) #10287B;
	color: #C0C0C0;
	font-size: 9px;
	text-align: left;
	margin: 0 auto;
}
div#footer a { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #c0c0c0; 
	font-size: 9px; 
	font-weight: bold 
}
div#footer a:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: underline; 
	color: #dddddd; 
	font-size: 9px; 
	font-weight: bold;
}
.footer_left {
	float:left;
	height:14px;
	padding:0px 4px;
	margin:3px;
}
.footer_right {
	height:14px;
	padding-left: 4px;
	padding-right: 6px;
	float: right;
	border-left: 1px dotted;
	margin:3px;
}

/* Popups */
.popup-container {
	height:0;
	width:0;
	position:absolute;
	top:154px;
	left:50%;
}
.popup-buttons button {
	margin-right:10px;
	padding:2px 8px 2px 8px;
	background:#6792c2;
	color:#ffffff;
	border:1px solid;
	border-color:#97b4d5 #355a83 #355a83  #97b4d5;
	font-size:11px;	
	font-weight: bold;
}
.popup-buttons button:hover {
	color:#CEE1E7;	
}


#sector-popup,
#area-popup,
#help-popup {
	display: none;
	position: absolute;
	background: #e6ecee;
	border: 2px solid #ce0c0a;
	margin-left: -350px;
	padding: 1px;
}

#area-popup {
	width: 540px;
}

#area-popup h4 {
	font-size: 11px;
	margin: 1em 0 1em 0;
}

.popup-buttons {
	background: #e6ecee;
	padding: 7px 10px;
}

#area-popup table,
#sector-popup select {
	margin: 12px 12px 4px 12px;
	font-size: 10px;
}
#sector-popup select {
	width:325px;
}

/* Bottom Ad Streamer */
#bstreamer {
	position: fixed;
	bottom: 0;
	width: 100%; 
	border: 0;
	display: none;
	padding-bottom: 0;
}
#bstreamer .close {
	background: url('/i/closeg.png') #E6ECEE  0 0  no-repeat;
	float: right;
	width: 12px;
	height: 12px;
	position: relative;
	right: 4px;
	top: -1px;
	cursor: pointer;
}
#bstreamer .close:hover {
	background-position: -12px 0;
}
#bstreamer table {
	width: 100%;
	border: none;
	border-top:1px solid #cccccc;
	background-color: #E6ECEE;
	height: 41px;
}
.bstreamer img.left {
		
}
.bstreamer img.right{
	
}

/* TODO */
.notification {
	height:200px;
}
/* Top 3 banners */
 div.top_banners {
	text-align: right; 
	margin: 0; 
	padding: 5px;
	height: 62px;
}
 div.top_banners img {
 margin: 0 2px;
}