body {
	margin: 0px;
	padding: 0px;
}
tr, p, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}
hr {
	background: #cccccc;
	height: 1px;
	width: 100%;
}
a.mainlevel-nav:link, a.mainlevel-nav:visited {
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border: none;
	text-decoration: underline;
}
a.mainlevel-nav:hover {
	color: #FF0000;
	background-position: left;
	text-align: left;
}
/*styles for editor*/
.naslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #003366;
	font-weight: bold;
}
.podnaslov {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FF0000;
	font-weight: bold;
}
.polasci {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #666666;
}
.datum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #003366;
	font-weight: bold;
}
.mjesto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000;
}
.kategorija {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FF6600;
}
.arialcrveni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FF0000;
}
.arialcrni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
.arialsivi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
}
a.orange:link, a.orange:visited {
    color: #FF6600;
    font-weight: normal;
  	text-decoration: underline;
}
a.orange:hover {
    color: #FF0000;
}
/*different setting for newsflash*/
.newsflash td {
    color: #000000;
    text-align: justify;
    vertical-align: middle;
}
/*setting for the greetings*/
.mainpage {
    text-align: justify;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.greybg {
    background: #FFFFFF;
}
/*pathaway setting*/
.pathway {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #999999;
}
a.pathway:link, a.pathway:visited {
    color: #999999;
    font-weight: normal;
}
a.pathway:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
}
/*for title or site name*/
.title {
    font-family: sans-serif;
    font-size: 20px;
	font-weight: bold;
	color : #000000;
	margin-left: 10px;
}
/*for the tag-line*/
.subtitle {
    font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 20px;
}
#active_menu {
	color: #003366;
	padding-left: 20px;
	padding-top: 0px;
	background-image: url(../images/arrow_nav_down.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	border: none;
	font-weight: bold;
}
/* --Default Class Settings-- */
a.mainlevel:link, a.mainlevel:visited {
    color: #003366;
    font-weight: normal;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: none;
    text-decoration: underline;
}
a.mainlevel:hover {
    color: #FF0000;
	background-position: left;
	text-align: left;
	font-weight: normal;
}		
a.mainmenu:link, a.mainmenu:visited {
    color: #006699;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: underline;
}
a.mainmenu:hover {
    color: #FF0000;
	text-decoration: underline;
}
a.sublevel:hover {
    color: #FF0000;
	text-decoration: underline;
}
a.sublevel:link, a.sublevel:visited {
    color: #006699; font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: underline;
}
table.moduletable {
	margin: 0px 0px 10px;
	width: 100%;
	background-color : #eeeeee;
	border: 1px solid #d5d5d5;
}
table.moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	width: 100%;
	background-color: #F1F3F5;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	border-top: 1px none #d5d5d5;
	border-right: 1px none #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	border-left: 1px none #d5d5d5;
}
table.moduletable td {
	font-size: 11px;
	font-weight: normal;
	background-color : #f9f9f9;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: none;
}	
table.top_moduletable {
	width: 95%;
	background-color : #FFFFFF;
	border: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
table.top_moduletable th {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
}
table.top_moduletable td {
	font-size: 10px;
	font-weight: normal;
	background-color : #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
table.center_des_moduletable {
	width: 95%;
	border: 1px solid #d5d5d5;
}
table.center_des_moduletable th {
}
table.center_des_moduletable td {
}		
.poll {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    line-height: 14px;
}
.sectiontableheader {
    background-color: #f9f9f9;
    color: #003366;
    font-weight: bold;
}
.sectiontableentry1 {
    background-color : #F0F0F0;
	padding: 5px;
}
.sectiontableentry2 {
    background-color : #E0E0E0;
	padding: 5px;
}
.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #3366C0;
    text-decoration: none;
}
.smalldark {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
.contentpane {
    background: #FFFFFF;
}
.contentpaneopen {
	background       : #FFFFFF;
	width: 98%;
	border: none;
}
.blog {
	background: #FFFFFF;
	width: 98%;
	padding: 5px;
	border: none;
}
.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	width: 100%;
}
.componentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-align: left;
	line-height: 18px;
	width: 100%;
}
.contentdescription {
    font-family : Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    padding-left: 5px;
}
.createdate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #999999;
    text-align: left;
}
.button {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 10px;
    font-weight: bold;
    background-color: #F0F0F0;
    color: #000000;
    border: 1px solid #CCCCCC;
}
.inputbox, .select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
}


a {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
a:link, a:visited {
    color: #003366;
}
a:hover {
    color: #FF0000;
    text-decoration: none;
}
a.aktivan {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
}
a.aktivan:link, a.aktivan:visited {
    color: #ff6600;
}
a.aktivan:hover {
    color: #FF0000;
    text-decoration: none;
}
/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
 	color: #ff9900;
	text-align:left;
	text-decoration: underline;
}
a.contentpagetitle:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.category:link, a.category:visited {
    color: #003366;
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}
a.category:hover {
    color: #999999;
}
/* for modifying {moscode} output.  Don't set the colour! */
.moscode {
	background-color: #f0f0f0;
}
.code {
	background-color: #f0f0f0;
	border: 1px solid #FFF;
}
/* Text passed with mosmsg url parameter */
.message {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 10pt;
	color : #ff6600;
	text-align: center;
}
/* Javascript Back button */
.back_button {
	text-align: center;
	margin-top: 40px;
	width: 15%;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #f9f9f9;
	margin-left: 10px;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
}
table.contenttoc {
	color: #333300;
	background-color: #e0e0e0;
	border: 1px solid #333;
}
table.contenttoc td {
    font-size: 8pt;
    font-weight: normal;
    text-align:left;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: none;
	padding-bottom: 10px;
}
ul.latestnews {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li.latestnews {
	padding-left: 10px;
	padding-top: 0px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border: none;
	padding-bottom: 5px;
}
table.searchinto {
	width: 100%;
}
table.searchintro td {
	background-color: #293C43;
	color: #ffffff;
	font-weight: bold;
}
.borderindex {
	border: 1px solid #999999;
}
.bodyindex {
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.boxes2 {
	border: 1px solid #eeeeee;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 5px;
}
.boxes {
	border-top: 1px solid #eeeeee;
	border-right: 1px none #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px none #eeeeee;
}
.formborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	padding: 3px;
	border: 1px solid #d1d0bb;
}
.dot {
	background-image: url(../images/dot_gray.gif);
	width: 100%;
	height: 1px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.slikeokvir {
    border-style: double;
	border-color: #999999;
	background-color: #F3F3F3;
	border-width: thin;
}
#header { 
height: 100px; width: 380px;
background: url(../images/header2.jpg) no-repeat;
}
body#transfers #header { background-image: url(../images/header15.jpg)
}