/* CoppeTeam Studio - www.CoppeTeam.co.yu
 * Design by Predrag Kopricanec coppe at neobee dot net
*/ 

/* General HTML Styles */

body {
   background-color: #339;
	background-image: url(img/main_bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 20px 0;
	padding: 0;
}

table, tbody, tr, th, td, div, span, p, form, input, textarea, a {
	font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #e5e5e5;
}

H1  { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0;
}

H2  { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0;
}

H3  { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0px;
}

H4  { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0px;
}

H5 { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0px;
}

H6 { 
   font-family: Verdana, Helvetica, Tahoma, Geneva, sans-serif;
	color: #CCCEFF;
   font-weight: lighter;
   margin : 0px;
}

form {
  margin: 0px;
  padding: 0px;
}

img  { 
   border : 0px;
}

input {
	border: #fff 1px solid;
	color: #000; 
	background-color: #CCCEFF;
	margin: 0px;
	padding: 2px;
}

input:hover {
	border: #339 1px solid; 
	color: #339; 
}

input:active, input:focus {
	border: #000 1px solid; 
	color: #339; 
}

textarea {
	border: #fff 1px solid;
	color: #000; 
	background-color: #CCCEFF;
	margin: 0px;
	padding: 2px;
}

textarea:hover {
	border: #339 1px solid; 
	color: #339; 
}

textarea:active, textarea:focus {
	border: #000 1px solid; 
	color: #339; 
}

select {
	border: #fff 1px solid; 
	color: #000; 
   background-color: #CCCEFF;
   vertical-align: middle;
	margin: 0px;
	padding: 2px;
}

option {
	border: #339 0px solid; 
	color: #000; 
   background-color: #CCCEFF;
   vertical-align: middle;
}

select:hover {
	border: #339 1px solid; 
	color: #339; 
   background-color: #CCCEFF;
   vertical-align: middle;
}

select:active, select:focus {
	border: #000 1px solid; 
	color: #339; 
}

a { 
   text-decoration: none;
   color : #ccf;
	background-color: transparent;
}

a:hover { 
   text-decoration: none;
   color : #CFCCFF;
	background-color: #5350A9;
}

p { 
   margin : 3px 0px 3px 0px;
}

hr {
	background-color: transparent;
	color: #ccf;
	width: 100%;
	height: 0px;
	border-collapse: collapse;
	margin: 5px 0px 0px 0px;
	border: 0.5px solid;
}

/* Other Styles */
#MainTable {
	width: 960px;
	height: auto;
	margin: auto auto;
}
#LeftSide {
	background-image: url(img/sigmma_left.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 100px;
}
#RightSide {
	background-image: url(img/sigmma_right.jpg);
	background-position: right 0;
	background-repeat: no-repeat;
	width: 100px;
}
#MainBox {
	width: 760px;
	vertical-align: top;
}
#MainBoxTable {
	width: 760px;	
}
#Header {
	background-image: url(img/header.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 200px;
}
#Footer {
	height: 50px;
	text-align: center;
}
#HeaderTable {
	width: 760px;
	height: 200px;
}
#Slogan {
	height: 50px;
	text-align: right;
	padding: 0 20px 5px 0;
}
#LangSelect {
	height: 40px;
	vertical-align: top;
	text-align: right;
	padding: 5px 20px 0 0;
}
#FooterBox {
	color: #ccf;
	text-align: center;
	font-size: 9px;
}



/* iz starog sajta */
.FirCat {
	background-color: #363690;
	padding:1px;
}
.SecCat {
	background-color: #403090;
	padding:1px;
}
.ThrCat {
	background-color: #304080;
	padding:1px;
}
.ForCat {
	background-color: #403680;
	padding:1px;
}

a.ListLink {
	color: #DDF;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 0px 2px 0px 2px;
}

a.ListLink:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5050A0;
}

.ScrollBoxList {
	display: block;
	overflow: auto;
	width: 100%;
	height: 250px;
	border: 1px solid #6060a0;
	background-color: #404080;
}

a.ScroolBoxLink {
	color: #DDF;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 2px;
	border-bottom: 1px solid #606099;
	width: 97%;
}

a.ScroolBoxLink:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #5353A0;
}