
body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:20px;
	background:url(../images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;

}

.promo
{
    line-height:18px;
	padding: 5px;
	text-align:justify;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	max-width:1200px;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}

* html #wrapper
{
	w\idth: expression(document.documentElement.clientWidth > 1200 ? "1200px" : "auto");
}

#innerwrapper {
	margin:1px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:0 20px;
}

#header input {
	width:150px;
	padding:5px;
	background:#fff;
	border:2px solid #f6f6f6;
	font:150% Arial;
	color:#999;
}

#header input:hover {
	border:2px solid #ccc;
}

#header input:focus {
	border:2px solid #79B5D6;
	color:#555;
}

#header h1 {
	float:left;
	font:300% Georgia;
	color:#333;
	padding:5px 20px 5px 5px;
	margin:0 20px 0 0;
}

#header h1 a {
	color:#333;
	text-decoration:none;

}

#header h1 a:hover {
	color:#111;

}

#header #sub-header {
	padding:20px 0 10px 0;
	border:#00 1px solid;
	float:right;
}

#header h2 {
	font:120% Georgia;
	font-weight:normal;
	color:#000;
	border-bottom:#000 1px solid;
}

#header h2 a {
	color:#555;
	text-decoration:none;
	border-bottom:2px solid #f6f6f6;
}

#header h3 {
	font:90% Georgia;
	font-weight:normal;
	color:;
	padding:0;
	border:none;
	float:left;

}

#header #nav {
	clear:both;
	background:url(../images/nav.jpg) top repeat-x #4F9EC9;
	border-bottom:2px solid #4F9EC9;
	border-top:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
	padding:10px 10px 10px 0 !important;
	padding:4px 10px 10px 0;
}

#header a em {
	font-style:normal;
	text-decoration:underline;
}

#header #nav a {
	color:#fff;
	font:140% Trebuchet MS;
	text-decoration:none;
	padding:10px;
}

#header #nav a:hover {
	background:#FFF;
	color:#3688B7;
	border-bottom:#FFF 2px solid;
}

#header #nav a.active {
	background:#FFF;
	border-bottom:#FFF 2px solid;
	color:#3688B7;
}

#header #nav a.logout:hover {
	color:red;
}

#header #nav li {
	display:inline;
	list-style:none;
	margin:0 1px 0 0;
}

#header #subnav {
	background:#FFF;
	padding:5px 7px 7px 7px;
	font:90% Verdana;
	color:#3688B7;
	border-bottom:2px solid #388CBA;
	border-left:2px solid #388CBA;
	border-right:2px solid #388CBA;
}

#header #subnav li {
	list-style:none;
	display:inline;
	background:url(../images/arrow.gif) left no-repeat;
}

#header #subnav a {
	text-decoration:none;
	font:100% Verdana;
	margin-left: 10px;
}

#header #subnav a:hover {
	border-bottom:2px solid #388CBA;
}

#header #subnav a.active {
	border-bottom:2px solid #388CBA;
	color:#fff;
}

#sidebar {
	background:#fff;
	width:210px;
	padding:20px 20px 20px 10px;
	float:right;
	color:#666;
	margin-top: 5px;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	min-height: 111px;
	_height : 111px;
}

#sidebar h2 {
	font:160% Arial;
	color:#333;
	margin:10px 0 10px 0;
	border:none;
}

#sidebar h3 {
	color:#999;
	font:100% Verdana;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 -10px 0;
}

#sidebar p {
	margin:15px 0;
}

#sidebar p.news {
	background:#fefefe;
}

#sidebar p.news a.more {
	color:#ccc;
	display:block;
	text-align:right;
	font:80% Verdana;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	padding:10px 0;
}

#sidebar p.news a:hover {
	color:#666;
}

#sidebar .subnav {
	border-top:1px solid #fafafa;
}

#sidebar .subnav li {
	list-style:none;
	padding:5px;
	border-bottom:1px solid #fafafa;
}

#sidebar .subnav li a {
	color:#ccc;
	text-decoration:none;
	display:block;
}

#sidebar .subnav li a:hover {
	color:#666;
}

#sidebar .subnav li a b {
	float:right;
	display:none;
	color:#666;
}

#sidebar .subnav li a:hover b {
	display:inline;
}

#sidebar input {
	padding:4px;
	background:#f6f6f6;
	border:1px solid #ccc;
	color:#777;
	font:90% Verdana;
	width:190px;
}

#content {
	margin:0 240px 0 0;
	padding:5px 0 0 20px;
}

#content-one {
	margin:0;
	padding:5px 20px 0 20px;
}

p {
	margin:15px 0;
	line-height:22px;
}

h2 {
	font:190% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	color:#79B933;
	text-decoration:none;
}

h2 a:hover {
	color:#5F9128;
}


#footer {
	clear:both;
	border-top:1px solid #eee;
	color:#999999;
	padding:10px;
	margin:30px 0 0;

}

#footer li {
	display:inline;
}

#footer a {
}

a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:0;
}

#content ul {
	margin:15px 0 15px 0;
	line-height:25px;
	padding:15px 0 15px 15px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#content ul span {
	color:#444;
}
#contentnorightbar ul {
	margin:15px 0 15px 20px;
	line-height:25px;
	padding:15px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#79B933;
}
#contentnorightbar ul span {
	color:#444;
}

img {
	border:none;
}

blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}

form {
}

fieldset {
	border: none;
}

legend {
/*	display: none; */
}

label {
	display: block;
	font-size: xx-small;
	font-weight: bold;
}

.textfield {
	width: 148px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(../images/img04.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

.button {
	float: right;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(../images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}

.buttonresetmail {
	float: left;
	width: 70px;
	height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(../images/img05.gif) repeat-x;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #464646;
}
#login-right-sidebar {
	width: 200px;
	margin:auto;
}
#login-form {
	width: 180px;
	margin:auto;
}

#login-form .boxed {
	margin-bottom: 10px;
}

#login-form .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/img02.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

#login-form .boxed .content {
	padding: 9px;
	background:	#E5ECED url(../images/img03.gif) repeat-x;
	border: 1px solid #648952;
	border-top: none;
}

#login-form .boxed .content .error {
	clear: both;
	margin: 0;
	font-size: x-small;
	padding: 0 0 0 11px;
	background: url(../images/img06.gif) no-repeat left ;
}

#login-form .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
	padding: 0 0 0 11px;
	background: url(../images/bullet.gif) no-repeat left ;
}

#login-form .boxed .content .tiny a {
	text-decoration:none;
}

#login-form .boxed .content .tiny a:hover {
	text-decoration:underline;
}

#signup-form {
	width: 180px;
	margin: auto;
}

#signup-form .boxed {
	margin-bottom: 10px;
}

#signup-form .boxed .title {
	height: 20px;
	padding: 10px 0 0 10px;
	background: url(../images/img09.gif) no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}

#signup-form .boxed .content {
	padding: 9px;
	background: #EFEBE2 url(images/img10.gif) repeat-x;
	border: 1px solid #977C44;
	border-top: none;
}

#signup-form .boxed .content .error {
	clear: both;
	margin: 0;
	font-size: x-small;
	padding: 0 0 0 11px;
	background: url(../images/img06.gif) no-repeat left ;
}

#signup-form .boxed .content .tiny {
	clear: both;
	margin: 0;
	font-size: x-small;
	padding: 0 0 0 11px;
	background: url(../images/bullet.gif) no-repeat left ;
}

#login-left {
	margin: 0 0 10px 0;
}

#login-header {
	border-bottom:#FFFFFF 1px solid;
	padding: 5px;
}

#login-header h1{
	font-size:3.0em;
	color:#FFF;
	font-weight:bold;
}

#login-header p {
	font-size:1.0em;
	color:#FFF;
	font-weight:bold;
	margin:0 0 0 3px;
}


#login-nav {
	margin:0 10px 10px 0;
}

#login-nav li {
	display:inline;
}

#login-nav li a {
	color:#EEE;
	text-decoration:none;
}

#login-nav li a:hover {
	text-decoration:underline;
}

.soal {
	padding: 20px 40px 20px 20px;
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
	color:#40ACC7;
	background:url(../images/innerwrapper.jpg) top repeat-x;
}
.teks {
	text-align:justify;
}

.teks hr {
	border:#003399 double;
}

.soal .nomor {
	float: left;
	width: 60px;
	height: 70px;
	background: url(../images/nomor.gif) no-repeat;
	text-align: center;
}

.soal .meta {
	margin: 0 0 20px 70px;
	font-size: small;

}

.soal .meta p {
	margin: 0;
}

.soal .meta #bidang {
	text-transform:uppercase;
}

.soal .meta .konsentrasi {
	display: block;
	font-size: .8em;
        font-weight:bold;
}

.soal .meta .petunjuk {
	display:block;
	float:right;
	background: #f2f2f2;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.soal .meta .petunjuk a{
	text-decoration: none;
	color:#40ACC7;
}

.soal .meta .petunjuk a:hover{
	color:#000;
}

.soal .nomor .nomor-soal {
	display: block;
	font-size: 2em;
}

.soal .isi {
	color:#000;
}

.soal img {
	float:none;
	border:none;
}

.soal #bidang {
	font-size:medium;
}
/*tabel jawaban */
#divjwb {
}

#divsoal {
}

#alljwb input {
	width:25px;
}

.xyz{ border-right:#000 1px solid;}
.tbe {text-align:center;border:#000 1px solid;}
.ijk{ border-right:#000 1px solid;border-bottom:#000 1px solid;}
tr.odd { background-color: #EDF5FF; }
tr.even { background-color: #FFF; }
tr.answ { background-color: #D2FFDE; }
tr.notansw { background-color: #FFC6C6; }

.table-header {
	background:#2E84B5;
	color:#FFF;
}

.table-header td {
	border-bottom:#000 1px solid;
}

#topten {
	margin: auto;
	padding: 10px;
}

#hasil {
	width:600px;
	margin: auto;
	padding: 10px;
}

#hasil tr.odd  {
	background-color:#D7EAF4;
}

#hasil tr.even {
	background-color:#AAD5EC;
}

#hasil #table-list{
	margin: 0;
	padding: 10px;
	float:left;
}

.hasil-detail {
	font: normal 12pt Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:#FFF;
	border:#000 1px solid;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding:0 10px;
}

#table-hasil-det {
	margin: 0;
	background:url(../images/innerwrapper.jpg) top repeat-x;
	padding: 10px;
	float:left;
	width:550px;
}

#table-hasil-det tr.odd  {
	background-color:#D7EAF4;
}

#table-hasil-det tr.even {
	background-color:#AAD5EC;
}

#pilih-soal {
	padding-top: 10px;
        width:450px;
        float:left;
	background:url(../images/innerwrapper.jpg) top repeat-x;
}

.bdg {
	background:#E1E1FF;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

.sumbox {
	background: url('../images/boxshadow.jpg') left top no-repeat;
	padding : 10px;
	width: 290px;
}

.toptenbox {
	background: url('../images/boxshadow.jpg') left top no-repeat;
	padding : 10px;
		width:240px;
	float:left;
}


.sumtext {
	background: white url('../images/boxbg.png') bottom left repeat-x;
	border-left: #808080 1px solid;
	border-right: #808080 1px solid;
	border-top: #808080 1px solid;
	color: gray;
	font-family: verdana, arial, helvetica, times new roman;
	padding: 3px;
	text-align: left;
}
.sumtext hr {
	color: rgb(220,220,220);
	height: 1px;
}

.sumtext td {
	border-bottom:#000 1px solid;
}

.sumtitle {
	font-size: 110%;
	font-variant: small-caps;
	font-weight: bold;
}
/* the overlayed element */

div.overlay {

    /* growing background image */
    background-image:url(../images/overlay/white_small.png);
	_background-image:url(../images/overlay/white_small.gif);

    /* dimensions after the growing animation finishes  */
    width:200px;
    height:160px;

    /* initially overlay is hidden */
    display:none;

    /* some padding to layout nested elements nicely  */
    padding:55px;
}
/* the overlayed element */
div.overlay2 {

    width:200px;
    height:360px;
	background:#FF0000;

    /* initially overlay is hidden */
    display:none;

    /* some padding to layout nested elements nicely  */
    padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
    background-image:url(../images/overlay/close.png);
	_background-image:url(../images/overlay/close.gif);
    position:absolute;
    right:0px;
    top:0px;
	_right:15px;
	_top:-10px;
    cursor:pointer;
    height:35px;
    width:35px;
}

/* black */
div.overlay.black {
    background:url(../images/overlay/transparent.png) no-repeat !important;
    color:#fff;
}

/* petrol */
div.overlay.petrol {
    background:url(../images/overlay/petrol.png) no-repeat !important;
    color:#fff;
}

div.black h2, div.petrol h2 {
    color:#ddd;
}


/* the overlayed element */
div.petunjuk {

	/* growing background image */
	background-image:url(../images/overlay/white.png);

	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;

	/* initially overlay is hidden */
	display:none;

	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.petunjuk div.close {
	background-image:url(../images/overlay/close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#grafik {
	width:600px;
	margin:10px auto;
	padding-left:10px;
	border:#4F9EC9 2px solid;
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
}

#sum-hasil {
	float:right;
}

.resetpassword {
}

.resetpassword  fieldset {
	padding:10px;
	margin:10px;
	border:solid 1px rgb(220,220,220);
}
.resetpassword  fieldset legend {
	margin:0/*IE6*/;
	padding:0;
	color:rgb(80,80,80);
	font-size:90%;
}

#divstat {
	font-size:90%;
}

#divstat .error {
	color:#FF6600;
	font-weight:bold;
}

#divstat .sukses {
	color:#6699FF;
}

.equation_inline {
	vertical-align: middle;
}

.btnjawab {
	display:block;
	font-weight:bold;
	background: #D9EEF4;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border: #999999 1px solid;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
}

.btnjawab:hover {
	color:#40ACC7;
	border: #40ACC7 2px solid;
}

.dashboard {
	padding-top:10px;
}

.dashboard-left {
	margin-right:51%;
}
.dashboard-right {
	float:right;
	width:50%;
}

.dashboard-isi {
	border:#3286B5 2px solid;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-box-sizing:content-box;
	min-height:150px;
	margin: 10px;
}

.dashboard-info {
	border:#FF9900 2px solid;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	-moz-box-sizing:content-box;
	min-height:150px;
	margin: 10px;
}

.dashboard-isi .title{
	padding:5px;
	background:#3286B5;
	color:#FFF;
}

.dashboard-info .info {
	padding:5px;
	background:url(../images/infobg.png) #FF9900 left no-repeat;
	color:#FFF;
	padding-left:20px;
}

.dashboard-isi .content-isi{
	padding:5px;
}

.dashboard-isi .content-isi .isi-berita {
	margin:0 5px 10px 5px;
	border:#3286B5 1px solid;
	padding:0 10px;
	text-align:justify;
}

.more, .more a, .more p {
	background:#FF9900;
	color:#FFF;
	float:none;
	text-transform:uppercase;
	padding: 0 2px;
	margin-left: 2px;
}

.dashboard-isi .content-isi a, p {
	margin-bottom:5px;
}

.dashboard-isi .content-isi h3 {
	border-bottom:#000 1px solid;
	borde-radius: 6px;
	clear:right;
}

.btndashbor {
	font-weight:bold;
	background: #D9EEF4;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border: #999999 1px solid;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	min-width:55px;
}

.btndashbor:hover{
	border:#000 1px solid;
}

.img-profil {
	padding:0 0 10px 0;
	margin:auto;
}

.data-profil {
	float:left;
	margin: 0 10px 0 0;
	padding:10px 15px 10px 0;
	border-top:#0099FF 1px solid;
	border-bottom:#0099FF 1px solid;
}

.data-profil p {
	margin:0;
}

.upload-form {
	margin:10px 0 0 0;
}

.bacaan {
	text-indent:20px;
}

.inlinetext {
	margin-top:0px;
	line-height:15px;
}
#timeremain{
	font:100% verdana;
	font-weight:bold;
	color:#333;
}
#timeelapsed{
	font:100% verdana;
	font-weight:bold;
	color:#333;
}
#duration{
	font:100% verdana;
	font-weight:bold;
	color:#333;
}
.timetd
{
	font:100% verdana;
	font-weight:bold;
	color:#40ACC7;
	width:120px;
}