/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
body{
	margin:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#484848;
}

img{
	border:none;
}

a:link, a:visited, a:active { 
	color:#41abec;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.top_links:link, a.top_links:visited, a.top_links:active {
	color:white;
}
a.top_links:hover{
	text-decoration: underline;
}
a.right_links:link, a.right_links:visited, a.right_links:active{
	color:white;
	margin-left:25px;
	padding-left:15px;
	font-size:10px;
	display:block;
	background-image:url(../images/right_nav_arrow.jpg);
	background-repeat:no-repeat;
	background-position: top middle;
}
a.right_links:hover{
	text-decoration: underline;
}

/*---[ LAYOUT STYLES ]----------*/
#wrapper {
	width:766px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}
#search {
	height: 16px;
	width:760px;
	padding-right:6px;
	background-image:url(../images/search_bg.jpg);
	float: left;
	text-align:right;
	position:relative;
	padding-top:3px;
}
#top_links_menu{
	border-bottom: none;
	border-left: none;
}

#header{ 	
	display: block;
	background-image:url(../images/banner_bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:42px;
	padding-top:58px;
	padding-left:212px;
	position:relative;
}
#top_links {
	width:766px;
	text-align:right;
	background-image:url(../images/top_links_bg.jpg);
}
#top_middle_wrapper {
	float:left;
	width:766px;
	background-color:#FFFFFF;
	background-image:url(../images/top_middle_wrapper_bg.jpg);
	background-repeat:no-repeat;
	height: 12px;
	background-position:bottom;
}
#middle_header_fr {
	float:left;
	width:766px;
	position:relative;
	height:120px;
	background-image:url(../images/middle_header_bg_fr.jpg);
	background-repeat: no-repeat;
}
#middle_header_en {
	float:left;
	width:766px;
	position:relative;
	height:120px;
	background-image:url(../images/middle_header_bg_en.jpg);
	background-repeat: no-repeat;
}
#font_size {
	position: absolute;
	top:5px;
	right:9px;
	width:281px;
	text-align:right;
	color:white;
}
#middle_wrapper {
	float:left;
	width:766px;
	background-image:url(../images/center_bg.jpg);
	background-repeat:repeat-y;
	position: relative;
}
#left_column {
	float:left;
	width: 10px;
	height:224px;
	background-image:url(../images/left_border_bg.jpg);
	background-repeat:no-repeat;
	top:0px;
	left:0px;	
}
#bottom_middle_wrapper {
	float:left;
	width:766px;
	height: 7px;
	background-image: url(/app/templaterepository/portal_sante2/images/footer_bg.jpg);
	background-repeat:no-repeat;
}

#left_side {
	width:158px;
	padding-left: 9px;
	float:left;
	margin-right: 13px;
}
	
#menu {
	/*background-color: white;*/
}

#center {
	width:559px;
	float:left;

}

#content {
}
	
#right_side {
	width:200px;
	float:left;
	padding-left: 7px;
	padding-right: 6px;
	position:relative;
}

#main {
	font-size:0.8em;
}

#footer {
	float:left;
	margin-top:10px;
	height:40px;
	text-align:center;
	width:100%;
}

#back_top {
	
	position:relative;
	right: 80px;
	width:20px;
	bottom:-80px;
}
/*---[ HEADING ] ---*/
h1{
	font-weight: bold;
	font-size: 18px;
	margin:0px;
}
h2{
	font-weight: bold;
	font-size: 14px;
}
/*---[ STYLE CLASSES ]---------------*/
.change_text_size {
	float:right;
	position:relative;
	vertical-align:top;
	text-align:right;	
}

.search_box {
	position:absolute;
	height:13px;
	width: 150px;
	font-size:10px;
	left: 512px;
	top:0px;

}
a.search_button:link, a.search_button:visited, a.search_button:hover, a.search_button:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	margin-top:-2px;
}

.news1{
	margin: 2px 0px;
	padding:4px;
}

.news2{
	margin: 2px 0px;
	background:#CCCCCC;
	padding:4px;
}

.date{
	color:#990000;
	font-size:12px;
}

.news_title {
	font-weight:bold;
}

a.evoArticleTitle {
	color:#41abec;
	font-weight:bold;
	text-decoration:none;
}

a.evoArticleTitle:hover {
	text-decoration:underline;
}

.evoArticleDate {
	font-size:xx-small;
} 	

td.evoCategoryTitle {
	color:#41abec;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-bottom:2px #41abec solid;
}

/*..........................  menu  .............................*/


a.menu:link, a.menu:active, a.menu:visited {
	color: #484848;
	display: block;
	background-image: url(/app/templaterepository/portal_sante2/images/menu_arrow.jpg);
	background-repeat:no-repeat;
	display:block;
	padding-left:10px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-decoration:none;
	font-size:10px;
}
a.menu:hover {
	color: #42abec;
	display: block;
	background-image: url(/app/templaterepository/portal_sante2/images/menu_arrow_hover.jpg);
	background-repeat:no-repeat;
	display:block;
	padding-left:10px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

a.menuactive:link, a.menuactive:active, a.menuactive:visited, a.menuactive:hover {
	color: #42abec;
	display: block;
	background-image: url(/app/templaterepository/portal_sante2/images/menu_arrow_hover.jpg);
	background-repeat:no-repeat;
	display:block;
	padding-left:10px;
	padding-top: 7px;
	padding-bottom: 10px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

.menu_head {
	color:#41abec;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-left:10px;
}


/*..........................  sub menu 1  .............................*/

a.submenu1:link, a.submenu1:visited {
	color: #484848;
	padding-left:15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	font-size:10px;

}

a.submenu1:active, a.submenu1:hover {
	color: #42abec;
	padding-left:15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	font-size:10px;

}
a.submenu1active:link, a.submenu1active:active, a.submenu1active:visited, a.submenu1active:hover  {
	color: #42abec;
	padding-left:15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	font-size:10px;


}


/*..........................  sub menu 2  .............................*/

a.submenu2:link, a.submenu2:visited, a.submenu2:active {
	color: #484848;
	padding-left:20px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	font-size:10px;
}

a.submenu2:hover {
	color: #42abec;
}

a.submenu2active:link, a.submenu2active:visited, a.submenu2active:active, a.submenu2active:hover {
	border: 1px solid #969696;
	border-bottom: none;
	border-top: none;
	background-color:#FFFFFF;
	display:block;
	padding-left:19px;
	padding-bottom:5px;
	text-decoration:none;
	color: #025aa1;
}

/*..........................  sub menu 3  .............................*/

a.submenu3:link, a.submenu3:active, a.submenu3:visited {
	text-decoration:none;
	color:#333333;
	width:124px;
	margin-right:5px;
}
	
a.submenu3:hover {
	background-color:#ddd;
}

a.submenu3active:link, a.submenu3active:active, a.submenu3active:visited {
	background-image:url(/app/TemplateRepository/psoMain/images/menu_sub_arrow.gif);
	position:relative;
	left: 21px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;
	width:124px;
}

a.submenu3active:hover {
	background-color:#ddd;
}

/*..........................  sub menu 4  .............................*/

a.submenu4:link, a.submenu4:active, a.submenu4:visited {
	display:block;
	text-decoration:none;
	color:#333333;
}
	
a.submenu4:hover {
	background-color:#ddd;
}

a.submenu4active:link, a.submenu4active:active, a.submenu4active:visited {
	background-image:url(/app/TemplateRepository/psoMain/images/menu_sub_arrow.gif);
	position:relative;
	left: 28px;
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding-left:23px;
	margin-right:5px;
	text-decoration:none;
	color:#333333;;
	width:117px;
}

a.submenu4active:hover {
	background-color:#ddd;
}
