/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
   
   
@font-face {
    font-family: 'PSLKandaExtraRegular';
    src: url('pslfont/psl156-webfont.eot');
    src: url('pslfont/psl156-webfont.eot?#iefix') format('embedded-opentype'),
         url('pslfont/psl156-webfont.woff') format('woff'),
         url('pslfont/psl156-webfont.ttf') format('truetype'),
         url('pslfont/psl156-webfont.svg#PSLKandaExtraRegular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PSLSimilanyaRegular';
    src: url('pslfont/psl146-webfont.eot');
    src: url('pslfont/psl146-webfont.eot?#iefix') format('embedded-opentype'),
         url('pslfont/psl146-webfont.woff') format('woff'),
         url('pslfont/psl146-webfont.ttf') format('truetype'),
         url('pslfont/psl146-webfont.svg#PSLSimilanyaRegular') format('svg');
    font-weight:bold;
    font-style:normal;

}
@font-face {
    font-family: 'PSLFreestyleRegular';
    src: url('pslfont/psl230-webfont.eot');
    src: url('pslfont/psl230-webfont.eot?#iefix') format('embedded-opentype'),
         url('pslfont/psl230-webfont.woff') format('woff'),
         url('pslfont/psl230-webfont.ttf') format('truetype'),
         url('pslfont/psl230-webfont.svg#PSLFreestyleRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PSLFreestyleBold';
    src: url('pslfont/psl231-webfont.eot');
    src: url('pslfont/psl231-webfont.eot?#iefix') format('embedded-opentype'),
         url('pslfont/psl231-webfont.woff') format('woff'),
         url('pslfont/psl231-webfont.ttf') format('truetype'),
         url('pslfont/psl231-webfont.svg#PSLFreestyleBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
/*background: white;#303030;*/
color:#666;
font-family:  tahoma, ms sans serif ; 
font-size: 0.8em; 
/*font-family:PSLKandaExtraRegular;
font-size:1.0em;*/
font-weight:normal;
margin-left: 0px;
margin:0;
padding:0;
/*background:#eee url(topleft_bg.png) repeat-x;*/
background: #fff;/*rgb(57, 65, 74);*/
}
img{
	behavior: url(iepngfix.htc);
}
td, th{
	 margin-left: 0px;

	margin-left: 5px;
	margin-top: 5px;
}  
/*body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Tahoma, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}*/


 #top_bar {
width: 912px;
height: 21px;
margin: auto;
padding: 7px 27px 0;
text-align: right;
font-size: 13px;
color: #4A4A4A;
}
#header_logo {
width: 912px;
height: 108px;
margin: 0 auto;
padding: 0 27px;
}

a {	color: #E0691A;	background: inherit;  text-decoration: none; }
a:hover { color: #6C757A; background: inherit; text-decoration: underline;}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Tahoma, Sans-Serif; }
h2 { font-size: 1.3em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul { margin: 0; padding : 0; list-style : none; }

form { 	margin: 0; }

input.search { 
	width: 200px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
}
input.year { 
	width: 40px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
}
select.month { 
	width: 80px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
}
input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0px;
	width: 65px;
	margin: -2px 0px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
	cursor:pointer;
}

input.submit_s {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 25px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

.prog_btn {
	background: #E0691A url(btn200px.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}
input.go {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 25px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}
input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}

/* layout
   ------ */

.content { 
	margin: 0 auto;
	width:970px;
	padding: 0px 10px 20px 10px; 
	margin-bottom:20px;
	background:#fff;
}

.header_sp { 
	height: 90px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	background-image: url(hdr_bar.jpg);
	background-position: 0px;
	background-repeat: no-repeat;
}

.header  
{
    z-index:9;
    position:absolute;
    width:100%;
	height: 80px;
	margin:0px auto;
	left:0px;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
	background:transparent url(header_pattern.png);
	background:#eee url(topleft_bg.png) repeat-x;
	
}

.top_info {
	float: right;
	width: 350px;
	padding: 5px 0 4px 0;
}
.top_info .grey {color: #003300;}
	.top_info_left {
		width: 200px;
		float: left;
	}

	.top_info_right {
		float: right;
		width: 250px;
		padding: 0 0 0 35px;
		font-family:PSLKandaExtraRegular;
		font-size:1.6em;
		font-style:italic;
		font-weight:normal;
		color:#ebebeb;
	}

.browse_category  {
	font-size: 0.9em;
	width: 80px;
	color: #FFF;
	background: inherit;
}

.bar  
{
    position:absolute;
    padding-top:90px;
    font-family:PSLKandaExtraRegular;
	clear: both;
	font-size: 1.6em;
	height: 30px; 
	color: #FFF;
	margin: 0 0 0 0px; 
	background: #9ACD32;
	white-space:nowrap;
	line-height:0.8em;
	width:100%;
	left:0px;
	text-align:center;
}
    .head_inner{width:970px; height:inherit; margin:0px auto;  }

ul.menu {width:970px;height:inherit;overflow:hidden; display:inline-block;margin-left:20px; white-space:nowrap;}
ul.menu li{margin: 0; 
		padding: 7px 15px 5px 15px;
		color: #FFEADC;
		background: #9ACD32;
		float: left; cursor:pointer;}
ul.menu li a{width:auto;height:inherit; display:inline-block;color:#FFF;position:relative; background-color:transparent; text-decoration:none;}
ul.menu li a:hover {color:#FFF;}
ul.menu li.backLava 	
{
    background: #E88000 url(bar.gif) no-repeat center top; 
	color: #fff;position: absolute; 
}


	/*.bar li { 
		margin: 0; 
		padding: 7px 15px 5px 15px;
		color: #FFEADC;
		background: #9ACD32;
		float: left; 
	}
	
	.bar li.active { 
		background: #E88000 url(bar.gif) no-repeat center top; 
		color: #fff;
		font-weight: bold; 
		padding: 7px 10px 6px 10px;
	}
	
	.bar li a  
	{
	    
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		color: Yellow; 
		background: inherit;
	} */

/*.search_field { 
	background: #fff url(searchbg.gif) no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 0px 10px 10px;
	margin: 5px 0;
	
}*/

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}

/*.contentslide{padding-top:125px;}*/

/* left side
   --------- */
.content .left ,.content .right{padding-top:125px;}
.left {
	float: left;
	width: 65%;
	margin: 0 0 10px 0;
	padding-bottom:30px;
	padding-right:10px;
}

.left h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 4px 0 4px 5px;
	font: bold 1.6em PSLKandaExtraRegular;
	margin: 0 0 0px 0;
	line-height:1em;
}

.full {
	/*float: left;*/
	width: 100%;
	margin: 2px 0 0px 0;
	padding-top:125px;
}

.full h3 {
	clear: both;
	background: #A9C0CE url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 4px 0 4px 5px;
	font: bold 1.6em PSLKandaExtraRegular;
	margin: 0 0 0px 0;
	line-height:1em;
}

	.left_side {
		float: left;
		width: 180px;
		padding: 0 0 0 10px;
		margin: 10px 0;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
	.left_side a:hover, .right_side a:hover { color: #E0691A; background: #FFF; }
		
	.right_side {
		float: right;
		
		background: #FFF url(dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 40px;
		margin: 10px 0;
	}
		
	.left_box { margin: 0 0 10px 0; color: #000; background: #FFF; padding: 3px 0; }
	.board_box { 
	margin: 0 0 10px 0; 
	/*color: #000; */
	background: #FFF; padding: 3px 0;
	background-image: url(chat.gif);
	background-repeat: no-repeat;
	background-position: top right;
	}
	.cal_orange { 
		background: url(cal_orange.gif) no-repeat top left;
	}
	.pr_box { 
	margin: 0 0 10px 0; 
	/*color: #000; */
	background: #FFF; padding: 3px 0;
	background-image: url(kucoop.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	.full_box { 
	margin: 0 0 0px 0; 
	/*color: #000; */
	background: #FFF; padding: 3px 0;
	}
/* right side
   ---------- */
		
.right {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding-bottom:30px;
	padding-left:10px;
}

.right h3 {
	background: #979DA3 url(corner.gif) no-repeat top right;
	color: #FFF;
	padding: 4px 0 4px 5px;
	font: bold 1.6em PSLKandaExtraRegular;
	margin: 0 0 3px 0;
	line-height:1em;
}

	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	
/*left side*/
.left2 {
	float: right;
	width: 34.6%;
	margin: 0 0 10px 0;
}

.left2 h3 {
	background: #6C757A  url(corner.gif) no-repeat top right;;
	color: #FFF;
	padding: 7px 0 7px 5px;
	font: bold 1.6em PSLKandaExtraRegular;
	margin: 0 0 3px 0;
}

	.left2_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}	
	
.image {
	float: left;
	margin: 0 9px 3px 0;
	behavior: url(iepngfix.htc);
}

.imagex {
	float: left;
	margin: 0 0px 0px 0;
	behavior: url(iepngfix.htc);
}

.image_right {
	float: right;
	margin: 0 0px 3px 9;
	behavior: url(iepngfix.htc);
}
.slogan_color {
	color: #E0691A;
}
.greeting_msg{
	color: #6495ED;
}
.event_date{
	color: #808080;
}
/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

/* add by kt*/
.cal_box{
	border: 1px solid #F8F8FF;
}
.cal_boxa{
	border: 1px solid #FFD700;
}
.rate_box{
	color: black;
	background: White;
	border: 1px solid #DCDCDC;
	}	

.boxhdr300 {
            width:350;
            background:#C4D5E3;
            border:1px solid #C4D5E3;
            font-weight:bold;
            padding:5px;
				
         }
         
.boxbdy300 {
            width:350;
            background: White;
            border-left:1px solid #C4D5E3;
            border-right:1px solid #C4D5E3;
            border-bottom:1px solid #C4D5E3;
            padding:10px;
				
         }
			
.prg_number{
	font-weight: bold;
	text-align: right;
	margin: 10;
	border-bottom: 1px dashed;
	border-color: #708090;
}
.prg_numberRed{
	font-weight: bold;
	text-align: right;
	margin: 10;
	color: Red;
	background: Yellow;
}
.prg_summ{
	border-bottom: 1px dashed;
	border-color: Red;
	border-bottom-width: 3px;
}
.prg_text{
	background: #FDFDFD;
	border: 1px inset #DC143C;
	font-weight: bold;
	text-align: right;
}

.align_right_bold{
	text-align: right;
	font-weight: bold;
}
.align_left{
	text-align: left;
}
.BlackWhiteBold{
	background: Black;
	color: white;
	font-weight: bold;
}
.SilverBlackBold{
	background: #F8F8FF;
	color: Black;
	font-weight: bold;
}
.SumFlame{
	border: 1px solid #DCDCDC;
}
.HdrFlame{
	border: 1px solid #DCDCDC;
	background: #FFFFE0;
}
/*elect*/
.coop_name{
	font-size: 18px;
	font-weight: bold;
	color: green;
}
.elect_header{
	background: #4169E1;
	font-weight: bold;
	font-size: 14px;
	height: 20px;
	color: white;
}
.elect_group{
	background: #E4E4E4;
	text-align: center;
}
.elect_name{
	font-size: 14px;
	font-weight: bolder;
	color: navy;
}
.elect_dept{
	color: #708090;
}
.elect_score{
	color: red;
	font-size: 24px;
	font-weight: bold;
}
.elect_status_msg{
	color: orange;
	font-weight: bold;
}
.btnav { background-color: #F8F8F8; border: 1px #000000 solid;} 
.prg_score{
	text-align: right;
	color: red;
	font-weight: bold;
}
.elcheck{
	background: Orange;
	color: White;
}

/*Example CSS for the two demo scrollers*/
#pscroller1{
width: 495px;
height: 50px;
border: 1px dashed Silver;
padding: 5px;
background-image: url('elect50.png');
background-repeat: no-repeat;
background-position: top right;
 border-left-width: 0px;
 border-bottom-width: 0px;
 border-right-width: 0px;
}

#pscroller2{
width: 500px;
height: 20px;
border: 1px solid black;
padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}
.sc_title{
	font-weight: bold;
	color: #FF8C00;
	font-size: 1.2em;
	
}
.sc_content{
	font-weight: normal;
	color: black;
	font-size: 1.2em;
}
.sc_content_violet{
	font-weight: normal;
	color: #2E8B57;
	font-size: 1.2em;
	font-weight: bold;
}


.imgbrd{
	border:1px solid #b0b0b0; float:none;margin:0px 0px 0px 0; padding:5px;
}
.imgbrd_right{
	border:1px solid #b0b0b0; 
	margin:0px 0px 0px 0; padding: 5px;
	float: right;
}

/* Footer Style */
.footer
{
    font-family:PSLKandaExtraRegular;
    font-size:1.6em;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	background:url(transparent_bg2.png);
	opacity:0.9;
	height:20px;
	padding-bottom:5px;
	text-transform:uppercase;
	z-index:4;
	color:#fff;
	z-index:9999;
	line-height:1em;
}
.footer a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#CCFF33;
	/*float:right;*/
	background-color:transparent;
}
.footer a:hover{
	color:#ffcc00;
}
.footer a span{
	font-weight:bold;
}
.footer a.left{
	float:left;
}
.toggle_footer{float:right; cursor:pointer; text-align:center;}
.connect_widget_connected_text{color:White;}
.connect_widget_connected_text a{color:Yellow;}

.head_inner_left{width:500px;float:left;height:100%; vertical-align:top;}
.head_inner_left .imglogo{width:80px;height:80px;margin-top:-4px; text-align:right}
.head_inner_left .logotext 
{
    font-family:PSLKandaExtraRegular;
    font-size:2em;
    display:block;
    width:400px;
    float:right;
    line-height:1em;
    top:25px;
    padding-left:90px;
    color:#009900;
    position:absolute;
    white-space:nowrap;
    
}
.logotext2{font-size:0.8em;color:#FF3399;}

.head_inner_right{padding-top:0px;width:400px;float:right;height:100%; vertical-align:top; /*font-family:PSLFreestyleRegular;font-size:2em; text-align:center; color:#666;*/}
.search_field  
{
    font-family:Tahoma;
	/*background:#ccc url(searchbg.gif) no-repeat right; */
	color: #808080;
	font-weight: bold;
	height:30px; 
	vertical-align:middle;
    white-space:nowrap;
	/*padding: 7px 0px 10px 10px;
	margin: 5px 0;*/
	
}

#menu_wrapper{width:1025px; margin:0px auto;}
.clear{clear:both;}
#weblink
{
    width:100%;
    display:block;
    /*background:transparent url(transparent_bg2.png);*/
}
.weblink_inner{width:970px; margin:0px auto; vertical-align:top; white-space:nowrap;}
.weblink_inner a{color:#999; text-decoration:none;}
.weblink_inner a:hover{color:#333;}
.divhalf1{width:480px;float:left;padding-right:10px;white-space:nowrap;}
.divhalf2{width:480px;float:right;white-space:nowrap;}
.divhalf1 h3, .divhalf2 h3
{
    width:100%;
    clear: both;
    background: #979DA3 url(corner.gif) no-repeat top right;
    color: white;
    padding: 4px 0 4px 5px;
    font: bold 1.6em PSLKandaExtraRegular;
    margin: 0 0 0px 0;
    line-height: 1em;
}

.link_col1,.link_col2,.link_col3,.link_col4
{
    width:25%; vertical-align:top; display:inline-block; white-space:normal;padding-top:10px; white-space:normal;
}
.innerDiv p{ width:96% !important;}
        
.person_detail
{
    font-family:PSLKandaExtraRegular; 
    display:none;
    width:100%;
    height:auto;
               
    background:url(contentbg.png);
    z-index:999;
    position:absolute;

    padding-bottom:10px;
}


.slide_header{font-size:1.5em;height:auto;color:Black;display:block;font-family:PSLKandaExtraRegular; }         

.person_detail .det_name{font-size:1.6em;font-weight:bold; color:Green; z-index:9999;}
        .person_detail .det_pos{font-size:1.6em;color:Purple; z-index:9999;}
        .person_detail .det_lev{font-size:1.6em;z-index:9999;}
        .coop_board{padding-left:50px;}
        .coop_staff{padding-left:50px;}
        #popup{font-size:1.8em;text-align:center;font-family:PSLKandaExtraRegular; }
        #popup .det_name{ font-weight:bold; color:Green; z-index:9999;}
        #popup .det_pos{color:Purple; z-index:9999;}
        #popup .det_lev{z-index:9999;}
        
/*--------------------------------- Social menu --------------------------------------------------*/

.socials 
{
z-index:10;
display:inline-block;
width:32px;
height:32px;
background:url(../jQuerySource/mobilyblocks/img/socials/share.png) no-repeat;
cursor:pointer;
position:relative;
}

.nature {
display:block;
width:150px;
height:150px;
background:url(../jQuerySource/mobilyblocks/img/nature/img1.png) no-repeat;
cursor:pointer;
position:relative;
}

.socials, .nature {
margin:0 auto;
}

.socials {
margin-bottom:50px;
}

ul.reset,
ul.reset li {
display:block;
list-style:none;
padding:0;
margin:0;
}

ul.reset li {
position:absolute;
}

ul.reset li a {
outline:none;
text-decoration:none;
}
.socials img ,.socials img{border:none;text-decoration:none;}

/*-----------------------------------end social --------------------------------------------------*/       
        
        
        
        
        
        
        
/*---------------------------------- overrides style------------------------------------------------*/
select,input {color:#666;}

/*------------------------------------end -----------------------------------------------------------*/