/*
								DEFAULTS FOR WOLF CMS
*/
table.wct {
	margin: 0px 0px 0px 0px;
	width: 95%;
	border-left: solid 1px #3E98D6;
	border-right: solid 1px #3E98D6;
	border-top: solid 1px #3E98D6;
	border-bottom: solid 1px #3E98D6;
	}

table.wct th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #595959;
	text-align: left;
	text-indent: 2px;
	height: 18px;
	border-bottom: 2px solid #3E98D6;

	}

table.wct tr {
	background-color: White;
	}

table.wct tr.item1 {
	background-color: Silver;
	}

table.wct tr.item2 {
	background-color: Silver;
	}

td, table.wct td  {
	font-family: Arial, Helvetica, Tahoma, Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

table.wct td.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
	color: #595959;
	text-decoration: none;
	background-color: #CDEE99;
}

table.wct td.lekcija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	color: #595959;
	text-decoration: none;
	background-color: #CDEE99;
}

table.wct td.header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align : center;
}

table.inputform input,select,textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
	background-color: #E3F5C9;
	border: solid 1px #3E98D6;
}

table.inputform submit {
	font-family: Arial, Helvetica, Tahoma, Verdana,sans-serif;
	font-size: 12px;
	color: Black;
	background-color: #E3F5C9;
	font-weight: normal;
	border-left: solid 1px #3E98D6;
	border-right: solid 1px #3E98D6;
	border-top: solid 1px #3E98D6;
	border-bottom: solid 1px #3E98D6;
}

table.komentar {
	margin: 0px 0px 0px 0px;
	width: 95%;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color : #FFE4C4;
}

table.wct_navigate,table.wct_after {
	margin: 0px 0px 0px 0px;
	width: 95%;
	border-left: solid 0px #3E98D6;
	border-right: solid 0px #3E98D6;
	border-top: solid 0px #3E98D6;
	border-bottom: solid 0px #3E98D6;
}

table.wct_navigate td,table.wct_after td,table.inputform td  {
	font-family: Arial, Helvetica, Tahoma, Verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: Black;
}

/* Links */
a, a:link, a:visited {
	color: #595959;
}

a:hover {
	color: #AF0303;
}

li { 
	list-style-image: url(../images/faq-strelica.gif);
}

