/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #F1FFDB;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR:#003366;
}
*/

H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform: none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
TH
{
	font-family: Arial;
	font-size: 0.8em;
	font-weight: lighter;
	border-color: #A0A6FF;
	border-width: 1;	
}
	
TD 
{
	font-family: Arial;
	font-size: 0.8em;
	border-color: #A0A6FF;
	border-width: 1;
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
	
/*************Specific controls Styles**************/
	
	
.ActionButton
{
	font-weight:bold;
	background-color:#A0A6FF;
	color:#003366;
	}	

.ErrorMessage
{
	font-weight: bold;
	color: red;
	text-decoration:none;
}

.ErrorMessageSummary
{
	font-weight: bold;
	color: red;	
	font-style:italic;
	font-size:smaller;
}

.InfoMessage
{
	font-weight: bold;
	font-style:italic;
	font-size:smaller;
	background-color:#C5D4F4;
}

/*************Panel Styles**************/

#panelclear
{
	float:none;
}
#order_panel {
    float:left;
    width:100%;
    background:#DAE0D2 url(../Images/menu-onglets/bg.gif) repeat-x bottom;
    font-size:93%;
    line-height:normal;
    margin-bottom: 20px;
    }
#order_panel ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#order_panel li {
    float:left;
    background:url(../Images/menu-onglets/left.gif) no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
#order_panel a {
    display:block;
    background:url(../Images/menu-onglets/right.gif) no-repeat right top;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
    }
#order_panel a:hover {
    color:#333;
    }
#order_panel #panel_address {
    background-image:url(../Images/menu-onglets/left_on.gif);
    }
#order_panel #panel_address a {
    background-image:url(../Images/menu-onglets/right_on.gif);
    color:#333;
    padding-bottom:5px;
    }
#order_panel #panel_additional {
    background-image:url(../Images/menu-onglets/left_on.gif);
    }
#order_panel #panel_additional a {
    background-image:url(../Images/menu-onglets/right_on.gif);
    color:#333;
    padding-bottom:5px;
    }      
    
      
/*************Grid Styles**************/

.grid
{
	/*
	border-width: 1px;
	border: solid 1px red;
*/
	width:100%;
	border: solid 1px #A0A6FF;
 }

.gridHeader
{
	background-color: #D3D3D3;    
}

.gridCommon
{
		line-height: 25px;
		width: 100%;	
}

.gridCommon td
{
	text-align:center;	
	border: solid 1px #A0A6FF;
}

.gridRow
{
	/*background-color:White;  */
}

.gridAlternateRow
{
	background-color: #B0C4DE;  
}

.gridPager
{
	background-color: #D3D3D3; 
	font-weight:bold;
	text-align:center;
}

/*** NAV ***/
#Header_menu {
	position:relative;
	clear:both;
	float:left;
	top:3px;
	left:14px;
	/*width:770px;*/
	font-size:12px;
}
#Header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#Header_menu ul li {
	width: 120px;
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
}
#Header_menu ul li a {
	margin: 0;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
.mainButton {
	padding:5px 0px 5px 0px;
	display:block;
}
.mainButton:hover {
	background-color:#94C1EE;
}
.leftBorder {
	border-left:1px solid #BDD7F1;
}
.rightBorder {
	border-right:1px solid #56728C;
}
.bothBorder {
	border-right:1px solid #56728C;
	border-left:1px solid #BDD7F1;
}
.bothBorderSelected {
	background-color:#94C1EE !important;
	border-right:1px solid #56728C;
	border-left:1px solid #BDD7F1;
}
.welcome
{
	font-weight: bold;
	color: #003366;
	text-decoration:none;
	padding-top:8px;
}


/*************Header Styles**************/
/*Header*/
.header {
	/*width:774px;*/
	height:152px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}


#header table
{
	/*width:774px;*/
	padding-bottom: 100px;  
	padding-top: 100px;  
	border:1px;
}

.company_name
{
	font-size:1.5em;
	font-weight:bold;
	color:#003366;
}

.logo {
	height:78px;
	width:89px;
	position:relative;
	top:4px;
	left:7px;
	overflow:hidden;
	float:left;
}

table#TABLE_HEADER 
{
	background-color:#FFFFFF;    
	border: solid #000 2px;    
	width: 100%;
}
table#TABLE_HEADER td 
{    
	padding: 5px;    
	border: solid #000 1px;
	background-color: #A0A6FF;
	text-align:center;
	font-weight:bold;
}

/*************Content Styles**************/
/*Content*/
.content
{
	background-color:Gray;
	border: 1px;
}

.td1
{
			height:105px;
		background-image:url(../images/header_left.gif);
	background-repeat:no-repeat;
	width:86px;
	padding-bottom:10px;
}
.td2
{
		background-image:url(../images/header_middle.gif);
	background-repeat:repeat-x;
 padding-top:6px;
 

}
.td3
{
		background-image:url(../images/header_right.gif);
	background-repeat:no-repeat;
	width:83px;
}






/*** NAV TEMP ***/
#menu {
	position:relative;
	clear:both;
	float:left;
	top:3px;
	left:14px;
	/*width:770px;*/
	font-size:12px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li {
	width: 100px;
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
}
#menu ul li a {
	margin: 0;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}

#divPackage, #divAccessorial
{
	border:solid 1px black;
	padding: 5px 5px 5px 5px;
}

#orderinfo_panel
{
	background-image:url(../Images/menu-onglets/bg.gif);
	font-weight: bolder;
	padding-left: 5px;
}
#orderinfo_textPanel
{
	padding: 5px 5px 5px 5px;
}
#orderinfo_textPanel span.caption
{
	width: 100px;
}


