/* CSS Document */
* {margin:0; padding: 0}
/* common */
BODY {
	background-color: #dedede;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666666;
}

FORM {
	margin: 0;
	padding: 0;
}

P {
 	margin: 0 0 14px 0;
}

a:link,a:visited,a:active {
	color: #CD202C;
	text-decoration: underline;
	text-overflow: ellipsis;
	overflow: hidden; 
}

a:hover {
	text-decoration: none;
	text-overflow: ellipsis;
	overflow: hidden; 
	color: #006983;
}

DIV.BareBody {
	width: 100%;
	text-align: center;
}

DIV.OuterPage {
	width: 990px;
	margin: 0px auto;
	background-color: #cd202c;
	border-bottom: 1px solid #cd202c;
	overflow: auto;
}

DIV.Page {
	margin:0px auto;
	width: 880px;
	text-align: left;
	background-color: #ffffff;
	overflow: auto;
}

DIV.cnt {
	padding: 20px;
	overflow: auto;
}

/* Logo */
DIV.LogoHolder {
	float: left;
	width: 515px;
}

DIV.Logo {
	padding-bottom: 25px;
	width: 515px;
	background-image:url(/_gui/logo_shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	float: left;
}

DIV.HeaderImage {
	float: none;
	margin-bottom: 20px;
}

/* Izbornik */
DIV.IzbornikHolder {
	float:left;
}

DIV.Izbornik {
	float:none;
	background-image:url(/_gui/izbornik/bg.jpg);
	background-repeat:no-repeat;
	width: 275px;
	padding: 20px;
}

DIV.Item {
	float: none;
	background-image:url(/_gui/izbornik/item_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 275px;
}

DIV.Item:Hover {
	background-image:url(/_gui/izbornik/item_bg_over.gif);
	background-position:bottom;
}

/* Title */
DIV.Title {
	margin-bottom: 8px;
	text-align: left;
	float: none;
	line-height: 22px;
}

SPAN.TitleRed {
	font-size: 18px;
	color: #cd202c;
}

SPAN.TitleBlue {
	font-size:18px;
	color: #006983;
}

SPAN.TitleRedSpecial {
	color: #cd202c;
	font-size: 16px;
}
	
SPAN.TitleBlueSpecial {
	color: #006983;
	font-size: 16px;
}

/* Content */
DIV.Content {
	float:none;
	margin-bottom: 8px;
	padding-right: 15px;
}

DIV.ContentRight {
	float:none;
	padding-left: 25px;
	margin-bottom: 8px;
	margin-top: 15px;
	border-left: 1px dotted #666666;
	width: 235px;
	font-size: 11px;
}

SPAN.CRed {
	color: #cd202c;
}

SPAN.CBlue {
	color: #006983;
}

/* Lists */
UL { list-style:none; margin: 0; }

UL.Special { list-style: none; margin-left: 8px; }

LI.blue {
	list-style-image:url(/_gui/bullet_blue.gif);
	list-style-position:inside;
	list-style-type:none; 
	line-height: 20px;
}

LI.red {
	list-style-image:url(/_gui/bullet_red.gif);
	list-style-position:inside;
	list-style-type:none;
	line-height: 20px;
}

UL.Special LI.Special {
	list-style-image:url(/_gui/bullet_red.gif);
	list-style-position:inside;
	list-style-type:none;
	line-height: 20px;
}

/* Footer */
DIV.Footer {
	margin: 0 20px 0 20px;
	padding: 10px;
	font-size: 11px;
	color: #cd202c;
	border-top: 1px dotted #d56169;
	text-align: center;
}

/* Language bar */
DIV.Languages {
	margin-right: 15px;
	padding: 5px 0 10px 0;
	text-align: right;
	font-size: 11px;
}

/* Colored */
.redText {
	color: #cd202c;
}

/* form */
Table.Form {
	/*border-collapse:collapse;*/
	width: 100%;
	color: #666666;
}

Table.Form TR {
	
}

Table.Form TD {
	padding: 2px 2px 8px 2px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dotted #d56169;
}

Table.Form TD.Command {
	padding: 2px 2px 8px 2px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px dotted #d56169;
}

Table.Form TD.Label {
	width: 150px;
	border-bottom: 1px dotted #006983;
}

Table.Form TD.LabelSpan {
	border-bottom: 1px dotted #006983;
}

INPUT.TextBox {
	padding: 2px 1px;
	height: 16px;
	border: 1px solid #bebebe;
}

.selector{
	border: 1px solid #bebebe;
	color: #666666;
}

TEXTAREA.TextMultiline {
	padding: 3px;
	width: 100%;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #bebebe;
}

DIV.check {
	margin-bottom: 3px;
}

INPUT.button {
	background-color: #cd202c;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #cc0000;
	padding: 2px;
}

SPAN.formSpecial {
	font-size: 10px;
	font-style:italic;
}

.formError {
	padding: 10px;
	border: 1px solid #cd202c;
}
