
/*----------------- TITLES ---------------*/
h1 {
	font-family: helvetica;
	color: #125eab;
	font-size: 24px;
} 
h2{
	font-family: helvetica;
	text-transform: uppercase;
	color: #125eab;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-family: helvetica;
	color: #125eab;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #DEDEDE;
	margin-top: 20px;
}
h4 {
	margin-top: 6px;
	margin-bottom: 3px;
	font-family: helvetica;
	color: #125eab;
	font-size: 14px;
	font-weight: bold;
}
.titre {
	margin-top: 6px;
	margin-bottom: 3px;
	font-family: helvetica;
	color: #125eab;
	font-size: 14px;
	font-weight: bold;
}
.titleContentLevel2 {
	margin-top: 10px;
	font-family: helvetica;
	color: #125eab;
	font-size: 16px;
	font-weight: bold;
}
.titleWidget {
	font-family: verdana;
	color: #125eab;	
	font-size: 1.2em;
	font-weight: bold;
	/*border-bottom: solid 1px #0082c8;*/
	margin-bottom: 4px;	
}
	
.lineStarter1 {
	font-family: verdana,helvetica;
	color: #e1400c;
	text-transform: uppercase;
	font-size: 13;
} 
.lineStarter2 {
	font-family: verdana,helvetica;
	color: #e18a0b;
	text-transform: uppercase;
	font-size: 13;
} 

.pageHeader{
	/*background: #ffffff url(./images/pageHeader.png) repeat-x;*/
	height: 32px;	
	font-family: helvetica;
	font-size: 2em;
	font-style: normal;
	color: #125eab;
	font-weight: bold;
	/*border-bottom: solid 1px #0082c8;*/
	margin-bottom: 10px;
}


.more {
	background: url("./images/more.gif") no-repeat;
	background-position: right; 
	margin-top: 5px;
	vertical-align: middle;
	height: 16px;
	padding-right: 20px;
	text-align: right;
	cursor: pointer;
}

/*----------------- DIV ------------------*/ 

#menuBar {
	vertical-align: middle;
	margin: 0;
	
	padding-top: 2px;
	padding-bottom: 2px;
	
	position: relative;
	background-color: #125eab;
	height: 24px;
	color: #FFFFFF;
	padding-bottom: 2px;

}

#menuBar2nd{
	vertical-align: middle;
	margin: 0;
	
	padding-top: 2px;
	padding-bottom: 2px;

	position: relative;
	background-color: #0082c8;
	height: 21px;
	color: #FFFFFF;

	padding-bottom: 2px;
	
	border-top: 1px solid #0d467f;
}

#headerBanner{
    height: 13px;
		background-color: #125eab;
    color: #FFFFFF;
    position: relative;
    padding: 1px 0;
    opacity: 0.7;
		filter : alpha(opacity=70); /*IE opacity fix*/
		zoom: 1; /*IE opacity fix*/
    text-align: center;
    z-index: 1;
}

.quickLinksTitle{
	background: #f8f8f8;
	padding: 3px;
	padding-top: 12px;	
	padding-bottom: 12px;	
}

#footer {
	position: relative; 	
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-top: solid #125eab 6px;
	color: #000000;
	font-weight: normal;
	font-size: 9px;
	height: 20px;
	text-align: left;
}

/*----------------- MENU TOTEM ---------------*/
.eNetMenuSELECTED {
	color: #125eab;
	text-decoration: none;
	font-weight: bold;	
}

/*----------------- POPUP MENU ---------------*/
.menuDiv {	
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	margin:  0 auto;
	border: 1px solid #5e5e5e;
	border-top: none;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.menuTransparency{
	behavior:url("/styles/themes/iepngfix.htc"); 
	background-repeat: repeat-y;
	background: url("./images/menu-bg.png");	
}

.menuDiv table a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}

.menuDiv a:visited {
	font-weight: normal;	
	text-decoration: none;	
	color: #FFFFFF;
}

.menuDiv a:hover {
	font-weight: bold;	
	text-decoration: none;	
	color: #FFFFFF;
}

/*----------------- CONTACT BOX -----------------*/
#contactBox {
	margin: 0;
	padding: 5px;
	text-align: center;
	position: relative;
	background-color: #125eab;
	color: #FFFFFF;
	font-size: 10px;
	overflow: hidden;
}

#contactBox h1 {
	color: #FFFFFF;
	font-weight: bold;	
	font-size: 12px;
}

/*----------------- CONTROLS -----------------*/
li { 
	list-style-image: url("./images/li.gif"); 
	margin-left:20px;
} 

#barreNavigation a { color: #999999; text-decoration: none;}
#barreNavigation a:hover {text-decoration: underline;}

#headerLogin a { color: #999999; text-decoration: none; font-size:10px}
#headerLogin a:hover {text-decoration: underline;}

#footer a { color: #000000; text-decoration: none; font-size:9px}
#footer a:hover {text-decoration: underline;}

/************** Old Tables ****************/
.titreWhite{
	font-family: helvetica;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #125eab;
	font-weight: bold;
	text-align:left;
}
.titreWhite a,.titreWhite a:visited{
	color: #FFFFFF;
}
.txtBlue{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/************** my Transmission tables Styles ****************/
.my_trans th {
	background : #FFFFFF;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-family:verdana,helvetica;
	color: #125eab;
	padding: 4px;
	text-align: left;
	text-transform: uppercase;

}
.my_trans th.centre {
    text-align: center;
}
.my_trans th a {
	color: #125eab;
	text-decoration: underline;
	font-size: 11px;
}
.my_trans  td {
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.my_trans td.col_b {
	font-size: 11px;
	font-weight: bold;
	white-space:nowrap;
}

.my_trans tr.invisibleold {
	display: none;
}

.my_trans th.notr {
	display: none;
}
.my_trans_0 {
	font-size: 11px;
	font-style: normal;
	color: #125eab;
	background: #efefef;
}
.my_trans_0 td {
	padding: 4px;
	text-align: left;
}
.my_trans_1 {
	font-size: 11px;
	font-style: normal;
	color: #125eab;
}
.my_trans_1 td {
	padding: 4px;
	text-align: left;
}

/************** Pagger ****************/
div.pager {
	color: #333333;
	text-align: right;
	padding: 4px;
	font-size: 11px;
}
div.pager a {
	color: #125eab;
	text-decoration: none;
	font-size: 11px;
}

div.pager select {
	color: #125eab;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #125eab;
}

div.pager .bouton {
	color: #125eab;
	text-decoration: none;
	font-size: 11px;
	border: 1px solid #125eab;
}

/*----------------- News Exchange Forum ---------------*/
.mainTitle  {
	color:#125EAB; 
	text-align:left; 
	font-weight: bold; 
	font-size: 1.3em !important;
}

.postlist_Advisory {
	background-color:#BA0100;  color:#FFFFFF ;
}
.postlist_Advisory a {
	color:#FFFFFF ;
}

.postlist_StatusCompleted {
	color:#999999 !important;
	background-color:#EFEFEF !important;
}
.postlist_StatusCompleted a {
	color:#999999 ;
}

.ticker_display {
	/*font-size: 14px;*/
	display: inline;
	float: left;
	width: 608px; 
	height: 14px; 
	background-color: #efefef;
	border: 1px solid #d5d5d5;
	padding: 2px; padding-top: 2px; padding-left: 10px;
}
.ticker_display a {
	color: #ba0100;
}
/*
.advisory_display li{
	font-size: 14px;
}

.neForumTable th,
.neForumTable td {
	font-size: 14px;
}
*/
.neForumTable th {
	background-color: #125EAB;
	color: white;
	text-align: left;
	font-weight: bold;
}

.neForumButtonbar {
	text-align: right;
	padding: 2px;
	margin-top: 10px;
}

.neForumBox {
	background-color:#F8F8F8;
	border:1px solid #DDDDDD;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:2px;
}
.theme1Border {
	border-bottom: 3px solid #D9563C;
}
.theme1 {
	background-color: #D9563C !important;
	color: #FFFFFF !important;
}
.theme1 a {
	color: #FFFFFF !important;
}
.theme1 .title {
	color: #FFFFFF !important;
}
.theme2Border {
	border-bottom: 3px solid #0082C8;
}
.theme2 {
	background-color: #0082C8 !important;
	color: #FFFFFF !important;
}
.theme2 a {
	color: #FFFFFF !important;
}
.theme2 .title {
	color: #FFFFFF !important;
}
.theme3Border {
	border-bottom: 3px solid #656565;
}
.theme3 {
	background-color: #656565 !important;
	color: #FFFFFF !important;
}
.theme3 a {
	color: #FFFFFF !important;
}
.theme3 .title {
	color: #FFFFFF !important;
}
.theme4Border {
	border-bottom: 3px solid #BA0100;
}
.theme4 {
	background-color: #BA0100 !important;
	color: #FFFFFF !important;
}
.theme4 a {
	color: #FFFFFF !important;
}
.theme4 .title {
	color: #FFFFFF !important;
}
.theme5Border {
	border-bottom: 3px solid #15A1B0;
}
.theme5 {
	background-color: #15A1B0 !important;
	color: #FFFFFF !important;
}
.theme5 a {
	color: #FFFFFF !important;
}
.theme5 .title {
	color: #FFFFFF !important;
}

#postContainer {
	font-size: 1.2em;
}

#postContainer a {
	color: #ffffff;
	text-decoration: underline;
}
#newsStory a{
	color: #125eab !important;
}
.neForumBox .title {
	color:#125EAB;
	font-family:verdana;
	font-size: 1em;
	font-weight:bold;
	padding: 3px;
}
.neForumBox .titleBig {
	color:#125EAB;
	font-family:verdana;
	font-size: 1.4em;
	font-weight:bold;
	padding: 3px;
}

.neForumBox .scrollBox {
	color: #000000;
	padding: 2px; 
	padding-left: 10px; 
	background-color: #ffffff;
	height: 100%; /* height: 150px;*/ 
	overflow: auto;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	font-size:14px;
}
/*
.neForumBox .scrollBoxExpanded {
	color: #000000;	
	padding: 2px; 
	padding-left: 10px; 
	background-color: #ffffff; 
	height: 100%; 
	overflow: none;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}
*/
.neForumBox .scrollBoxReply {
	padding: 2px; 
	/*font-size:14px;*/
	padding-left: 10px; 
	background-color: #f8f8f8; 
	height: 100%; /*height: 25px;*/
	overflow: none; /*overflow: auto;*/
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}
/*
.neForumBox .scrollBoxReplyExpanded {
	padding: 2px; 
	padding-left: 10px; 
	background-color: #ffffff; 
	height: 100%; 
	overflow: none;
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
}
*/

.requestToCombo{
	width:150px;	
}

.neForumBox .labelField {
	font-size: 11px;/*font-size: 14px;*/	
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding-right:3px;
	width: 120px;
}

.gradientBg {
	background: #ffffff url(../../images/sidebar-bg.gif) repeat-x !important;
}

