a:focus{
	outline: none;
}
body {
	margin:0px;
	color:#333333;
	padding:0px;
	font-family: arial, sans-serif;
	font-size:12.5px;
	font-size:12px !important;
	background-color: #F0F1EC;
	background-image: url(http://wisuda.stain-pekalongan.ac.id/images/image_background.jpg);
	background-repeat: repeat-x;
}
h3 { font-size: 21px; margin: 0 0 5px 0; padding: 0; padding: 0; color: #e2d8bd; }
input.inputx,textarea.inputx,select.inputx{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#dedede;
	padding:5px;
	border:0px;
}
input.inputy,textarea.inputy,select.inputy{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:5px;
	background:#dedede;
	padding:3px;
	border:1px solid #bbb;
	margin-top: 1px;
}

#templatemo_wrapper {
	width: 1000px;
	margin:auto;
}
#templatemo_header, #templatemo_header_img, #templatemo_header_pmb, #templatemo_menu, #templatemo_main_bottom {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = ""):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://wisuda.stain-pekalongan.ac.id/','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

#templatemo_header {
	background: url(images/templatemo_header.png) no-repeat;
	padding: 20px 30px 0px 25px;
	width: 950px;
	height: 90px;
}
#templatemo_header_img{
	background: url(images/logo.png) no-repeat;
	height: 80px;
	width: 600px;
	float: left;
}
#templatemo_header_pmb{
	/*background: url(http://wisuda.stain-pekalongan.ac.id/images/pmb.png) no-repeat;*/
	height: 50px;
	width: 100px;
	float: left;
	margin: 35px 0 0 85px;
}
#templatemo_menu{
    /*background: url("images/templatemo_menu.png") no-repeat;*/
    height: 50px;
	overflow: hidden;
    padding: 0 20px;
    width: 960px;
}
#templatemo_menu ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
}
/*#templatemo_menu ul li{ */
#templatemo_menu li{
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
/*#templatemo_menu ul li a{*/
#templatemo_menu a{
    background: url(images/templatemo_menu_divider.png) right no-repeat;
	color: #eee;
	display: block;
	float: left;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	list-style: none;
	margin: 0px;
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	top: auto;
}
/*#templatemo_menu ul li a:hover{*/
#templatemo_menu a:hover{
	background-color: #aaa;
	color: #333;
	height: 49px;
	margin-top: 1px;
}

#templatemo_main input,#templatemo_main a{
	position:relative;
}
#templatemo_main a{
	color: #4A991D;
}
/*#templatemo_main, #templatemo_menu ul li a{	*/
#templatemo_main, #templatemo_menu a{	
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = ""):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("http://wisuda.stain-pekalongan.ac.id/','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
        
    );

}
#templatemo_main{
	postion:relative;
	padding: 20px 50px;
	width: 900px;
	background: url(images/templatemo_content.png) repeat-y;
}
#templatemo_main_err{
	background: #FCDBDB !important;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #A81C1C;	
	margin-top:2px;
	margin-bottom:2px;
}
#templatemo_main_ok{
	background: #D3E5DD !important;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #176142;	
	margin-top:2px;
	margin-bottom:2px;
}
#templatemo_main_info{
	padding: 10px 0px 20px 0px;
}
#templatemo_main_page{
	padding-top: 10px;
}

#templatemo_main_bottom {
	width: 1000px;
	height: 40px;
	background: url(images/templatemo_content_bottom.png) no-repeat;
}
#templatemo_footer {
	margin: auto;
	width: 900px;
	color: #bbb;
	padding-bottom: 20px;
	text-align: center;
}

#templatemo_footer a {
	color: #bbb;
	text-decoration: none;
}

#info, #infoo{
	background: #ededed;
	padding:10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#333333;	
	margin-top:2px;
	margin-bottom:2px;
	text-align: justify;
}
#infoo{
	background: #F9D6D6 !important;
	font-weight: bold;
	text-align: center !important;
	text-decoration: blink;
}
#info ul{
	list-style: square;
	margin-left: -25px;
	font-style: italic;
}
/*#info ul li{*/
#info li{
	margin: 3px 0;
}
.button{
    border: 1px solid #aaa;
    border-radius: 11px 11px 11px 11px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 13px;
	font-weight: bold;
    margin-top: -3px;
    padding: 3px 10px;
    text-decoration: none;
	color: #555;
	background: #D4D0C8;
}
.button:hover{
    border: 1px solid #555;
	color: #000;
	background: #B7B2A8;
}
.updateinfo{
	font-size: x-small;
	font-style: italic;
	color: #FF0000;
}
.updateinfok{
	font-size: x-small;
	font-style: italic;
	color: #777;
}

.tabstat{
	margin-left: 10px;
}
.tabstat table#jadw{
	border-collapse: collapse;
}
.tabstat tr#judd{
	font-weight: bold;
	background: #888;
	color: #eee;
	height: 25px;
}
.tabstat tr#isr{
	background: #FF6666;
}
.tabstat tr#isy{
	background: #FEF7B7;
}
.tabstat td{
	border: 1px solid #aaa;
	vertical-align: text-top;
	height: 20px;
}
.tabstat tr#iss:hover{
	background: #ddd;
}
.tabstat a{
	font-weight: bold;
	text-decoration: underline;
}
.tabstat a:hover{
	text-decoration: none;
}

.login_form_err{
	background-color: #FFEFEF;
	border: 1px dashed;
	border-radius: 3px;
	color: #FF0000;
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 100%;
}
.login_form_ok{
	background-color: #F2FFEA;
	border: 1px dashed;
	border-radius: 3px;
	color: #4A991D;
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 4px 0 4px 0;
	text-align: center;
	width: 100%;
}
.potii{
	background:url("http://wisuda.stain-pekalongan.ac.id/images/photo.gif") no-repeat scroll 0 0 transparent;
	border:3px solid #ddd;
	height:134px;
	margin:10px 0px 10px 780px;
	overflow:hidden;
	position:absolute;
	width:104px;
}