/*
	Theme: Monochrome
	Description: Black and white theme.
*/

html {
}

body {
	font-family: arial;    
	font-size: 12px;
	color: #717171;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header {
	font-family: arial;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #AAA;
	text-align: right;
	height: 40px;
	padding: 5px 30px 0 30px;
	background-color: #000; 
	//background-image: -moz-linear-gradient(top,#CCCCCC,#FFFFFF 20%,#FFFFFF);
}

/* --------------Menu-------------------------------------*/

ul#topnav {
	margin: 0; 
	padding: 0;
	padding-left: 2%;
	float:left;
	width: 98%;
	list-style: none;
	font-size: 1em;
	background-color: #000; 
	border-bottom: 1px solid #000;
	
}
ul#topnav li {
	float: left;
	margin: 0px; 
	padding: 0px;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-decoration: none;
	font-size: 1.3em;
	font-weight: extra;
	color: #D2D2D2;
	padding: 5px 15px;
}
ul#topnav li:hover a, 
ul#topnav li a:hover { 
	background: #d32626;
	color: #FFF;
}


ul#topnav li .sub {
	position: absolute;	
	left: 0px;
	background: #000;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border: 1px solid #666;
	padding: 11px 11px 11px 11px;
	float: left;
	display: none;
	
	-moz-border-radius: 0 0 2px 2px;
	-webkit-border-radius: 0 0 2px 2px;
	-khtml-border-radius: 0 0 2px 2px;
	
	-moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}

ul#topnav li .sub ul{
	list-style: none;
	margin: 10; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #FFF;
}

ul#topnav .sub ul li h2 {
	padding: 0px;  margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

ul#topnav .sub ul li h5 {
	padding: 0px;  margin: 0px;
	font-size: 1em;
	font-weight: normal;
}

ul#topnav .sub ul li h2 a {
	padding: 10px 10px 10px 15px;
	background-image: none;
	font-size: 1.5em;
	color: #FFF;
}

ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	font-size: 1em;
	height: auto;
	/* background: url(navlist_arrow.png) no-repeat 5px 12px; */
	background: no-repeat 5px 12px; 
	padding: 5px 5px 5px 25px;
	display: block;
	text-decoration: none;
	color: #D2D2D2;
	line-height: 1em;
}

ul#topnav .sub ul li span {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	font-size: 1em;
	height: auto;
	/* background: url(navlist_arrow.png) no-repeat 5px 12px; */
	background: no-repeat 5px 12px; 
	padding: 5px 5px 5px 25px;
	display: block;
	text-decoration: none;
	color: #676767;
	line-height: 1em;
}

ul#topnav .sub ul li h2 a:hover {
	color: #FFF; 
	cursor:default;
	background: #000;
}

ul#topnav .sub ul li h5 a:hover {
	color: #D2D2D2; 
	cursor:default;
	pointer-events: none;
	background: #000;
}

ul#topnav .sub ul li a:hover {
	color: #000; 
	background: #CCC;
}

/* --------------Content-------------------------------------*/

#content {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	font-size: 11px;
	padding: 0 15px 15px 15px;
	height: 100%;
}
h1.pagetitle {
	font-family: arial;
	font-size: 32px;
	letter-spacing: -2px;
	color: #7d1616;
	font-weight: bold;
	padding: 50px 0 0 0;
	margin: 0px;
}

.login h1{
	padding: 0;
	margin: 0;
}

/* --------------Table-------------------------------------*/

#content table {
	font-family: arial;    
	font-size:12px;
	border-spacing: 1px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #C9C9C9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	border-radius: 5px;	
}
th {
	color: #9C9C9C;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;	
	border-radius: 2px;	
}
#content tr {}
#content tr.genap {
	background-color: #F0F0F0;
}
#content tr.ganjil {
	background-color: #FFFFFF;
}
#content td {
	padding: 2px 5px;
}

/* --------------Login-------------------------------------*/

#content table.login {
	border: 1px solid #666666;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 10px;
	width: 250px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;		
	border-radius: 3px;		
}

/* --------------Inputs-------------------------------------*/

#content form {
	padding : 5px;
}
#content input[type=text],
#content input[type=password],
#content select,
#content textarea {
	font-family: arial;    
	font-size:12px;
	font-weight: bold;
	color : #424242;
	background-color: #F5F5F5;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;		
	border-radius: 2px;		
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
  	padding: 2px 6px 2px 6px;
  	border: 1px solid #DDDDDD;
}

#content input[type=text]:focus,
#content input[text=password], 
#content select:focus,
#content textarea:focus {
  	box-shadow: 0 0 5px #516FEA;
  	padding: 2px 6px 2px 6px;
  	border: 1px solid #7792FF;
}

#content input[type=text][disabled],
#content input[type=password][disabled],
#content select[disabled],
#content textarea[disabled] {
	color: #666666;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
  	padding: 2px 6px 2px 6px;
  	border: 1px solid #DDDDDD;
}

#content input[type=text][readonly],
#content input[type=password][readonly],
#content select[readonly],
#content textarea[readonly] {
	color: #666666;
	background-color: #D2D2D2;
	border: 1px solid #999999;
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out;
  	outline: none;
  	padding: 2px 6px 2px 6px;
  	border: 1px solid #DDDDDD;
}

#content input[type=text][readonly]:focus,
#content input[text=password][readonly], 
#content select[readonly]:focus,
#content textarea[readonly]:focus {
	box-shadow: 0 0 5px rgba(210, 210, 210, 1);
  	padding: 2px 6px 2px 6px;
  	border: 1px solid rgba(210, 210, 210, 1);
}

#content fieldset {
	font-family: arial;    
	font-size:12px;
	color : #000;
	padding: 2px 7px 7px 7px;
	border: 1px solid #B0B0B0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;		
	border-radius: 2px;		
}
#content fieldset[disabled] {
	color: #666666;
	border: 1px solid #666666;
}
#content legend {
	font-family: arial;    
	font-size:12px;
	color : #000;
}
#content legend[disabled] {
	color: #666666;
}

/* --------------Buttons-------------------------------------*/

#content button,
#content input[type=submit],
#content input[type=button],
#content input[type=reset] {
	font-family: arial;    
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #333333;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	border-radius: 3px;	
	cursor: pointer;
}

#content button:focus,
#content input[type=submit]:focus,
#content input[type=button]:focus,
#content input[type=reset]:focus {
	box-shadow: 0 0 5px #516FEA;;
  	padding: 5px 10px;
  	background: #1D2DFF;
  	border: 1px solid #516FEA;;
}

#content button[disabled],
#content input[type=submit][disabled],
#content input[type=button][disabled],
#content input[type=reset][disabled] {
	color: #666666;
	text-shadow: 1px 1px 0 #999999;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #666666;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	border-radius: 3px;	
	cursor: default;
}

/* --------------Other-------------------------------------*/

a,
a:link,
a:hover,
a:visited {
	color: #000000;
	text-decoration: underline;
}

img {
	border: none;
}
#content img {
	padding: 2px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;		
	border-radius: 3px;		
}
#content hr {
  background-color: #000000;
  height: 2px;
  border: none;
}
.warning {
	border: 1px solid #FFFF00;
	padding: 20px 10px 20px 60px;
	background: #FFFFCC url(../images/warn.gif) left no-repeat;
	margin-top: 20px;
	margin-bottom: 20px; 
}
.inform {
	border: 1px solid #99FFFF;
	padding: 20px 10px 20px 60px;
	background: #CCFFFF url(../images/inform.gif) left no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* --------------Footer---------------------------------------*/

#footer {
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: right;
	font-size:9px;
	margin-top: 40px;
	padding: 10px;
	color: #000
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;		
	border-radius: 3px;		
	opacity: .8;
	*filter: alpha(opacity=0.8); /*IE*/
}

.oddtr {background-color:#EFF1F1;}
.eventr {background-color:#F8F8F8;}
.overtr {background-color: #0099CC;}
.clicktr {background-color: #00CCCC;}