body {
	background: #cad7f7;
	font-size: 12px;
	margin-top: 0px;
	scrollbar-face-color: #799ae1;
	scrollbar-highlight-color: #799ae1;
	scrollbar-shadow-color: #799ae1;
	scrollbar-darkshadow-color: #799ae1;
	scrollbar-3dlight-color: #799ae1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #aabfec;
	font-family: "ËÎÌå";
}

td {
	font-family: "ËÎÌå";
	font-size: 9pt;
}

th {
	font-weight: bold;
	font-size: 12px;
	background-image: url("images/admin_bg_1.gif");
	color: white;
	background-color: #4455aa;
	line-height: 150%;
}

input {
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px
}

textarea {
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px
}

select {
	border-top-width: 1px;
	border-left-width: 1px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-right-width: 1px
}

button {
	font-size: 9pt;
	height: 20px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color: #009286;
	text-decoration: underline;
}

td.tablerow {
	padding-right: 3px;
	padding-left: 3px;
	background: #f1f3f5;
	padding-bottom: 3px;
	padding-top: 3px;;
	line-height: 150%;
}

td.tablerowhighlight {
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	background: #e4edf9;
	padding-bottom: 3px;
	padding-top: 3px;;
	line-height: 150%;
}

.title {
	background: url(images/topbar_bg.gif);
}

.border {
	border: 1px solid #009286;
}

.tableborder {
	border: 1px solid #183789;
	width: 100%;
	background-color: #ffffff;
}

.submenu {
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color: #4466cc;;
	line-height: 150%;
}

.tdbg {
	background: #e1f4ee;
	line-height: 120%;
}

.tdbg2 {
	background: #e0eef5;
	line-height: 120%;
}

.topbg {
	background: #009286;
	color: #ffffff;
}

.bgcolor {
	background-color: #e1f4ee;
}
.tabledatagrid
{
	align:center;
	padding:0px;
	padding-left: 0px; 
    padding-top: 0px; 
    padding-bottom: 0px; 
	width:99%;
	border:0px solid #eae9e1; 
}

.tdcontent
{
	align:left;
	vertical-align:top;
	width:100%;
}

td
{
	font-size: 9pt;
}

.datagridstyles
{
	/*behavior: url(../styles/datagrid.htc);
	sortnoneimageurl: ../images/sortblank.gif;
	sortupimageurl: ../images/sortblank.gif;
	sortdownimageurl: ../images/sortblank.gif;
	posupimageurl: ../images/uparrow.gif;
	posdownimageurl: ../images/downarrow.gif;*/
	position: relative;
    margin: 0px;
    width: 100%;
    
 	font: menu;
	highlightbackgroundcolor: aliceblue;
	highlightbordercolor: white;
	color: transparent;
    cursor: default;
	
    border:solid 1px #eae9e1;
    width:100%; 
    padding: 0px;
}


.datagridfooter
{
  padding: 0px; 
  border:0px;
  color:#ffffcc;
}

.datagridfooter td
{
  border:0px;  
  color:#ffffcc;    
  border-bottom-width:0px;
}


.tdheader
{
	background-image: url(../images/grid_headerbg.gif);  
	background-repeat: repeat-x;
	height:28px;
	font-weight:bold;
	color:white;
}

.datagriditem tr 
{
	color:#330099;
	background-color:white;
	border-width:1px;
	padding:0px;
}
	
.datagriditemtd  td
{
	border-width:1px;
	border-color:#eae9e1;
	font-size:11px;
}

.datagridselecteditem
{
	color:#663399;
    background-color:#ffcc66;
}


.datagridheader
{
    background-color: #e9e9eb;
    background-image: url(../images/header_bg.gif);
    background-repeat: repeat-x;
}

.datagridpager  td
{
  border:0px;
  color:#330099;
  text-align: left;
}


.mouseoverstyle
{
    cursor: hand;
    background-color: #f0f8ff;
}

.mouseoutstyle
{ cursor:hand;
  background-color:white;
}