
body { 
margin: 0px;
padding: 7px;

padding-top: 0px;
padding-bottom: 5px;


font-family: Arial,Time New Roman,Times,serif;

}


#list-menu {

border: 0px solid #ff0000;
width:170px;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}




/* heading */
#list-menu div{
width:100%;
text-indent:6px;

background: #895F9F;
color: #ffffff;
font-weight:bold;

margin-top: 5px; 

padding-top:4px;
padding-bottom:4px;

cursor: pointer;
}


#list-menu ul {
margin: 0px; 
width:100%;
background: #EEEEEE; 
padding-left: 0px;
list-style-type: square; 

} 

#list-menu li.submenu{
line-height:170%;
background: #C7AED7;
color: #412851;
font-size:11px;
} 

#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:11px;

}



#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #666563;
	
}

#list-menu a:hover {
	/*text-decoration: underline;*/
	color: #000000;
	background: #F8F8EE;
	/*font-weight:bold;*/
}



/* backend inner */

.resultArea{
	font-size:11px;
	
}



.result{
	border-top:1px solid #ffffff;
	border-right:1px solid #ffffff;
}


.result td{
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:2px;
	padding-left:5px;
	
}


.heading{
	color: #000000;
	font-weight:bold;
	background: #E5E5E5;
}



.row1{
	background: #F8F8F8;
	color: #777777;
}
.row2{
	background: #fefefe;
	color: #777777;
}
#btnSelectAll{
width:40px;
height:20px
}

#btnDelectSelectedRecord,#btnDeleteAllRecord,#btnDeleteAllGuest{
width:130px;
height:20px
}

input{
	cursor:pointer;
}

