/* 
--------------------------------------------------
CONDFB homepage style
Version:  April 2007
The styles are arranged as follows:
		I.    HTML elements
		II.   Buttons specific
		III.  Generic classes
		IV.   Tab navigation elements
		V.    CONFDB Breadcrumb navigational elements
		VI.   CONFDB Footer
		VII.  CONFDB Login
		VIII. Data table
		
--------------------------------------------------*/


/* 
I.  Defines HTML Elements
--------------------------------------------------*/ 

hr {
	border: 1px;
	color: #C1C5CC;
	background-color: #C1C5CC;
	height: 1px;
}

fieldset {
	border-top: 1px solid #C1C5CC;
	border-bottom: 1px solid #C1C5CC;
	border-left: 1px solid #C1C5CC;
	border-right: 1px solid #C1C5CC;
}

fieldset.fieldtype {
	width: 100%;
}

.tlabel {
	color: #F4961E;
	font-size: 12px;
	font-weight: bold
}

div#error {
	position: relative;
	font: 20px/1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	color: red;
}

html #error a {
	position: relative;
	font: 20px/1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	color: red;
	text-decoration: underline;
}

div#message {
	position: relative;
	font: 20px/1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	color: green;
}

div#message2 {
	position: relative;
	font: 20px/1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	text-align: center;
	color: #d9534f;
}

a:link.smallLink, a:visited.smallLink  { 
		color: #2A54A9;
		text-decoration: none;
		font: 14px/1em Verdana, Arial, Helvetica, sans-serif;
		background-color: transparent;
}   

a:hover.smallLink { 
		color: #A52A2A;
		text-decoration: none;
		font: 14px/1em Verdana, Arial, Helvetica, sans-serif;
		background-color: transparent;	
}

/* 
II.  Buttons specific
--------------------------------------------------*/


.button {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background-color: #2A53A5;
	text-transform: uppercase;
	vertical-align: middle;
/*/*/
	border-color: #2A53A5;
	border-style: solid;
	border-width: 1px;
/*padding: 0px 5px;*/
}

.buttons {
	font-size: 12px;
	font-weight: bold;
	color: #2A53A5;
	background-color: white;
	text-transform: uppercase;
	vertical-align: middle;
/*/*/
	border-color: #2A53A5;
	border-style: solid;
	border-width: 1px;
	width: 150px;
/*padding: 0px 5px;*/
}


/* 
III.   Generic classes
--------------------------------------------------*/

#bloc {
height: 590px;
}

#print {
text-align: right;
}

html>body #bloc {
height: auto;
min-height: 590px;
}


/* 
IV.  Tab navigation elements
--------------------------------------------------*/ 


#confdbmenu {
	display: block;
	height: 30px;
	margin: 0px;
	background: #e0e0e0;
	border-bottom: 1px solid #666666;
	left: -1px;
	border-top: 1px solid #666666;
	border-left: 0px;
	border-right: 0px;

}

#loginout {
	display: block;
	height: 14px;
	margin: 0px;
	left: -1px;
	text-align: right;
}


/* V.  CONFDB Breadcrumb navigational elements
--------------------------------------------------*/ 


#confdbbreadcrumbs {
	position: relative;
	top: 7px;
	height: auto;
	width: auto;
	border-right: 1px solid #d8d8d8;
	color: #000;
	padding-left: 20px;
}

* html #confdbbreadcrumbs {
	top: 0px;
}

#confdbbreadcrumbs a {
	border-bottom: 0px;
}


/* 
VI.  CONFDB Footer
--------------------------------------------------*/ 


#confdbfooter {
	
	position: relative;
	width: 100%;
	height: 50px;
	background: #D1D1D1;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font: 9px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	left: -1px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	}
	
* html #confdbfooter {
	bottom: 10px;
	width: 98%;/* Read by IE 5.5 */
	/*voice-family:"\"}\""; */
	/*voice-family:inherit;*/
	width: 100%; /* Read by IE 6 and Mozilla */
	height: 47px;
	background: #D1D1D1;
	border-top: 3px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font: 9px/1.5em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}


/*
VII.  CONFDB Login
--------------------------------------------------*/ 


div#login, div#login2 {
	position: relative;
	width: 500px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	padding: 10px 8px 8px 10px;
	font: 13px/1em Verdana, Arial, Helvetica, sans-serif;
	z-index: 1;
	margin-top: 60px;
    margin-left: auto;
    margin-right: auto; 
    background: #D1D1D1;
}

div#login2 {
	margin-top: 0px !important;
}

div#login p, div#login2 p {
	text-align: center;
}

div#login h3, div#login2 h3 {
	position: relative;
	text-align: center;
	height: 36px;
}

div#login h4 {
	text-align: center;
	color: red;
}

div#subLogin a{
	font: 12px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #2A54A9;

}

.form_login select{
	width: 326px;
}

.form_login input[type='text']{
	width: 320px;
}

.form_login .has_error, .form_login p.has_error{
	color: #d9534f;
}

.form_login p.has_error{
	color: #d9534f;
	margin-top: 4px;
	margin-bottom: 4px;
}

.form_login select.has_error_input, .form_login input[type='text'].has_error_input {
	border: 1px solid #d9534f;
	color: #d9534f;
}
table td#code {
	width: 156px;	
}

/*
VIII.  Data table
--------------------------------------------------*/ 


table.data {
/*	margin: 10px 0;*/
	empty-cells: show;
	empty-cells: show;
	border-bottom: 1px solid #C1C5CC;
	border-left: 1px solid #C1C5CC;
	border-right: 1px solid #C1C5CC;
}

table.data, table.data p, table.data td, table.data th {
	font-size: 11px;
	color: #545C65;
}

table.data thead tr {
	background-color: #5DA344;
	/*background-color: #FF6600;*/
}

table.data thead tr th a {
	display: block;
	width: expression('100%');
	color: #FFFFFF;
	cursor: none;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
}

table.data thead tr th a#notselected {
	display: block;
	width: expression('100%');
	color: #FFFFFF;
	cursor: none;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-image: url(../images/1x1.gif);
	background-position: right center;
}

table.data thead tr th a#selected {
	display: block;
	width: expression('100%');
	cursor: hand;
	color: #FAE6AB;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #46873C;
}

table.data thead tr th a#selected2 {
	display: block;
	width: expression('100%');
	cursor: hand;
	color: #FAE6AB;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
/*/*/
	background-position: right center;
/*buzz*/
}

table.data thead tr th a#selected3 {
	display: block;
	width: expression('100%');
	color: #FAE6AB;
	font-weight: bold;
	margin: 0;
	padding: 5px 4px 6px;
	white-space: nowrap;
	background-color: #46873C;
}

table.data thead tr th a:hover {
	background-color: #46873C;
	color: #FAE6AB;
	text-decoration: none;
}

table.data thead tr th {
	font-weight: normal;
	text-align: center;
	color: #FFFFFF;
	/*font-weight: bold;*/
	font-size: 14px;
/*/*/
	border-left: 1px solid white;
/*buzz*/
}

table.data thead tr th#firsth {
	background: transparent;
	background-color: #5DA344;
	padding-left: 2px;
	border-left: 1px solid #5DA344;
}

table.data thead tr th#selected {
	color: #FAE6AB;
	font-weight: bold;
	vertical-align: top;
	padding: 5px 4px 0px;
	background-color: #46873C;
/*/*/
	background-position: right center;
	border-left: 1px solid white;
/*buzz*/	
}

table.data tbody tr td {
/*	background-color: #ffffff;*/
	border-color: white;
	border-style: solid;
	border-width: 1px 0 0 1px;
	padding: 1px 4px;
	font-size: 14px;
}

tr.iselected td, tr#iselected td {
	background-color: #DEE0E2 !important;
}

tr.dataodd td {
	background-color: #F2F3F3 !important;
}

table.data tbody tr td.f {
	border-left: none;
}

table.required td {
	width: 100%;
	text-align: right;
	font-size: 10px;
}

a img {border:none; }

.captchafield {
    margin-top: 4px;
    width: 200px;
}

/*
--------------------------------------------------*/ 

.uinfo {
    font-size: 9px;
    border: 0px none;
    margin: 2px 0px;
    padding: 0px;
    color: #f70;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}

.uinfo2 {
    font-size: 9px;
    border: 0px none;
    margin: 2px 0px;
    padding: 0px;
    color: #d9534f;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}

.uinfo3 {
    font-size: 14px;
    border: 0px none;
    margin: 2px 0px;
    padding: 0px;
    color: #d9534f;
    position: relative;
    top: 0px;
    left: 0px;
    display: none;
}