/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px Verdana;
	width: 300px; /* Main Menu Item widths */
	border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 8px;
	border-bottom: 1px solid #0d101e;;
	border-right: 1px solid #0d101e;;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
	color: #fefffe;
	background: #8394a4; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
	color: white;
}

.sidebarmenu ul li a:hover{
	color: #fefffe;
	background-color: #1b2631;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
	background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

#itemPage {
	font-size:14px;
}
#itemPage strong {
	display:block;
	float:left;
	width:90px;
	height:20px;
}
.itemList {
	font-size: 12px;
}
.itemList {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}	

.itemList th {
	color: #fefffe;
	background: #8394a4; /*background of tabs (default state)*/
	padding:4px;
	margin:0px;
	border-bottom: 1px solid #0d101e;;
	border-right: 1px solid #0d101e;;

}
.itemList td {
	padding:4px;
	margin:0px;
	background: #eee;
	border: 1px solid #aaa;
}
