/* Fashion Clear - An open source xhtml/css website template by Andreas Viklund - http://andreasviklund.com . Free to use in any way and for any purpose as long as the proper credits are given to the original designer.

Version: 1.0, February 27, 2006 */

* {margin:0; padding:0;}

/******** General tags ********/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(images/bodybg.jpg) repeat-x;
	background-color:#d2e3eb;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #424348;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

a {
color:#ff8500;
}
h1 {
	color:#47657c;
	font-size:20px;
}

h2 {
	color:#47657c;
	font-size:16px;
}

h3 {
	color:#47657c;
	font-size:14px;
}

td {
	vertical-align: top;
}

#container { 
	width: 950px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:10px;
	
	
	
	
} 

#subContainer { 
	background-color:#FFFFFF;
	padding-right:12px;
	padding-left:13px;
	width:925px;
	min-height:480px;
	overflow:hidden;
	
}

#header { 
	background:url(images/header_bkg.gif);
	height:161px;
	padding:13px 13px 0 13px;
	text-align:center;
	
} 


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/


#banner {
height:142px;
}

#pad1 {
background:url(images/pad_bkg.gif) repeat-y;
width:162px;
padding:0 5px 0 10px;


}

#pad1_top {
background:url(images/pad_top_bkg.gif) no-repeat;
height:13px;
}

#pad1_bottom {
background:url(images/pad_bottom_bkg.gif) no-repeat;
height:17px;
margin-bottom:10px;
}

#pad2 {
background:url(images/pad_bkg.gif) repeat-y;
width:162px;
padding:0 5px 0 10px;
font-size:11px;

}



#pad2 ul li a {
color:#FFFFFF;

text-decoration:none;
}

#pad2 ul li{
padding-left:7px;
margin-bottom:0px;
list-style:none;
padding-top:2px;
padding-bottom:2px;
width:132px;
background:#ff8500;
}

#pad2 ul li.actif{
background:#bfd5e0;
}

#pad2 ul li.actif a{

color:#333333;
}

#pad2 ul li:hover{

background:#bfd5e0;
}

#pad2 ul li:hover a{

color:#333333;
}



#pad2 ul li.sub{
margin-bottom:0px;
list-style:none;
height:16px;
width:132px;
background:#e6e6e8;

}

#pad2 ul li.sub a{
color:#424348;
}


#pad2 ul li.sub:hover{

/*background:#ff8500;*/

}


#pad2 ul li.sub:hover a{
color:#ff8500;

}

#pad2 ul li.subactif a{
color:#ff8500;
font-weight:bold;

}

#pad2 ul li.subactif {
background:#e6e6e8;

}


#pad2 ul li.subSearch{
margin-bottom:0px;
list-style:none;
height:16px;
width:140px;
background:#e6e6e8;
background:url(images/search_bkg.gif) no-repeat;
}


#pad2 ul li.none{
margin-bottom:0px;
list-style:none;
height:16px;
width:132px;
background:#e6e6e8;

}

/*e6e6e8*/
#pad2_top {
background:url(images/pad_top_bkg.gif) no-repeat;
height:13px;
}

#pad2_bottom {
background:url(images/pad2_bottom_bkg.gif) no-repeat;
height:71px;
}



#pad3 {
background:url(images/pad_bkg.gif) repeat-y;
width:162px;
padding:0 5px 0 10px;


}

#pad3_top {
background:url(images/pad_top_bkg.gif) no-repeat;
height:13px;
}

#pad3_bottom {
background:url(images/pad_bottom_bkg.gif) no-repeat;
height:17px;
margin-bottom:10px;
}


#pad3 ul li {
margin-bottom:0px;
list-style:none;
height:16px;
width:132px;
background:#e6e6e8;
text-decoration:none;
list-style:none;
padding-left:7px;
}

#pad3 ul li a{
color:#424348;
text-decoration:none;
list-style:none;
}

#pad3 ul li.norm:hover{

/*background:#ff8500;*/
color:#ff8500;
background:#cccccc;
}

#pad3 ul li.norm:hover a{


/*color:#FFFFFF;*/
}



#pad3 ul li.normactif {

background:#cccccc;
/*color:#ff8500;*/
}

#pad3 ul li.normactif a{

/*font-weight:bold;
color:#ff8500;*/
}



#pad3 li.subSearch{
padding-left:7px;
margin-bottom:-2px;
list-style:none;
height:16px;
width:140px;
background:#e6e6e8;
background:url(images/search_bkg.gif) no-repeat;
}

#pad3 li.subSearch a{
font-weight:bold;
color:#FFFFFF;
}


#sidebar1 {
background:url(images/container_bkg.gif) repeat-x;
clear:both;
float:left;

margin:0px 0 50px 0;
padding:15px 0 5px 0;
padding-left:5px;
width: 170px 
}



*/
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
#mainContent {
	
	background:url(images/container_bkg.gif) repeat-x;
	text-align:justify;
	
} 



#mainContent ul,ol{
	
	padding-left:20px;
	
} 

#mainContent img{
	
	margin: 0px 5px 5px 5px;
	
} 

#mainContent h1{
	
	border-bottom:1px solid #ff8500;
	margin-bottom:5px;
	margin-top:10px;
	
} 

#footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer_bkg.gif);
	height:25px;
	text-align:center;
	
} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/******** Various classes ********/

.bluebut{
	border: solid 1px #424348;
	background-color: #889ec3;
	padding: 2px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.blueinput{
	border: solid 1px #A1B6C7;
	padding: 2px;
	color: #424348;
	font-size: 10px;
	font-weight: bold;
}


.selectbox{
	border: solid 1px #A1B6C7;
	background-color: #FFFFFF;
	color: #424348;
	font-size: 10px;
	font-weight: bold;
}

.formtbl{
	width: 80%;
	background-color: #F2F7FA;
	border: solid 1px #A1B6C7;
	margin-left: auto;
	margin-right: auto;
}

.forminput{
	border: solid 1px #A1B6C7;
	padding: 2px;
	color: #424348;
	font-size: 10px;
	font-weight: bold;
	width: 350px;
}

.tdfieldname{
	padding: 4px;
	background-color: #DCE9EF;
	border: solid 1px #A1B6C7;
}

.tdfieldvalue{
	padding: 4px;
	background-color: #F2F7FA;
	border: solid 1px #A1B6C7;
}

.errortxt{
	color: #FF0000;
	font-weight: bold;
}

.errordiv{
	border: solid 2px #FF0000;
	background-color: #FFC592;
	padding: 4px;
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.infotxt{
	color: #0C5F56;
	font-weight: bold;
}

.infodiv{
	border: solid 2px #0C5F56;
	background-color: #9ad9a4;
	padding: 4px;
	color: #0C5F56;
	font-weight: bold;
	font-size: 12px;
}

.splitcontentleft {float:left; width:48%;}
.splitcontentright {float:right; width:46%;}

.important {
text-align:center;
color:#505050;
border:1px solid #bababa;
padding:2px;
}

.infobox{
width:240px;
float:right;
font-size:0.9em;
border:1px solid #bababa;
margin:0 0 5px 20px;
padding:5px;
}

.infobox p {margin:0;}
.infobox ul{margin:0 0 0 25px;}
.links a {font-weight:normal;}
.links li {line-height:1.1em;}
.left {float:left; margin:0 15px 4px 0;}
.right {float:right; margin:0 0 4px 15px;}
.textright {text-align:right;}
.readmore {text-align:right; margin:-10px 10px 18px 0;}
.center {text-align:center;}
.blue {color:#559900;}
.big {font-size:1.2em;}
.small {font-size:0.8em;}
.bold {font-weight:bold;}
.clear {clear:both;}
.hide {display:none;}

.photo {
border:1px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

#lmenu {display: block !important;}


#mainMenu {
	background-color:#335096;
	/*height:16px;*/
}

#mainMenu ul li {
display:inline;
}


/*search */


#ajaxSearch_form {
background:#e7e5e8;
            color: #444;
            width: 130px;
			padding:5px;
        }
        #ajaxSearch_input {
            width: 95px;
            display: inline;
            height: 15px;
            border: 1px solid #ddd;
            font-size:11px;
            
            margin: 0 3px 0 0;
            padding: 3px 0 0;
            vertical-align: top;
        }
        #ajaxSearch_submit {
            display: inline;
            height: 22px;
            line-height: 22px;
			border:none;
			background:#e7e5e8;
			font-size:11px;
			color:#456176;
			font-weight:bold;
        }
        #ajaxSearch_output {
            padding: 10px;
            background:#e7e5e8;
			width:120px;
            display: block;
            
            vertical-align: top;
			
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
		
		
		




/*        news    */

#news {
width:350px;
height:110px;
background:url(images/news_bkg.gif);
border-top:1px dashed #666666;
padding:10px;
margin-bottom:5px;

}
#news.aNews0 {
	float:left;



}


#news.aNews1 {
	float:right;



}




/*tables   */

table {

	border:0px;
	
}






#ariane {

margin-bottom:15px;
}
a.ariane {
color:#003366;



}

a.B_crumb,a.B_currentCrumb    {
color:#003366;

}

















#mMenu {
	background:#335096;
	padding-left:170px;
	height:18px;
	
}

#mMenu ul 
{	margin: 0;
	padding: 0;
}

	#mMenu ul  li
	{	float: left;
		list-style: none;
		font-size:11px; 
	font-weight:bold;
	text-align:left;
		}

	#mMenu ul  li a
	{	display: block;
		color:#fff; 
background:#335096; 
		padding: 2px 5px;
		text-decoration: none;
		
		
		
		white-space: nowrap;
		margin-right:20px;}

	#mMenu ul  li a:hover
	{	color:#ff8500; background:#335096;}
		
		#mMenu ul  li ul
		{	margin: 2px 0 0 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
			#mMenu ul  li ul li
			{	float: none;
				display: inline;
				
				}
			
			#mMenu ul  li ul li a
			{	width: auto;
				background:#bfd5e0; color:#4b6578;border-bottom:1px solid white;
				}
			
			#mMenu ul  li ul li a:hover
			{	background:#bfd5e0; color:#ff8500;}

