html {
	margin:0px;
}
body {
	font-family: Arial, Verdana, Helvetica, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	background-color:#F4F4ED;
}

a {
	color: #AC241C;
	text-decoration: none;
}

a:hover {
	color:#AC241C;
	text-decoration: underline;
}

h1, h2 {
	border-bottom:1px solid #CDCDCD;
	display:block;
	padding:10px 0 2px;
	margin:0;
	margin-bottom: 20px;
	font-size:20px;
	font-weight:bold;
	font-family:'trebuchet ms',verdana,arial;
	color:#333333;
	text-align:left;
}

h1 i, h1 b {
	color: #ff0000;
}

h2{
	font-size:16px;
}

h3 {
	text-align:center;
	margin-bottom:25px;
}

h4 {
	margin-top:0px;
	margin-bottom:12px;

}


/* Elements de formulaires */

.input_submit {
	color: #CBC7C0;
	font-size: 0.9em;
	border-bottom: 1px solid #8A8A8A;
	border-top:1px solid #8A8A8A;
	background-color: #F5F5F5;
}



/* Specifique */

.clear {
	clear:both;
}

#mainNavigation {
	list-style-position: inside;
	list-style-type: none;
	font-family: verdana;
	font-weight: bold;
	padding: 10px;
	margin: 0;
}

#mainNavigation li {
	padding: 3px;
}

#mainNavigation a {
    text-decoration: none;
	color: #64553D;
	padding-left: 1em;
}

#mainNavigation a:hover {
    background: #F4F4ED;
    color: #000;
}
#mainNavigation li h1, #mainNavigation li h2, #mainNavigation li h3 {
	border-bottom:1px solid #CDCDCD;
	display:block;
	margin-top:20px;
	padding:10px 0 2px;
	font-size:20px;
	font-weight:bold;
	margin:0;
	font-family:'trebuchet ms',verdana,arial;
	color:#333333;
	text-align:left;
}

#mainNavigation li h2 {
	font-size: 16px
}

#mainNavigation li h3 {
	font-size: 12px
}

#mainNavigation li.info {
	font-weight: normal;
	font-size: 10px;
	color: #816e4f;
}
#mainNavigation li.info b {
	color: #ff0000;
}

#mainNavigation li i {
	color: #ff0000;
}
/*
	Containers
*/
#content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-width: 970px;
}

#footer {
	text-align: center;
}

#welcome {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 25px;
	position: absolute;
}

/*
	Login Page
*/
form  {
	margin: 0;
	padding: 20px;
}

form  label {
	display: block;
	width: 200px;
	padding: 2px;
	text-align: left;
	float: left;
	clear: both;
}

input, select, textarea {
	display: block;
	width: 200px;
	padding: 2px;
	border: 1px solid #005696;
	font-family: Arial;
}
select.expand {
    width: auto;
}
textarea {
	height: 200px;
}

input.checkbox {
	width: auto !important;
	display: inline !important;
}

input.inputError, textarea.inputError {
	border-color: #ff0000;
}
select.inputError {
	color: #ff0000;
}
form  h1, form  h2 {
	padding-left: 10px;
	padding-top: 0;
}
form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
input.submit {
	background-color:#F5F5F5;
	border:1px solid #A2BFE9;
	color:#404040;
	font-size:0.9em;
}

ul.error, ul.message {
	list-style: none;
	list-style-position: inside;
	padding: 7px;
	border: 1px solid #ff0000;
	background-color: #ffecec;
	margin-top: 10px;
	margin-bottom: 15px;
}

ul.error, ul.message li {
	color: #ff0000;
}

ul.message {
	border: 1px solid #0000ff;
	background-color: #ececff;
}

ul.message li {
	color: #0000ff;
}

a img {
	border: none;
}

table.content {
	border: thick ridge #657369;
	margin-top: 50px;
	margin-bottom: 25px;
	width: 100%;
}

table.content td.menu {
	width: 23%;
}

table.content td.content {
	background-color: #f2f2e6;
	border-left: 1px solid #657369;
}

div#clientInfo {
	position: absolute;
	margin-left: 450px;
	*margin-left: 250px;
	width: 200px;
}

table.tablesorter td img {
	margin-right: 2px;
}

#performanceContainerTimer {
	text-align: center;
	color: #999999;
}


#performanceContainer {
	background-color: #ffffff;
	border: #333333 1px solid;
	display: none;
	padding: 10px;
	margin: 10px;
	overflow: scroll;
}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	background:url("/images/icons/calendar.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:16px;
	margin:5px 3px 0;
	overflow:hidden;
	padding:0;
	text-indent:-2000px;
	width:16px;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}


table.jCalendar {
	border: 1px solid #657369;
	background: #F2F2E6;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #F2F2E6;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
	border: 1px solid #657369;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

p.info {
	margin-top: 0;
	margin-left: 2em;
	font-weight: normal;
	font-size: 10px;
	color: #816e4f;
}
p.info b {
	color: #000000;
}

.right {
	float: right;
}

tr.nonconformity_delay td {
	color: #F26422 !important;
}


ul#pagination-digg{
	border:0;
	margin:0;
	padding:0;
}

#pagination-digg li{
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}
#pagination-digg a{
	margin-right:2px;
	padding:3px 4px;
	margin: 1px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

#pagination-digg .active{
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
}
#pagination-digg .active a {
	margin: 0px;
	border:solid 1px #CDCDCD;
}

#pagination-digg a:link,
#pagination-digg a:visited {
	color:#333333;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover{
	border:solid 1px #333333;
	margin: 0px;
}

#offBookContainer {
	display: none;
}

.hidden {
    display: none;
}

.branch_id {
    color: red;
}

.center {
	text-align: center;
}

/* tables */
table.not-tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.not-tablesorter thead tr th, table.not-tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

table.not-tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.not-tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}