/* @group Reset */

/* Reset */
*{
	margin: 0;
	padding: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	font-size: 100%;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Typography */

/* Typography */


body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/

	}

a {
	color: #3052fb;
}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover{
	text-decoration: underline;
	color: #000;
}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	}
h2 {
	font-size: 1.7em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 0.1em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
input,select,textarea {
	font-family: verdana,tahoma,arial;
	padding: 2px;
	border: 1px solid #d1d1d1;
	font-size: 10px;
}

/* @end */

/* Layout */
#header{
	padding: 15px 20px;
	background: #353337;
}
#header h1 a{
	font-size: 0.8em;
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#navigation ul{
	padding: 5px 2px;
	margin-top: 0;
	margin-left: 0px;
	margin-right: 0px;
	background: #85a7cd;
}
#navigation li{
	display: inline;
	padding-left: 20px;
}
#navigation a{
	color: #fff;
	text-decoration: none;
	padding: 2px;
	font-weight: normal;
}
#header h1 a:hover{
	text-decoration: underline;
}
#login-nav{
	color: white;
	top: 0;
	right: 0;
	text-align: center;
	position: absolute;
	padding: 10px 0px;
}
#login-nav a{
	color: #65b858;
}
#login-nav a:hover{
	color: white;
}
.clear{;
	clear: both;
}
#add-new{
	clear: both;
	width: 100px;
	margin: 0px 20px 10px 40px;
	background-color: #65b858;
}
#add-new a{
	color: #f5fef7;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
}
#add-new a:hover{
	background-color: #9add94;
}
#messages{
	margin: 10px 20px 0 20px;
}

.success, .failure, .info{
	margin: 0 auto;
	padding: 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
}
.success{
	color: #26aa2c;
}
.failure{
	color: #a7312d;
}
.info{
	color: #aaa622;
}
/* Table */

	
	.odd{
		background-color: #fff;
	}
	
	.even{
		background-color: #f7f7f7;
	}
	
	.selected{
		background-color: #d0d4dd;
	}
.pagination-links{
	margin: 10px 0 0 20px;
}
	.pagination-links a{
		padding: 2px;
	}
	
table,tr,td {
	font-size: 10px;
}
#content {
margin: 0 auto;
padding: 20px;
}






#footer {
font-family: verdana,tahoma;
font-size: 10px;
margin: 0 auto;
padding: 20px;
}
#footer hr {
margin-bottom: 5px;	
}

fieldset {
border: 1px solid #d1d1d1;
}
legend {
color: blue;	
}
#formfilterreport {
padding: 10px;		
}
#formfilterreport td {

}

.showfilterform {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#666666;
	color:#FF9900;
	text-decoration:none;
	padding:5px;
	background-image: url(../images/titlebar.png);
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-repeat: repeat-x;
	background-position: center;
	width:100%;
}

div.sukses {
padding: 10px 10px 10px 36px;
background: url(../images/tick.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
BACKGROUND-COLOR: #FFFFDD;
border:1px solid #FFD700;	
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}
div.error {
padding: 10px 10px 10px 36px; /*top right bottom left*/ 
background: url(../images/exclamation.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
background-color: #ffffdd;
border:1px solid #ff0000;
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}

.table tr.head {
background:#d1d1d1;
}
.table tr.head td{
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	background: #efefef;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	color: #000000;
	font-weight:bold;
	text-align: center;
	
}
.table tr.head td.depan, tr.isi td.depan{
border-left: 1px solid #d1d1d1;
}
.table tr.isi td{
border-right: 1px solid #d1d1d1;

	border-bottom: 1px solid #d1d1d1;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	color: #000000;
}
.table_border_bottom,.table_border_top{
border-bottom: 1px solid #d1d1d1;	
}
.table tr:hover {
background: #FAF6E1;
}
div.pagenav {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.pagenav .disabled {
	color: #999;
}