/*
 *  COMMON STYLES FOR BACKOFFICE APPS
 */
 
html,body
{
	margin:0;
	padding:0;
	height:100%;
	background:#ffffff;
	font-family:Verdana,sans-serif;
	font-size:11px;
}

html,body,td,select,input,textarea { font-size:11px; font-family:Verdana,sans-serif; font-weight:normal;}

a
{
	font-weight:bold;
	color:#F36B9E;
}

a:hover
{
	color:#FF3399;
}

a.small {
	font-size:8px;
}

div#container
{
	position:relative;
	margin:0 auto;
	width:100%;
	background:#FAFAFF;
	height:auto !important; 
	min-height:100%; 
}

div#header
{
	padding-top:4px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:0px;
	height:20px;
	background-color:#F691B7;
	border-bottom:4px solid #E3DDBA;
	color:#FFFFFF;
	font-size:11px;
}

div#content
{
	padding:10px;
	max-height:80%;
	max-width:100%;
	overflow:auto;
	margin:0px auto;
}

div#header div.left
{
	float:left;
	font-weight:bold;
	font-size:13px;
	padding:0px;
}

div#header div.right
{
	float:right;
	clear:right;
}

div#header div.right a
{
	color:white;
}

div.row
{
	clear:both;
}

table.donnees
{
	border-collapse:collapse;
	border:solid 2px #F691B7;
	margin:20px auto;

}

table.donnees tr
{
	background-color:#FFFFFF;
}

table.donnees tr.odd
{
	background-color:#F2F2F2;;
}

table.donnees tr:hover
{
	background-color:#FFFFD5;
}

table.donnees th
{
	padding-bottom:3px;
	background-color:#F691B7;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

table.donnees td
{
	padding:3px;
	text-align:center;
}

table.form {
	background-color:#FFFFFF;
	border:1px solid #EAEAEA;
	padding:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin:10px auto;
}

div.validation-advice {
	color:red;
}

table.form td {
	padding:3px 10px;
}

.StickyWinInstance {
	background-color:white;
	padding:20px;
	background-color:#FFFFFF;
	border: 2px solid #F691B7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

table.stats {
	width:300px;
}

table.sortable th {
    cursor: pointer;
	text-decoration:underline;
}
