/* CSS Document */

#striping {
	width: auto;
	height: 27px;
	background-color: #656565;
}

.berita {
	font-size: 11px;
	color:#11809E;
	margin: 0px 0px;
	padding: 0px 0px 12px 0px;
}

.berita ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 16px 0px 30px;
}

.berita li {
	margin: 0px 0px;
	padding: 10px 0px;
}

.berita a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	display: block;
	line-height: 16px;
	margin: 0px 0px;
	padding: 0px 0px;
}

.berita a:hover {
	color: #B6A050;
	text-decoration: underline;
}

.berita table {
	font-size: 11px;
	line-height: 14px;
	color:#333;
	margin: 8px 0px 10px 24px;
	padding: 0px 0px 0px 0px;
}


.small {
	color: #CC6600;
	font-size: 10px;
	margin: 0px 0px;
	padding: 0px 0px 4px 0px;
}

.banner-ad {
	height: auto;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 16px 15px;
	font-size: 10px;
	color: #FFFFFF;
}

.banner-ad a{
	margin: 0px 0px;
	padding:0px 0px;
	text-decoration: none;
	color: #0099FF;
}
.banner-ad a:hover{
	text-decoration: underline;
}
.banner-ad img{
	border: none !important;
	margin: 0px 0px;
	padding:0px 0px;
}

#submenu {
	margin: 0px 0px 16px 14px;
	padding: 0px 0px 0px 0px;
}

#submenu ul {
	list-style: none;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px;
	padding: 0px 0px 10px 0px;
}

#submenu li {
	border-bottom: #11809E dotted 1px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#submenu a {
	color: #11809E;
	text-decoration: none;
	display: block;
	margin: 0px 0px;
	padding: 7px 0px 7px 14px;
}

#submenu a:hover {
	color: #FFFFFF;
	background-color: #C4AD0F;
}

.table-list {
	clear: both;
	padding: 10px 10px 10px 10px;
	border-collapse: collapse;
	border-top: #bbb 1px solid;
	border-bottom: #bbb 1px solid;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11px;
	margin: 10px 0px;
	width: 100%;
	background-color: #F2F8FD;
}

.table-list p {
	text-align: justify;
}

.table-list img {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
}

.table-list ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	list-style-type: square;
}

.table-list tr {
	border-top: #ffffff 1px solid;
	border-bottom: #555555 1px solid;
	border-collapse: collapse;
}

.table-list-name {
	color: #003366;
	width: 90px;
	text-align: right;
	font-weight: normal;
	vertical-align: top;
	padding: 8px 10px 6px 10px;
	border-bottom: #ddd 1px solid;
}

.table-list th {
	color: #003366;
	background-color: #F7FAFC;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 8px 20px 6px 15px;
	border-bottom: #D8EAF9 1px solid;
	background-image: url('../images/separator/table-list-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

.table-list td {
	color: #000000;
	background-color: #F7FAFC;
	padding: 8px 15px 6px 5px;
	border-bottom: #D8EAF9 1px solid;

}

.table-list-input {
	color: #000000;
	padding: 4px 15px 6px 0px;
	border-bottom: #ddd 1px solid;
}

.table-list cite {
	color: #666666;
	font-style: normal;
}

/*.table-common {
	width: 100%;
	height: auto;
	font-size: 11px;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.table-common th {
	background-color: #CC6600;
	background-image: url('../images/table-th.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	padding: 5px;
}

.table-common td {
	color:#666666;
	border: solid 1px #CCCCCC;
	padding:2px 0px 3px 3px;
}

.table-common a {
	color: #005287 !important;
	font-weight: bold;
	text-decoration: none;
}

.table-common a:hover {
	color: #CC6600 !important;
	text-decoration: underline;
}
*/

.table-common {
	clear: both;
	text-align: left;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 11px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	border-top: #ddd solid 1px;
	border-left: #ddd solid 1px;
	margin: 10px 0px 10px 1px;
	width: 100%;
}

.table-common th {
	color: #1C4675;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 0.2em 0.5em;
	border: 1px solid #C9D5E1;
	border-collapse: collapse;
	border-top: none;
	background-color: #E3EFF9;
	background-image: url('../images/separator/content-half-h2.gif');
	background-repeat: repeat-x;
	background-position: top;
}

.table-common td {
	padding: 0.3em 0.4em;
	color: #333333;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #C9D5E1;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

.table-common a {
	color: #0C419A;
	text-decoration: none;
}

.table-common .nama {
	width: 150px;
	font-weight: bold;
}

.table-common .judul {
	width: 200px;
}

.table-common-alert td {
	background-color: #aa2222;
	color: #ffffff;
}

.table-common-alert a {
	color: #fdc689;
}

.table-common-even {
}

.table-common-even td{
	background-color: #F1F7FC  !important;
}


.table-common-alert a:hover {
	color: #A0410D;
}

.table-common-links {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.table-common-links a {
	clear: inherit;
	float: left;
	border: #CDDCC8 1px solid;
	font-family: Tahoma, Arial, sans-serif; 
	font-size: 8pt;
	cursor: pointer;
	margin: 0px 1px 0px 1px;
	padding: 3px 5px;
	color: #0C419A;
}

.table-common-links a:hover {
	text-decoration: none;
	background-color: #FFF9D6;
	background-image: url('../images/separator/button_bg.gif');
	background-repeat: repeat-x;

}

.table-common-links a:active {
	text-decoration: none;
	padding: 4px 3px 1px 6px;
	border: #ece9d6 1px solid;
	border-bottom: #fffef5 2px solid;
	border-right: #fffef5 2px solid;

}

.table-common-links img
{
	border: none;
}

.form-login {
	width: 237px;
	height: 144px;
	color: #454545;
	text-align:left;
	font-size: 10px;
	background-image: url('../images/separator/back-login.jpg');
	background-repeat: no-repeat;
	margin: 10px 0px 0px 0px;
	padding: 16px 0px 0px 0px;
}

.form-login input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 2px;
	margin: 2px 2px 0px 0px;
	border: 1px solid #999999;
}

.form-login table {
	margin: 0px 0px 0px 26px;
	padding: 0px 0px 0px 0px;
}

.form-login div{
	text-align: left;
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 30px;
}

.form-login a{
	color: #FF6C00;
	font-weight: bold;
	text-decoration: none;
}

.form-login a:hover {
	color: #FFA84B;
	text-decoration: underline;
}


.button {
	display: inline;
	text-align: right;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	width: auto;
}

.button input {
	color: #FFFFFF;
	background-color: #999999;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px #A3A3A3 solid;	
	border-left: 1px #A3A3A3 solid;
	border-right: 1px #A3A3A3 solid;
	border-bottom: 1px #A3A3A3 solid;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 2px 0px 2px !important;
	cursor:pointer;
}
.button a {
	border: #ece9d6 1px solid;
	height: 14px;
	padding: 3px 7px;
	margin: 1px 1px 0px 0px;
	display: block;
	float: left;
	overflow: hidden;
	cursor: default;
}

.button a:hover {
	text-decoration: none;
	background-image: url('../images/separator/button_bg.gif');
	background-repeat: repeat-x;
	background-color: #ffffff; 
	
	padding: 3px 7px;
	border: #FCE171 1px solid;

}
.testimoni {
	border-bottom: solid 1px #820000;
	margin-bottom: 8px;
}

.news {
	border-bottom: dotted 1px #996600;
	margin-bottom: 8px;
}
.lineform {font:14px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC;}
.tombol {
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #DAE4E6;
	background-color: #820000;
}

