
body , .body { 
margin: 0px;
padding: 5px;

padding-top: 0px;


font-family:Verdana,Arial, Helvetica, sans-serif;

}


#list-menu {

border: 0px solid #ff0000;
width:170px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}




/* heading */
#list-menu div{
width:100%;
text-indent:6px;

background: #895F9F;
color: #ffffff;
font-weight:bold;
padding-top:2px;
padding-bottom:2px;
margin-top: 5px; 
cursor: pointer;
}


#list-menu ul {
margin: 0px; 
width:100%;
background: #F8F8EE;
padding-left: 0px;
list-style-type: square; 

} 


#list-menu li {


border: 1px solid #dedede;
border-top: 0px solid #dedede;
} 


#list-menu a {
display:block;
line-height:170%;

  text-indent:5px;


width:100%;




text-decoration: none; /*lets remove the link underlines*/
font-size:12px;

}



#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #666563;
	
}

#list-menu a:hover {
	/*text-decoration: underline;*/
	color: #000000;
	background: #D8B6DB;
	/*font-weight:bold;*/
}







/* backend list */

div.listArea{
	font-size:11px;
	
}



div.listArea div.title{

	font-weight:bold;
	padding:6px;
	color: #ffffff;
	background: #8A60A0;
	
}



div.listArea table.function{
	background: #F2F2F2;
	margin-bottom:20px;	
	
}

div.listArea table.function td{
	padding:6px;
	border-top:1px solid #ffffff;
		
}




table.result{
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
}


table.result td{
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:2px;
	padding-left:5px;
	
}


table.result tr.heading{
	color: #000000;
	font-weight:bold;
	background: #E5E5E5;
}



table.result tr{
	color: #666666;
}



table.result tr.row1{
	background: #fefefe;
}

table.result tr.row2{
	background: #F8F8F8;
}


table.result tr.rowOver{
	background: #C9B9D3;
	/*color: #777777;*/
}

table.result tr.rowClick{
	background: #dedede;
	/*color: #ffffff;*/
}


#btnSelectAll{
width:40px;
height:20px
}

#btnDelectSelectedRecord,#btnDeleteAllRecord,#btnDeleteAllGuest{
width:130px;
height:20px
}

input{
	cursor:pointer;
}



input.button{

height:20px;
font-family:Arial, Helvetica, sans-serif;
}