/*body
{
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
}

font
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 11px;
}

TABLE
{
    font-family: verdana,Arial,tahoma,sans-serif;
    font-size: 11px;
    border: 0px;
}

.fontbesar
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.inptype
 {font-family:verdana,Arial,tahoma,san-serif;font-size:12px;color:#000000;background-color:#FFFFFF;border-bottom: 1px solid #C1C1C1;border-right: 1px solid #C1C1C1;border-left: 1px solid #C1C1C1;border-top: 1px solid #C1C1C1;}
 */
.inptypetime
{
    font-family: verdana,Arial,tahoma,san-serif;
    font-size: 20px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-top: 1px solid #C1C1C1;
}

.inptime
{
    font-family: verdana,Arial,tahoma,san-serif;
    font-size: 20px;
    color: #000000;
    background-color: #FFFFFF;
    font-weight: bold;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
}

.chktype
{
    font-family: verdana,Arial,tahoma,san-serif;
    font-size: 12px;
    color: #000000;
    background-color: #FFFFFF;
}

.inptypehijau
{
    font-family: verdana,Arial,tahoma,san-serif;
    font-size: 11px;
    color: #000000;
    background-color: #D9E3B6;
    border-bottom: 1px solid #B6C973;
    border-right: 1px solid #B6C973;
    border-left: 1px solid #B6C973;
    border-top: 1px solid #B6C973;
    height: 20px;
}
/*
.tablegrid
{
    background-color: #F0F0FF;
}

.tdjudul
{
    background-color: #F0F0FF;
    font-weight: bold;
    font-size: 13px;
    height: 100%;
}
/*
.tdjudultime
{
    background-color: #F0F0FF;
    font-weight: bold;
    font-size: 25px;
    height: 100%;
}

.tdjudullist
{
    background-color: #F0F0FF;
    font-weight: bold;
    font-size: 11px;
    height: 100%;
}
/*
.sbttn			
{
	background:#F0F0FF;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top: 1px solid #AFC4D5;
	color: Black;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 13px;
	height: 19px;
	text-decoration: none;
	cursor: hand;
}
*/
a:link
{
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
a:active
{
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
a:visited
{
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
a.rollovernav
{
    color: White;
    font-weight: bold;
    font-size: 8pt;
    font-family: Tahoma;
}
A.rollovernav:hover
{
    color: #aeb2fe;
    text-decoration: none;
}
A.rollovernav:active
{
    color: White;
}
.likelink
{
    color: Red;
    font-weight: bold;
    cursor: hand;
}
/*========================NEW CSS=====================*/
body
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    color:#333;
	
}
font
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

TABLE
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    border: 0px;
}

.fontbesar
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: bold;
}
.sbttn
{
    cursor: hand;
    background-color: #3bb3e0;
    font-family: 'Open Sans' , sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 7px 15px;
    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
    background-image: -webkit-gradient(	linear, 	                                    left bottom, 	                                    left top, 	                                    color-stop(0, rgb(44,160,202)), 	                                    color-stop(1, rgb(62,184,229)) 	                                    );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: Cambria, Georgia, serif;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: bold;
    font-weight: bold;
    color: #0C618D;
}
.sbttn:hover
{
    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
    background-image: -webkit-gradient( 	linear, 	left bottom, 	left top, 	color-stop(0, rgb(62,184,229)), 	color-stop(1, rgb(44,160,202)) 	);
    color: #fff;
}
.inptype
{
    background-color: #FFFFFF;
    font:14px Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color:#333;
	border:1px solid #dfdfdf;
	padding:5px 3px;
}
.tdjudul
{
    background-color: #F0F0FF;
    font-weight: bold;
    font-size: 20px;
    height: 100%;
}

.tablegrid
{
    background: url('../image/bg-thead.png') repeat-x scroll top left #dddddd;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #C8C8C8;
}
.tablegrid th
{
    padding:10px 5px;
    border-right: 1px solid #C8C8C8;
}
.aTableGrid td
{
    padding-left:5px;
    padding-right:5px;
    border-right: 1px dotted #BEBEBE;
}
table.aTableGrid
{
    
}
