/* CSS Document */

table.tabelData {
	/*background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;*/
	border-spacing: 0px;
	/*width: 100%;*/
	border-collapse: collapse;
}

table.tabelData th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	/*background: url(../images/background.gif);*/
	background-color:#3b5998;
	background-repeat: repeat;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:inherit;
}
table.tabelData th.title {
	text-align: left;
}
table.tabelData th a {
	color: #ff9900;
}
table.tabelData tr.row0 {
	background-color: #F5F5F5;
}
table.tabelData tr.row1 {
	background-color: #FFF;
}
table.tabelData td {
	border-bottom:1px solid #CCCCCC;
	/*border-bottom: 1px solid #e5e5e5;*/
	/*border-bottom: none;*/
	padding: 4px;
}
table.tabelData tr.row0:hover {
	background-color: #f1f1f1;
}
table.tabelData tr.row1:hover {
	background-color: #f1f1f1;
}
table.tabelData td.options {
	background-color: #ffffff;
	font-size: 8px;
}

/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #000;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist td.drill
{
	border-bottom: 1px solid #C3C3C3;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	/*text-decoration: underline;*/
}

table.adminlist tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
}
table.adminlist tr.row1 {
	background-color: #FFF;
	text-align: left;
}
table.adminlist td {
	border-bottom: 1px solid #e5e5e5;
	padding: 4px;
}
table.adminlist td  a{
	color:#999999;
}
table.adminlist td  a:hover{
	text-decoration:underline;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}



.hide {
	/*display:none;*/
}
.nohide {
	/*display:table-cell;
	color:#FF0000;*/
}


select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}

/* header block */
table.adminheading {
	/*background-color: #FFF;*/
	font-family : Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	border-collapse: collapse;
	color: #C64934;
	font-size : 18px;
	font-weight: bold;
	text-align: left;
}
table.adminheading th {
	background: url(../images/generic.png) no-repeat left;
	text-align: left;
	height: 50px;
	width: 99%;
	padding-left: 50px;
	border-bottom: 5px solid #fff;
}
table.adminheading th.checkin {
	background: url(../images/checkin.png) no-repeat left;
}
table.adminheading th.cpanel {
	background: url(../images/cpanel.png) no-repeat left;
}
table.adminheading th.config {
	background: url(../images/config.png) no-repeat left;
}
table.adminheading th.modules {
	background: url(../images/module.png) no-repeat left;
}
table.adminheading th.menus {
	background: url(../images/menu.png) no-repeat left;
}
table.adminheading th.trash {
	background: url(../images/trash.png) no-repeat left;
}
table.adminheading th.user {
	background: url(../images/user.png) no-repeat left;
}
table.adminheading th.inbox {
	background: url(../images/inbox.png) no-repeat left;
}
table.adminheading th.msgconfig {
	background: url(../images/message_config.png) no-repeat left;
}
table.adminheading th.langmanager {
	background: url(../images/langmanager.png) no-repeat left;
}
table.adminheading th.mediamanager {
	background: url(../images/mediamanager.png) no-repeat left;
}
table.adminheading th.impressions {
	background: url(../images/impressions.png) no-repeat left;
}
table.adminheading th.browser {
	background: url(../images/browser.png) no-repeat left;
}
table.adminheading th.searchtext {
	background: url(../images/searchtext.png) no-repeat left;
}
table.adminheading th.templates {
	background: url(../images/templatemanager.png) no-repeat left;
}
table.adminheading th.massemail {
	background: url(../images/massemail.png) no-repeat left;
}
table.adminheading th.frontpage {
	background: url(../images/frontpage.png) no-repeat left;
}
table.adminheading th.sections {
	background: url(../images/sections.png) no-repeat left;
}
table.adminheading th.edit {
	background: url(../images/addedit.png) no-repeat left;
}
table.adminheading th.categories {
	background: url(../images/categories.png) no-repeat left;
}
table.adminheading th.install {
	background: url(../images/install.png) no-repeat left;
}
table.adminheading th.dbbackup {
	background: url(../images/backup.png) no-repeat left;
}
table.adminheading th.dbrestore {
	background: url(../images/dbrestore.png) no-repeat left;
}
table.adminheading th.dbquery {
	background: url(../images/query.png) no-repeat left;
}
table.adminheading th.info {
	background: url(../images/systeminfo.png) no-repeat left;
}
table.adminheading th.conpanel {
	background: url(../images/controlpanel.png) no-repeat left;
}
table.adminheading th.nonimages {
	background: none;
}

table.adminheading td {
	color : #000;
}
table.adminheading td.search {
	color : #000;
	font-size:12px;
}


/* standard form style table */
table.adminform {
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	width: 100%;
	padding: 10px;
	border-collapse: collapse;
}
table.adminform tr.row0 {
	background-color: #f9f9f9;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	text-align: left;
	height: 25px;
	background: url(../images/background.jpg);
	color: #000;
	background-repeat: repeat;
}
table.adminform td {
	padding: 3px;
	text-align: left;
}
table.adminform td.editor {
	font-size: 9px;
}

.btn_search{
	margin:2px 4px;
	padding:2px 3px 3px 3px;
	border-style:solid;
	border-top-width:1px;
	border-left-width:1px;
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-color:#D9DFEA;
	border-left-color:#D9DFEA;
	border-bottom-color:#0e1f5b;
	border-right-color:#0e1f5b;
	background-color:#3b5998;
	color:#FFFFFF;
	font-size:11px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
	text-align:center;
}

/*table data awal*/
table.listData {
	/*margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;*/
	background: #FFF;
	width:100%;
	border-spacing: 0px;
	border-collapse: collapse;
	/*cursor:pointer;	*/
	
}

table.listData th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 20px;
	background:#3b5998 repeat;
	font-size: 13.5px;
	color: #FFFFFF;
	font-weight:inherit;
	text-align: center;

}
table.listData th.title {
	text-align: left;
}
table.listData th a {
	color: #ff9900;
}
table.listData tr.row0 {
	background-color: #F5F5F5;
}
table.listData tr.row1 {
	background-color: #FFF;
}
table.listData td {
	border-bottom:1px solid #CCCCCC;
	padding: 4px;
}
table.listData td.LEFT {
	border-bottom:1px solid #CCCCCC;
	padding: 4px;
	text-align:left;
}
table.listData td.RIGHT {
	border-bottom:1px solid #CCCCCC;
	padding: 4px;
	text-align:right;
}
table.listData td.CENTER {
	border-bottom:1px solid #CCCCCC;
	padding: 4px;
	text-align:center;
}
table.listData tr.row0:hover {
	background-color: #F5F5F5;
}
table.listData tr.row1:hover {
	background-color: #F5F5F5;
}
table.listData td.no {
	width:2%;
	text-align:left;
}
table.listData td.rowText {
	text-align:center;
}
table.listData td.rowTextLEFT {
	text-align:left;
} 
table.listData td.checkbox {
	width:2%;
	text-align:center;
}