/*smaller cp icons, overwrite in ksplatform.css */
.cpanel-icons li {
    margin: 10px;
	margin-top: 5px;
    width: 98px;
}
.cpanel-icons li a i {
    width: 98px;
    padding: 10px 20px;
}

.cpanel-icons li a span {
    width: 98px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
/* 	font-size: 12px;
 */	background-color: #E6E6E6;	
/*	background: url("http://localhost:8080/ksplatform/ksp_dev/images/body_background.jpg") repeat-x scroll center top transparent;
*/}	
.font-std {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.font-large {
	font-family: Verdana, Arial;
	font-size: x-large;
}

.table-header {
	background-color: #85BCF9;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

.table-row-alt {
	background-color: #CCCCCC;
}

.table-row {
	background-color: #EEEEEE;
}

.view-group-header {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #CCCCFF;
}

.view-group-footer {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
}

.view-footer {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	background-color: #0099FF;
}

.font-header {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}
.ks-list-group-item {
    position: relative;
    display: block;
    padding: 1px 15px;
    margin-bottom: -1px;
    background-color: #FBFBFB;
    border: 1px solid #EAEAEA;
}
.menu-table {
	background-color: #999999;
	font-family: Verdana, Arial;
	font-size: 12px;
}

.menu-item {
	font-family: Verdana, Arial;
	font-size: 12px;
	background-color: #E0E0E0;
}

.menu-top {
	font-family: Verdana, Arial;
	font-size: 14px;
	background-color: #EEEEEE;
}

.font-small {
	font-family: Verdana, Arial;
	font-size: 10px;
}

.help-fgcolor {
	background-color: #FFFF66;
}

.help-bgcolor {
	background-color: #FF9900;
}

.table-row-bgcolor-red {
	background-color: #FF0000;
}

.table-row-bgcolor-green {
	background-color: #66CC33;
}

.font-error {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.font-success {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #1BC100;
}

.font-pink {
	color: #FF4444;
}

.table-row-blankbg {
	
}

.menutabPage {
	border-left: solid 1px #919B9C;
	border-right: solid 1px #919B9C;
	border-bottom: solid 1px #919B9C;
	background-Color: #FCFCFD;
}

.menutabTab {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.container {
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	background: none repeat scroll 0 0 #FFFFFF;
	margin-top: 10px;
	margin-bottom: 25px;
	min-height: 500px;
	padding: 10px 20px 30px;
	z-index: 2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DED7D7;
	border-right-color: #DED7D7;
	border-bottom-color: #DED7D7;
	border-left-color: #DED7D7;
	width:95%;
}


/**
	Table-data refers to Table that displays data or list.
*/
.table-data {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	border-color: #000000;
	padding: 0px;
	margin: 8px;
}

.table-data thead tr {
	background-color: #337ab7;
	color: #fff;
	font-size:larger;
}

.table-data thead th {
}

.table-data tbody tr {
	background-color: #EDEDED;
}

.table-data tbody tr:hover {
	background-color:#DDEFFF;
}

.table-data tbody td {
}

/*this is used for div to clear line */
clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
}

/*Box for error, info, success ect */

.info {
	margin: 0 auto;
	text-align:center;
	width: 50%;
	border-color: #AACEE6;
	color: #575B82;
	background-attachment: scroll;
	background-color: #ABE3FE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: bold;
}

.success {
	margin: 0 auto;
	text-align:center;
	width: 50%;
	border-color: #BFE098;
	color: #466840;
	background-attachment: scroll;
	background-color: #A0D559;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: bold;
}
.notice {
	margin: 0 auto;
	text-align:center;
	width: 50%;
	border-color: #FFDB4F;
	color: #4F4933;
	background-attachment: scroll;
	background-color: #FFCC66;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: bold;
}

.error {
	margin: 0 auto;
	text-align:center;
	width: 50%;
	border-color: #FDCED0;
	color: #6F332D;
	background-attachment: scroll;
	background-color: #FF6666;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	font-weight: bold;
}

.info, .error, .notice, .success {
    -moz-border-radius: 1px 1px 1px 1px;
    border: 1px solid #BBBBBB;
    margin-bottom: 20px;
}

.general {
	margin: 0px;
	text-align:left;
	width: 50%;
    background: none repeat scroll 0 0 #FFF9CC;
    border-color: #FFDB4F;
    border: 1px solid #BBBBBB;
    -moz-border-radius: 1px 1px 1px 1px;
    padding: 5px;
}

.message_box_content {
    border: 1px solid #FFFFFF;
    padding: 10px;
}

/***** Banner and Menu related CSS.. note that these are dupes with sexymenu.php.. to rectify**/
.banner-top {
	height: 40px;
}
.banner-main {
	background-image:url("/ks_images/header/banner_sistem_p07.jpg");
	width:100%;
	height:144px;
}
.banner-name-space {
	width: 20px;
}
.banner-bottom {
	height: 20px;
}

.block-overflow {
    border: 1px solid #CFE5FF;
    padding: 5px;
     overflow: auto;
    height:150px;
}

ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0;
	float: left;
	font-size: 1.2em;
	background: url('/images/header/topnav_bg.gif') repeat-x repeat-y;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
	background-color: #000000;
}

ul.topnav li a {
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a:hover {
	background: url('/images/header/topnav_hover.gif') no-repeat center top;
}

ul.topnav li span { 
	width: 17px;
	height: 35px;
	float: left;
	background: url('/images/header/subnav_btn.gif') no-repeat center top;
}

ul.topnav li span.subhover {
	background-position: center bottom;
	cursor: pointer;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute;
	left: 0;
	top: 35px;
	background: #333;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
}

ul.topnav li ul.subnav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #444;
	clear: both;
	width: 170px;
}

ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url('/images/header/dropdown_linkbg.gif') no-repeat 10px center;
	padding-left: 20px;
}

ul.topnav li ul.subnav li a:hover {
	background: #222 url('/images/header/dropdown_linkbg.gif') no-repeat 10px center;
}
