/* Menu Tambahan Kanan by ade@htp.ac.id */

.hoverTable{
	width:100%;
	border-collapse:collapse; 
}
.hoverTable th{
	height:30px; background: #160080; color:#800000;
}
.hoverTable td{ 
	height:30px; padding-top:3px;vertical-align:middle; 
	border-bottom:1px solid #160080;
	text-align:center;
}
.hoverTable td a{
	width:100%;display:block;
}
/* warna latar setiap baris tabel dan warna tulisan */
.hoverTable tr{
	background: #4a089a; color:#160080;
}
/* warna ketika dilewati mouse */
.hoverTable tr:hover {
	background-color: #FFC0CB;
}
.hoverTable a {
	color:#ffffff;
}
.hoverTable a:hover {
	color:#dd1907;
}

/* ini adalah untuk tombol login */

.button1 {
    display: block;
    font: bold 16px Comic Sans MS;
    letter-spacing:;
    text-decoration: none;
    margin: 5px auto;
    padding: 5px 10px 10px 10px;
    width: 237px;
    border-top-left-radius: 10px 50px;
    border-bottom-left-radius: 10px 50px;
    border-top-right-radius: 10px 50px;
    border-bottom-right-radius: 10px 50px;
    -moz-border-radius-topleft: 10px 50px;
    -moz-border-radius-topright: 10px 50px;
    -moz-border-radius-bottomright: 10px 50px;
    -moz-border-radius-bottomleft: 10px 50px;
 
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button1:hover {
    -moz-border-radius-topleft: 100px 70px;
    -moz-border-radius-topright: 100px 70px;
    -moz-border-radius-bottomright: 100px 70px;
    -moz-border-radius-bottomleft: 100px 70px;
    border-top-left-radius: 100px 70px;
    border-bottom-left-radius: 100px 70px;
    border-top-right-radius: 100px 70px;
    border-bottom-right-radius: 100px 70px;}
    
.button1 span {
    display: block;
    margin: 2px 0 0;
    font: oblique bold 15px Comic Sans MS;}

.button2 {
    text-decoration: none;
    font: bold 13px Arial;
    padding: 6px 14px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    width: 100px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
 -ms-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.button2:hover {
    -moz-border-radius: 5px;
    border-radius: 5px;}


.blue {
    color: #fff;
    background: #160080;
    background: -webkit-linear-gradient(top, #ffffff 0%, #4a089a 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #4a089a 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #4a089a 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #4a089a 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #4a089a 100%);
    text-shadow: #FFC0CB 0 1px 3px;
    -webkit-box-shadow:
        inset 0 1px 0 #160080,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;
    -moz-box-shadow:
        inset 0 1px 0 #160080,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;
    box-shadow:
        inset 0 1px 0 #160080,
        inset 0 2px 0 #800000,
        0 1px 3px #777,
        0 0px 1px #ccc;}

.blue span {
    color: #800000;
    text-shadow: #FFC0CB 0 1px 0;}
	

