/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
    background-color: #F3FBe5;
    margin-left: 50;
    margin-top : 0;
    margin-right : 0;            
}

.pagemaster {
	/*width: 100%;*/
	height: 100%;	
	/*background-color: #f3fbe5;*/
}
.skinmaster {
	height: 100%;
	/*background-color: #f3fbe5;*/
	/*border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; */
	
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; */
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.leftpane {
	width: 175px;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.contentpane {
	width: 100%;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.rightpane {
	width: 175px;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.bottompane {
	width: 100%;
	background-color: transparent;
	/*padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.MainMenu_MenuContainer {
	background-color: #7CB70F; 
	margin-right : 15px;
	margin-left : 15px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 17px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: #5E8802 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Arial, Helvetica, Sans-Serif; 
	height : 17px;	
}
.MainMenu_MenuIcon {
	background-color: #7CB70F; 
	border-left: #7CB70F 0px solid; 
	border-bottom: #7CB70F 0px solid; 
	border-top: #7CB70F 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 17px;
}
.MainMenu_SubMenu {
	background-color: #7CB70F;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #5E8802; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family:  Arial, Helvetica, Sans-Serif; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 17px;
}
.MainMenu_MenuArrow {
	border-right: #5E8802 0px solid; 
	border-bottom: #5E8802 0px solid; 
	border-top: #5E8802 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 	
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;	
}
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Arial, Helvetica, Sans-Serif;
   font-size:  11pt;
   font-weight: bold;
   color: #000000;
}

.SkinObject {
    font-weight: normal;
    font-size: 10px;
    color: #5E8802;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#5E8802;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#5E8802;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#5E8802;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#5E8802;
}


.pilot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	line-height: 18px;
}

.heder_desno {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.dno_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;	
	color: #FFFFFF;
	text-decoration: none;
}

A.dno_small:link {
    text-decoration:    none;
    color:#FFFFFF;
}

A.dno_small:visited  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.dno_small:active   {
    text-decoration:    none;
    color:#FFFFFF;
}

A.dno_small:hover    {
    text-decoration:    none;
    color:#FFFFFF;
}

.izbornik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E8802;
	text-decoration: none;
	text-align: left;
	height: 25px;
	padding: 5px 5px 5px 15px;
}

A.izbornik:link {
    text-decoration:    none;
    color:#5E8802;
}

A.izbornik:visited  {
    text-decoration:    none;
    color:#5E8802;
}

A.izbornik:active   {
    text-decoration:    none;
    color:#5E8802;
}

A.izbornik:hover    {
    text-decoration:    none;
    color:#5E8802;
}

.news_txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

.cilj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;
}

.news_naslov {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5E8802;
	text-decoration: none;
	text-align: left;
	padding: 5px 5px 5px 0px;
}

.news_naslov_sivo {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #454444;
	text-decoration: none;
	text-align: left;
	padding: 5px 5px 5px 0px;
}
.vrijeme {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5E8802;
	text-decoration: none;
	text-align: right;
}

.top_small {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5E8802;
	text-decoration: none;
}

.izbornik_aktiv {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #7FB903;
	text-decoration: none;
	text-align: left;
	height: 25px;
	padding: 5px 5px 5px 2px;
}

.news_link {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5E8802;
	text-decoration: none;
}

.buttoni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5C8602;
	text-align: center;
	border: #5C8602;
	height: 16px;
	width: 60px;
}
.buttoni_prazno {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #5E8802;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px inset #5C8602;
	height: 16px;
	width: 90px;
}

.heder_lijevo {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

.User {
    font-weight: normal;
    font-size: 10px;
    color: #5E8802;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
A.User:link {
    text-decoration:    none;
    color:#5E8802;
}

A.User:visited  {
    text-decoration:    none;
    color:#5E8802;
}

A.User:active   {
    text-decoration:    none;
    color:#5E8802;
}

A.User:hover    {
    text-decoration:    none;
    color:#5E8802;
}

.Search {
    font-weight: normal;
    font-size: 10px;
    color: #5E8802;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
A.Search:link {
    text-decoration:    none;
    color:#5E8802;
}

A.Search:visited  {
    text-decoration:    none;
    color:#5E8802;
}

A.Search:active   {
    text-decoration:    none;
    color:#5E8802;
}

A.Search:hover    {
    text-decoration:    none;
    color:#5E8802;
}

A.news_txt:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

A.news_txt:visited  {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

A.news_txt:active   {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

A.news_txt:hover    {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

.news_txt A{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}

.news_txt span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #454444;
	text-decoration: none;
	text-align: justify;
}
