html, body
{
	color: #333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}


p, td, input, select
{
	color: #333;
	font-size: 11px;
	font-family: Verdana, Helvetica, Sans-Serif;
}


input.red
{
	color: #fff;
	background-color: #900;
}

input.green
{
	color: #fff;
	background-color: #006400;
}

input.blue
{
	color: #fff;
	background-color: #6699CC;
}

h1
{
	color: #000;
	font-size: 18px;
}

h2
{
	color: #000;
	font-size: 15px;
}

h3
{
	color: #000;
	font-size: 12px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}


h4
{
	margin-bottom: 1px;
	padding-bottom: 1px;
}


a
{
	color: #000080;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.small
{
	color: #808080;
	font-size: 9px;
}

.blue { color: #000080; }
.red { color: #900; }
.white { color: #fff; }
.black { color: #000; }
.gray { color: gray; }



.headlinewhite
{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

.headlineblue
{
	color: #000080;
	font-weight: bold;
	font-size: 14px;
}

.subline
{
	color: #000080;
	font-weight: bold;
	font-size: 12px;
}

.headline
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

.subline
{
	color: #00f;
	font-weight: bold;
	font-size: 12px;
}

.menu
{
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.alert
{
	color: #900;
	font-weight: bold;
	font-size: 12px;
}

.img_text
{
	float: left;
	padding: 4px;
}

.submit_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: #929292;
	border: 1px solid #666666;
	margin: 0;
}

.green_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: green;
	border: 1px solid #666666;
	margin: 0;
}

.red_btn
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	padding: 1px 10px 3px 10px;
	height: 20px;
	background-color: #cc0000;
	border: 1px solid #666666;
	margin: 0;
}


/* --------------------------------------- */

table#toolbar
{
	width: 100%;
}	

table#toolbar td
{
	margin: 0;
	padding: 0;
	height: 24px;
	white-space: nowrap;
}

table#toolbar td a
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

table#toolbar td.side_cell
{
	width:50%;
	background: url(/images/bar_top_pat.gif);
}


table#toolbar td.active
{
	background: url(/images/tab_act_back.gif);
	padding: 0 6px;
}

table#toolbar td.inactive
{
	background: url(/images/tab_inact_back.gif);
	padding: 0 6px;
}



table#toolbar td.start_act
{
	background: url(/images/tab_act_start.gif);
	width: 6px;
}

table#toolbar td.start_inact
{
	background: url(/images/tab_inact_start.gif);
	width: 6px;
}

table#toolbar td.end_act
{
	background: url(/images/tab_act_end.gif);
	width: 6px;
}

table#toolbar td.end_inact
{
	background: url(/images/tab_inact_end.gif);
	width: 6px;
}

#toolbar_bot
{
	background: url(/images/bar_bot_pat.gif);
	height: 7px;
	width: 100%;
	margin: 0;
	font-size: 1px;
}


/* ---------------------------------------- */
#body
{
	margin: 15px 30px;
	min-height: 300px;
}

/* ---------------------------------------- */
#footer
{
	text-align: center;
	border-top: 1px solid #666;
	padding: 5px;
	margin: 0 30px 15px 30px;
}

/* ---------------------------------------- */
table#header
{
	width: 100%;
	margin: 0;
	padding: 0;
}

table#header tr,
table#header td
{
	padding: 0;
	margin: 0;
}


table#header img#logo
{
	margin: 5px 0 10px 0;
	border: 0;
}


table#header td.top
{
	text-align:center;
	vertical-align:bottom;
	height:65px;
	background: url(/images/clouds_back.jpg) #99ccff;
}
 


/* ---------------------------------------- */

table.gray_table
{
	margin: 0 0 10px 0;
}

table.gray_table select,
table.gray_table input
{
	font-weight: normal;
	font-size: 10px;
}


table.gray_table tr.sold th,
table.gray_table tr.sold td
{
	background: #eccfcf;
	font-size: 11px;
	text-align: left;
	padding: 3px 5px;
	color: black;
	border-right: 1px solid #9f4646;
	border-bottom: 1px solid #9f4646;
}

table.gray_table th
{
	background: #dcdcdc;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 3px 5px;
	color: black;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

table.gray_table td
{
	background: #eee;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	padding: 3px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table.gray_table td.white,
table.gray_table th.white
{
	background: white;
}

/* ---------------------------------------- */
table.plain 
{
	margin: 0;
}

table.plain td,
table.plain th
{
	text-align: left;
	border: none;
	padding: 3px 5px 3px 0;
}

/* ---------------------------------------- */
#msg_toolbar
{
	background: #f5f5f5;
}

#msg_toolbar img
{
	border: 0;
}

#msg_toolbar td
{
	padding: 3px 6px;
}

#msg_toolbar td.icon
{
	padding: 3px 3px 3px 6px;
	border-left: 1px solid white;
}


#msg_toolbar td.act
{
	background: #dfdfdf;
}

.upload_fs {
	margin-top: 15px;
	margin-bottom: 15px;
}

.upload_fs legend {
	font-weight: bold;
}

.upload_fs .upload_div {
	background-color: #DFDFDF;
	border: 1px solid black;
	margin-bottom: 5px;
	padding: 5px 0;
}

.upload_div .upload_file {
	margin-left:5px;
}

.upload_div .upload_image {
	margin:5px 5px 0;
}

.upload_image td {
	text-align: center;
}

.upload_div .upload_image img.upload_img {
	border: 2px solid #FFFFFF;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#FFFFFF;
	padding:5px;
	display:none;
	color:#fff;
}




#thumbs
{
	margin: 0 0 10px 10px;
}

#thumbs ul
{
	margin: 0;
	padding: 0;
}

#thumbs li
{
	list-style: none;
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
}

#thumbs img.active
{
	background:  #008750;
}
