/* Tag Redefinitions*/
a:visited {color:#000066;}
h5 {color:#66503c;}
legend {color:#66503c; font-weight:bold;}


/*Class Redefinitions*/
#columnAuxLeft {position: absolute; left:0px; top: 108px; width:180px;}
#columnAuxLeftMenuCR {width:180px; background-image:url(/MPP/images/img_CR.jpg); background-repeat:no-repeat; padding-top:180px; height:242px; position:static;}
/*#contentAux {width: 800px; margin-left: 160px; margin-top: 0px; position: relative;}*/

/* Classes */

div.successMessage {background:#d4f8c8 url(/MPP/images/icons/accept.png) center no-repeat; background-position: 4px 50%; border:#00CC33 1px solid; font-weight:bold; padding: 4px 4px 4px 25px; width: 97%; vertical-align:middle;}
div.notificationMessage {background:#FFFFCC url(/MPP/images/icons/error.png) center no-repeat; background-position: 4px 50%; border:#D3C901 1px solid; font-weight:normal; padding: 4px 4px 4px 25px; width: 97%; vertical-align:middle;}
div.errorMessage {background:#f9bdc1 url(/MPP/images/icons/exclamation.png) center no-repeat; background-position: 4px 50%; border:#c4202c 1px solid; /*color:#c4202c;*/ padding: 4px 4px 4px 25px; width: 97%;}
a.schedule {color:#000000; }

td.activated {background:#d4f8c8;}
td.deactivated {background:#f9bdc1;}
td.new {background:#c5effb;}

tr.tableHeader {background-color:#66503c; color:#FFFFFF; font-weight:bold;}
td.tableHeader {background-color:#66503c; color:#FFFFFF; font-weight:bold;}
tr.tableRowError {background-color:#f9bdc1; color:#000000;}
td.tableRowEven {background-color:#F1F1F1; color:#000000;}
td.tableRowOdd {background-color:#E0E0E0; color:#000000;}
tr.tableRowEven {background-color:#F1F1F1; color:#000000;}
tr.tableRowOdd {background-color:#E0E0E0; color:#000000;}
tr.tableRowDetails {background-color:#fcf4ee; color:#000000;}

td.tableRowLeftPadding {border-bottom: #FFFFFF solid 2px; border-left: #FFFFFF solid 2px;}
td.tableRowMiddlePadding {border-bottom: #FFFFFF solid 2px; border-left: #FFFFFF solid 2px; border-right: #FFFFFF solid 2px; }
td.tableRowRightPadding {border-bottom: #FFFFFF solid 2px; border-right: #FFFFFF solid 2px;}

/*used for slidedown effect*/

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	/*color:#FFF;*/
	/*font-size:12px;
	background-color:#317082;
	width:430px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	/*background-image:url('images/bg_answer.gif');
	background-repeat:no-repeat;
	background-position:top right;	
	height:20px;*/
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	/*border:1px solid #317082;
	background-color:#E2EBED;
	width:400px;*/
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	/*padding:1px;*/
	/*font-size:0.9em;	*/
	position:relative;
}