

/* index begin */
	#topFrame {height: 115px; border-bottom: 1px solid #888;}
	#bottomFrame {height: 20px; border-top: 1px solid #888;}
	#leftFrame, .leftFrame,#leftTopMain,.leftTopMain {width: 200px; border-right: 1px solid #888;}
	#listFrame {width: 200px; border-right: 1px solid #888;}
	#mainFrame {width: 100%;}
	#leftMain {border-right: 1px solid #888;}
	#rightMain {width: 100%;}
/* index end */

/* base begin */
	body {margin: 0px; background-color: #000000;font-family: Verdana, MS Sans Serif, Tahoma, Arial; font-size: 11px; color:white; }
	body.top, body.bottom, body.left, body.list {margin: 0px; padding: 0px; background-color: #000000; color:#fff}
	body, td, div, span, li, input, textarea, select, th, caption {font-family: Verdana, MS Sans Serif, Tahoma, Arial; font-size: 11px; }
	h4 {color: #fff; background-color: #242424; border-bottom: 1px solid #42B9F8; text-align: center; font-size: 12px;margin: 0px 0px 10px 0px; padding: 4px;}
	a {color: #fff;text-decoration: none;}
	a:hover {color:#42B9F8;text-decoration: underline;}
    a.black{color:#000000}
	hr {border-width: 1px; border-style: dotted; height: 1px; border-color: #888; }

	div.divfoot {text-align: center; padding-top: 2px;}
	div.divfoot a:hover{color:#42B9F8;text-decoration: underline;}
	img.arrow {background-color: #fff;}

	/*form and field*/
	.button {background-color: #242424; border-width: 1px; color: #fff;}
	.tabform tbody {background-color: #eee;}
	.tabform .label {background-color: #f5f5f5; text-align: right;}
	.tabform .field {background-color: #fff; text-align: left;}

	/*list item*/
	.itemborder {margin: 2px; padding: 4px; background-color: #000000; border: 1px solid #ddd;}
	.itemborderover {margin: 2px; padding: 4px; background-color: #eee; border: 1px solid #ddd;}
    .itemborderButton
    {
        background-color: #FEFBDE;
        margin: 2px;
        padding: 4px;
        border: 1px solid #ddd;
        font-weight: bold;
        text-align: center;
        color:#000000;
    }
    .itemborderButton a{color:#000000;}
/* base end */

/* left menu begin */
	#sysmenu {margin: 0px; padding: 0px; list-style-type: none;color: #888;text-transform:capitalize;}
	#sysmenu li  div {font-weight: bold; margin: 1px; padding: 4px; cursor: pointer; color: #000000; background-color: #eee;}
	#sysmenu li  div.current {font-weight: bold; margin: 1px; padding: 4px; cursor: pointer; color: #ffffff; background-color: #42B9F8; }

	#sysmenu li  div.disable {font-weight: bold; margin: 1px; padding: 4px; cursor: pointer; color: #888; background-color: #f5f5f5;}
	#sysmenu ul {margin-bottom: 10px; margin-left: 25px; margin-top: 4px; list-style-type: disc; line-height: 150%; padding: 0px;}
	#sysmenu ul li a {text-decoration: underline;}
	#sysmenu ul li a:hover {text-decoration: none; color:#42B9F8;}
/* left menu end */

/* counter begin */
	.dropdownmenu {margin-left: 20px; margin-bottom: 10px;}
	.mtDropdownMenu {LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px;}
	.mtDropdownMenu .content {POSITION: absolute;}
	.mtDropdownMenu .items {border: #999 1px solid; Z-INDEX: 2; LEFT: 0px; POSITION: relative; TOP: 0px;}
	.mtDropdownMenu .hover {BACKGROUND: #444; COLOR: #8d1c1c;}
	.popload {display: none;}

	.divsubtitle {background-color: #222; color: #fff; font-weight: bold; padding: 4px;}

	table.divTable {background-color: #ddd;}
	table.divTable thead {background-color: #222; color: #fff;}
	table.divTable thead a {color: #fff; text-decoration: underline;}
	table.divTable thead a:hover {color: #fff; text-decoration: none;}
	table.divTable tbody {background-color: #fff;}
	table.divTable tbody tr {background-color:expression((this.sectionRowIndex%2==0)?"#ffffff":"#f5f5f5");}
/* counter end */
	.STYLE1{ color:black}