body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	/*background-color: #333333;*/
	/*background-image: url(images/layout_boulevard_frontend_01.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;	   /* IE 5+ */
	background-color: #FFF;
}

a{
	/*color: #933;*/
	text-decoration: none;
	color: #069;
	
}

a:hover{
	color: #0099CC;
	text-decoration: none;
}

#wrapper{
	width: 990px;
	background-color: rgba(255,255,255,0.3);
	/*box-shadow: 0px 0px 20px #633;	*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #D9F0FF;
	border-right-color: #D9F0FF;
	border-bottom-color: #D9F0FF;
	border-left-color: #D9F0FF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#header{
	/*background-image: url(images/layout_boulevard_frontend_04.gif);*/
	height: 120px;
	background-color: #FFF;
}

#web-nav{
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	text-indent: 20px;
	background-position: left top;
	/*background-image: url(images/bg_02.jpg);*/
	background-repeat: repeat-x;
	background-color: #000;
}

#web-nav a{
	color:#CCC		
}


#web-nav a:hover{
	color:#FFF		
}


#social-nav{
	float: right;
	margin-right: 20px;
	
}



#social-nav .separator{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}

#social-nav img{
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#social-nav a{
	color: #B4CDCD;
}

#social-nav a:hover{
	color: #D9E6E6;
}


#img-logo{
	width: 436px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
	padding-left: 275px;
}

.download_badge{
	float: right;
	width: 200px;
	text-align: right;
	padding-right: 20px;
	padding-top: 20px;	
}




#menu{
	/*background-image: url(images/layout_boulevard_frontend_06.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	height: 36px;
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	background-color: #000;
}

/*#menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #87565C;
}

#menu a:hover{
	color: #FC0;
}

#menu .active{
	color: #FFFFFF;
}

*/
#menu #search-nav{
	float: right;
	margin-right: 10px;
}

form{
	margin: 0px;
	padding: 0px;	
	
}



#search-nav .keyword{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*border-radius: 4px;*/
	border: 1px solid #FFF;
	background-image: url(images/search2_bt.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;	
}

#search-nav input:focus{
	background-color: #FFFFFF;
}

#search-nav2 .keyword{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	/*background-image: url(images/search2_bt.png);*/
	background-repeat: no-repeat;
	background-position: right center;
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 5px;
	margin: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


#search-nav2 input:focus{
	background-color: #FFFFFF;
	border: 1px solid #666;
}

#search-nav2 button{
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#search-nav2 button::-moz-focus-inner {
    padding: 0;
    border-top: 0;
	border-right: 0;
	border-bottom: 1;
	border-left: 0;
}



#content_wrapper{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:auto;
	/*background:#FFF7E7;*/
	/*background:#faf2e6;*/
	background-color:#FFF;
	float:left;
	width: 950px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

#side_menu{
	width: 230px;
	float: left;
	margin: 0;
	text-align: left;
	position: relative;
	clear:left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E0E0E0;
}

.side_menu_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #181F27;
	background-color: #000;	/*background-color: #A93838;*/
}




.side_menu_content{
	padding: 10px;
	margin-bottom: 5px;
}

.side_menu_content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding: 10px;
	margin: 0px;
}


.side_menu_content ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.side_menu_content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	/*	text-shadow: 0 1px 0 #000;
*/	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.side_menu_content .hit_total {
	font-size: 10px;
	color: #FFF;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 0px;
	text-align: right;
	margin-top: 5px;	
}

.side_menu_content li a:hover, .side_menu_content li.current a:hover{
		
}

.other_latest_news{
	padding-left: 30px;
	margin-bottom: 20px;	
}

.other_latest_news ul{
	margin: 0px;
	list-style-type: square;
	color: #D8C1B4;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.other_latest_news li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	/*	text-shadow: 0 1px 0 #000;
*/	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #966;
	
}


#main_content{
	float: left;
	width: 660px;	
	position: relative;	
	clear:right;
}

/*.main_content {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    clear: right;
    float: left;
    position: relative;
    width: 540px;
}*/


/*#content_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #647D77;
	background-image: url(images/frontend_setda_sumedang_10.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 45px;
	float: left;
	width: 100%;
}

.content_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3f6179;
	background-image: url(images/frontend_setda_sumedang_10.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 45px;
	width: 100%;
	
}
*/

#side_menu_right {
	clear: right;
	float: right;
	position: relative;
	text-align: left;
	width: 270px;
	background-repeat: no-repeat;
	background-position: -6px top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #E0E0E0;
	border-left-color: #C9ADAD;
}

.page_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	/*background-image: url(images/frontend_setda_sumedang_10.jpg);*/
	background-position: left 38px;
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;	/*background-image: url(images/layout_boulevard_frontend_12.jpg);*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.box_story, .box_story_little {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}





.box_story_little img {
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;	
}

.box_story_detail .news-text img {
	/*float:left;
	width:610px;*/
	
}

.box_story {
	border-bottom: 1px solid #7C4E45;
	padding: 5px;
	margin-bottom: 5px;
}



 .box_story_detail img{
	/*padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #BD9F9F;*/
}

.box_story_detail {
	padding: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.box_story_detail h1 {
	font-size: 22px;	
}


.box_story_little h1 a {
	font-size: 18px;	
}

.box_story_little .news-info, .box_story{
	font-size: 11px;	
}
.box_story_little .news-text, .box_story{
	font-size: 13px;	
	line-height: normal;
}

.box_story_little .content{
	/*padding-left: 200px; */
}



h1, h1 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	/*color: #933;*/
	/*background-image: url(images/frontend_setda_sumedang_10.jpg);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000;
}

h1 a:hover{
	color: #0099CC;
}


h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #933;
	font-weight: normal;
}


.news-info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 10px;
	color: #333;
}

.news-text {
	color: #333333;
	/*text-align: justify;*/
	font-size: 14px;
	font-family: Arial, "Times New Roman", Times, serif;
	line-height: 20px;
}


.box_story .news-text img{

	width:620px;	
	
}

.box_story_little .news-text img{

	width:180px;	
	float:left;
	
}



#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	
	vertical-align: top;
	float: left;
	width: 100%;
	font-weight: normal;
	text-decoration: none;
}

.clr {
    clear: both;
}

#footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	/*background-image: url(images/bg_02.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	background-color: #000;
}



form{
	margin: 0px;
	padding: 0px;	
	
}



.title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #369;
	padding-bottom: 10px;
}

.info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
}

.text{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align:justify;
	color:#333
}


.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* --------------tables------------------------ */

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
   /* -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; */        
}

.bordered tr:hover {
	-o-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background-color: #B7DBFF;  
	cursor:hand;
	cursor:pointer;
}

   
.bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 15px;
}

.bordered td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}


.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.bordered th:only-child{
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0x 0 0;
    border-radius: 0 0 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.alternate {
	background-color: #F4F4F4;    
	
}


.width_big{
	width: 100%;	
}



/* ---------------- form ----------------- */


div.box_form{
	

}

div.box_form label, div.box_form p {
	width:100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	margin: 0px;
}

div.box_form label span, div.box_form p span{
	display: block;
	color:#666;
	font-size:12px;
	float:left;
	width:120px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	text-indent: 15px;
}

div.box_form label div, div.box_form p div{
	font-size:12px;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: relative;
	left: 0px;
	display: table;
}


input[type="text"], input[type="password"] {
	padding:6px;
	color: #333;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}



textarea{
	padding:6px;
	color: #333;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	text-align: justify;
}

input[type="text"]:focus, textarea:focus,div.box_form input[type="password"]:focus {
	border: 1px solid #666;
}



select{
	background-image: url(images/text.gif);
	background-repeat: repeat-x;
	
	padding:6px;	
	color: #333;
	background-color: #F4F4F4;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}

select:focus{
	padding:6px;
	color: #333;
	background-color: #FFF;
	border: 1px solid #0CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	box-shadow: 0 0 3px rgba(0, 204, 255, 1);
	-webkit-box-shadow: 0 0 3px rgba(0, 204, 255, 1);
	-moz-box-shadow: 0 0 3px rgba(0, 204, 255, 1);
}

div.box_form span.button-panel{
	padding-left: 15px;	
}

div.box_form .button{
	
	margin-top: 20px;
}



.asterisk{
	color: #F00;	
}


/* button */

.button-panel a.button, .button-panel button[type="submit"], .button-panel button[type="button"], 
.button-panel button[type="reset"]{
	font-weight: bold;
	text-decoration: none;
	/*	background-image: url(images/button-red_03.gif);
*/	background-repeat: repeat-x;
	background-position: left -7px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 5px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	border: 1px solid #000;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-shadow: 0 1px 0 #333;
	padding-left: 10px;
	background-color: #333;
}

.button-panel a:hover.button , .button-panel button[type="submit"]:hover, 
.button-panel button[type="button"]:hover, .button-panel button[type="reset"]:hover{
	color: #FFF;
	background-color: #666;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left -7px;
	border: 1px solid #333;
	cursor: pointer;
	cursor: hand;
	text-shadow: 0 1px 0 #333;/*		box-shadow: 0 0 3px rgba(0, 204, 255, 1);
	-webkit-box-shadow: 0 0 3px rgba(0, 204, 255, 1);
	-moz-box-shadow: 0 0 3px rgba(0, 204, 255, 1);
*/
}

.add{
	padding-left: 35px;
	background-image: url(images/add.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.edit{
	padding-left: 35px;
	background-image: url(images/page_white_edit.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.save{
	padding-left: 35px;
	background-image: url(images/accept.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.cancel{
	padding-left: 35px;
	background-image: url(images/arrow_undo.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.excel{
	padding-left: 35px;
	background-image: url(images/page-excel-icon.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}

.search{
	padding-left: 35px;
	background-image: url(images/magnifier.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	padding-top: 1px;
	padding-bottom: 1px;
	
}


.edit_bt{
	background-image: url(images/page_white_edit.png);
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

.edit_bt:hover{
	cursor: pointer;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hapus_bt{
	background-image: url(images/page_white_delete.png);
	margin: 0px;
	padding: 0px;
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
}

.hapus_bt:hover{
	cursor: pointer;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.break{
	margin-bottom: 20px;	
}

.desc{
	background-color: #F3F3F3;
	padding: 10px;
	border: 1px dashed #CCC;
	margin: 10px;
}


.cat_panel{
	color: #FC6;
	text-decoration: none;
	font-size: 18px;
	background-color: #41292C;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: none;
	border-top-color: #9C0;
	text-align: left;
}


p{
	margin: 10px;
	padding: 0px;
}

.comment_box{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;	
}

.comment_box .title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333;
	text-decoration: none;
	margin-bottom: 10px;
	/*padding-bottom: 10px;*/
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
}

.comment_box .right{
	float: right;	
	
	
}

.comment_box .comment_counter{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.comment_box .user_box{
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.comment_box .user_name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #069;
	margin-bottom: 10px;
}

.comment_box .info{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}

.comment_box .content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

.comment_box .new_comment_form{
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	float: left;
	background-color: #FFF;
	width:600px
}

.comment_box .user_photo{
	height: 50px;
	width: 50px;
	float: left;
	padding-top: 1px;
}

div.input_block {
	float: left;
	width: 530px;
	/*padding: 5px;*/
	margin-left:10px
}


label {
	color: #666;
	font-size: 12px;
	width: 110px;
	float:left;
	padding-top: 8px;
	font-weight: bold;
}




div.input_block input {
	font-size:13px;
    width: 520px;
}

div.input_block textarea {
	font-size:13px;
    width: 520px;
	height:70px;
}


#featured_news_list_box{
	padding: 0px;
	float:left;
	width:100%;
}

.news_box{
	float: left;
	width: 190px;
	border: 1px none #CCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.news_box .content{
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;	
}

.news_box  img{
	border: 1px solid #CCCCCC;
	padding: 3px;
}

.news_box .content h1 a{
	font-size:16px;	
}

.news_box .content .news-info{
	font-size:11px;	
}


.news_box .content .news-text{
	font-size:13px;
	line-height:normal;
	text-align: left;
}

.break_line{
	border-bottom-width: 5px;
	border-bottom-style: solid;
	/*border-bottom-color: #C66;*/
	
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-bottom-color: #666;
}

.sub_page_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CF977E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	/*border-bottom-color: #BB6A48;*/
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
	border-bottom-color: #CCC;
}

.sub_page_title a{
	color: #666;	
	/*color: #CF977E;*/
	
}

.sub_page_title a:hover{
	color: #333;	
	/*color: #1F6161;*/
}


.box_story_latest_news{
	float: left;
	width:310px;
	margin-bottom: 15px;
	
	
}

.box_story_latest_news .image{
	float: left;
	width: 125px;
	margin-right: 5px;	
}

.box_story_latest_news .content{
	float: left;
	width: 175px;
	
}

.box_story_latest_news img {
	padding: 3px;
	border: 1px solid #CCCCCC;	
	
}



.box_story_latest_news h1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;	
}

.box_story_latest_news  .news-info{
	font-size: 11px;	
}
.box_story_latest_news  .news-text{
	font-size: 13px;	
	line-height: normal;
}

#latest_news, #categories_list{
	/*background:#faf2e6;*/
	background-color:#FFF;
	float:left;
	width: 950px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}


.box_category{
	padding: 5px;
	width: 285px;
	float:left;
	height:270px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #BD9F9F;
	margin-right: 5px;
	margin-left: 5px;
}

.box_category .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #933;
	background-image: url(images/red-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.box_category ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
}

.box_category ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 12px;
	/*	text-shadow: 0 1px 0 #000;
*/	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;	
}

.side_menu_content li a:hover, .side_menu_content li.current a:hover{
		
}


.separator{
	font-family: Arial, Helvetica, sans-serif;
	
	color: #999;	
}

.big{
	
	font-size: 16px;	
}

.small{
		
	font-size: 14px;	
}

.pagination{
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;	
}

.pagination strong{
	color: #4099CC;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 8px;
	border: 1px solid #4099CC;
	font-size: 10px;
}

.pagination a{
	color: #FFF;
	text-decoration: none;
	background-color: #4099CC;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #4099CC;
	font-size: 10px;
}

.pagination #first a, .pagination #next a, .pagination #last a, .pagination #prev a{
	color: #4099CC;
	/*background-color:#FAF2E6;*/
	background-color:#FFF;
	font-weight: bold;
	border: 0px solid #C33;
	font-size: 14px;	
}



.cat_full_story{
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	/*border-top-color: #CC6666;*/
	border-top-color: #CCCCCC;
}

.limit_text {
    display: inline-block;
    /*border: black 1px solid;*/
    width: 170px;
    height: 50px;
    overflow: hidden;
	text-overflow: ellipsis;
}


.vjs-default-skin div.vjs-big-play-button span {
 width: 35px; 
 
}

hr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#test, #subscribe_modal {
	width: 600px;
padding: 30px; 
 display:none;
 background: #FFF;
 border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
 box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
		
}

#test p , #subscribe_modal p { color: #666; text-shadow: none; }

/*---------------------------------------

	EXAMPLES

-----------------------------------------*/

#signup {

    width: 404px;
    padding-bottom: 2px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
       
}



.tab{
	color: #666;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 10px;
	padding-left: 10px;
}

.active{
	color: #FFF;			  
}

.tab:last-child{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.container{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}



ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	background: #eeeeee;
	color: #222;
}

.tab-content{
	display: none;
	background: #eeeeee;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
}

