button {
background-color:#FFFFFF;
border:1px solid #000033;
color:#000033;
}
.button {
background-color:#FFFFFF;
border:1px solid #000033;
color:#000033;
}
/*Modal Popup*/
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}

.modalPopup {
    background-color:White;
    border-width:3px;
    border-style:solid;
    border-color:#6CB6C3;
    padding:3px;
    width:250px;
}

/* CSS Document */
/* Left nav elements */

.copy_leftnav {
	float:left;
	font-family:Helvetica, sans-serif, Verdana, Arial;
	font-size:13px;
	font-weight:bold;
	color:#3b3b39;
	margin:2px 0 6px 13px;
	}


#leftnav_container {
	float:left;
	width:254px;
	height:100%;
}

#leftnav_body { /* 27/04/07 modified */
	float:left;
	background-image:url(/Organization/NGMN/images/g_nav_bkg.gif);
	background-repeat:repeat-y;
	width:260px
}

#leftnav_btm_lcs {
	float:left;
	width:10px;
	height:10px;
	background-image:url(/Organization/ETSI/images/tech_bl.gif);
	background-repeat:no-repeat;
}

#leftnav_btm_rcs {
	float:right;
	width:10px;
	height:10px;
	background-image:url(/Organization/ETSI/images/tech_br.gif);
	background-repeat:no-repeat;
}

.leftnav_img {
	float:left;
}

.left_nav_item {
	float:left;
	clear:both;
	width:250px;
	height:100%; /* 27/04/07 updated */

}

.left_nav_lc {
	float:left;
	width:10px;
	height:100%; /* 27/04/07 updated */	
	margin:0 0 0 12px;	
	margin:0 0 0 6px;	
	padding: 2px;
}

.left_nav_rc {
	float:left;
	width:200px;
	height:100%; /* 27/04/07 updated */	
	padding: 5px; 
}

.left_nav_1_pad {
	float:left;
	width:10px;
	height:100%;  /* 27/04/07 updated */
  
}

.left_nav_2_pad {
	float:left;
	width:20px;
	height:100%;  /* 27/04/07 updated */    
}
.left_nav_3_pad {
	float:left;
	width:20px;
	height:100%;  /* 27/04/07 updated */    
}



.leftnav_banner {
	float:left;
	clear:both;
	margin:8px 0 12px 26px;
}




/* General */
 

body {
    margin:2px 0 0 2px;
    padding:0;
    font-family: Verdana, Arial;  
    color:#3b3b39;
      }


/* Centering */


#centering_outer {
	width:100%;	
}

#centering_inner {
	width:992px;
	height:100%;
	margin:0 auto;
	background-color:#fff;		
}

#PageContainer {
	float:left;
	width:992px;
	height:100%;
}

/* Header */
#header {
	float:left;
	width:992px;
	height:66px;
	margin:0 0 4px 0; /* bottom margin changed from 0 */
	background-color:#fff;
}

#header_btm {
	float:right;
	background-image:url(/Organization/ETSI/images/header_btm_strip.gif);
	background-repeat:no-repeat;
	width:247px;
	height:3px;
	line-height:0.1em;
}


.logo {
	float:left;
	width:348px; /* 20/04/07 changed from 325px*/
	height:66px;
}

#header_main {
	float:left;
	width:394px; /* 20/04/07 changed from 420px*/
	height:66px;
	background-image:url(/Organization/ETSI/images/header_grad_bg.gif);
	background-repeat:repeat-x;
}

#header_links {
	float:right;
	width:122px;
	height:66px;
	padding:3px 4px 0 0;
}

.login_btn {
	float:right;
	margin:-3px 0 0 0;
}


#header .divider {
	float:left;
	background-image:url(/Organization/ETSI/images/divider.gif);
	background-repeat:no-repeat;
	width:1px;
	height:10px;
	margin:2px 4px 0 4px;
}

#login_search_corners {
	float:left;
	width:11px;
	height:66px;
	background-image:url(/Organization/ETSI/images/login_search_corners.gif);
	background-repeat:no-repeat;
}

#search_body 
{
	font-size:0.7em;
	float:left;
	width:223px;
	height:66px;
	background-image:url(/Organization/ETSI/images/search_grad_strip.gif);
	background-repeat:repeat-x;
}

#search_corners {
	float:left;
	width:13px;
	height:66px;
	background-image:url(/Organization/ETSI/images/search_corners.gif);
	background-repeat:no-repeat;
}

#search_btm {
	float:left;
	width:220px;
	height:20px;
}

form {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.form_search_checkbox 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#002a4c;
}

.form_search_input {
	float:left;
	width:122px;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002a4c;		
	border:0;
	margin:12px 8px 0 5px;
}

.form_search_btn {
	float:left;
	width:70px;
	height:29px;
	margin:8px 0 0 0;
}

.form_checkbox {
	float:left;
	width:11px;
	height:11px;
	
}



/* Top Nav */

#topnav_container {
	float:left;
	height:32px;
	width:992px;
	background-color:#fff;	
	margin:0 0 4px -1px; /* 20/04/07 left margin changed from 0 to -1px */
}

#topnav {
	float:left;
	width:980px; /* 20/04/07 changed from 984px*/
	height:31px;	
}

#topnav_lcs {
	float:left;
	width:4px;
	height:31px;
	background-image:url(/Organization/ETSI/images/topnav_lcs.gif);
	background-repeat:no-repeat;
}

#topnav_rcs {
	float:left;
	width:5px;
	height:31px;
	background-image:url(/Organization/ETSI/images/topnav_rcs.gif);
	background-repeat:no-repeat;
}

#topnav_body {
	float:left;
	width:971px; /* 20/04/07 changed from 975px*/
	height:31px;	
	background-image:url(/Organization/ETSI/images/topnav_grad_strip.gif);
	background-repeat: repeat-x;
}

#topnav_links {
	float:left;
	width:900px;
	height:31px;
	padding:0 0 0 35px;
}

.topnav_link {
	float:left;
	padding:9px 14px 0 14px;
}

#topnav_container .divider {
	float:left;
	background-image:url(/Organization/ETSI/images/topnav_divider.gif);
	background-repeat:no-repeat;
	width:2px;
	height:18px;
	margin:5px 4px 0 4px;
}
#topnav_banner {
	float:left;
	width:980px; /* 20/04/07 changed from 984px*/
	height:31px;	
}


/* Breadcrumb */

#breadcrumb {
	float:right;
	width:970px;
	height:18px;
}


/* Footer */
#footer { 
	position:relative; /* 27/04/07 width changed */
	width:986px; /* 20/04/07 width changed */
	height:40px;
}

#footer_lcs {
	float:left;
	width:5px;
	height:36px;
	background-image:url(/Organization/ETSI/images/footer_lcs.gif);
	background-repeat:no-repeat;
}

#footer_body {
	float:left;
	width:973px; /* 20/04/07 width changed */
	height:36px;
	background-image:url(/Organization/ETSI/images/footer_grad_strip.gif);
	background-repeat:repeat-x;	
}

#footer_rcs {
	float:left;
	width:6px;
	height:36px;
	background-image:url(/Organization/ETSI/images/footer_rcs.gif);
	background-repeat:no-repeat;
}

#footer_content {
	float:left;
	margin:10px 0 2px 0;
	width:967px;/* 20/04/07 width changed from 970px */
}

#footer_line {
	float:left;
	clear:both;
	height:1px;
	line-height:1px;
	width:101px;
	background-color:#999999;
}

#footer .divider {
	float:left;
	background-image:url(/Organization/ETSI/images/footer_divider.gif);
	background-repeat:no-repeat;
	width:1px;
	height:11px;
	margin:0 6px 0 6px;
}

#footer_links {
	float:right;
	width:350px;
	height:10px;
	margin:2px 0 0 0;
}

#footer_left {
	float:left;
	width:280px; /* 27/04/07 updated */
	height:16px;
	margin:0 0 0 8px;
}

/* Content Area */

#content_area {
	float:left;
	clear:both;
	width:986px;
	height:100%;
	margin:0 0 6px 0;
}

#left_content_374wide {
	float:left;
	width:374px;
	height:100%;
	
}

#left_content_260wide {
	float:left;
	width:260px;
	height:100%;
	background-color:#FFF;
}

#right_content_600wide {
	float:left;
	width:600px;
	height:100%;
}


#right_content_714wide {
	float:left;
	width:714px;
	height:100%;
	background-color:#FFF;
}

/* Global */
.PageSpace {
	float:left;
	clear:both;
	width:1px;
	height:2px;
}

.margin {
	float:left;
	width:6px;
	height:100%;	
	background-color:#fff;
}




.copy_regular {
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#3A3A38;	
	line-height: 1em;	
}

/* 20/04/07 copy_footer added */

.copy_footer {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	color:#999999;	
	line-height:1.3em;
	margin:2px 0 5px 0;
}


A.copy_breadcrumb {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	color:#3A3A38;
	margin:0 2px 0 2px;		
}

.copy_breadcrumb_heading {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	font-weight:bold;
	color:#005f9f;
	margin:0 2px 0 2px;
}

.copy_breadcrumb_gt {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	color:#3A3A38;
	margin:0 2px 0 2px;			
}

/* link styles */

.link_regular, a:active.link_regular, a:visited.link_regular {
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#002a4c;		
	line-height: 1em;
	text-decoration:none;
}

a:hover.link_regular {
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#2a79b0;			
	line-height: 1em;
	text-decoration:none;
}

.link_header, a:active.link_header, a:visited.link_header {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.7em;
	color:#002a4c;	
	text-decoration:underline;
}

a:hover.link_header {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.7em;
	color:#2a79b0;		
	text-decoration:underline;
}

.link_footer, a:active.link_footer, a:visited.link_footer {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	color:#002a4c;	
	text-decoration:none;
}

a:hover.link_footer {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.6em;
	color:#2a79b0;		
	text-decoration:none;
}

.link_footer_large, a:active.link_footer_large, a:visited.link_footer_large {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#002a4c;	
	text-decoration:none;
	margin:-1px 0 0 0;
}

a:hover.link_footer_large {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#2a79b0;		
	text-decoration:none;
	margin:-1px 0 0 0;
}

.link_footer_larger, a:active.link_footer_larger, a:visited.link_footer_larger {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:1em;
	color:#002a4c;		
	line-height: 1.2em;
	text-decoration:none;
	margin:-2px 0 0 0;
	position:relative;
}

a:hover.link_footer_larger {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:1em;
	color:#2a79b0;			
	line-height: 1.2em;
	text-decoration:none;
	margin:-2px 0 0 0;
	position:relative;
}

.link_form, a:visited.link_form, a:active.link_form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#002a4c;	
	text-decoration:underline;
	padding:0 0 0 12px;
}

a:hover.link_form {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#2a79b0;	
	text-decoration:underline;
	padding:0 0 0 12px;
}


a:link.link_leftnav, a:active.link_leftnav, a:visited.link_leftnav {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#002a4c;		
	line-height: 1.2em; /* imcreased for descending letters*/
	text-decoration:none;
}

a:hover.link_leftnav {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#2a79b0;			
	line-height: 1.2em; /* imcreased for descending letters*/
	text-decoration:none;
}

a:link.link_leftnav_sel, a:active.link_leftnav_sel, a:visited.link_leftnav_sel {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	font-weight:bold;
	color:#002a4c;		
	line-height: 1.2em; /* imcreased for descending letters*/
	text-decoration:none;
}

a:hover.link_leftnav_sel {
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	font-weight:bold;
	color:#2a79b0;			
	line-height: 1.2em; /* imcreased for descending letters*/
	text-decoration:none;
}

.link_login
{
	float:left;
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:#002a4c;		
	text-decoration:none;
}

#login_body
{
	/* 27/04/07 modified */
	float: left;
	background-image: url(/Organization/ETSI/images/leftnav_top.jpg);
	
	background-repeat: repeat-y;
	width: 260px;
	height: 62px;
	vertical-align: middle;
}

.link_collapse
{
	font-family:Verdana, sans-serif, Helvetica, Arial;
	font-size:0.8em;
	color:White;
}


/* EVENTS styles */
/* Header */
#header_blue {
	float:left;
	width:992px;
	height:66px;
	margin:0 0 4px 0;
}

#header_blue_main {
	float:left;
	width:636px;
	height:66px;
	background-image:url(../images/header_grad_bg.gif);
	background-repeat:repeat-x;
}

#header_blue_main_ttcn {
	float:left;
	width:495px;
	height:66px;
	background-image:url(../images/header_grad_bg.gif);
	background-repeat:repeat-x;
}


#header_blue_title {
	float:left;
	width:470px;
	height:35px;	
	margin-left:5px;
}


#header_blue_title_margin
{
	float:left;
	width:450px;
	height:20px;	
}

#header_blue_right {
	float:left;
	width:3px;
	height:66px;
	background-image:url(../images/header_right_blue.gif);
	background-repeat:no-repeat;
}

.header_blue_title {
	float:left;
	margin:20px 0 0 18px;
}

.header_text_ms {		
	background-color:transparent;
	background:transparent;	
	font-size:0.9em;	
	font-weight: bold;
	color: #377eb2;
	/*margin:0 0 0 16px !important;*/
	/*margin: 16px 16 16  8px;*/
	margin: 30px 0 0 16px;
	line-height:2.5em;	
}



/*TOP BANNER CSS*/
#conteneur_defil { 
	border:1px solid #CCCCCC;
	width:950px; 
	margin:0 auto;
	overflow:hidden;
	line-height:normal;
}
#cadre_defil {
	position:relative; 
	width:970px; 
	height:20px; 
	overflow:hidden;
	}
#cadre_defil img{
	vertical-align: middle;
	border:0;
}
#defile { 
	position:absolute;
	width:1200px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#000000;
}
#defile2 { 
	position:absolute;
	width:1200px;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#000000;
}
#defile .liens {
	text-decoration:underline;
	color:#000000;
}
