@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

a:link, a:visited {
	color: #009900;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #009900;
	text-decoration: underline;
	font-weight: normal;
}



/** header **/

#header_container {
/*	background: url(../images/background2.gif) top center repeat-y; */
	height: 80px; /* original: 84 */
	width: 100%;
}

#header_center {
	background: url(../images/header_bg.gif) top center repeat-x;
	width: 910px;
	height: 80px;
	margin: auto;
}

#header_logo {
	float: left;
	margin-left: 10px;
	background: url(../images/logo_usu.png) no-repeat;
	height: 63px;
	width: 500px;
}

#header_motto {
	background: url(../images/motto_usu.png) no-repeat bottom right;
	float: right;
	height: 63px;
	width: 245px;
}

/** MENU **/
#menu_container {
	background: #CCCCCC ;
	border-top: solid 1px #fff;
	border-bottom: #927624 5px solid;
	width: 910px;
	height: 25px;
	margin-top: 0px;
	margin-left: 0px; /* 5 */
}

.menu_date {
	margin-top: 5px;
	margin-right: 10px;
	float: right;
}

.menu_button {
	font-size: 14px;
	font-weight:bold;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	text-transform: uppercase;
}

.menu_button a:link {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #00CC33;
	font-weight: normal;
}

.menu_button a:visited {
	color: #009900;
	text-decoration: none;
	border-bottom: 1px dotted #00CC33;
	font-weight: normal;
}

.menu_button a:hover {
	font-weight: normal;
}

/** CONTENT **/
#content_container {
	width:910px;
	height:auto; 
	margin:0 auto;	
}

#content_center {
/*	background: url(../images/background2.gif) top center repeat-y;  */
	background: #FFF;
	width: 910px; /* ori: 920 */
/*	margin:0 auto;
	margin-top: 0; */
	margin: auto;
/*	float: left; */
}

#box_block_left {
	margin-top: 0px;
	margin-left: 0px; /* 5 */
	margin-bottom: 0px;
	width: 255px;
	height: 270px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background: #d2dfd2;
	border-left: 10px solid #CCC;
	border-right: 1px dotted #999;
}

#box_block_left ul {
	list-style-image: url(../images/raquo.gif);
}

#opac_search {
	margin-top: 5px;
	margin-left: 0px;
}

#opac_text {
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	font-stretch: expanded;
	color: #FFF;
	letter-spacing: 3px;
	float:left;
	border-right: 1px solid #FFF;
	padding-right: 5px;
}

#opac_longtext {
	margin-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	float: left;
	margin-left: 5px;
}

#opac {
	padding: 3px;
	margin-top: 40px;
	background-color: #927624;
	height: 30px;
	width: 247px;
}

#opac_ie {
	padding: 3px;
        margin-top: 20px;
        background-color: #927624;
        height: 30px;
        width: 247px;
}

#opac_desc {
	float: left;
	margin-top: 20px;
	margin-left: 0px;
	width: 250px;
	font-style: italic;
	color:#333;
}


.right_box_heading {
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	letter-spacing: 3px;
	border-bottom: 1px dotted #FFF;
}

.right_box_subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

.right_box_subheading a:link {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	text-decoration: none;
}

.right_box_subheading a:active {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	text-decoration: none;	
}

.right_box_subheading a:visited {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	text-decoration: none;	
}

.right_box_subheading a:hover {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	text-decoration: underline;
}

#inside_box_block_right {
	background: url(../images/transparent.png); /* e1f0e1 */
	margin-top: 0px;
	margin-bottom: 0px;
	width: 200px;
	height: 250px;
	padding-right: 30px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	color: #FFF;
}


#content_block_left {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 380px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 5px;
}

#content_block_left_main {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 200px;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: 5px;
	border-right: 1px dashed #CCCCCC;
}

#content_block_left_main ul { 
	list-style-image: url(../images/raquo.gif);
}

#content_block_left_main th { 
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
}

.imgbox {
	padding-right: 10px;
	border-right: 1px dashed #CCC;
	float: left;
}

.txtbox {
	color: #333;
	margin-left: 10px;
	float:left;
	width: 250px;
}

.htxtbox {
	color: #009900;
	font-weight: bold;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 3px;
}

#content_block_right {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 175px;
	padding-right: 20px;
	padding-left: 10px;
	float: right;
}

#content_body {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	width: 450px;
	float: left;
	border-left: 1px dashed #CCCCCC;
}

#content_body ul {
	list-style-image: url(../images/raquo.gif);
}

#content_body_main {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 10px;
	width: 650px;
	float: left;
}

.content_height {
	width: 0px;
	height: 470px;
	float:left;
}

/** FOOTER **/
#footer_container {
/*	background: url(../images/footer_bg.gif) top left repeat-x; */
/*	background: url(../images/background2.gif) top center repeat-y; */
	height: 40px;
	width: 100%;
	margin-bottom: 0;
}

#footer_center {
	border-top: 5px solid #927624;   
	background-color: #2a7c01;
	width: 910px;
	height: 30px;
	padding-top: 5px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

#footer_center a {
	color: #fff;
	text-decoration: none;
}

#footer_center a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

/** tambahan **/
table.moduletable, table.moduletable_menu, table.moduletable_text {
	margin           : 0 0 8px 0;
	width            : 100%;
	/*   background       : url(../images/mod_bottom.gif) #FFFFFF repeat-x bottom left;  */
	  padding-bottom   : 2px;
}

table.moduletable th, table.moduletable_menu th, table.moduletable_text th{
      
    font-family          : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 12px;
	font-weight        : bold;
	text-align         : left;
	width              : 100%;
      background         : url(../images/mod.gif) #FFFFFF repeat-x top left; 
      color              : #536570;
	padding            : 2px;
      text-indent        : 10px;
	line-height        : 22px;
       border-bottom: 1px solid #D2D5D8;
	    
}

