
/********************************      Basic Structure      ********************************/

html {
                font-size: 100%;
                height: 100%;
                margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
                }

body {
                font-family: Arial, Helvetica, sans-serif;
                color: #555;
                background: #f0f0f0 url('../images/bg.png') top left;
                font-size: 12px;
                background-color: #fff;
                }

#body-wrapper {
                /*background: url('../images/bg-radial-gradient.gif') fixed 230px top no-repeat;*/
                }

        

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
                font-family: Helvetica, Arial, sans-serif;
                color: #222;
                font-weight: bold;
                }

h1            { font-family: Calibri, Helvetica, Arial, sans-serif; font-size: 31px; font-weight: bold; color: #fff; 
				  position: absolute; top: -1000px;  /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
				}
				
h2 {
            color: #d4e3cb;
            font-weight: bold;
            margin-bottom: 10px;
            padding:10px;
            font-size: 24px;
            text-shadow: #444 1px 1px 1px;
}
h3            { font-size: 17px; padding: 0 0 10px 0; }
h4            { font-size: 16px; padding: 0 0 5px 0; }
h5            { font-size: 14px; padding: 0 0 5px 0; }
h6            { font-size: 12px; padding: 0 0 5px 0; }


a              { color: #57a000; text-decoration: none; }
a:hover     { color: #000; }
a:active     { color: #777; }
a:focus     { outline: 1px; }

strong       { font-weight: bold; color: #333; }

small   		{ font-size: 0.85em; }

pre           { font-family: monospace; }

p {
                padding: 5px 0 10px 0;
                line-height: 1.6em;
                }

/********************************      General Classes      ********************************/

.clear {
                clear: both;
                }
				
.align-left {
                float: left;
                }
				
.align-right {
                float: right;
                }

/************ Button ************/
/*.button {
		font-family: Verdana, Arial, sans-serif;
                display: inline-block;
                background: #459300 url('../images/bg-button-green.gif') top left repeat-x !important;
                border: 1px solid #459300 !important;
                padding: 4px 7px 4px 7px !important;
                color: #fff !important;
                font-size: 11px !important;
                cursor: pointer;
                }
                
.button:hover {
                text-decoration: underline;
                }
                
.button:active {
                padding: 5px 7px 3px 7px !important;
                }
				
a.remove-link {
				color: #bb0000;
				}

a.remove-link:hover {
				color: #000;
				}
*/
/********************************      Sidebar      ********************************/
/*
#sidebar {
                background: url('../images/bg-sidebar.gif') top left no-repeat;
                width: 230px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                color: #888;
                font-size: 11px;
                }

#sidebar #sidebar-wrapper {
                margin: 0 0 0 9px;
                }

#sidebar a,
#sidebar a:active {
                color:#ccc;
                }

#sidebar a:hover {
                color:#fff;
                }

#sidebar #sidebar-title {
                margin: 40px 0 40px 15px;
                }

#sidebar #logo {
                margin: 40px 0 40px 0;
                }

#sidebar #profile-links {
                padding: 0 15px 20px 15px;
                text-align: right;
                line-height: 1.5em;
                }
*/
/************ Sidebar Accordion Menu ************/
/*
#sidebar #main-nav {
                width: 206px;
                padding: 0;
                margin: 0 0 0 15px;
                font-family: Helvetica, Arial, sans-serif;
                }

#sidebar #main-nav li {
                list-style: none;
                padding-bottom: 10px;
                text-align: right;
                }

#sidebar #main-nav li a.nav-top-item {
                background: transparent url('../images/bg-menu-item-green.gif') right center no-repeat; 
                padding: 10px 15px;
                color: #fff;
                font-size: 14px;
                cursor: pointer;
                display: block;
                text-decoration: none;
                }

#sidebar #main-nav li a.current {
                background-image: url('../images/bg-menu-item-current.gif') !important;
                color: #333;
                font-weight: bold;
                }
                
#sidebar #main-nav li a.current:hover {
                color: #333;
                }

#sidebar #main-nav ul {
                padding: 0;
                font-size: 12px;
                margin: 0;
                }

#sidebar #main-nav ul li {
                list-style: none;
                margin: 0;
                text-align: right;
				padding: 0;
                }

#sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
                }

#sidebar #main-nav ul li a:hover,
#sidebar #main-nav ul li a.current,
#sidebar #main-nav ul li a.current:hover {
                color: #fff;
                }

#sidebar #main-nav ul li a.current {
                background: transparent url('../images/menu-current-arrow.gif') right center no-repeat !important;
                }


/************ Messages ************/
/*
#messages p,
#messages form {
                border-top: 1px solid #ddd;
                padding: 10px 0;
                }

#messages h4 {
                padding: 10px 0;
                }
				
#messages fieldset {
                margin: 0;
                }
				
#messages textarea {
                margin: 0 0 15px 0;
                }*/
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
                margin: auto;
                padding: 50px 0 0 0;
                width: 998px;
                }

.column-left {
                width: 48%;
                float: left;
                }
                
.column-right {
                width: 48%;
                float: right;
                }
               
#page-intro {
                font-size: 17px;
                padding: 0 0 20px 0;
                }

				
#footer {
				border-top: 1px solid #ccc;
				margin: 40px 0 0 0;
				padding: 20px 0;
				font-size: 12px;
                }
/************ Lists ************/

/*#main-content ul,
#main-content ol {
                padding: 10px 0;
                }



#main-content ul li {
                padding: 4px 0 4px 20px;
                }



#main-content ol {
                padding: 0 0 0 24px;
                }

#main-content ol li {
                list-style: decimal;
                padding: 4px 0;
                }*/

/*************** Content Box ***************/

.content-box {
                border-left: 1px solid #ccc;
                border-right: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                margin: 0px 10px 10px 10px;
                background: #fff;
                padding: 10px;
                -webkit-border-radius: 0px 0px 5px 5px;
                -moz-border-radius: 0px 0px 5px 5px;
                border-radius: 0px 0px 5px 5px;
                }

.content-box-header {
                background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
                margin-top: 1px;
                height: 40px;
                border-top: 1px solid #dedede;
                border-left: 1px solid #dedede;
                border-right: 1px solid #dedede;
                }

.content-box-header h2,
.content-box-header h3 {
                padding: 12px 15px 10px;
                float: left;
                }
.header-roadmap {
                background: #e5e5e5 url('../images/bg-bubplastic.gif') top left repeat-x;
                margin-top: 1px;
                height: 30px;
                border-top: 1px solid #dedede;
                border-left: 1px solid #dedede;
                border-right: 1px solid #dedede;
                }
.header-roadmap h3 {
                padding: 5px 15px 10px;
                float: left;
                color: white;
                }
ul.content-box-tabs {
                float: right;
                padding: 12px 15px 0 0 !important;
				margin: 0 !important;
                                list-style: none;
                }

ul.content-box-tabs li {
                float: left;
                margin: 0;
                padding: 0 !important;
                background-image: none !important;
                }
                
ul.content-box-tabs li a {
                color: #333;
                padding: 8px 10px;
                display: block;
                margin: 1px;
                border-bottom: 0;
                }

ul.content-box-tabs li a:hover {
                color: #57a000;
                }              
                
ul.content-box-tabs li a.current {
                background: #fff;
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
                }

.content-box-content {
                padding: 20px;
                font-size: 13px;
                border-top: 1px solid #ccc;
                }
                
/************ Table ************/
#main-content table {
                width:100%;
                border-collapse: collapse;
                font-size: 11px;
                }
                
#main-content table thead th {
                font-weight: bold;
                font-size: 11px;
                border-bottom: 1px solid #ddd;
                }
                
#main-content tbody {
                border-bottom: 1px solid #ddd;
                font-size: 11px;
                }
                
#main-content tbody tr {
                background: #fff;
                }
              
#main-content tbody tr.alt-row {
                background: #f3f3f3;
                }
                
#main-content table td,
#main-content table th {
                padding: 5px;
                line-height: 1em;
                }        
				
#main-content table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
#main-content table tfoot td .bulk-actions select {
                padding: 4px;
		border: 1px solid #ccc;
                }      
/*************** Pagination ***************/

#main-content .pagination {
                text-align: right;
                padding: 20px 0 5px 0;
                font-family: Verdana, Arial, Helvetica, sans-serif;
                font-size: 10px;
                }
.pagination a {
                margin: 0 5px 0 0;
                padding: 3px 6px;
                text-align: right;
                }

.pagination a.number {
		border: 1px solid #ddd;
                }

.pagination a.current {
                background: #469400 url('../images/bg-button-green.gif') top left repeat-x !important;
                border-color: #459300 !important;
                color: #fff !important;
                }
				
.pagination a.current:hover {
		text-decoration: underline;
                }

/************ Shortcut Buttons ************/
/*
.shortcut-button {
                border: 1px solid #ccc;
                background: #f7f7f7 url('../images/shortcut-button-bg.gif') top left no-repeat;
                display: block;
                width: 120px;
                margin: 0 0 20px 0;
                }

.shortcut-button span {
                border: 1px solid #fff;
                display:block;
                padding: 15px 10px 15px 10px;
                text-align: center;
                color: #555;
                font-size: 13px;
                line-height: 1.3em;
                }

.shortcut-button span img {
                margin-bottom: 10px;
                }

.shortcut-button:hover {
                background: #fff;
				
                }
				
.shortcut-button span:hover {
				color: #57a000; 
                }

ul.shortcut-buttons-set li {
                float: left;
                margin: 0 15px 0 0;
		padding: 0 !important;
		background: 0;
                }


  */
                

/*************** Forms ***************/

/*form label {
                float: left;
                width: 10em;
                margin-right: 1em;
                margin-top: .7em;
                text-align: right;
                color: #6a6a6a
}*/

/*form label {
    text-transform: uppercase;
}
             
form fieldset legend {
                color: #ddd;
                font-weight: bold;
                margin-bottom: 10px;
                padding:10px;
                font-size: 24px;
                text-shadow: #444 1px 1px 1px;
                }
                
form p small {
                font-size: 0.75em;
                color: #777;
                }
				
				
form input.text-input,
form select,
form .wysiwyg {
                padding: 3px;
                font-size: 13px;
                background: #fff url('../images/bg-form-field.gif') top left repeat-x;
                border: 1px solid #99aa77;
		color: #333;
                }

form textarea{
         background: #fff url('../images/bg-form-field.gif') top left repeat-x;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        width: 278px !important;
        font-family: Arial, Helvetica, sans-serif;
        border-color: #99aa77;
}

form select{
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
}

.content-login input{
	width:100%;
	}
            
form .small-input {
                width: 25% !important;
                }
                
form .medium-input {
                width: 50% !important;
                }
                
form .large-input {
                width: 97.5% !important;
		font-size: 16px !important;
		padding: 8px !important;
                }
                
form select {
                padding: 2px;
                background: #fff;
                }
				
form input[type="checkbox"],
form input[type="radio"] {
                margin-top:10px;
                padding: 2px;
                background: none;
                border: 0;
                width:10px;
                }
*/

/*************** Notifications ***************/

.notification {
                position: relative;
                margin: 0 0 15px 0;
                padding: 0;
                background-position: 10px 11px !important;
                background-repeat: no-repeat !important;
                font-size: 13px;
                width:auto;
                }
                

.attention {
                background: #fffbcc url('../images/icons/exclamation.png') 10px 11px no-repeat;
                /*border-color: #e6db55;*/
                color: #666452;
                margin: auto;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                border-radius:5px;
                }

.information {
                background: #dbe3ff url('../images/icons/information.png') no-repeat right ;
                /*border-color: #a2b4ee;*/
                color: #585b66;
                padding-bottom: 5px;
                margin: auto;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                border-radius:5px;
                }

.success {
                background: #d5ffce url('../images/icons/tick_circle.png') no-repeat right;
                /*border-color: #9adf8f;*/
                color: #556652;
                padding-bottom: 5px;
                margin: auto;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                border-radius:5px;
                }

.error {
                background: #ffcece url('../images/icons/cross_circle.png') no-repeat right;
                color: #665252;
                width: auto;
                margin-top: 1px;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                border-radius:5px;
                /*border: 1px #ff0044 solid;*/
                }

.notification div {
                display:block;
                font-style:normal;
                padding: 10px 10px 10px 36px;
                line-height: 1.5em;
                }

.notification .close {
                color:#990000;
                font-size:9px;
                position:absolute;
                right:5px;
                top:5px;
                }

/* Notification for login page */

#login-wrapper #login-content .notification {
				border: 0;
				background-color: #141414;
				color: #fff !important;
				}
.error-message{
	text-indent: 10px;
	color: #8f0018;
	font-weight: bold;
        font-size: 11px;
        margin-top: -10px;
        clear: left;
}
/********************************      Login Page      ********************************/
.login-button {
		text-align:left;
          }
#loginbody{
    border: 1px solid #ccc;
    margin:50px;
    background: #fff;
    float:right;
    width:100%;
	}

body#login {
                color: #fff;
                background: #222 url('../images/bg-login.gif');
				}
				
#login-wrapper {
                background: url('../images/bg-login-top.png') top left repeat-x;
				}

#login-wrapper #login-top {
				width: 100%;
				padding: 140px 0 50px 0;
				text-align: center;
				}
				
#login-wrapper #login-content {
				text-align: left;
				width: 300px;
				margin: 0 auto;
				}
				
#login-wrapper #login-content label {
				color: #fff;
				font-weight: normal;
				font-size: 14px;
				font-family: Helvetica, Arial, sans-serif;
				float: left;
				width: 70px;
				padding: 0;
				}
				
#login-wrapper #login-content input {
				width: 200px;
				float: right;
				margin: 0 0 20px 0;
				border: 0;
				background: #fff;
				}
				
#login-wrapper #login-content p {
				padding: 0;
				}
				
#login-wrapper #login-content p#remember-password {
				float: right;
				}
				
#login-wrapper #login-content p#remember-password input {
				float: none;
				width: auto;
				border: 0;
				background: none;
				margin: 0 10px 0 0;
				}
				
#login-wrapper #login-content p .button {
				width: auto;
				margin-top: 20px;
				}

/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/
/*
#facebox .b {
  background:url(../images/b.png);
}

#facebox .tl {
  background:url(../images/tl.png);
}

#facebox .tr {
  background:url(../images/tr.png);
}

#facebox .bl {
  background:url(../images/bl.png);
}

#facebox .br {
  background:url(../images/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
*/
/*************** jQuery WYSIWYG ***************/
/*
div.wysiwyg { border: 1px solid #cccccc; padding: 5px; background-color: #ffffff; width: 97.5% !important; }
div.wysiwyg * { margin: 0; padding: 0; }

div.wysiwyg ul.panel { border-bottom: 1px solid #cccccc; float: left; width: 100%; padding: 0 0 5px 0; }
div.wysiwyg ul.panel li { list-style-type: none; float: left; margin: 0 2px; padding: 0 !important;  background: #ffffff; background-image: none !important;}
div.wysiwyg ul.panel li.separator { height: 16px; margin: 0 4px; border-left: 1px solid #cccccc; }
div.wysiwyg ul.panel li a { display: block; padding: 0 !important; width: 16px; height: 16px; background: url('../images/icons/jquery.wysiwyg.gif') no-repeat -64px -80px; border: 0; cursor: pointer; padding: 1px; }
div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {  }
div.wysiwyg ul.panel li a.active { background-color: #f9f9f9; border: 1px solid #cccccc; border-left-color: #aaaaaa; border-top-color: #aaaaaa; padding: 0; }

div.wysiwyg ul.panel li a.bold { background-position: 0 -16px; }
div.wysiwyg ul.panel li a.italic { background-position: -16px -16px; }
div.wysiwyg ul.panel li a.strikeThrough { background-position: -32px -16px; }
div.wysiwyg ul.panel li a.underline { background-position: -48px -16px; }

div.wysiwyg ul.panel li a.justifyLeft { background-position: 0 0; }
div.wysiwyg ul.panel li a.justifyCenter { background-position: -16px 0; }
div.wysiwyg ul.panel li a.justifyRight { background-position: -32px 0; }
div.wysiwyg ul.panel li a.justifyFull { background-position: -48px 0; }

div.wysiwyg ul.panel li a.indent { background-position: -64px 0; }
div.wysiwyg ul.panel li a.outdent { background-position: -80px 0; }

div.wysiwyg ul.panel li a.subscript { background-position: -64px -16px; }
div.wysiwyg ul.panel li a.superscript { background-position: -80px -16px; }

div.wysiwyg ul.panel li a.undo { background-position: 0 -64px; }
div.wysiwyg ul.panel li a.redo { background-position: -16px -64px; }

div.wysiwyg ul.panel li a.insertOrderedList { background-position: -32px -48px; }
div.wysiwyg ul.panel li a.insertUnorderedList { background-position: -16px -48px; }
div.wysiwyg ul.panel li a.insertHorizontalRule { background-position: 0 -48px; }

div.wysiwyg ul.panel li a.h1 { background-position: 0 -32px; }
div.wysiwyg ul.panel li a.h2 { background-position: -16px -32px; }
div.wysiwyg ul.panel li a.h3 { background-position: -32px -32px; }
div.wysiwyg ul.panel li a.h4 { background-position: -48px -32px; }
div.wysiwyg ul.panel li a.h5 { background-position: -64px -32px; }
div.wysiwyg ul.panel li a.h6 { background-position: -80px -32px; }

div.wysiwyg ul.panel li a.cut { background-position: -32px -64px; }
div.wysiwyg ul.panel li a.copy { background-position: -48px -64px; }
div.wysiwyg ul.panel li a.paste { background-position: -64px -64px; }

div.wysiwyg ul.panel li a.increaseFontSize { background-position: -16px -80px; }
div.wysiwyg ul.panel li a.decreaseFontSize { background-position: -32px -80px; }

div.wysiwyg ul.panel li a.createLink { background-position: -80px -48px; }
div.wysiwyg ul.panel li a.insertImage { background-position: -80px -80px; }

div.wysiwyg ul.panel li a.html { background-position: -48px -48px; }
div.wysiwyg ul.panel li a.removeFormat { background-position: -80px -64px; }

div.wysiwyg ul.panel li a.empty { background-position: -64px -80px; }

div.wysiwyg iframe { border: 0; margin: 5px 0 0 0; clear: left; width: 97.5% !important; }
*/

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 99%;
}
dl .altrow {
	background: #ececec;
	
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	text-transform: uppercase;
        text-align: right;
        width: 200px;
}

dd {
	/*margin-left: 17em;*/
	margin-top: -2em;
	vertical-align: top;
        padding-left: 220px;
}

#pinpendaftaran{
	height: 40px;
	font-size: 200%;
	font-weight: bold;
}
.enrollcama
{
	margin-left: 50px;
}
div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
} 
li.selected    { background-color: #ffb; }

#namalengkap{
	width: 40%;
}

#tempatlahir{
	width: 40%;
}

#email{
	width: 40%;
}
#telepon{
	width: 40%;
}
#telepon{
	width: 40%;
}
#tinggibadan{
	width: 20%;
}
#beratbadan{
	width: 20%;
}
.fieldname
{
	width: 40%;
}
.fieldnamekecil
{
	width: 20%;
}

.dlbiodata
{
	/*padding-bottom: 6px;*/
}

.dtbiodata
{
	width: 300px;
	
}
.ddbiodata
	{
	width: 500px;
	}
	
.need
	{
	font-size: 100%;
	font-family: sans-serif;
	color: red;
	
	}
	
.fieldsetadd
{
width: 500px;
}
	
.head
{
	padding-left: 20px;
	margin-top: 10px;
	color: green;
}

.content-box-header input{
    width: auto;
    float: left;
    margin-top: 10px;
}
.content-box-header select{
    display: inline;
    width: auto;
    float: left;
    margin-top: 10px;
}

.content-box-header label{
    margin-left: 10px;
    margin-top: 13px;
}

.content-box-header fieldset{
    padding: 0px;
    margin-top: 10px;
}

.filter form select{
    display:inline;
}
#filter{
    margin-bottom: -1px;
}
#filter tr td label{
    display: inline;
}
#filter tr td{
    margin: 0px;
    padding: 2px;
    border: none;
    background: #e5e5e5 url('../images/bg-content-box.gif') top left repeat-x;
}
#filter tr td select,
#filter tr td input[type=submit]
#filter tr td input{
    padding: 2px;
    margin: 0px;
}
#filter tr td select{
    margin-top: 2px;
}


#daftar_mhs{
                height: 200px;
                overflow: scroll;
                border-collapse: collapse;
                margin: auto;
                border: 1px solid #dedede;
                }
#report_style {
                height: 350px;
                overflow: scroll;
                border-collapse: collapse;
                margin: auto;
                border: 1px solid #dedede;
                }

#daftar_mhs table{
                width: 100%;
                border-collapse: collapse;
                margin: 0px auto 0 auto;
                }

#daftar_mhs table tr td{
                padding: 3px;
                }

#daftar_mhs table .actions{
                width: 100px;
                }

#daftar_mhs table .namalengkap{
                width: 200px;
                }
#daftar_mhs table input{
                width: 20px;
                margin: auto;
                }
                
#laporan{
                height: 700px;
                border-collapse: collapse;
                margin: auto;
                overflow: scroll;
                }

#laporan table{
                width: 100%;
                border-collapse: collapse;
                margin: 0px auto 0 auto;
                }

#laporan table tr td{
                padding: 3px;
                }

laporan table .actions{
                width: 100px;
}      
                
.tombol{
        float: right;
        padding: 10px;
}

.tombol #nomorawal{
        max-width: 50px;
}

.tombol input[type=submit] {
    width: 100px;
    background:#62af56;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
    background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
    border-color: #2d6324;
    color: #000;
    text-shadow: #8cee7c 0px 1px 0px;
}

.tombol input[type=submit]:hover {
    width: 100px;
    background:#4ca83d;
    background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
    background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}

.div_filter table, .div_filter table tr td {
	border-color: white;
}
.div_filter table tr:hover td{
	border-color: white;
	background-color: white;
}
.div_mk table, .div_filter table tr td {
	border-color: white;
}
.div_mk table tr:hover td{
	border-color: white;
	background-color: white;
}
#kelas{
	width: 130px;
}
#dosensatu{
	width: 130px;
}
#dosedua{
	width: 130px;
}
#dosentiga{
	width: 130px;
}
#dosenempat{
	width: 130px;
}
#indexgabungan{
	width: 130px;
}
#terisi{
	width: 130px;
}
#kapasitasmaksimum{
	width: 130px;
}
.fieldmk1{
	width: 160px;
}

#datepicker{
    padding: 10px 10px 10px 15px;
}

#datepicker a{
    color: #000;
}

div.ui-datepicker,
div.ui-datepicker a{
font-size: 100%;
}

#clock{
    font-size: 200%;
    color: #cfcfcf;
    width: 195px;
    text-align: right;
    margin: 10px;
}

#buttonlink{
}

#buttonlink a{
   border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 10px 2px 10px;
  background-color: #cdcdcd;
  color: #777;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top,  #fff,  #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#eee");
}

#buttonlink a:hover{
  border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 10px 2px 10px;
  margin-top: 5px;
  background-color: #fdfdfd;
  color: #fff;
  background-color: #FF662C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF662C), to(#EB3F00));
  background: -moz-linear-gradient(top,  #FF662C,  #EB3F00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF662C", endColorstr="#EB3F00");
}

#buttonlinkaction a{
  border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
  background-color: #eee;
  color: #777;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top,  #fff,  #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#eee");
  font-size: 11px;
}

#buttonlinkaction a:hover{
  border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
  background-color: #C8FF00;
  color: #fff;
  background-color: #BEF202;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8FF00), to(#BEF202));
  background: -moz-linear-gradient(top,  #C8FF00,  #BEF202);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8FF00", endColorstr="#BEF202");
  font-size: 11px;
}

.actions a{
  border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
  background-color: #cdcdcd;
  color: #777;
  background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top,  #fff,  #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#eee");
  font-size: 11px;
}

.actions a:hover{
  border:1px solid #ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
  margin-top: 5px;
  background-color: #fdfdfd;
  color: #444;
  background-color: #C8FF00;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8FF00), to(#BEF202));
  background: -moz-linear-gradient(top,  #C8FF00,  #BEF202);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8FF00", endColorstr="#BEF202");
  font-size: 11px;
}

.actions ul li{
    display: inline;
}

.paging a{
      border: 1px #ddd solid;
      padding: 2px 4px 2px 4px;
      margin: 0;
      background-color: #eee;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
      background: -moz-linear-gradient(top,  #fff,  #eee);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#eee");
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;
      font-size: 11px;
}
.paging a:hover{
      color: #fff;
      background-color: #BEF202;
      background: -webkit-gradient(linear, left top, left bottom, from(#C8FF00), to(#BEF202));
      background: -moz-linear-gradient(top,  #C8FF00,  #BEF202);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8FF00", endColorstr="#BEF202");
}

.paging .disabled{
    color:#ddd;
}

.paging .current{
      border: 1px #ddd solid;
      padding: 2px 4px 2px 4px;
      background-color: #ccc;
      -webkit-border-radius:4px;
      -moz-border-radius:4px;
      border-radius:4px;
      background: -webkit-gradient(linear, left top, left bottom, from(#C8FF00), to(#BEF202));
      background: -moz-linear-gradient(top,  #C8FF00,  #BEF202);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8FF00", endColorstr="#BEF202");
}

/* style Notice*/
.notice_red {
    color: red;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:9px;
    position: absolute;
    margin-top: -9px;
}
.notice_red_top {
    color: red;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:9px;
}

.notice_red_right {
    color: red;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:9px;
    position: absolute;
    margin-top: -35px;
    margin-left: 290px;
}

/** dialog pencarian mahasiswa */

#dialog{
    padding: 0;
    margin: 0;
}

#dialog form{
    padding: 0;
    border: none;
    margin: 5px auto;
}

#dialog form input{
    width: auto;
    display:block;
    float: left;
    margin: 3px 0 0 0;
}

#dialog form label{
    text-align: right;
    width: 100px;
    float: left;
    padding: 0;
    margin-left: 10px;
    margin-right: 3px;
    text-transform: none;
}

#dialog form input[type=submit]{
    
}

#dialog .left{
    width: 400px;
    float: left;
}

#dialog .right{
    width: 800px;
}

#dialog table{
    width: 100%;
    position: relative;
    border: 1px solid #eee;
    margin: 10px;

}



#dialog table tr td,#dialog table tr th{
    border: none;
    padding: 2px;
    font-size: 11px;
    padding: 5px;
}

/* ---------------------------------------
                FORM ELEMENTS
---------------------------------------- */
.content-box form div{
    width: 100%;
}
.content-box form label,
.content-box form div.input label{
    float: left;
    width: 150px;
    padding: 3px;
}
.content-box form select,
.content-box form div.input select{
    padding: 2px;
    margin: 3px;
}
.content-box form div.input textarea,
.content-box form div.input input{
    padding: 2px;
    margin: 3px;
    min-width: 200px;
    width: 250px;
}
.content-box form fieldset{
    border: solid 1px #ccc;
    padding: 10px;
    margin: 3px;
}
.content-box form legend{
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

#filter-box{
    width: auto;
}
#filter-box div.input select select{
    margin-top: -7px;
    padding: 2px;
}
#filter-box div.input input,
#filter-box div.input textarea{
    float: left;
    margin-right: 10px;
}
#filter-box div.input input[type=submit]{
    width: 150px;
    float: left;
    margin-right: 10px;
}
#filter-box fieldset{
    border: solid 1px #ccc;
    padding: 10px;
    margin: 3px;
}
#filter-box legend{
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
}

/** auto complete **/
.ac_results {padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999}
.ac_results ul {width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0}
.ac_results li {margin: 0px; padding: 2px 5px; cursor: default; display: block;   font: menu; font-size: 12px;  line-height: 16px; overflow: hidden; text-align:left}
.ac_loading {background: white url('indicator.gif') right center no-repeat}
.ac_odd {background-color: #eee}
.ac_over {background-color: #cdcdcd;  color: #fff}

/*table input nilai*/
td.duakolom div .input .text input[type=text]{
    width: 50px;
}
/* menu action in table */
#menu-tb {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin-top: -2px;
  margin-right: 3px;
}
#menu-tb li {
  display: block;
  position: relative;
  float: left;
}
#menu-tb li ul { display: none; 

}
#menu-tb li ul li{
    z-index: 100;
}
#menu-tb li ul li a{
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  padding: 5px 14px 5px 5px;
  font-style: italic;
}
#menu-tb  li a {
  display: block;
  text-decoration: none;
  padding: 4px 5px 4px 5px;
  margin-left: 1px;
  margin-top: -2px;
  white-space: nowrap;
   background-color: #eee;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background: -moz-linear-gradient(top,  #fff,  #eee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#eee");
}
#menu-tb  li a:hover {
    color: #fff;
}
#menu-tb li:hover ul {
  display: block;
  position: absolute;
}
#menu-tb li:hover li {
  float: none;
}
#menu-tb li:hover a { 
  color: #444;
  background-color: #C8FF00;
  background: -webkit-gradient(linear, left top, left bottom, from(#C8FF00), to(#BEF202));
  background: -moz-linear-gradient(top,  #C8FF00,  #BEF202);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#C8FF00", endColorstr="#BEF202");
    -moz-box-shadow: 1px 1px 4px #777;
    -webkit-box-shadow: 1px 1px 4px #777;
    box-shadow: 1px 1px 4px #777;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#777777');
}
#menu-tb li:hover li a:hover { 
      color: #fff;
        background-color: #365BD6;
        background: -webkit-gradient(linear, left top, left bottom, from(#3089DB), to(#365BD6));
        background: -moz-linear-gradient(top,  #3089DB,  #365BD6);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3089DB", endColorstr="#365BD6");
}