/*DEFAULT ELEMENT STYLING*/
* {margin: 0px; padding: 0px;}

BODY{
	/*xx-small | x-small | small | medium | large | x-large | xx-large */
	/*font-family: "MS Courier New";*/
	/*font-family: Helvetica;*/
	font-family:"Lucida Grande","Lucida Sans Unicode",Sans-Serif;

	font-size:medium;
	text-align: left;
	background-color:#ffffff;
	color:#555555;

}
img{
	border:0px;
}
h1{
	font-size:x-large;
}
h2{
	font-size:large;
}
a{
	text-decoration:none;
}
div.top, div.mid, div.bot{
	clear:left;
	clear:right;
	width:100%;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
}

table#tb{
 	border-width: 0px;
	text-align:center;
	font-size:x-small;
	background-color:transparent;
}

td.dim{
	color:#CCCCCC;
}
td.act{

}
img.iconav{
	width:48px;
	height:48px;
	border:0px;
}
.hidden, .hid{
	visibility:hidden;
	display:none;
}
.visible, .vis{
	visibility:visible;
	display:table-row;
}
.shown {
	visibility:visible;
	display:block;
}

table.main{
	margin-top:0px;
	width:95%;
	text-align:left;
}

	td.screen{
		background-color:#ffffff;
		border-color:#CCCCCC;
		border-width:5px 5px 5px 5px;
		border-style:solid;
		padding: 10px;
		
	}
		* > td.screen > p{
			padding:4px 0px 4px 0px;
		}


table.frm{
	width:80%;
	padding:4px;
}
	td.lblInput{
		text-align:right;
		vertical-align:top;
		padding-right:5px;
	}
	td.mandatory{
		font-weight:bold;
	}

input.txtInput, select.txtInput, textarea.txtInput{
	/*border-width:2px;*/
	width:90%;
	padding:4px;
}
input.frmBtn{
	padding:4px 12px;
	background-image:url('../../themes/default/btn-bg.png');
	background-repeat:repeat-x;
	color:#ffffff;
	font-weight:bold;
}

/* LIST OF LISTS */
	table.lol{
		width:100%;
	}
	
	td.lol-name{
		width:50%;
		background-image:url('../../themes/default/gradient.png');
		background-repeat:repeat-x;
		padding:2px 4px;
		height:30px;
		border-bottom-width:3px;
		border-bottom-color:#ffffff;
		border-bottom-style:solid;
	}
	* > td.lol-name > a, * > td.lol-action > a{
		color:#ffffff;
		font-size:large;
		letter-spacing:0px;
		display:block;
	}
	td.lol-action{
		width:45%;
		text-align:right;
		background-image:url('../../themes/default/gradient.png');
		background-repeat:repeat-x;
		padding-right:3px;
		height:30px;
		border-bottom-width:3px;
		border-bottom-color:#ffffff;
		border-bottom-style:solid;
	
	}

div.grpTitle{
	background-image:url('../../themes/default/grd_cat.png');
	background-repeat:repeat-x;
	padding-right:3px;
	height:21px;
	padding:4px 2px;
	margin-bottom:4px;
}
div.grpTitleCollapsed{
	background-color:#CCCCCC;
	padding-right:3px;
	height:21px;
	padding:4px 2px;
	margin-bottom:4px;
}

	* > div.grpTitle > a, * > div.grpTitleCollapsed > a{
	margin-left:4px;
	color:#333333;
	font-weight:bold;
	display:block;
}
.lstItem{
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#555555;
	/*color:#444444;*/
}
.aBtn{
	height:30px;
	width:30px;
	/*margin-right:1px;*/
	margin:3px 1px 0px 0px;
	border-style: solid;
	border-width: thin;
	border-color:#CCCCCC;

}
.r{
	text-align:right;
}
td.frmNewItem{
	background-color:#AACCFF;
	padding:5px;
}

