#content table.form {
	background: #f5f5f5 !important;
	border-color: silver;
	font-size:100%;
}
form input,
form select,
form textarea {
	border-left:1px solid #a4a4a4;
	border-top:1px solid #a4a4a4;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.button, a.button {
	font-weight: bold;
	color: black !important;
	height: 1.7em;
	background: url('../pics/style/btnbg.gif') repeat-x top;
	border-right:1px solid #6d955d;
	border-bottom:1px solid #6d955d;
	border-left:1px solid #b4dea4;
	border-top:1px solid #b4dea4;
}

form .em {
	font-size:130%;
	font-weight:bold;
}
.info {
	color:gray;
}

form.normalized {
	padding:0;
	margin:0;
}





  			
/* FORMS */

#content table.form {
	border-width: 1px;
	border-style: solid;
}
#content input,
#content select,
#content textarea {
	font-family:Tahoma, Arial, Lucida, sans-serif;
	font-size:100%;
}
#content table.form td.textArea textarea {
	padding: 2px;
	width: 90%;
	height: 10em;
}


.button, a.button {
	font-size: 100%;
	padding: 2px 5px;
	cursor: pointer;
	text-decoration: none;	
	margin: 0;
	display: inline;
	vertical-align: middle;
	}
	a.button {
		text-align: center;
		padding: 0.28em 1em;
	}
	.button:hover {
		text-decoration:none !important;
	}


#content td.number input {
	width: 70px;
	text-align: right;
}
#content td.text, #content input.text {
	width: 153px;
}
#content input.text {
	width: 250px;	
}
#content input.date {
	width: 90px;
}
#content input.number {
	width: 50px;
}
#content input.time {
	width: 5em;
}
#content input.checkbox {
	border: none !important;
}
#content form span { /* For old forms */
	display:block;
}
#content table.form tr td.first {
	text-align: right;
	width: 150px;
	margin-right: 15px;
	/* vertical-align:top !important; */
}
#content table.form td {
	height: 25px;
	padding-left: 15px;
	vertical-align: middle;
}
#content table.form th {
	padding: 3px 6px;
	vertical-align: top;
} 
#content table.form textarea {
	width: 90%;
	border: 1px solid gray;	
}
#content form td .note {
	color:gray;
	padding-left:5px;	
	font-style: italic;
}



.wysiwygFrame table, .wysiwygFrame table tr, .wysiwygFrame table td {
	margin:0 !important;
	padding:0 !important;
	width:auto !important;
	height:auto !important;
}
.wysiwygFrame table {
	width:100% !important;
}
.wysiwygFrame table table {
	width:auto !important;
}
#format4 {
	background:white !important;
}



#content table.question {
	border: none; 
	width: auto !important;
	background: none;
}
#content table.question tr {
	margin: 10px;
}
.form select { /* Spatne */
	width: 150px;
}
.disabled {
	font-size: 11px;
	color: black !important;
	text-decoration: none;
	background: rgb(240, 240, 240);
}

td.note {
	font-style: italic;
	padding-top:0 !important;
	height:auto !important;
}
input.inputCell {
	width: 100%; 
	height: 100%; 
	border: none;
}
#content .warning {
	color: red;
}
#content td.comment textarea {
	border: none;
}



input.wide {
	width: 100%;	
}

/* Question form */

#content form table.question {
	background:none !important;
}













#content .quickForm {
	background:  #f5f5f5;
	border:1px solid silver;
	padding:10px;
	padding-top: 10px;
	margin-top:20px;
	width:90%;
}
#content .quickForm h3 {
	background:url('../pics/icons/newbox.gif') left no-repeat;
	padding-left:22px;
	color:black !important;
	border-bottom: 0;
	margin-top: 0;
}
#content .quickForm table, #indexLayout .quickForm table {
	border:0 !important;
	background:none !important;
	width:100%;
	margin:0 !important; 
}
#content .quickForm table th {
	width:7em;
	text-align:left;
}
#content .quickForm .notreq th {
	font-weight:normal;
}
#content .quickForm table td {
	padding:2px 0 !important; 
}
#content .quickForm .wysiwygFrame td {
	padding:0 !important; 
}

#content .quickForm table.formTable td textarea  {
	width:90%;
}
#content .quickForm table.formTable td input.title  {
	width:20em;
}
#content .quickForm .sendPanel {
	margin-top:5px;
}
#content .quickForm .sendPanel p {
	margin-bottom:12px; 
	margin-top:0;
	font-size:90%;
}









.newForumForm .sendPanel {
	padding-left:4em;
}
.newForumForm {
	width:40em !important;
}
.newSubjectForm {
	width:40em !important;
}




/* Specific forms settings */

.newCommentForm {
	width:36em !important;
	margin-left:40px;
}

.newActualityForm {
	width:60em !important;
}

.newSectionForm {
	width:25em !important;
}

.registerForm {
	width:40em !important;
}
.registerStudentForm {
	width:28em !important;	
}






