body{
	font-family:sans-serif;
	font-size:small;
	margin:0px;
}

table{
	margin: 0px;
	padding: 0px;
}

th{
	color: #cccccc;
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	line-height: 1.3; 
	text-decoration: none; 
	font-size: 100%; 
	list-style: none;
	background: #272626 url(images/272626_40x100_textures_03_highlight_soft_20.png) 0 50% repeat-x;
	text-align:left;
}

.icon_small{
	width:16px;
	height:16px;
	border:0px;
}

.icon_medium{
	width:32px;
	height:32px;
	border:0px;
}

.icon_tabs{
	width:20px;
	height:20px;
	border:0px;
}

.gridalternate{
	background-color:#CCCCCC;
}

.rowOver{
	background-color:#FFCC00;
	cursor:hand;
}

#footerContainer{
	position:fixed;
	bottom:0px;
	background-color:#FFFFFF;
	z-index:100;
	width:100%;
	height:37px;
	background-image:url('../images/bottomBackground.png');
}

#menuContainer{
	position:fixed;
	top:0px;
	background-color:#FFFFFF;
	z-index:101;
	width:100%;
	height:37px;
	background-image:url('../images/topBackGround.png');
}

#leftHeader{
	width:33px;
	height:37px;
	position:absolute;
	left:0px;
	background-image:url('../images/topLeftBackground.png');
}

#rightHeader{
	 background-image:url('../images/topRightBackground.png');
	 width:32px;
	 position:absolute;
	 right:0px;
	 height:37px;
	 top:0px;
}

#mainMenu{
	width:100%;
	height:37px;
	position:absolute;
	left:33px;
	background-image:url('../images/topBackGround.png');
	background-repeat:repeat-x;
	padding-top:7px;
	padding-left:5px;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}