body, html {
	margin: 0;
	padding: 15px;
	text-align: center;
	background: #F5F5F5;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
}

.hr
{
	height: 1px;
	overflow: hidden;
	background: url(../img/bg-dots.gif) top left repeat-x;
}

.hr hr {visibility: hidden}

.block 
{
	background: url(../img/center-block-bg-btm.png) bottom left no-repeat;
	padding: 15px 0px 5px 0px;
	margin: 0;
	width: 750px;
}

.block-content 
{
	background: white url(../img/center-block-bg.png) repeat-y;
	padding: 5px 0 0 15px;
}

.block-header 
{
	background: url(../img/center-block-bg-top.png) bottom left no-repeat;
}

.content
{
	padding: 0 20px 5px 5px; 
	line-height: 140%;
	text-align: left;
}

.content .hr 
{
	margin: 25px 0 10px;
	margin-top: 10px;
}

a {
	color:#003366;
	text-decoration: underline;
}

a:hover {
	color: #970000;
	text-decoration: underline;
}

table.items a {
	color:#000000;
	text-decoration: none;
}

table.items a:hover {
	color: #000000;
	text-decoration: none;
}


table.items 
{
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.items td
{	
	padding: 5px;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

.active-item
{
	background-color: #F6F9FB;
	cursor: pointer;
}

.item
{
	background-color: #FFFFFF;
	cursor: pointer;
}

.bold
{
	font-weight: bold;
}

#upload_form {
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

#upload_process{
   z-index:100;
   visibility:hidden;
   position:absolute;
   text-align:center;
   width:700px;
}

input
{
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	border: 1px solid #e1e1e1;
	padding: 3px;
	background-color: #F4F4F4;
	height: 23px;
	font-weight: normal;
}


.msg
{
	color: #000000;
	font-weight: bold;
	
}

.err_msg
{
	color: red;
	font-weight: bold;
}

.page {
	padding: 6px;
	margin: 1px;
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
	border: 1px solid #e1e1e1;
	font-weight: bold;
}

.page_sel {
	text-decoration: underline;
	padding: 6px;
	margin: 1px;
	background: #FAFAFA;
	color: #970000;
	font-weight: bold;
	border: 1px solid #e1e1e1;
}

.page:hover, .page_sel:hover {
	text-decoration: underline;
	background: #FAFAFA;
	border: 1px solid #AAAAAA;
	color: #970000;
}

.loading {
	background: url(../img/content-loading.gif) no-repeat left;
	height: 32px;
}