/* Default CSS Stylesheet for a new Web Application project */

/* Default style */
body, body table
{
	margin: 0px;
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	color: Black;
}

/* SiteTitle Style */
.sitetitle
{
	font-size: 24pt;
	text-align: left;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	vertical-align: super;
}

/* PageTitle Style */
.pagetitle
{
	font-size: 14pt;
	text-align: left;
	color: #666666;
}


/* HR under the PageTitle Style */
.pagetitleunderline
{
	text-align: left;
	height: 1pt;
	color: #999999;
}

/* PageSubTitle */
.pagesubtitle
{
	text-align: left;
	font-size: 10pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}

/* Italic */
.Italic
{
	font-style: italic;
}

/* Link */
a, a:link, a:active, a:visited
{
	color: #666666;
	text-decoration: none;
}

a:hover
{
	color: Black;
	text-decoration: underline;
}

.HideUnderlineForLink, .HideUnderlineForLink a:hover
{
	text-decoration: none;
}

/* Style for all images */
img
{
	border: 0;
}

.imageAnnonce
{
	display: block;
	position: relative;
	left: -10px;
}

#imgVersAvenir
{
	display: block;
	position: relative;
	left: -10px;
}

#imgPP
{
	display: block;
	position: relative;
	top: 15px;
	left: -10px;
}

/* Language choice */
.lang a, .lang a:visited
{
	font-size: 10pt;
	text-align: left;
	color: black;
	text-decoration: none;
}

/* Compteur */
.compteur
{
	background: #999999;
	margin-right: 2px;
	text-align: center;
	color: White;
	border: solid 1px black;
	font-family: Helvetica;
	font-size: 12px;
	padding: 1px;
}


/* Internet */
.InternetFontTextbox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
}
.MentionsLegales
{
	font-weight: bold;
	font-size: 10px;
	vertical-align: bottom;
	background-color: #999da6;
	text-align: center;
}
.MentionsLegales a, .MentionsLegales a:visited
{
	color: White;
	text-decoration: none;
}

.MentionsLegales a:hover
{
	color: Black;
	text-decoration: underline;
}

.conditionsover
{
	color: Black;
	text-decoration: underline;
	cursor: hand;
}
.conditionsout
{
	color: Black;
	text-decoration: none;
	cursor: auto;
}


/* Intranet Common */
.IntranetButton
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 150px;
	margin-right: 20px;
}

.IntranetSearchButton
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 100px;
}

.IntranetTextbox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 250px;
}

.IntranetDropDownList
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 200px;
}

.IntranetFunctionDropDownList
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 400px;
}

.IntranetListBox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 100%;
}

.IntranetSearchListBox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 200px;
}

.IncludeExcludeButton
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 80px;
}

.IncludeExcludeListBox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 100%;
}

.IntranetNumberBus
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 75px;
}

.IntranetListboxSmall
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 250px;
}

/* Margin */
.FontLeftPadding
{
	position: relative;
	left: 10px;
	top: 0px;
}
li
{
	/*list-style-image: url(Images/RedDash.gif);*/
}


/* New Menu */
ul.menu
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.menu li
{
	background-color: #999da6;
	border-bottom: solid 1px white;
	display: none;
}

ul.menu li a, ul.menu li a:visited
{
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
	color: white;
	text-decoration: none;
	line-height: 20px;
	margin-left: 10px;
	margin-right: -10px;
}

ul.menu li a span
{
	position: relative;
	top: -5px;
}

ul.menu li a:hover
{
	text-decoration: underline;
	color: Black;
}

/* Sub Menu */
ul.menu li.submenu
{
	display: none;
	background-color: #D9DADB;
	color: #686F7A;
}

ul.menu li.submenu a, ul.menu li.submenu a:visited
{
	display: block;
	font-weight: bold;
	font-size: 10px;
	width: 150px;
	color: white;
	text-decoration: none;
	color: #686F7A;
}
ul.menu li.submenu a span
{
	position: relative;
	top: -3px;
	left: 3px;
}
ul.menu li.submenu a img
{
	position: relative;
	top: 1px;
}
ul.menu li.submenu a:hover
{
	text-decoration: underline;
	color: black;
}

/* SubSub Menu */
ul.menu li.subsubmenu
{
	background-color: #999da6;
	display: none;
}

ul.menu li.subsubmenu a, ul.menu li.subsubmenu a:visited
{
	display: block;
	padding-left: 0px;
	font-weight: bold;
	font-size: 10px;
	background-image: none;
	width: 150px;
	color: white;
	text-indent: 30px;
	background-color: transparent;
	text-decoration: none;
}

ul.menu li.subsubmenu a:hover
{
	background-image: none;
	color: black;
	background-color: transparent;
	text-decoration: underline;
}

/* PrettyDataGrid */
.headerStyle
{
	background-color: #5D646F;
	font-family: Verdana;
	font-size: 13px;
	color: White;
	font-weight: bold;
}

.headerStyle a, .headerStyle a:hover, .headerStyle a:visited
{
	color: White;
	font-weight: bold;
}

.itemStyle
{
	background-color: silver;
	font-family: Verdana;
	font-size: 12px;
}

.alternateItemStyle
{
	background-color: #F7F7F7;
	font-family: Verdana;
	font-size: 12px;
}

/* Border 
.border
{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}

.topBorder
{
	background: url(Images/Border/dot.gif) 0 0 repeat-x;
	width: 100%;
}

.bottomBorder
{
	background: url(Images/Border/dot.gif) 0 100% repeat-x;
}

.leftBorder
{
	background: url(Images/Border/dot.gif) 0 0 repeat-y;
}

.rightBorder
{
	background: url(Images/Border/dot.gif) 100% 0 repeat-y;
}

.bottomLeftBorder
{
	background: url(Images/Border/bl.gif) 0 100% no-repeat;
}

.bottomRightBorder
{
	background: url(Images/Border/br.gif) 100% 100% no-repeat;
}

.topLeftBorder
{
	background: url(Images/Border/tl.gif) 0 0 no-repeat;
}

.topRightBorder
{
	background: url(Images/Border/tr.gif) 100% 0 no-repeat;
	padding: 10px;
}

.titleBorder
{
	position: absolute;
	top: -8;
	left: 20;
	background-color: White;
}*/


/* List Control */
.listTitle
{
	font-size: 14pt;
	text-align: left;
	color: #666666;
}

.listSubTitle
{
	text-align: left;
	font-size: 10pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	margin-left: 20px;
}

.listImage
{
	margin-left: 10px;
}

.listItem
{
	margin-left: 20px;
}

.listSubTitleDetail
{
	text-align: left;
	font-size: 10pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
	margin-left: 10px;
}

.listItemDetail
{
	margin-left: 20px;
}

.ComControlTitle
{
	font-size: 14pt;
	text-align: left;
	margin-left: 5px;
	color: #666666;
}

.ComControlUnderline
{
	text-align: left;
	height: 1pt;
	color: #999999;
	margin-left: 5px;
}

.ComControlButton
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 100px;
}

.ComControlTextbox
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 200px;
}

.ComControlDropDownList
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 200px;
}

.ComControlLabel
{
	font-family: "Helvetica Light" ,Helvetica,Verdana;
	font-size: 10pt;
	width: 200px;
}

.ComControlTable
{
	margin-left: 5px;
}

.ComControlTableTitle
{
	font-size: 10pt;
	text-transform: uppercase;
	color: #999999;
	font-weight: bold;
}

.ComControlAlternatingItemStyle
{
}

.ComControlItemStyle
{
}

#progressbar
{
	border-right: #6e89dd 1px solid;
	background-position: 5px 5px;
	border-top: #6e89dd 1px solid;
	padding-left: 70px;
	font-weight: bold;
	font-size: 9pt;
	background-image: url(Extranet/images/loading.gif);
	border-left: #6e89dd 1px solid;
	width: 250px;
	padding-top: 15px;
	border-bottom: #6e89dd 1px solid;
	background-repeat: no-repeat;
	font-family: Verdana;
	height: 50px;
	background-color: #eef0fc;
}

#tableprogress
{
	visibility: hidden;
}

#files
{
	border: 1px solid #999999;
	padding: 2px 0px 3px 0px;
}

#noselected
{
	font-style: italic;
}

#files_list input
{
	/*margin: 2px 0 0 5px;*/
	font-size: 9px;
	padding-left: 5px;
	margin: 0; /*background-color: #FFFFFF; 	border:1px solid #D6D3CE;	*/
}

#TableEventDetail tr td
{
	padding-bottom: 5px;
	vertical-align:top;
	text-align:justify;
}

#eventtitle
{
padding:0px 0px 10px 0px;
}

/*Extranet Justificatifs*/
.ExtranetButton
{
	width: 150px;
}

.ExtranetDropDownList
{
	width: 100%;
}

/* Gray forms */
.innerFrame
{
	margin-left: 10px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.formBody
{
	border-right: #666666 1px solid;
	border-bottom: #666666 1px solid;
	border-collapse: collapse;
	background-color: #dddddd;
}
.formBodyRight
{
	border-right: #666666 1px solid;
	border-collapse: collapse;
	background-color: #dddddd;
}
.formHeader
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 5px;
	color: white;
	padding-top: 5px;
	background-color: #999da6;
	font-size: 12px;
}
.checkList
{
	font-size: 11px;
	list-style-image: url(Images/icon_checkmark.gif);
}
.distributionFormat
{
	border-style: none;
	border-width: 0px;
	border-color: #dddddd;
	background-color: #dddddd;
}
.distributionFormatTitle
{
	font-size: 12px;
	font-weight: bold;
	color: Black;
	width: 100px;
}
.distributionFormatSubTitle
{
	font-size: 9px;
	color: Black;
	width: 100px;
}
.distributionFormatImage
{
	margin: 10px;
	border: #666666 solid 1px;
}
.smallItalic
{
	font-size: 10px;
	font-style: italic;
}
.smallItalicBold
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.backGroundColor
{
	background-color: #DDDDDD;
}
.cbxList
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 11px;
}

.labeleventdetail
{
	width:100px;
	font-weight:bold;
}

.tablekapa tr td
{
	padding-bottom: 3px;
	width:auto;
	
}


