@charset "utf-8";

body , .body { 
margin: 0px;
padding: 5px;
padding-top: 0px;
font-family:Verdana,Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

input {
	font-family:Verdana,Arial, Helvetica, sans-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;
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: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: #D8B6DB;
	/*font-weight:bold;*/
}

/* backend list */

div.listArea{
	font-size:11px;
}

div.listArea div.title{

	font-weight:bold;
	padding:6px;
	color: #ffffff;
	background: #8A60A0;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


div.listArea div.searchTitle{
	background: #F2F2F2;
	font-weight:bold;
	padding:6px;
	color: #000000;
	cursor: pointer;
}

div.listArea table.function{
	background: #F2F2F2;
	margin-bottom:20px;	
}

div.listArea table.function td{
	padding:6px;
	border-top:1px solid #ffffff;
}

div.listArea table.function td table.search_criteria td{
	padding:6px;
	border-top:0px 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: #ffffff;
	font-weight:bold;
	background: #8A60A0; /*#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;*/
}

/* sorting */
table.result a.sort, a.sort:active, a.sort:visited {
	color: #ffffff;
}

#btnSelectAll{
width:40px;
height:20px
}

#btnDelectSelectedRecord,#btnDeleteAllRecord,#btnDeleteAllGuest{
width:130px;
height:20px
}

/* pagelist */
div.paging a, div.paging a:link, div.paging a:visited, div.paging a:visited { 
	color:#9900CC;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.paging a:hover, div.paging a:active { 
	color:#FF0000;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.paging span.noLink {
	color: #999999;
}

.inputtext {
	width:400px; 
}

input {
	font: 11px Verdana, Tahoma;
}

option {
	font: 11px Verdana, Tahoma;
}

select {
	font: 11px Verdana, Tahoma;
}

textarea {
	font: 11px Verdana, Tahoma;
}
