/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: white url(../../comon_elements/images/background-2010-2.jpg) no-repeat center top;
	text-align: center;
}

/* links */
a { 
	color: navy;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: maroon;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;
	margin: 10px;
}
h1 { 
	font-size: 1.1em;
	text-transform:uppercase;
}
h2 { 
	font-size: 1.1em; 
}
h3 { 
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h4 { 
	font-weight: normal;
	font-style: normal;
}

h1.page-title {
	font-weight: bold;
	font-size: 120%;
	color: #003f83;
	margin-top: 13px;
	background: url(../graphics/title-arow.png) no-repeat -1px center;
	padding-left: 17px;
	text-shadow: #999 1px 2px 3px;
	border-bottom: 1px dotted maroon;
	opacity: 1;
}



p {
	margin: 9px;
}
ul, ol {
	margin: 1px 1px 1px 20px;
	padding: 1px 10px;
	line-height: 1.2em;
	font-weight: normal;
	font-style: normal;
}
ul span, ol span {
	color: #666666;
	font-weight: normal;
	font-style: normal;
}

ul, ol a:hover {
}

li {
	margin-bottom: 5px;
}

/* images */
img {
}

img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
	border: none;
}
a:hover img {  
	border: none;
}

img.img-101x135 {
	background: url(../graphics/shadow-101x135.png) no-repeat center center;
	padding: 5px;
	margin-right: 4px;
	float: left;
	margin-left: 4px;
}



img.img-101x135-free {
	background: url(../graphics/shadow-101x135-2.png) no-repeat center center;
	padding: 10px;
}

img.img-76x102 {
	background: url(../graphics/shadow-76x102.png) no-repeat center center;
	padding: 5px;
	float: left;
	border: none;
	border: none;
}

img.img-76x102-solo {
	background: url(../graphics/shadow-76x102.png) no-repeat center center;
	padding: 5px;
	float: left;
	margin-right: 10px;
	border: none;

}


img.img-162x66 {
		background: url(../graphics/shadow-162x66.png) no-repeat center center;
	padding: 5px;
	float: left;
	border: none;

}

img.img-212x151-caption {
		background: url(../graphics/shadow-212x151.png) no-repeat center top;
	padding: 13px 13px 45px;
	border: none;
	margin-top: -5px;
}


img.img-212x151 {
		background: url(../graphics/shadow-211x151.png) no-repeat center top;
	border: none;
	padding: 13px;
}



span.img_caption {
	font-size: 80%;
	display: block;
	margin-bottom: 10px;
	margin-top: -5px;
}

span.img_caption_2 {
	font-size: 80%;
	display: block;
	margin-bottom: 20px;
	margin-top: -47px;
}

#suny-news {
	margin-right: 10px;
	margin-left: 10px;
}




code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/* form elements */
form { padding: 0;
	border: 1px inset gray; 
	background-color: silver;
	margin: 10px;
	text-align: center;
	color: black;
}
label {
	display:block;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	text-align: center;
}
textarea {
	width: 350px;
	height:100px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 898px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	text-align: left;
}

#image-rotator {
	text-align: right;
	height: 395px;
	margin-right: 10px;
}

#gaia_loginbox table.form-noindent {
	width: 210px;
}

#header-limitator {
	width: 900px;
}


#header-lijevi {
	float: left;
	width: 260px;
	margin-top: 5px;
	margin-left: 100px;
	height: 0;
	background-repeat: no-repeat;
}

#cse-search-box div {
	float: left;
	text-align: left;
}



#header-desni {
	float: right;
	width: 300px;
	margin-top: 5px;
}

#header-desni p {
	margin: 0;
}








/* header */
#header {
	color: #4284B0;
	position: relative;
	height: 43px;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	padding: 0;
	width: 446px;		

}

#main-2 {
	float: left;
	padding: 0;
	width: 707px;		

}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 190px;
	margin: 0;	padding: 0;
	min-height: 450px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	top: -230px;
	clear: none;
	display: inline;
	position: relative;
	background-repeat: no-repeat;
	background-position: right 10px;
}
#sidebar ul.sidemenu {
	list-style:none;
	padding:0;
	margin: 10px 0 10px 10px;
	width: 170px;
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #e5eaef;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #0066cc;	
	text-decoration:none;	
	padding: 2px 5px;
	background: #eff5fa;
	height: 15px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 5px;
	background: #eff5fa;
	color: maroon;
}

/* rightbar */
#rightbar {
	float: right;
	width: 260px;
	padding: 0; margin:0;		
	background: url(../graphics/linija-vertikalna.png) no-repeat left 10px;
	min-height: 450px;

}

#video-player {
	margin: -5px 10px;
}



/* Footer */
#footer { 
	color: #004d95;
	clear: both; 
	margin: 0; padding: 1px 0 0; 
	font-size: 95%;
	background: url(../graphics/footer-lines-2.png) no-repeat center 4px;
}
#footer a { 
	text-decoration: none; 
}
#footer .footer-left{
	float: left;
	width: 50%;

}
#footer .footer-right{
	float: right;
	width: 50%;
}


.font-80 {
	font-size: 80%;
}
.font-85 {
	font-size: 85%;
}
.font-90 {
	font-size: 90%;
}
.font-95 {
	font-size: 95%;
}

.invsible {
	color: rgba(255,255,255,0);
}

.margina-10 {
	margin: 10px;
	padding: 10px;
}

#news-post {
	margin-left: 10px;
	clear: both;
}

#news-post h3 {
	padding-top: 4px;
	padding-left: 130px;
	margin: 0;
	padding-right: 10px;
	letter-spacing: 0;
	font-weight: bold;
	text-align: left;
}

#news-post a:hover h3 {
	color: maroon;
}

#news-post p {
	padding-left: 0px;
	margin: 0;
	padding-right: 10px;
	background: url(../graphics/line-post-separator.png) no-repeat 0 bottom;
	padding-bottom: 10px;
	min-height: 70px;
}

#news-post img {
	background: url(../graphics/image-podloga.png) no-repeat;
	float: left;
	padding: 12px;
}

#news-post span.datum {
	float: right;
	color: silver;
}

#news-post h4.datum {
	color: gray;
	text-align: right;
	margin: 0 11px 0 130px;
	font-size: 10px;
	letter-spacing: 0;
	padding: 1px 5px;
	text-transform: none;
	border-bottom: 1px solid #e6e6e6;
	font-style: italic;
}

h4.datum {
	color: silver;
	text-align: right;
	font-size: 10px;
	letter-spacing: 0;
	padding: 0 5px 1px;
	text-transform: none;
	border-bottom: 1px solid #e6e6e6;
	font-style: italic;
	margin-top: -10px;
	margin-left: 10px;
	margin-right: 11px;
}

#uposlenik {
	height: 220px;
	width: 205px;
	text-align: center;
	margin: 5px;
	float: left;
}






/* TABBER */

.tabberlive .tabbertabhide {
 display:none;
}

.tabberlive {
}
ul.tabbernav
{
	font: 1.1em 'Trebuchet MS', Arial, Sans-serif;
	padding-bottom: 2px;
	text-align: center;
	height: 27px;
	background: url(../graphics/taber-back-dark.png) no-repeat;
	margin: 9px 0 0 10px;
	padding-right: 0;
	padding-left: 5px;
	text-transform: uppercase;
}

ul.tabbernav li
{
 list-style: none;
 display: inline;
}

ul.tabbernav li a
{
	border-bottom: none;
	text-decoration: none;
	padding: 7px 2em 3px;
	width: 53px;
	display: inline-block;
	float: left;
	margin-top: 0;
	margin-left: 2px;
	margin-right: 2px;
	color: #fffeff;
}

ul.tabbernav li a:hover
{
	color: #fffeff;
	font-weight: bold;
	margin-top: -1px;
	background: url(../graphics/taber-selected-dark.png) repeat-x;
}


ul.tabbernav li.tabberactive a
{
	color: #fffeff;
	font-weight: bold;
	background-image: none;
}

ul.tabbernav li.tabberactive a:hover
{
 border-bottom: 1px solid white;
	background-image: url(../graphics/taber-selected-dark.png);
}
.tabberlive .tabbertab {
	border:0px solid #aaa;
	border-top:0;
	text-align: justify;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	margin-top: 10px;
}

.tabberlive .tabbertab h2 {
/* display:none; */
}

.tabberlive .tabbertab h2 a {
	color: #003268;
}


/* End TABBER */



/* MENUE */


/* Menu link styles */
.mainMenuLink{
	display:block;
	color: #004d95;
	border: 1px solid #e5eaef;
	width: 129px;
	margin-left: 10px;
	margin-bottom: 1px;
	background: #eff5fa url(../graphics/arrow_blue-dark.png) no-repeat 156px center;
	text-align: right;
	padding: 2px 20px;
	font-weight: bold;
}

.mainMenuLinkSelected{
	display:block;
	color: maroon;
	border: 1px solid #e5eaef;
	width: 129px;
	margin-left: 10px;
	margin-bottom: 1px;
	background: #eff5fa url(../graphics/arrow_red-dark.png) no-repeat 156px center;
	text-align: right;
	padding: 2px 20px;
	font-weight: bold;
}

.mainMenuLink:hover{
	background: #eff5fa url(../graphics/arrow_red-dark.png) no-repeat 156px center;
	color: maroon;
}

.mainMenuLinkSelected:hover{
   background-color:#f1f1f1;
}

.subMenuLink{
	display:block;
	color: #0066cc;
	border: 1px solid #e5eaef;
	width: 139px;
	margin-left: 10px;
	margin-bottom: 1px;
	background: #eff5fa url(../graphics/arrow_blue-dark.png) no-repeat 145px center;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 30px;
}

.subMenuLinkSelected{
	display:block;
	color: maroon;
	border: 1px solid #e5eaef;
	width: 139px;
	margin-left: 10px;
	margin-bottom: 1px;
	background: #eff5fa url(../graphics/arrow_red-dark.png) no-repeat 145px center;
	text-align: right;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 30px;
}

.subMenuLink:hover{
	background: #eff5fa url(../graphics/arrow_red-dark.png) no-repeat 145px center;

}

.subMenuLinkSelected:hover{
	background-color: #eff5fa;
}


/* Right Menu */

.rightMenuLink{
	display:block;
	color: #0066cc;
	border: 1px solid #e5eaef;
	width: 200px;
	margin-left: 10px;
	padding-left: 20px;
	margin-bottom: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: #eff5fa url(../graphics/arrow_blue.png) no-repeat 5px center;
}

.rightMenuLink:hover{
	background: #eff5fa url(../graphics/arrow_red.png) no-repeat 5px center;
	color: maroon;
}


/* MENUE ENDE */


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-center {	text-align: center; }
.align-right {	text-align: right; }
.align-justify {	text-align: justify; }


/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.red {	color: maroon; }

.bluli-light {
	color: #4c83ab;
}
.blue {
	color: #003f83;
}
.bluli {
	color: #4284B0;	
}



.gray  {	color: #BFBFBF; }


/* Title bacgrounds */
.title-blue {
	background: url(../graphics/title-blue.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-blue-li {
	background: url(../graphics/title-blue-li.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-green {
	background: url(../graphics/title-green.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-green-li {
	background: url(../graphics/title-green-li.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-red {
	background: url(../graphics/title-red.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-mag {
	background: url(../graphics/title-mag.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}

.title-orange {
	background: url(../graphics/title-orange.png) repeat-x;
	height: 25px;
	color: white;
	text-align: center;
	margin: 9px;
	line-height: 26px;
	letter-spacing: 1px;
}




/*Sample CSS used for the Virtual Pagination Demos. Modify/ remove as desired*/

.paginationstyle{
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
color: navy;
background-color: white;
	border: 1px hidden #003f83;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #960000;
	border-bottom: 1px solid #960000;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #960000;
}

.upercase {
	text-transform: uppercase;
}

.search-form {
	margin: 0;
	padding: 0;
	background-image: none;
	background-color: transparent;
	border-style: none;
}

.test {
	margin-top: -5px;
}


#floater-element { 
	top: -1145px; 
	left: 780px; 
	width:110px; 
	position: relative; 
}

* html #floater-element {
	position:relative;
	}