/*
*********************************************************************

Title: homepage.css for New Alstom Homepage

Media Type: screen

Description: For homepage specific styles.

Author: RAJF

Document Sections:

Header & Footer Styles (taken from current website)
Global
Page Structure
Navigation
Content
Forms
Modules

Notes: 

These styles are intended for the build only and should be integrated into the other css files before going live.

Change Log:

21/01/2009 - Created - RAJF

*********************************************************************
*/

/* Header & Footer Styles (taken from current website)
----------------------------------------------- */

/* STRUCTURE */
* 
{
	margin:0;
	padding:0;
}

p.square {
	margin-bottom:7px;
	padding-left:10px;
}

#container 
{
	height:100%;
	left:50%;
	margin-left:-385px;
	position:relative;
	width:771px;
}

 /* page-header-top */
		#pht {
			min-height:48px;
			padding:32px 15px 14px 19px;
			width:737px;
		}
	
	        /* page-header-logo */
			#ph_logo {
				float:left;
				height:33px;
				overflow:hidden;
				margin:0px;
				padding:0px 12px 9px 0px;
			}
			
			#logo
			{
			    margin:0px;
				padding:0px 12px 9px 0px;
				height:33px;
			}
			
			/* page-header-left */
			#ph_l
			{
			    float:left;
			    
			  	
			}
			    
			    #main-logo
			    {
			    	 /* *********MODIF BT pour logo secondaire********* */
			        /* margin-right:12px; */
			        float:left;
			        /* *********FIN AJOUT BT********* */
			    }
			
			/* page-header-right */
			#ph_r {
				float:right;
				position:absolute;
			
				left:380px; /********* ADD BT ****/
				width:430px; /********* ADD BT ****/
				/*width:50%; * *****MODIF BT ***/
			}

				/* page-header-right-sector-list */
				#ph_r-sl
				{
				    margin:0px 0px 12px 0px;
				}
			
			    /* page-header-right-bottom */
				#ph_r_b {
					float:left;
					margin:0px;
				}
				
					#ph_r label {
						display:none;
						visibility:hidden;
					}
					
					#ph_r input, #sc input {
						line-height:11px;
						margin:0px;
						padding:2px 2px 2px 4px;
						vertical-align:middle;
					}
					
						#ph_r input.search-box {
							border:solid 1px #A5ACB2;
							float:left;
						
							/*delete BT (FF): height:14px;*/
							margin:-2px 0px 0px 12px;
							width:101px;
						}
					
						#ph_r input.search-submit {
							float:left;
							
							height:20px;
							margin:-2px 0px 0px 6px;
							padding:0px;
							width:20px;
						}
			
			/* page-header-navigation */	
			#phn
			{
			    height:29px;
			}
				
			/* page-header-navigation-left */	
			#phn_l {
				height:29px;
				float:left;
				width:9px;
			}

			#phn ul.phn {
				float:left;
				margin:0px;
				padding:8px 0px 0px 0px;
				width:753px;

			}
				
				#phn ul.phn li {
					display:inline;
					margin:0px;
					line-height:12px;
					padding:0px 10px 0px 11px;
				}
			
			/* page-header-navigation-right */					
			#phn_r {
				float:left;
				height:29px;
				width:9px;
			}
			
	#main 
	{
	    clear:both;
	    /* site width, required to display background */
		width:771px;
		margin-bottom:18px;
	}
	
	#footer
	    {
	       clear:both;
	       padding:0px 0px 30px 0px; 
	       /* site width */
	       width:771px; 
	    }
	        
	        /* footer-left */
	        #footer_l
	        {
	            float:left;
	            /* left column width */
	            width:176px;
	            margin-left:18px;
	        }
	      	        
	            p.square
	            {
	                padding-left:10px;
	                margin-bottom:7px;
	            }
    
            /* footer-right */
	        #footer_r
	        {
	            float:left;
	            /* right column width */
	            width:559px;
	            margin-left:18px;
	        }
	        	        
	            #footer_r .dotted
	            {
	                margin-top:0px;
	            }
	            	            
	            #footer_r ul.pipe_list
	            {
	                /* proportional to pipe_list li left padding */
	                margin-left:-6px;
	            }
	            
	            #footer_r ul.pipe_list li
                {
                    display:inline;
                    padding:0px 7px 0px 6px;
                    margin:0px;
                }

                #footer_r ul.pipe_list li.no_pipe
                {
                    display:inline;
                    padding:0px 0px 0px 6px;
                    margin:0px;
                }
    	        	    	    
/* clears floated elements, allows containing elements to wrap inner floats height*/
.clearer {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}

/* TEXT */

body {
	color:#666666;
	font:normal 1.1em Arial,Geneva,Verdana,Helvetica,sans-serif;
	font-size:62.4%;
	text-align:left;
}

p{
	font:normal 1.1em/1.3em Arial,Geneva,Verdana,Helvetica,sans-serif;
}

a {
	font:normal 1.1em/1.4em Arial,Verdana,Helvetica,Geneva,sans-serif;
	text-decoration:none;
}
	
a:hover {
	text-decoration:underline;
}

.dotted hr
,.dlrs hr 
{
	display:none;
}

.dotted 
{
	clear:both;
	height:1px;
	margin:15px 0;
}

#pagetools
{
    text-align:right;	
}
		
#pagetools *
{
    font-size:1.1em;	
}

    #pagetools select
    {	
	    font-size:1.0em;		
    }

#ph_logo {
	text-indent:-3000px;
}

#ph_r input, #sc input {
	font:normal 1.1em Arial,Geneva,Verdana,Helvetica,sans-serif;
}

	#ph_r input.search-submit {
		text-indent:-3000px;
		font-size:0;
}
		
#phn ul.phn li a {
	font:bold 1.1em/1.4em Arial,Geneva,Verdana,Helvetica,sans-serif;
}

#phn a:hover
{
	text-decoration:none;
}

#footer p.square
{
    font-size:1em;
}

/* THEME */

body {
	background:#FFF;
}

/*v1.6 - 003*/
a {
	background:transparent;
	color:#999;
	cursor:pointer;
}
/*v1.6 - 003 END*/	

.dotted
{
    background:url(images/structure/elements/dotted_line.gif) repeat-x center left;
}

p.square {
background:#FFFFFF url(images/structure/elements/square.gif) no-repeat scroll left center;
}

ul.pipe_list li {
	border-right:solid 1px #999999;
	color:#999999;
}

    ul.pipe_list li.no_pipe {
	    border-right:none;
    }
    	
#ph_r input {
	border:solid 1px #999999;
	color:#666666;
}

	#ph_r input.search-submit {
		background:transparent url(images/structure/icon/global_search_icon.gif) no-repeat;
		border:none;
	}
#phn
{
    border-bottom:solid 2px #7f7e83;
    background:transparent url(images/structure/background/main_nav_bar_mid.gif) repeat-x;
}	

#phn_l {
	background:transparent url(images/structure/background/main_nav_bar_left.gif) no-repeat;
}
				
	#phn ul.phn li {
		border-right:solid 1px #999999;
	}
	
		#phn a {
			color:#666666;
		}
		
		#phn a.highlight,  #phn a:hover{
			color:#587CC6;
		}
	
	#phn ul.phn li.no_pipe {
		border:none;
	}

#phn #phn_r {
	background:transparent url(images/structure/background/main_nav_bar_right.gif) no-repeat;
}

ul.pipe_list
{
    margin:0px;
	padding:0px;
    line-height:12px;
}

ul.pipe_list li 
{
    display:inline;
    padding:0px 10px 0px 9px;
    margin:0px;
}

ul.pipe_list li.no_pipe 
{
    display:inline;
    padding:0px 0px 0px 9px;
    margin:0px;
}

#footer{
color:#999999;
}

/* Global
----------------------------------------------- */

/* Page Structure
----------------------------------------------- */
#left_column
{
	width:509px;
	float:left;
}

#right_column
{
	width:254px;
	float:left;
	margin-left:8px;
}

/* clear fixes */
#main:after
,.module:after
,.module .container:after
,.inline_modules:after
,.whats_new li:after
{
  clear:both;
  content:".";
  display:block;
  height:0pt;
  visibility:hidden;
}
/* Navigation
----------------------------------------------- */

/* Content
----------------------------------------------- */
h1
{
	position:absolute;
	left:-9999em;
}

/* Forms
----------------------------------------------- */
.open h2 span
,.close h2 span
{
	cursor:pointer;
	position:absolute;
	right:8px;
	top:6px;
	display:block;
	width:18px;
	height:18px;
}

/* Modules
----------------------------------------------- */
.module
{
	margin-top:8px;
	background:#ccc url(images/structure/background/homepage/bar_blue.jpg) no-repeat scroll 0 0;
}

.module h2
{
	position:relative;
	padding:7px 20px;
	color:#fff;
	background:transparent url(images/structure/background/homepage/bar_right_blue.jpg) no-repeat scroll right top;
}

.module .module_footer
{
	background:#ccc;
	padding:5px 0;
}

.module .module_footer a
{
	background:#ccc;
	padding:0 0;
	margin:0 20px 0 20px;
	display:-moz-inline-block;
}


.shares
{
	background:#ccc url(images/structure/background/homepage/bar_gray.jpg) no-repeat scroll 0 0;
}

.shares h2
{
	background:transparent url(images/structure/background/homepage/bar_right_gray.jpg) no-repeat scroll right top;
}

.alert
{
	background:#ccc url(images/structure/background/homepage/bar_red.jpg) no-repeat scroll 0 0;
}

.alert h2
{
	background:transparent url(images/structure/background/homepage/bar_right_red.jpg) no-repeat scroll right top;
}

.module .container
,.module_header
{
	background:#eee;
}

.module_header
{
	padding-left:20px;
}

.module h2
{
	font-size:1.2em;
}

.module a /* footer */
{
	display:inline-block;
	color:#034694;
	font-weight:bold;
	font-size:1.1em;
}

.module .container
{
	padding:13px 8px 0 0;
}

.module .container p
,.module .container dt
,.module .container dd
{
	font-size:1.1em
}

.module .container a
{
	font-size:1em
}

.asset_right .container
{
	padding:13px 182px 0 0;
}

.asset_right .container img
{
	display:block;
	float:right;
	margin:0 -174px 7px 0; /* offset container padding with margin */
}

.asset_right_small .container
{
	padding-right:103px;
}

.asset_right_small .container img
{
	float:right;
	margin-right:-94px; /* offset container padding with margin */
	margin-bottom:7px; 
}

.asset_left .container
{
	padding:13px 0 7px 182px;
}

.asset_left .container img
{
	float:left;
	margin-left: -162px; /* offset container padding with margin*/
}

.asset_left_small .container
{
	padding:13px 0 7px 103px;
}

.asset_left_small .container img
{
	float:left;
	margin-left: -83px; /* offset container padding with margin*/
}

.module .container p
{
	padding:0 0 7px 20px;
}

.module .container a
{
	margin:0;
}

.module .container ul
,.module .container ol
{
	padding:0 0 7px 20px;
	margin-left:22px;
}

.module .container li
{
	font-size:1.1em;
}

.shares .module_header li
{
	text-decoration:none;
	display:-moz-inline-box;
	display:inline-block;
	padding:7px 4px 5px 0;
	font-weight:bold;
	font-size:1.2em;
}

.shares .module_header li.lighter_text
{
	color:#888;
}

.shares .container
{
	padding-right:0;
	padding-top:5px;
}

.shares .container table
{
	float:left;
	display:block;
	width:240px;
	margin:0 0 7px 20px;
	font-size:1.1em;
}
.shares .container table tbody
{
	width:100%;
}

.shares .container caption span
{
	position:absolute;
	left:-9999em;
}

.shares .container table th
{
	width:30%;
	font-weight:bold;
}

.shares .container table td
{
	width:40%;
}

.shares th
,.share td
{
	padding:.2em .4em .2em .4em;
}

tr.even th
,tr.even td
{
	background:#dadada;
}

.shares .container a
{
	float:right;
	display:block;
	width:238px;
}

.shares .container img
{
	width:238px;
	margin-right:0;
	border:0;
}

.whats_new h2
{
	background:#ccc;
	color:#333;
}

.whats_new .container
{
	padding:0;
}

.whats_new ul
{
	padding:0 !important;
	margin:0 !important;
}

.whats_new li
{
	background:#fff;
	list-style-type:none;
	padding:3px 110px 5px 20px;
	font-size:1em !important;
}

.whats_new li.primary
{
	background:none;
}

.whats_new li img
{
	float:right;
	margin-right:-102px;
}

.whats_new .container li dt
{
	font-size:1.4em;
}

.whats_new .container li dd p
{
	font-size:1em;
	margin:0;
	padding:0;
}

.inline_modules
{
	clear:both;
	margin-right:-9px; /* offset last module margin */
}

.inline_modules .module
{
	width:250px;
	float:left;
	margin-right:9px;
}

.inline_modules .no_margin
{
	margin-right:0;
}

#right_column .module .container
{
	padding:0;
}

#right_column .module .container img
{
	display:block;
	margin:0;
	float:none;
}

#right_column .module .container dl
{
	padding:0 10px 7px 20px;
}

#right_column .module .container dl dt
{
	padding:7px 0 3px 0;
	font-size:1.3em;
	font-weight:bold;
}

/* slideshow module */
#right_column .slideshow div
{
  position:relative;
}

#right_column .slideshow div div
{
  position:absolute;
  top:8.3em;
  background:url(images/structure/background/homepage/black_bg.png) repeat top left;
  width:100%;
  height:7.2em;
}

#right_column .slideshow div div a
{
  display:block;
  color:#fff;
  font-size:1.1em;
  text-decoration:none;
  padding-top:1.7em;
  margin:0 3em;
}

#right_column .slideshow div div .left-arrow
,#right_column .slideshow div div .right-arrow
{
  position:absolute;
  top:2em;
  left:.8em;
}

#right_column .slideshow div div .right-arrow
{
  left:auto;
  right:.8em;
}

#right_column .slideshow
{
	min-height:160px;
}