/* 
	ORTHOWAVE CSS Document
*/

@import url("reset.css");
@import url("nav.css");

body {
	background:url(../img/fd.png) fixed;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

img { border:none; }

div.clear, hr.clear { clear:both; height:1px;}

#container {
	width: 970px;
	margin: 0 auto;
}
#header {
	padding:0;
}
#mainContent {
	clear: both;
	padding: 8px 8px 2px 8px;
	background-color: #fff;
	color: #333;
}
#mainContent a {
	color: #369;
	text-decoration: none;
	border-bottom: 1px dotted #8BA5C6;
}
#mainContent a:hover {
	color: #900;
	border-bottom: 1px solid #900;
}



#footer {
	padding: 4px 4px 4px 8px;
	background-color: #369;
	border-top: 1px solid #fff;
	clear: both;
	margin: 2px 0;
	font-size: 90%;
}
#header div.breadcrumb div {
	background-image: url(../img/breadcrumb-bg.gif);
	background-repeat: repeat-x;
	padding: 5px 12px 6px 12px;
	font-size: 90%;
}
#header .breadcrumb div a {
	color: #8BA5C6;
	text-decoration: none;
}
#header .breadcrumb div a:hover {
	text-decoration: underline;
	background: transparent;
}

#header .breadcrumb div a.patienNom {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#header .breadcrumb div a.patienNom:hover {
	text-decoration: underline;
	background: transparent;
}

#header .logo {
	text-align: right;
	padding: 0 0 0 0;
}
#mainContent p {
	margin-bottom: 0.6em;
}
table.list {
	margin-top: 0.5em;
	margin-bottom: 1em;
	border: 1px solid #8BA5C6;
	border-bottom: none;
}
table.list th, table.list td {
	padding: 3px;
	border-bottom: 1px solid #8BA5C6;
}
table.list th {
	border-right: 1px solid #fff;
	background-color: #8BA5C6;
}
table.list td {
	border-right: 1px solid #eee;
}

table.list th:last, table.list td:last {
	border-right: none;
}
#mainContent table.list a {
	color: #369;
	text-decoration: none;
	border-bottom:none;
}
#mainContent table.list a:hover {
	text-decoration: underline;
}
p.patient-search {
	float: left;
}
div.searchbyname {
	float: right;
}
div.searchbyname form label {
	color: #336699;
	vertical-align: middle;
	width:200px;
}

#mainContent div.searchbyname input {
	vertical-align: middle;
	font-size: 11px;
	margin: 0;
	padding: 2px;
}
#mainContent p.folio {
	text-align: center;
	color: #ccc;
	font-size: 95%;
}
#mainContent p.folio span.previous {
	background-image: url(../img/previous.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
}
#mainContent p.folio span.next {
	background-image: url(../img/next.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
}

/* BOUTONS */


a.bouton, button.bouton {
	display:-moz-inline-box;
	display:inline-block;
	padding:0;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	clear:both;
}

a.bouton span, button.bouton span {
     float:left;
     padding:0 0 0 20px;          /* Largeur du côté gauche */
     vertical-align:middle;
     background:url(../img/bouton_gch.gif) left top no-repeat;
}

a.bouton span span, button.bouton span span {
     padding:0 20px 0 0;          /* Largeur du côté droit */
     background:url(../img/bouton_dte.gif) right top no-repeat;
}

a.bouton span span span, button.bouton span span span {
	height:30px;          /* Hauteur du bouton */
	padding:0;
	line-height:26px;     /* Alignement vertical du texte */
	background:url(../img/bouton_mil.gif) left top repeat-x;
	color: #fff;
}

/* Correction des bug Internet Explorer */
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}
table.list .center, div.center {
	text-align: center;
}


#mainContent a.help, #mainContent a.help:hover {
	margin-left: 6px;
	border: none;
}
#mainContent h2 {
	font-size: 1.3em;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	margin-bottom: 12px;
}
table.list td.total {
	color: #669900;
	font-weight: bold;
}
h3.legend {
	background-color: #88B1DA;
	color: #fff;
	padding: 2px;
	font-weight: normal;
}
h3.strong {
	background-color: #275483;
	font-weight: bold;
}
h3.legend strong.type {
	color: #003363;
}
div.score p {
	text-align: center;
}
table.list td.grey {
	background-color: #eee;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
table.list tr.subheader th {
	background-color: #244F7E;
	color: #fff;
	border-right: 1px solid #fff;
}

div.icons {float: right;}
div.icons li {float:left;margin-right:6px;}
div.devane {width:45%;float:left;}
div.devane table {background-color:#FFD699;}
div.devane td {vertical-align:middle;padding:4px 8px;}
div.devane .devanefield {width:150px;}

.width160 {width:160px;}


.divMarkAll 
{
	background-color:transparent;
	filter:alpha(opacity=0);
	opacity:0; 
	position:absolute; 
	width:250px; 
	height:100px; 
	top:250px;
	left:0px;
	z-index:999;
	display:none;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=60);
	opacity:0.60;        
	position:absolute; 
	width:250px; 
	height:100px; 
	top:0px;
	left:0px;
	z-index:999;
	display:none;
}
.updateProgress
{
	border-width:1px; 
	border-style:solid; 
	background-color:#FFFFFF; 
	position:absolute; 
	width:240px; 
	height:70px;   
	top:0px;
	left:0px;
	z-index:1000;
	display:none;
}
.updateProgressMessage
{
	margin:3px; 
	font-family:Trebuchet MS; 
	font-size:small; 
	vertical-align: middle;
	color:#000;
}        
