/******************************************************************************

  ECMS CModule 'unis_mtutor_student' output CSS

******************************************************************************/

div#cmod {

	}

div#cmod div.title {

	}

div#cmod div.content {

	}

div#cmod div.status {
	display: none;
	}

div#cmod div.content a {
	text-decoration: none;
	color: #333399;
}

	div#cmod div.content a img {
		border: none;
	}

div#cmod div.content div.error {
	padding: 50px;
	text-align: center;
	font-weight: bold;
}

div#cmod div.content input {
	border: 1px solid #98ADC0;
	width: 250px;
	padding: 3px;
}

div#cmod div.content button {
	border: 1px outset #98ADC0;
	padding: 3px;
}

div#cmod div.content button img {
	vertical-align: middle;
	margin: 2px;
}

div#cmod div.content select {
	border: 1px solid #98ADC0;
	padding: 3px;
}

	div#cmod div.content select optgroup{
		font-style: normal;
	}

div#cmod div.content table.form {
	border: 1px solid #98ADC0;
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
}


	div#cmod div.content table.form tr {
	}

	div#cmod div.content table.form tr td {
		border: 0;
		background-color: #EFEFEF;
		padding: 5px;
		}

	div#cmod div.content table.form tr:hover td {
		background-color: #CDD7E0;
		}

	div#cmod div.content table.form tr td.label {
		padding-right: 10px;
		background-color: #CDD7E0;
		width: 150px;
		text-align: right;
		}
		div#cmod div.content table.form tr td.label img {
			display: block;
			margin: 0;
			border: 0;
		}

	div#cmod div.content table.form tr:hover td.label {
		background-color: #98ADC0;
		}
	div#cmod div.content table.form tr td.label:active {
		background-color: #CDD7E0;
		}

div#cmod div.content table.form tr.header {
	background-color: #98ADC0;
	page-break-before: always;
	}

	div#cmod div.content table.form tr.header td {
		background-color: #98ADC0;
		color: #FFFFFF;
		font-weight: bold;
		}

	div#cmod div.content table.form tr.header td.label {
		background-color: #98ADC0;
		font-weight: normal;
		}

/* Crveno */
div#cmod div.content table.form tr.red {

	}

	div#cmod div.content table.form tr.red td  {
		background-color: #FFD8C8;
		}

		div#cmod div.content table.form tr.red:hover td  {
			background-color: #FFE8DF;
			}

	div#cmod div.content table.form tr.red td.label  {
		background-color: #CDD7E0;
		}

		div#cmod div.content table.form tr.red:hover td.label {
			background-color: #98ADC0;
			}

/* Zuto */
div#cmod div.content table.form tr.yellow {

	}

	div#cmod div.content table.form tr.yellow td  {
		background-color: #fff2bc;
		}

		div#cmod div.content table.form tr.yellow:hover td  {
			background-color: #f6f8d3;
			}

	div#cmod div.content table.form tr.yellow td.label  {
		background-color: #fff2bc;
		}

		div#cmod div.content table.form tr.yellow:hover td.label {
			background-color: #f6f8d3;
			}

/* Zeleno */
div#cmod div.content table.form tr.green {
	/* Ovde treba da ide ona zuta boja iz red */
}

div#cmod div.content table.form tr.green td  {
	background-color: #C8FFB8;
}

div#cmod div.content table.form tr.green:hover td  {
	background-color: #E8FFDF;
}

div#cmod div.content table.form tr.green td.label  {
	background-color: #CDD7E0;
}

div#cmod div.content table.form tr.green:hover td.label {
	background-color: #98ADC0;
}