﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	/*font-size: 12px;*/
}


html, body, #wrap {height: 100%;}

body #wrap {height: auto; min-height: 100%;}

#main {}  /*padding-bottom: 20px; must be same height as the footer */

.highlight { background-color: yellow }

.footer {
	margin-top: 10px;
	padding-top:5px;
	height: 16px;
	clear:both;

	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000;
	background-image: url(../footer_background.png);
	background-repeat: repeat-x;

	width:100%;
	}

#negfooter {
	position:relative;
	top: -50px;

	height: -20px;
	padding-top:5px;
	height: 16px;
	clear:both;

	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000;

	width:100%;
	}

#negfooter2 {
	position:absolute;

	top: -50px;

	/*height: -20px;*/
	padding-top:5px;
	height: 32px;

	/*clear:both;*/

	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#000;

	width:100%;
	}


#footer_main {position: relative;
	margin-top: 20px;
	padding-top: 10px;
	height: 20px;
	clear:both;

	width:960px;

	text-align:center;
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#000;
	}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#page {
	background-image: url(../header_backgroung.png);
	background-repeat: repeat-x;
}

#pageModal {
	background-image: url(../modal_header_backgroung.png);
	background-repeat: repeat-x;
}


/*#userinfo {

	height: 24px;
	float: right;
	margin-top: 22px;
	margin-right: 12px;
	padding-left: 28px;
	padding-right: 32px;
    background-image: url(../icons/gnome-logout.png);
	background-repeat: no-repeat;
	background-position: right;

	font-family: Arial, sans-serif;
	font-size: 10px;
	color:#FFF;
	cursor: pointer;
}*/

img#StretchBackground{
	z-index:-1;
	vertical-align:bottom;
	position:fixed;
	padding-top: 220px;
	left:0;

	width:100%;
}

/*****************************************************/
/* Menu Style
/*****************************************************/


.mbmenu {
	display:none;
	text-align:left;
}

/*.myMenu
{
	width: 800px;
	position:absolute;
	margin-top: 20px;
	margin-left: 145px;
	height: 32px;
}*/

/*.leftCorner
{
	width: 3px;
	position:absolute;
	margin-top: 20px;
	margin-left: 144px;
	height: 32px;
	background-image: url(../menu_left_corner.gif);
	background-repeat: no-repeat;
}*/

.rightCorner
{
	position:relative;
	float:left;

	margin-left: -2px;
	z-index: 2;

	width: 3px;
	height: 32px;

	background-image: url(../menu_right_corner.gif);
	background-repeat: no-repeat;
}

.rootVoice {
	float: left;

	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-shadow:#FFF 0px 1px 1px;

	height:24px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;

	cursor: pointer;

	background-image: url(../menu_background.png);
	background-repeat: repeat-x;
}

.rootVoice.selected{

	float: left;

	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-shadow:#FFF 0px -1px 0.5px;

	height:24px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;

	cursor: pointer;

	background-image: url(../menu_background_hover.png);
	background-repeat: no-repeat;
}

.rootVoiceEmpty {
	float: left;

	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-shadow:#FFF 0px 1px 1px;

	height:24px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;

	cursor: pointer;

	background-image: url(../menu_background.png);
	background-repeat: repeat-x;
}

.rootVoiceEmpty.selected{

	float: left;

	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	text-shadow:#FFF 0px -1px 0.5px;

	height:24px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;

	cursor: pointer;

	background-image: url(../menu_background_hover.png);
	background-repeat: no-repeat;
}


#root_selected{
	text-shadow:#000 0px -1px 0.5px;
	background-image: url(../menu_background_selected.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.menuShadow{
	padding:2px;
	padding-bottom:0px;
	left:-2px;
	top:1px;
}

/**/

.menuContainer{
	background-color:#333;
	padding:0;
	padding-top:1px;
  -moz-box-shadow:#000 2px 2px 10px;
  -webkit-box-shadow:#000 2px 2px 10px;
	text-align: left;
}
.menuContainer .line{
	background-color:transparent;
	width:90%;
}
.menuContainer .line.title {
	background-color:#999999;
	font-family:Arial, sans-serif;
	font-size:14px;
	font-weight: bold;
	border-bottom:1px solid white;
}
.menuContainer .line.title a{
	font-size:14px;
}
.menuContainer td a{
	text-decoration:none;
	color: #f3f3f3;
}
.menuContainer td.voice{
	font-family:Arial, sans-serif;
	font-size:12px;
	padding:7px;
}
.menuContainer .separator{
	background-color:#999;
	height:1px;
}
.menuContainer td.img{
	font-family:Arial, sans-serif;
	text-align:center;
	font-size:12px;
	color: #c3c3c3;
	background-color:transparent;
	width:20px;
	padding:5px;
}
.menuContainer td.img img{
	width:20px;
}
.menuContainer .textBox{
	padding: 10px;
	font-family:Arial, sans-serif;
	font-size:14px;
	color: #FFFFFF;
}
.menuContainer .selected td{
	background-color:#f3f3f3;
	/*background-image:url("../menu/bgnd_sel_2.jpg")*/
}
.menuContainer .selected td a{
	color:#000;
  	text-shadow:#fff 0px 1px 1px;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
	color: #cccccc;
}
.menuContainer .subMenuOpener{
	background-image:url("../menu/menuArrow_w.gif");
	background-repeat:no-repeat;
	background-position:right;
}
.menuContainer .selected .subMenuOpener{
	background-image:url("../menu/menuArrow.gif");
	background-repeat:no-repeat;
	background-position:right;
}

.menu_spacer {
	float: left;
	width: 1px;
	height: 32px;
	background-image: url(../menu_background_spacer.png);
	background-repeat: no-repeat;
}

/*****************************************************/

/*#toolbar {
	width: 800px;
	position:absolute;
	margin-top: 53px;
	margin-left: 115px;
	height: 32px;
}*/

.toolbar_title {
	float: left;
	padding-top: 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	height: 24px;
	text-shadow:#fff 0px 1px 1px;
}

.toolbar_item {
	float: left;
	padding-top: 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	height: 24px;
	text-shadow:#fff 0px 1px 1px;

	cursor:pointer;
}

.toolbar_item:hover {
	text-decoration:underline;
}

.innertoolbar_item {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow:#fff 0px 1px 1px;
	cursor:pointer;
}

.innertoolbar_item:hover {
	text-decoration:underline;
}

.toolbar_item span{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow:#fff 0px 1px 1px;

	cursor:pointer;
}

.innertoolbar_item span{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow:#fff 0px 1px 1px;
	cursor:pointer;
}

.innertoolbar_item img{
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 1px;
	height: 16px;
	width: 16px;
	text-shadow:#fff 0px 1px 1px;
}

.toolbar_item img{
	float: left;
	margin-top: -2px;
	margin-left: 5px;
	margin-right: 5px;
	height: 16px;
	width: 16px;

	text-shadow:#fff 0px 1px 1px;
}

.toolbar_item_BIGICON{
	float: left;
	padding-top: 9px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	height: 24px;
	text-shadow:#fff 0px 1px 1px;

	cursor:pointer;
}

.toolbar_item_BIGICON span{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000;
	text-shadow:#fff 0px 1px 1px;

	cursor:pointer;
}

.toolbar_item_BIGICON:hover {
	text-decoration:underline;
}

.toolbar_item_BIGICON img{
	float: left;
	margin-top: -4px;
	margin-left: 5px;
	margin-right: 5px;
	height: 24px;
	width: 24px;

	text-shadow:#fff 0px 1px 1px;
}

/*
@font-face {
	font-family: 'Fontin Sans';
    src: url('ressources/fonts/Fontin_Sans_B_45b.eot');
    src: local('Fontin Sans Bold'), local('Fontin Sans'), url('ressources/fonts/Fontin_Sans_B_45b.otf') format('opentype');
}

@font-face {
	font-family: 'CartoGothic Std';
    src: url('ressources/fonts/CartoGothicStd-Book.eot');
    src: local('CartoGothic Std'), local('CartoGothic'), url('ressources/fonts/CartoGothicStd-Book.otf') format('opentype');
}
*/

.west_panel {
	color:black;
	font-family: Arial, sans-serif;
	font-size: 14px;

	margin-top:110px;
	margin-left: 12px;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;

	width: 180px;
}

.west_panel h1{
	color:#E68235;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.main_panel {
	margin-top:110px;
	margin-left: 200px;
	margin-right: 12px;

	position: absolute;
	height: auto;

	min-width:750px;
	width:auto !important;
	width:750px;
}

.main_panel h1{
	color:#E68235;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.logo {
	float:left;
	position:relative;
	margin-right: 10px;
	margin-bottom: 10px;
}

.message {
	margin-top: 100px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.fiche {
	float:left;
	position:relative;

	width:160px;

	min-height:180px;
	height:auto !important;
	height:180px;

	margin-right:10px;
	margin-bottom:10px;

	padding:2px;

	background-color:#FFF;
	border-style: solid;
	border-color:#FFF;
	border-width: 1px;

	font-family: Arial, sans-serif;
	font-size: 12px;
}

.fiche:hover{
	cursor:pointer;
	border-color:#DDD;
	background-image: url(../fiche_hover_background.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fiche_icons {
	float:left;
	position:relative;

	width:160px;
	height:24px;
	margin-top: 8px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

.fiche_icons img{
	vertical-align: middle;
}

.fiche_icons span{
	vertical-align: middle;
}

.login_form{
	text-align: left;
	position:relative;
	margin: auto;
	width:400px;
	height:250px;
	top: 80px;

	font-family: Arial, sans-serif;
	font-size: 12px;
}

.login_form label{
	display: block;
    width: 120px;
    float: left;
	margin-right:4px;
	margin-top:2px;
    text-align: right;
}

#dialog_noicon {padding: .4em 1em .4em 1em;text-decoration: none;position: relative;}
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}

.error_login{
	position:relative;
	margin: auto;

	top: 32px;

	font-family: Arial, sans-serif;
	font-size: 12px;
}

.error_login_icon{
	float:left;
}

.error_login_message{
	position:relative;
	float:left;
	margin-left: 10px;
	margin-top: 8px;

	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	color:#BB5F13;
}


.vertical_label_container{
	height:70px; /*must be adapted if label lenght change*/
	padding-left:188px;  /*must be adapted if label lenght change*/
}
.vertical_label_container_print{
	height:70px; /*must be adapted if label lenght change*/
	padding-left:274px;  /*must be adapted if label lenght change*/
}
.vertical_label_container_critera{
	height:70px; /*must be adapted if label lenght change*/
	padding-left:13px;  /*must be adapted if label lenght change*/
}

.vertical_label{
	font-family: Arial, sans-serif;
	font-size: 12px;


  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	display:block;

	height: 40px;
	width: 70px;/*must be adapted if label lenght change*/
	float: left;
	margin-left: -30px; /*must be adapted if label lenght change*/
	margin-top: 0px; /*must be adapted if label lenght change*/
	background-color: rgb(255, 255, 255);
	overflow:hidden;
}

.vertical_label_critera1{
	font-family: Arial, sans-serif;
	font-size: 12px;


  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	display:block;

	height: 40px;
	width: 70px;/*must be adapted if label lenght change*/
	float: left;
	margin-left: -30px; /*must be adapted if label lenght change*/
	margin-top: 0px; /*must be adapted if label lenght change*/

	overflow:hidden;
}

.vertical_label_critera2{
	font-family: Arial, sans-serif;
	font-size: 12px;

	  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	display:block;

	height: 40px;
	width: 70px;/*must be adapted if label lenght change*/
	float: left;
	margin-left: 150px; /*must be adapted if label lenght change*/
	margin-top: 0px; /*must be adapted if label lenght change*/

	overflow:hidden;
}

.vertical_label_critera3{
	font-family: Arial, sans-serif;
	font-size: 12px;

  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	display:block;

	height: 40px;
	width: 70px;/*must be adapted if label lenght change*/
	float: left;
	margin-left: 310px; /*must be adapted if label lenght change*/
	margin-top: 0px; /*must be adapted if label lenght change*/

	overflow:hidden;
}


.right_label{padding-top:2px;  width:160px; float:left;}
.right_label_print{padding-top:2px;  width:260px; float:left;}
.right_label_critera{padding-top:2px;  width:600px; float:left;}
.right_label_suivi0{padding-top:2px;  width:600px; float:left;}
.right_label_suivi1{padding-top:2px;  width:375px; float:left;}
.right_label_suivi2{padding-top:2px;  width:100px; float:left;}
.right_label_suivi3{padding-top:2px;  width:200px; float:left;}
.right_value{padding-top:3px; height:18px; width:40px; float:left; text-align:left;}

.right_command{
	padding-top:2px;
	padding-left:10px;
	height:18px;
	width:140px;

	float:left;
}

.right_command img{
	vertical-align: middle;
}

.right_command span{
	vertical-align: middle;
	cursor: pointer;
}

.right_line{
	height:20px;
	width:650px;
	float:left;
}

.right_line:hover{
	background-color:#eee;
}

.tree_container {
	color:black;
	font-family: Arial, sans-serif;
	font-size: 14px;

	margin-top:32px;
	margin-left: 16px;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;

	width: 250px;
}


/*
 * Splitter container. Set this to the desired width and height
 * of the combined left and right panes. In this example, the
 * height is fixed and the width is the full width of the body,
 * less the margin on the splitter itself.
 */
#TreeViewSplitter {
	height:80%; /*height not really important... 80% will look ok in most case*/
	border: 0px solid #ddd;
	/* No padding allowed */
}
/*
 * Left-side element of the splitter. Use pixel units for the
 * min-width and max-width; the splitter plugin parses them to
 * determine the splitter movement limits. Set the width to
 * the desired initial width of the element; the plugin changes
 * the width of this element dynamically.
 */
#LeftPane {
	background: none;
	/* No margin or border allowed */
}
/*
 * Right-side element of the splitter.
 */
#RightPane {
	background: none;
	/* No margin or border allowed */
}
/*
 * Splitter bar style; the .active class is added when the
 * mouse is over the splitter or the splitter is focused
 * via the keyboard taborder or an accessKey.
 */
#TreeViewSplitter .vsplitbar {
	width: 6px;
	background: url(../splitter/vgrabber.gif) no-repeat center;
}
#TreeViewSplitter .vsplitbar.active {
	background: #555 url(../splitter/vgrabber.gif) no-repeat center;
	opacity: 0.7;
}


/*formulaires*/

.formLine{
	width:100%;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
}

.formMultiLine{
	width:100%;

	margin-top:5px;
	margin-bottom:5px;
}

.displayLabel{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding-top:6px;

	float:left;
}

.formQuestionContainer{
	width:620px;

	margin-left:5px;
}

.formLabel{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;

	padding-right: 30px;

	padding-top:6px;
	padding-bottom:6px;

	width:100%;
}

.formLabelMoreInfo{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right: 10px;

	padding-top:2px;
	padding-bottom:2px;

	width:100%;

}


.formDataCheckbox{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;

	padding-bottom:2px;
	min-height:28px;

	width:100%;
}

.formDataOneLine{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 5px;

	padding-top:1px;
	padding-bottom:1px;
}

.formDataOneLine input{
	border:none;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FCFCFC;
}

.formDataMultiLine textarea{
	border:none;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FCFCFC;
}

.formRadioLine{
	width:100%;
	padding-top:2px;
	padding-bottom:2px;
}

.inlineDisplayLabel{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 10px;
	padding-top:5px;
}

.displayText{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 5px;
	padding-top:5px;

	float:left;
}

.textField{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 5px;

	padding-top:1px;
	padding-bottom:1px;

	float:left;
}

.checkWithBoxSingleLine{
	color:black;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin-right: 5px;

	padding-top:6px;
	padding-bottom:1px;

	float:left;
}

.gallery a {
	outline: none;
}

.gallery a img {
	border: 1px solid #BBB;
	padding: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;

	vertical-align: top;
}

.galleryType img {
	border: 1px solid #BBB;
	padding: 4px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;

	vertical-align: top;
}

.gallery a b img {
	border: 0px;;
}

.form_container {
	width:730px;
	height:auto;
	margin-left:225px;
}

.gallery a b {
	display: none;
}

.gallery a:hover b {
	display: inline;
}

.stared{
	height:20px;
	width:20px;
	padding-left: -24px;
	margin-left:-24px;
	background: url(../icons/v2/76_16x16.png) 50% 50% no-repeat;
	float:left;
}

.textField input{
	border:none;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FCFCFC;
}

.textField textarea{
	border:none;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#FCFCFC;
}

.champObligatoire, .ui-widget-content .champObligatoire {border: 1px solid #fcefa1; background: #fbf9ee 50% 50% repeat-x; color: #363636;}
.champObligatoire a, .ui-widget-content .champObligatoire a {color: #363636;}
.champObligatoire input{
	background-color:#FCFAF3;
	border:none;
}

.champObligatoireManquant, .ui-widget-content .champObligatoireManquant {border: 1px solid #cd0a0a; background: #fef1ec 50% 50% repeat-x; color: #cd0a0a; }
.champObligatoireManquant a, .ui-widget-content .champObligatoireManquant a { color: #cd0a0a; }
.champObligatoireManquant input{
	background-color:#FEF1EC;
	border:none;
}

.hidedToolbar{
	display:none;
}

.currentToolbar{}

.formTable table{
	border:1px;
	border-style:solid;
}

/*

#vtab {
	    margin: auto;
	   width: 800px;
	    height: 100%;
	}
	#vtab > ul > li {
	    width: 110px;
	    height: 110px;
	    background-color: #fff !important;
	    list-style-type: none;
	    display: block;
	    text-align: center;
	    margin: auto;
	    padding-bottom: 10px;
	    border: 1px solid #fff;
	    position: relative;
	    border-right: none;
	    opacity: .3;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	}
	#vtab > ul > li.home {
	    background: url('home.png') no-repeat center center;
	}
	#vtab > ul > li.login {
	    background: url('login.png') no-repeat center center;
	}
	#vtab > ul > li.support {
	    background: url('support.png') no-repeat center center;
	}
	#vtab > ul > li.selected {
	    opacity: 1;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	    border: 1px solid #ddd;
	    border-right: none;
	    z-index: 10;
	    background-color: #fafafa !important;
	    position: relative;
	}
	#vtab > ul {
	    float: left;
	    width: 110px;
	    text-align: left;
	    display: block;
	    margin: auto 0;
	    padding: 0;
	    position: relative;
	    top: 30px;
	}
	#vtab > div {
	    background-color: #fafafa;
	    margin-left: 110px;
	    border: 1px solid #ddd;
	    min-height: 500px;
	    padding: 12px;
	    position: relative;
	    z-index: 9;
	    -moz-border-radius: 20px;
	}
	#vtab > div > h4 {
	    color: #800;
	    font-size: 1.2em;
	    border-bottom: 1px dotted #800;
	    padding-top: 5px;
	    margin-top: 0;
	}

	*/


