/* project: internet center template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0; 
	margin: 0; 
	font: 0.7em Arial, sans-serif; 
	line-height: 1.5em;
	background:url(bg_p.bmp) repeat-x #fedcb9;*/
	color: #ff7f00; 
}

a {
	color: #ff7f00;
	background: inherit;
}

a:hover {
	color: #9EC068;
	background: inherit;	
}

a.title {
	color: #ff7f00;
	background: #FFF;
}

h1 {
	font: bold 2em Arial, Sans-Serif;
	letter-spacing: -1px; 
	padding: 7px 0 0 8px;
	margin: 0;
}

h1 a, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	color: #FF6600;
	background: #FFF;
}


h2 { 
	margin: 0; 
	padding: 0; 
	font: bold 1.7em Arial, Sans-Serif; 
	letter-spacing: -1px;
}

h2 { 
	font-size: 16px;
	margin-bottom: 5px; 
	color: #000; 
    	text-transform:uppercase;
	background: inherit;
}

p {	
	margin: 0 0 5px 0;
	
}

hr {
color:#ff7f00;

}

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

form { 
	margin: 0; 
}

input.search { 
	width: 300px; 
	border: none;
	background: url(input.gif); 
	padding: 4px; 
	font: 1em Arial, sans-serif; 
	height : 16px;
	color: #808080; 
}

input.login { 
	width: 150px;
	border: none; 
	background: #f4f4f4 url(logininput.gif); 
	padding: 4px; 
	
}
input.userid { 
	width: 100px;
	border: none; 
	background: #f4f4f4 url(userinput.gif); 
	padding: 4px 4px 4px 4px; 
	font: 1em Arial, sans-serif; 
	height : 16px;
	color: #808080; 
}

input.password { 
	width: 100px;
	border: none; 
	background: #f4f4f4 url(userinput.gif); 
	padding: 4px; 
		font: 1em Arial, sans-serif; 
	height : 16px;
	color: #808080; 
	
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 850px; 
	/*background: #A9D4F2; */
	/*border : 4px solid #fff;*/
}

.header { 
	background: url(logo1.jpg) no-repeat left bottom ; 
	height: 80px; 
	border-bottom: 1px solid #ff7f00;
}

.top_info {
	float: right;
	width: 610px;
	padding: 0 0 4px 0;
	
}

	.top_info_left {
		padding: 15px 15px 15px 15px;
		width: 250px;
		float: right;
		text-align:right;
	}

	.top_info_right {
	
		float: right;
		width: 290px;
		padding: 5px 5px 5px 15px;
		
	}

.slogan {
	font-size: 0.9em;
	width: 175px;
	color: #A9D4F2;

}


.bar { 
	clear: both;
	font-size: 1.1em;
	height: 28px; 
	margin: 3px 0 0 0; 	
}

	.bar li { 
		margin: 0; 
		padding: 4px 10px 4px 10px;
		color: #ff7f00;
		background: #FFF;
		float: left; 
		
	}
	
	.bar li.active { 
		/*background: #FFF url(bar.gif) no-repeat center bottom;*/ 
		color: #ff7f00;
		font-weight: bold; 
		text-decoration: blink;
	}

	.bar a { 
		font-weight: bold;
		color: #ff7f00;  
		background: inherit;	
		text-decoration: none;
		
	} 
	
	.bar a:hover { 
		font-weight: bold;
		color: #fff;  
		background: #ff7f00;	
		text-decoration: none;
		
	} 

.search_field { 
	background: #ff7f00; /*url(barbg.gif) no-repeat; */
	border-top: 1px solid #ff7f00;
	border-bottom: 1px solid #9EC068;
	clear: both;
	padding: 3px 3px 3px 3px;
	color: #fff;
	margin: 0px 0 3px 0;
	
}

.subheader {
	text-align: center; 
	margin: 0px 0 3px 0;
	padding: 3px 3px 3px 3px;
	background: #FFF;/* url(subheaderbg.gif) no-repeat;*/
	color: #808080;
	border-bottom: 1px solid #ff7f00;
	
}*

/* left side
   --------- */

.tengah {
	float: left;
	width: 760;
	margin: 0 0 10px 0;
	
}


.left {
	float: left;
	width: 595px;
	margin: 0 0 10px 0;
	
}


	.left_articles {
		margin: 0px 0 10px 0;
		
	}

	.left_links {
		border: 1px solid #eee;
		padding: 10px 10px 10px 10px;	
		margin: 0 0 10px 0;
		min-height:350px;
	}
	
	.left_links:hover {
		border: 1px solid #ff7f00;
	}
	
	.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 95px;	
		margin: 0 0 10px 0;
		background: #fff url(questionmark.gif) no-repeat center left;
		color: #454545; 
	}
	
	.left_message:hover {
		border: 1px solid #ff7f00;
	}
	
		.left_side {
			float: left;
			width: 200px;
		}
		
		.right_side {
			float: right;
			width: 240px;
			border-left: 1px solid #eee;
			padding: 0 0 0 20px;
		}
		
	.left_box {
		background: #f4f4f4;
		color: #000;
		border: 1px solid #ccc;
		padding: 10px;
	}
	
/* right side
   ---------- */
		
.right {
	float: right;
	width: 200px;
	margin: 0 0 10px 0;
}

	.right_login {
		padding: 10px;
		margin: 0 0 10px 0;
		background: #A9D4F2;
		color: #246088;
		border-top: 1px solid #4A8EBC;
		border-bottom: 1px solid #4A8EBC;
	}

	.right_articles {
		border: 1px solid #eee;
		padding: 5px 0 3px 40px;	
		margin: 0 0 2px 0;
		text-align:justify;
		background: #fff url(question.gif) no-repeat center left ;
		font-size: 16px;
		height: 20px;
	}
	
	.right_articles:hover {
		border: 1px solid #ff7f00;

	}
	

	
	.right_articles1 {
		border: 1px solid #ff7f00;
		padding: 5px;	
		margin: 0 0 1px 0;
		text-align:center;
	}
	
	.right_articles1:hover {
		border: 1px solid #ff7f00;
	}
	
	.right_articles2 {
		border: 1px solid #ff7f00;
		color: #fff;
		font-weight: bold; 
		padding: 2px;	
		margin: 0 0 0px 0;
		font-size:16px;
		text-align:justify;
		height:15px;
		background: #ff7f00;
	}

.right a {
	font-weight: bold;
	color: #ff7f00; 
	background: inherit;
	text-decoration:none;
	background: #fff;
}		
.image {
	float: left;
	width: 25px;	
	border : none;
	height: 25px;
	margin: 0 9px 0px 0;
}


/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	
	padding: 10px 0 10px 0;
	border-top: 1px solid #ff7f00;
}

.footer a {
	color: #ff7f00;
	background: #fff;
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: solid thin; 
	background: #A9D4F2; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

input.logbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: solid thin; 
	background: #A9D4F2; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

span.quick span.yoo-login span.login {
	height: 20px;
}

span.quick span.yoo-login span.login span.username, 
span.quick span.yoo-login span.login span.password,
span.quick span.yoo-login span.login span.login-button-text,
span.quick span.yoo-login span.login span.login-button-icon,
span.quick span.yoo-login span.login span.lostpassword, 
span.quick span.yoo-login span.login span.lostusername,
span.quick span.yoo-login span.login span.registration,
span.quick span.yoo-login span.logout span.greeting,
span.quick span.yoo-login span.logout span.logout-button-text,
span.quick span.yoo-login span.logout span.logout-button-icon {
	margin-right: 5px;
	float: left;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.username,
span.quick span.yoo-login span.login span.password {
	width: 73px;
	height: 16px;
	padding: 4px 2px 0px 25px;
	float: left;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.username {
	background: url(username_bg.png) 0 0 no-repeat;
}

span.quick span.yoo-login span.login span.password {
	background: url(password_bg.png) 0 0 no-repeat;
}

span.quick span.yoo-login span.login span.username:hover {
	background: url(username_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.password:hover {
	background: url(password_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.username input,
span.quick span.yoo-login span.login span.password input {
	padding: 0px;
	width: 100%;
	background: none;
	border: none;
	outline: none;
	float: left;
	color: #646464;
	font-size: 11px;
}

span.quick span.yoo-login span.login span.username input:hover,
span.quick span.yoo-login span.login span.password input:hover,
span.quick span.yoo-login span.login span.username input:focus,
span.quick span.yoo-login span.login span.password input:focus {
	color: #000000;
}

span.quick span.yoo-login span.login .login-button-text button {
	cursor: pointer;
}


span.quick span.yoo-login span.login span.login-button-icon {
	width: 21px;
	height: 20px;
	background: url(login_button_bg.png) 0 0 no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.login-button-icon:hover {
	background: url(login_button_bg.png) 0 -20px no-repeat;
}

span.quick span.yoo-login span.login span.login-button-icon button {
	display: block;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 20px;
	border: none;
	background: none;
	cursor: pointer;
	overflow: hidden;
}

span.quick span.yoo-login span.login span.login-button button:hover {
	color: #000000;
}

span.quick span.yoo-login span.login span.lostpassword,
span.quick span.yoo-login span.login span.lostusername,
span.quick span.yoo-login span.login span.registration {
	width: 25px;
}

span.quick span.yoo-login span.login span.lostpassword {
	background: url(lost_password_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.lostusername {
	background: url(lost_username_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.registration {
	background: url(registration_bg.png) 0 0px no-repeat; /* ie6png:crop */
}

span.quick span.yoo-login span.login span.lostpassword a,
span.quick span.yoo-login span.login span.lostusername a,
span.quick span.yoo-login span.login span.registration a {
	display: block;
	width: 100%;
	height: 20px;
}


/* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(borders.png) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;
	background:#efece6;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
</style>
