/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,textarea,select { 
	margin: 0; padding: 0;
	font-family: verdana,helvetica;
	font-size: 11px; 
}
 
body {
	font-family: verdana,helvetica;
	font-size: 1em; font-weight: normal; font-style: normal;
	color: #000000;
	background-color: #EFEFEF; 
	padding: 0; margin: 0;
}

table{
	padding:0;	
	border-spacing: 0px;
	border-collapse: collapse; 
}

hr {
	border: none;
	border-top: 1px solid #dedede;
}
 
#header {
	position: relative;
	background-color: #FFFFFF; 
	height: 110px;
	color: #666666;
	font-size: 10px;
	margin: 0; padding:0;
}

#headerThin {
	position: relative;
	background-color: #FFFFFF;
	height: 55px; 
	font-size: 10px;
	margin: 0; padding:0;
	z-index:91;
}

#headerLogo { position: absolute; left:40px; top:40%; height:8em; margin-top:-3em; }
#headerLogoThin { position: absolute; left:40px; top:6px;}

#headerDecoration { position: absolute; top: 0px; left: 400px; z-index: 0;}

#headerLogin {
	position: absolute;
	float: right;
	right: 0;  
	 
	padding:5px; 
	margin-top: 5px; 
	margin-right: 5px;
	
	background-color: #F8F8F8;
	border: none;
	overflow: hidden;
	z-index: 90;	
}

#headerTools {
	height: 18px;
	margin: 0; padding: 0;
	float: right; 
}

#barreNavigation {
	font-size: 10px;
	color: #999999;
	position: relative;
	margin: 0;
	padding-bottom: 5px;
	vertical-align: middle;
	height: 20px;
}

#container {
	/* Horizontal Centering and Size fixed of the content area */
	position: relative;
	width: 900px;

	height: auto;
	margin: 0px auto;
	left:50%;
	margin-left: -450px;
}

#content { 
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 24px; 
	padding-right: 24px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: black;
}

#shadow{
	position: relative;
	margin: 0 auto; padding: 0;
	background: url(./images/shadow.png) repeat-x;
	behavior:url("/styles/themes/iepngfix.htc");
	height: 3px; 
	overflow: hidden;
}

#container900 {
	/* Horizontal Centering and Size fixed of some block like Menus, Footer...etc */
	position: relative;
	width: 900px;
	height: auto;
	margin: 0px auto;
	left:50%;
	margin-left: -450px;
}
#containerFullWidth{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
 
#clock {
	position: absolute;

	left: 100%;
	width: 160px;
	margin-left: -165px;
	
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;

	text-align: right;
	top: 113px;
}

#networkMapPDF {
	position: absolute;

	left: 100%;
	width: 20px;
	margin-left: -48px;

	text-align: right;
	top: 25px;
}

.menuBarItem {
	padding-right: 30px;
}

/*----------------- GRID -----------------*/
.column { float: left; }
.grid0col, .grid1col, .grid2col, .grid2col6030, .grid2colMenuTotem, .grid3colMenuTotem { width: 100%;}

/* 1 columns 100% */
.grid0col .column.last { margin-top:15px; width: 100%; }

/* 1 columns 100% */
.grid1col .column.last { width: 100%; }

/* 2 columns 50% */
.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }

/* 2 columns 66% - 32% */ 
.grid2col6030 .column.first { width: 66%; }
.grid2col6030 .column.last { width: 30%; }

/* 2 columns Menu Totem on the left */ 
.grid2colMenuTotem .column.first {  
	margin-right: 18px; 
	width: 170px; 
	width: 19.9% !important; /* 170 / (900-24x2) */
}
.grid2colMenuTotem .column.last {
	background-color: #ffffff;
	padding-bottom: 10px;
	width: 664px;
	width: 77.93% !important; /* (664)/ (900-24x2) */
	height: auto;
}

/* 3 columns Menu Totem on the left and right column for widget*/ 
.grid3colMenuTotem .column.first { 
	margin-right: 10px;
	/* width: 170px; */ 
	width: 19.9% !important; /* 170 / (900-24x2) */
}
.grid3colMenuTotem .column.middle { 	
	margin-right: 10px;
	/* width: 442px; */ 
	width: 51.8% !important; /* 442 / (900-24x2) */
}
.grid3colMenuTotem .column.last { 
	/* width: 220px; */ 
	width: 25.8% !important; /* 220 / (900-24x2) */
}

.column.last { float: right;}

#container:after, #content:after, .grid0col:after, .grid1col:after, .grid2col:after, .grid2col6030:after
, .grid2colMenuTotem:after, .grid3colMenuTotem:after 
 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container, #content, .grid0col, .grid1col, .grid2col, .grid2col6030, .grid2colMenuTotem , .grid3colMenuTotem
	{ zoom: 1;}

#contactBox a { color: #FFFFFF; text-decoration: none; font-size:10px}
#contactBox a:hover {text-decoration: none; }

/*----------------- MENU TOTEM --------------*/
#menuTotem {
	background-color: #f8f8f8 ;
	border: 1px #DDDDDD solid;
	margin: 0; padding: 0;
	padding-bottom: 3px;
	padding-top: 5px;	
	font-size: 10px;
	color: #000000;
}
#menuTotem a { color: #000000; text-decoration: none; font-size:10px}
#menuTotem a:hover {text-decoration: none; background: #FFFFFF; }

.eNetMenuCell {
	height: 18px;
	vertical-align: middle;
}

.level2{ 
	background-color: #E8E8E8;  
	padding: 0;
	margin: 0;
	padding-left:16px;
}
.level3{
	background-color: #CECECE;  
	padding: 0;
	margin: 0;
	padding-left:30px;
}

.eNetMenuSeparation {
	display: block;
	width: auto;
	height: 1px; 
}

#shadowMenu{
	position: relative;
	margin: 0 auto; padding: 0;
	width: 100%;
	overflow: hidden;
} 
.shadowMenu1{
	background: url(./images/shadowMenu1.png) repeat-x #FFFFFF;
	behavior:url("/styles/themes/iepngfix.htc");
	height: 3px;
} 
.shadowMenu2{
	background: url(./images/shadowMenu2.png) repeat-x #FFFFFF;
	behavior:url("/styles/themes/iepngfix.htc");
	height: 2px;
} 
.shadowMenuEnd1{
	background: url(./images/shadowMenuEnd1.png) repeat-x #FFFFFF; 
	behavior:url("/styles/themes/iepngfix.htc");
	height: 3px;
}
.shadowMenuEnd2{
	background: url(./images/shadowMenuEnd2.png) repeat-x #FFFFFF; 
	behavior:url("/styles/themes/iepngfix.htc");
	height: 3px;
}
.quickLinksTitle{
	background: #f8f8f8;
	padding: 3px;
	padding-top: 12px;	
	padding-bottom: 12px;		
}


/*----------------- SIDE BAR AND WIDGETS -----------------*/
.sidebar {
	/*background: url(./images/sidebar-bg.gif) repeat-x #FFFFFF;*/
	background-color: #f8f8f8;
	/*border-left: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;  
	border-bottom: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;*/
	border: 1px #DDDDDD solid;
	
	padding-top:2px;
	padding-bottom: 10px;
	margin-bottom:10px;	 
}

.sidebarContent {
	padding: 0;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;	 
}

.liNoStyle {padding: 0; margin: 0; list-style: none; list-style-image: none;}
.sidebar li { padding: 0; margin: 0; list-style: none; list-style-image: none;}
.sidebar ul { padding: 0; margin: 0; margin-top: 5px; margin-left: 0px;}
.sidebar a { text-decoration: none; }
.sidebarCaps {
	clear:both; 
	position:relative;
	width: 100%;
	z-index:100;
}

.sidebarBottom {
	height: 80px;
	background: url(./images/sidebar-bottom.gif) repeat-x;
}

#widgetHomeBig {
	position: relative;
	width: 852px;
	height: 400px;
	border: 1px #f8f8f8 solid; 	
	background: #e2e2e2 url(./images/home-widget-bg.png) repeat-x;
} 
#widgetHomeSmall {
	width: 268px;
	position: relative;
	height: 200px; 
	background: url(./images/home-widget-bg.png) repeat-x;  
}  
#widgetHomeSmallWF {
	padding:0;
	margin:0;
	width: 268px;
	position: relative;
	height: 200px; 
	background: url(./images/worldfeeds-bg.gif) no-repeat;  
	background-position:top right;
}  
.borderShadow{
	border-left: 1px #DDDDDD solid;
	border-top: 1px #DDDDDD solid;
	border-bottom: 1px #aaaaaa solid;
	border-right: 1px #aaaaaa solid;
}

.widgetHomeContent {
	width: 248px;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;	 
	color: #666666; 
	font-size: 14px;  
	text-align: left;
}
.scrollDiv{
	overflow: auto;
	height: 170px;
}
	
.casestudy-title {
	padding-top: 3px;
	padding-left: 5px;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}	
.casestudy-content {
	padding-left: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}
.casestudy-content p{
	padding-left: 5px;
	font-family: Arial;
	font-weight: normal;
	font-size: 10px;
}


.memberzone_sidebar {
	background-color: #f8f8f8;
	border: 1px #DDDDDD solid;
	padding-top:2px;
	padding-bottom: 10px;
	margin-bottom:10px;	 
}
.memberzone_sidebar a {
	color:blue;	
}

.newsletter_sidebar {
	background-color: #f8f8f8;
	border: 1px #DDDDDD solid;
	padding-top:2px;
	padding-bottom: 10px;
	margin-bottom:10px;	 
}

.newsletter_sidebar .titleWidget {
	text-align:center;
	background-color: #125EAB;
	color:#F8F8F8;
	 text-transform: uppercase;
}
.newsletter_sidebar a{
	color:blue;	
}

	
	
/*----------------- CONTROLS -----------------*/
A:link, A:active{
	color : #0280eb;
	text-decoration: none;
} 
 A:visited, A:hover{
	color : #0280eb;
	text-decoration: none;
}

input {
	margin: 2px; 
	height: 18px;
	border: solid 1px #DEDEDE;
}
select {
	margin: 2px;
}

#header input {
	color: #9f9f9f;
	border: solid 1px #DEDEDE;
}

.imgBorder {
	border: 4px solid #999999;
	margin: 10px;
}

img { border: 0; }
.imgPngIeFix { behavior:url("/styles/themes/iepngfix.htc"); }

ul { margin-bottom: 5px;}
ul,ol,li { list-style: none; padding: 3px;}
 
p {
	margin-top: 8px;
	margin-bottom: 8px;
}

th {
	text-align: right;
	font-weight: normal;
	padding: 2px 6px;
	font-size: 11px;
	color: #666666;
} 
td {
	font-size: 11px;	
}

.tableTx th {
	text-align: left;
	font-weight: bold;
	padding: 2px 6px;
	font-size: 12px;
	color: #666666;
} 
	
/*----------------- MISC ---------------*/
blockquote {
	margin-left: 15px;
	padding: 2px;
}

.contenttitleedito {
	font-size: 13px;
	font-weight: normal;
	color: #000000;	
}

.labelField {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	padding-right:3px;
}
.fieldMandatory {
	background-color: #BA0100;
	color: white;
}

.labelFieldBold {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	padding-right:3px;
}

.sidebar .labelField {
	font-size: 10px;
}

.bold{
	font-weight: bold;
}

.imgBorder {
	border: solid 3px #333333;
}

.alphaMedium{
    opacity : 0.3;
    -moz-opacity : 0.3; 
    filter : alpha(opacity=30);
} 
.alphaFull{
    opacity : 1;
    -moz-opacity : 1; 
    filter : alpha(opacity=100);
} 

.message {
	font-size: 11px;
	padding: 10px;
	text-align: left;
	color: #000000;
}
.info {
	font-size: 10px;
	text-align: left;
	color: #999999;
}
.error {
	font-weight: bold;
	text-align: left;
	color: #BA0100;	
}
.summary {
	font-size: 11px;
	padding-left:3px;
	text-align: left;
	color: #333333;
}

.actions {
	padding: 10px;
	text-align: center;
}

.lastupdate {
	color: #9f9f9f;
	margin-bottom: 10px;
	font-size: 10px;
	padding: 2px 0;
	text-align: right;
}

.no_trans {
	color: #000000;
	text-align: left;
	padding: 4px;
	font-size: 11px;
}
.see_all {
	text-align: right;
	padding: 2px 2px 10px 2px;
}

.button {
	cursor: pointer;
}

/*----------------- DATATABLE ---------------*/
.row_odd{
	background:	#ffffff;
	text-align:left;
}


.row_even{
	background:	#ebeef7;
	text-align:left;
}

.row_odd td,
.row_even td{
	padding: 4px;
	text-align: left;
}


.datatable{
	width:100%;
	margin-top:4px;
	margin-bottom:4px;
}


ul.adminul {
    display: block; 
    margin: 0 auto;
    padding-top: 5px;
    clear: both;
}

ul.adminul input{
    margin: 0px;
}

ul.adminul li{
    float:left;
    display: inline;
    list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
    text-align: left;
    vertical-align: middle; 
}


li.add_title {
	width: 250px;
	text-align: left;
	margin-right: 5px;
	font-weight: bold;
}
li.add_value{
	width: 200px;
	text-align: left;
}

.inputfilter {
	width:100%; 
}


input.adminbuttonsmall,
input.adminbuttonlarge,
input.adminbutton{
	background-color:#EBEEF7;
	padding:0px;
	vertical-align: middle;
	text-align:center;
	padding-bottom:2px;
}

input.adminbuttonsmall{
	width:75px;
}
input.adminbuttonlarge{
	width:150px;
}
input.adminbutton{
	width:100px;
}

/*----------------- TABLE USING LI-UL-------*/
ul.multipleColumns {
    display: block; 
    margin: 0 auto;
    margin-top: 5px;
    margin-left: 20px;
    clear: both;
}

ul.multipleColumns li{
    float:left;
    display: inline;
    list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
    text-align: left;
    vertical-align: middle; 
}

ul.multipleColumns li.subtitle {
	font-weight: bold;
	width: 120px;
	color: #666666;
}

/*----------------- SYNOPSIS ---------------*/


.synopsis h2 {
    font-size: 12px;
    color: #397A77;
    font-weight: bold;
    border-bottom: solid 2px #397A77;
    text-transform:none;
    font-family:Verdana,Arial,sans-serif;
   	margin-bottom:2px;
}

.synopsis h3 {
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}

.synopsis .orangeTitle {
	font-size: 12px;
    color: #DB8720;
    font-weight: bold;
}

.synopsis .greySubTitle {
    font-size: 10px;
    color: #999999;
    font-weight: bold;
}

.ws_field {

}
.ws_field_header {
	font-weight:bold;
}

.ui-widget-content a {
	color:#0280EB !important;
}

.ui-tabs .ui-tabs-hide {
    display: none;
}
#tabs li { padding: 0; margin: 0; list-style: none; list-style-image: none;}

/*----------------- OLD STYLES COMPATIBILITY---------------*/
.txtBlueBold {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.contentedito {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

#nmsTable{
	width:100%;
}

#nmsTable td{
	padding: 5px;
	border-left: 2px solid #ffffff;
}

.accordionPearTable{
	width:100%;
}

