body 
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	height:100%;
	margin:0;
	padding:0 50px 0 50px;
	margin:0px;
}

div.center, div.loading
{
	width:100%;
	height:100%;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	top:0;
	left:0;
}
div#selectTable
{
	width:500px;
	height:120px;
	margin-left:80px;
	vertical-align:middle;
}

div#selectTable h2
{
	position:relative;
	top:30px;
	margin-left:10px;
	text-align:center;
}
ul.menu
{
	width: 100%;
	height: 30px;
	position:relative;
	display: inline;
	list-style:none;
}

ul.menu li
{
	border: #000 solid 1px;
	height: 100%;
	float:left;
	margin: 0 10px 0 10px;
	padding: 3px;
	
}

table tbody tr td
{
	padding: 3px 15px 3px 15px;
	min-height:30px;
}

table tbody tr.row0
{
	
}

table tbody tr.row1
{
	background-color: #CCC;
}

table thead tr th
{
	background-color: #999;
	height:30px;
	color:#FFF;
	white-space:nowrap;
}

div#data .content
{
	min-height: 150px;
}

table tbody tr td#itemInfo
{
	padding-left:35px;
}

table tbody tr td#itemInfo h4
{
	display:inline;
	padding-right:15px;
}

div.loading
{
	background:#FFF url(images/loading.gif) no-repeat center;
}

div.loading div
{
	position:relative;
	top:52%;
}

input
{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	vertical-align:middle;
}

input.fieldInput
{
	width: 170px;
}

div.frame 
{
	text-align:center;
	width:100%;
	border:0px;
	padding:0px;
	margin: 0px;
}

/*
 * Frame Style
 */

div.box
{
	background:url("images/image_06.png") repeat-y left;
	position:relative;
}
			
div.box div
{
	background:url("images/image_03.png") repeat-x top;
}
			
div.box div div
{
	background:url("images/image_08.png") repeat-y right;
}
			
div.box div div div
{
	background:url("images/image_02.png") no-repeat top left;
}
			
div.box div div div div
{
	background:url("images/image_05.png") no-repeat top right;
}
			
div.box div div div div div
{
	background:url("images/image_12.png") repeat-x bottom;
}
			
div.box div div div div div div
{
	background:url("images/image_13.png") no-repeat bottom right;
}
			
div.box div div div div div div div
{
	background:url("images/image_11.png") no-repeat bottom left;
	min-height:39px;
	min-width:43px;
	padding:17px 17px 22px 25px;
}

div.box div div div div div div div div
{
	background:none;
	min-height:0px;
	min-width:0px;
	padding:0px;
}

/*
 * Tab Style
 */

div.tab
{
	background:#FFF url("images/image_06.png") repeat-y left;
	position:relative;
	top:8px;
}
			
div.tab div
{
	background:url("images/image_03.png") repeat-x top;
}
			
div.tab div div
{
	background:url("images/image_08.png") repeat-y right;
}
			
div.tab div div div
{
	background:url("images/image_02.png") no-repeat top left;
}
			
div.tab div div div div
{
	background:url("images/image_05.png") no-repeat top right;
	padding:10px 15px 5px 15px;
	margin:0 0 2px 0;
}
div.tab div div div div div 
{
	background:none;
	min-height:0px;
	min-width:0px;
	padding:0px;
}

div.selected
{
	top:3px;
}

div.active
{
	top:3px;
	z-index:2;
}

span
{
	padding: 5px;
}

span.search
{
	position:relative;
	background: #FFF;
}

div #advSearch, div#advGlobal
{
	display:none;
	float:left;
	overflow:hidden;
	height:45px;
}

img 
{
	border: 0px;
	vertical-align:middle;
}

input.level
{
	width:50px;
}
