﻿html
{
	/*overflow: hidden;*/
}
body
{
	/*overflow:hidden;*/
}
/*
a
{
	color: #4B99C9;
}
a:hover
{
	color: #386B86;
}
h2
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	background-color: #EEEEEE;
	border: thin dotted #C0C0C0;
	text-align: center;
}
*/
#divDescriptionContent
{
	margin-top:15px;
	}
.validationSummaryCSS
{
	background-position: 100% 100%;
	background: #eef9fe url(images/erreur.png) no-repeat 100% 100%;
	border: 1px solid #4B99C9;
	padding: 0px 10px 20px 0px;
	color: #5DA7CE;
	width: 200px;
}
/*Modal Popup*/
.modalBackground
{
	-moz-opacity: 0.5;
	background-image: url('images/popupbackground.gif');
}
.modalPopup
{
	border: 2px solid #000000;
	background-color: #CEE7F2;
	padding: 2px;
	width: 250px;
}
.modalPopupHeader
{
	cursor: move;
	background-color: #F3F3F3;
	border: solid 1px Gray;
	color: Black;
	text-align: center;
}
.PageDescription
{
	width: 98%;
}

.PageDescriptionHeaderSingle
{
	padding: 5px;
	border-width: thin;
	border-bottom-style: dotted;
	font-size: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: left;
	color: #666666;
}
.PageDescriptionHeaderBoth
{
	padding: 5px;
	border-width: thin;
	border-bottom-style: dotted;
	font-size: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: left;
	border-top-style: dotted;
	color: #666666;
}
.PageDescriptionContent
{
	margin-top: 5px; /*color: #386B86;*/
	color: #666666;
	font-size: x-small;
}
.menuLinkOFF, .menuLinkOFF:link, .menuLinkOFF:visited
{
color:#3c3c3c;font-size:11px;font-family:Arial;font-weight:normal;line-height:1.333em;
	
	/*font-size: 12px;color: #494949;*/
	text-decoration: none;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 4px;
}
.menuLinkON
{
color:#3c3c3c;font-size:11px;font-family:Arial;font-weight:normal;line-height:1.333em;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: solid 2px Red;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom: 4px;
	border-bottom-color: #980203;
	background-color: #ECF9FD;
}

.menuLinkON:hover, .menuLinkOFF:hover
{
color:#3c3c3c;font-size:11px;font-family:Arial;font-weight:normal;line-height:1.333em;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	border-bottom: solid 2px Blue;
	margin-bottom: 4px; /*background-image: url('images/menuBackground.gif');*/
	background-repeat: no-repeat;
	border-bottom-color: #20718F;
}

.menuLinkON:active, .menuLinkON:visited
{
color:#3c3c3c;font-size:11px;font-family:Arial;font-weight:normal;line-height:1.333em;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 2px;
	margin-bottom: 4px; /*background-image: url('images/menuBackground.gif';)*/
}
#pnlTicketContent
{
	border: thin solid #CCCCCC;
	width: 615px;
	height: 250px;
	overflow: auto;
}

.StandardLabels
{
	/*border: 1px solid #CCCCCC;*/
	color: #4B99C9;
}
.MenuStyle
{
	text-align: right;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	color: #494949;
	text-decoration: none;
	font-weight: normal;
	font-family: "Times New Roman" , Times, serif;
	padding-bottom: 8px;
	margin-bottom: 4px;
	border-bottom:dotted 1px #3c3c3c;
}
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(Images/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar {
    background-image: url(Images/SavedStar.png);
}
.FTPanelComment
{
	background-color:White;
	width:200px;
	margin:0px;
	padding:0px;
	height:350px;
	border:solid 0px blue;
	position:relative;	
	overflow:hidden;
}
.informationsImportantes
{
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #A9C9E0;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}
.smallText
{
	font-size:xx-small !important;
	color:Orange !important;
}
