/* Main Consulting CSS stylesheet */
body, div, td {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #000000;
	margin: 0px;
	vertical-align: top;
}

#header {
	height:55px;
	background: url(../images/headerBackground.jpg) repeat-x top;
}

.leftHeader {
	margin-right:0;
	float:left;
	height:55px;
	width:472px;
	background: url(../images/gradient.jpg) no-repeat top;
}

.rightHeader {
	margin-left:0;
	padding-top:1px;
	padding-right:0px;
	text-align:right;
	vertical-align: middle;
	font-size:200%;
	font-weight:bolder;
	color:white;
	height:55px;
	background: url(../images/headerBackground.jpg) repeat-x top;
}

th {
	font-size: 10pt;
	color: #000000;
	background: #dddddd;
	border-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-top-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-bottom-color: #aaaaaa;
	border-bottom-width: 1px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: normal;
}

th.action {
	width: 130px;
}

th.id {
	width: 60px;
}

th.option {
	width: 30px;
}

th.team {
	width: 270px;
}

a {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #3e64e0;
}

a:hover {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #FF9900;
}

a.news_link {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	text-decoration: None;
	color: #FFFFFF;
}


a.news_link:hover {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #FF9900;
}


/* header specific */
div.main_menu {
	border-top:solid 1px white;
	font-size: 10pt;
	line-height:19px;
	margin: 0px 0px 0px 0px;
	background: url(../images/menuBackground.jpg) repeat-x top;
	padding-right:5px;	
	text-align: right;
	height: 19px;
	color: white;
}

a.main_menu {
	font-size: 10pt;
	color: #FFFFFF;
	margin-right: 2px;
	text-align: right;
	text-decoration: none;
}

a.main_menu:hover {
	font-size: 10pt;
	background: #ffffff;
	color: brown;
	margin-right: 2px;
	text-align: right;
}


.left_navigation {
    position: absolute;
    top: 75px;
    left: 0px;
    width: 220px;
    background-color:#eeeeee;
    color:#FFC757;
}


.left_menu {
	font-size: 9pt;
}

.left_menu:hover {
	font-size: 9pt;
}

/* INPUT COMPONENTS */

input {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background: #eeeeee;
}

.button{
	cursor:pointer;
}

input.text {
	width: 350px;
}

input.number {
	width: 100px;
}

input.date {
	width: 330px;
}

input.date2 {
	width: 145px;
}

textarea {
	overflow: auto;
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #000000;
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
	width: 350px;
	height: 50px;
}



/* ADMIN */

table.edit {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background: #ffffff;
	width: 500px;
}

td.editFields {
	width: 350px;
}

/* SYSTEM MESSAGES */
.errors {
	font-size: 10pt;
	background: #ffffff;
	color: red;
	margin-left: 5px;
	border-color: red;
	border-style: dotted;
	border-width: 1px 1px 1px 1px;
	background-color: #ffdddd;
	text-align: center;
	width: 90%;
}

.messages {
	font-size: 10pt;
	background: #ffffff;
	color: green;
	margin-left: 5px;
	border-color: green;
	border-style: dotted;
	border-width: 1px 1px 1px 1px;
	background-color: #ddffdd;
	text-align: center;
	width: 90%;
}

.log {
	font-size: 10pt;
	background: #dedede;
	margin-left: 2px;
}


.add_error {
	background: #CC4444;
}


/* Display processes list */
.admin_overview_processes {
	width: 800px;
	background-color: #FFFFFF;
	text-align: left;
}

.process_info {
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background-color: #FFFFFF;
}

.process_info th {
	font-size: 10pt;
	color: white;
	background: grey;
	padding-left: 5px;
	padding-right: 5px;
		
}
.processes_list {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background-color: #FFFFFF;
	border-spacing: 0px;
}

.process_cell_odd {
	font-size: 10pt;
	background: #eeeeee;
	margin-left: 1px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-bottom-color: #dedede;
	border-top-color: #dedede;
}

.process_cell_even {
	font-size: 10pt;
	background: #ffffff;
	margin-left: 1px;
	border: none;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-bottom-color: #eeeeee;
	border-top-color: #eeeeee;
}

.process_cell_done {
	font-size: 10pt;
	background: #ddffdd;
	margin-left: 1px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
	border-bottom-color: #dedede;
	border-top-color: #dedede;
}

/* Display participants, teams, clients etc list */
.participants_list {
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background-color: #FFFFFF;
}

.participant_cell_odd {
	font-size: 10pt;
	background: #dedede;
	margin-left: 1px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
}

.participant_cell_even {
	font-size: 10pt;
	background: #eeeeee;
	margin-left: 1px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #FFFFFF;
	border-left-width: 1px;
	border-right-color: #aaaaaa;
	border-right-width: 1px;
}

.pageContent {
	text-align:center;
	padding: 5px 5px 5px 225px;
	
	/* explorer fix */
	width: auto !important;
	width: 100%;
	
	/* firefox fix */
	min-width: (100%-210px) !important;
	max-width: (100%-210px) !important;
	
	background-color:#ffffff;
}

.align_right {
	text-align:right;
}

.footer {
	width: 99%;
	line-height:24px;
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	height:20px;
	background: url(../images/footerBackground.jpg) repeat-x top;
	color: white;
	padding-left:10px;
	vertical-align: middle;
}

.footer img {
	float:left;
	border:none;
	/*margin-top: expression(( 20 - this.height ) / 2); */
}

.footerBox {
	/*!important;*/
	min-width:100px;
	color:grey;
	padding-bottom:2px;
	padding-left:5px;
	width:auto;	
	font-size:8pt;
	background-color:white;
	vertical-align:middle;
	border:solid 1px grey;
	float:left;
	height:15px;
}

body div img {    /*hidden from IE 5-6 */
	margin-top: 0; /* to clean up, just in case IE later supports valign! */
	vertical-align: middle;
}

select.employee {
	width: 150px;
	height: 110px;
}

input.addRemove {
	width: 120px;
}

pre {
	font-family: "Trebuchet MS", "Verdana", "Lucida";
	font-size: 10pt;
	color: #000000;
}

.active {
	color: green;
}

.import_log {
	font-size: 8pt;
	background: #ffffff;
	color: #333333;
	width: 400px;
	text-align: left;
}

.explanation {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 9pt;
	background: #ffffff;
	color: #333333;
	text-align: justify;
}

.dayNoEvents {
	background-color: #dedede;
	font-size: 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif ;	
}

.dayHasFutureEvents {
	background-color: #dddddd;
	font-size: 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif ;	
}

.dayHasPastEvents {
	background-color: #cccccc;
	font-size: 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif ;	
}

.dayNumber {
	float: right;
	width: 15px;
	text-align: right;
	padding-right: 2px;
	background-color: #aaaaaa;
	color: #ffffff;
	font-size: 10px;
}

.dayEventsEmpty {
	background-color: #efefef;
	font-size: 9pt;
	font-family : Verdana, Arial, Helvetica, sans-serif ;	
	
}

a.cronoLink {
	font-size: 8pt;
	color: #777777;
}

a.cronoLink:hover {
	font-size: 8pt;
	color: #000000;
}

table.crono {
	border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	background: #ffffff;
	width: 100%;
}

span.hint {
	font-size: 11px;
	color: #888888;
}


#city, #country {
	width: 130px;
}


.surveyTake {
	width: 300px;
	height: 30px;
}

.surveyWelcome {
	font-size: 19px;
	color: orange;
	/*padding-left: 150px;*/
	text-align: left;
	width: 500px;
}

.surveySelected {
	font-size: 12px;
	color: #000000;
	/*padding-left: 150px;*/
	text-align: left;
}
