/* style.css for jumpco */
/* margin: top right bottom left */
body
{
	background-image: url('images/bg_pane.gif');
	font-family: Arial, Trebuchet MS, Verdana, Lucida Sans Unicode, sans-serif;
 	margin: 0;
	padding: 0;
}

html>body
{
	font-size: 12pt;
}

img
{
	border: none;
}

td
{
	font-size: 80%;
}

#footer
{
	color: #888;
	font-size: 120%;
}

#footer a
{
	color: #000;
	text-decoration: none;
}

#footer a:hover, #footer a:focus
{
	color: #000;
	text-decoration: underline;
}

.header
{
	background-image: url('images/titlefade.gif');
	background-position: right;
	background-repeat: no-repeat;
	border-bottom: 1px solid #2E685F;
	font-size: 90%;
	font-weight: bold;
	height: 18px;
	padding-left: 6px;
}

.help
{
	cursor: help;
}

.hiddenpanel
{
   position: absolute;
   visibility: hidden;
}

#homelist
{
	margin-top: 10px;
}

#homelist ul li
{
	line-height: 150%;
	margin-bottom: 24px;
}

.img_border
{
	border-left: 1px solid #888;
	border-right: 1px solid #000;
	border-top: 1px solid #888;
	border-bottom: 1px solid #000;
}

.image_left
{
	float: left;
	margin-right: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.image_right
{
	float: right;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.input
{
	font-size: 11px;
	background-attachment: fixed;
	background-image: url('images/box_shadow.gif');
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-left: 1px inset #000000; 
	border-right: 1px inset #666666;
	border-top: 1px inset #000000;
	border-bottom: 1px inset #666666
}

.itemheader
{
	background: #DCF0ED;
	padding-left: 6px;
}

#main
{
	background: #FFF;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
/* 	float: left;	Firefox - to avoid blank white space above panel */
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}

#main a
{
	color:#0000FF;
	text-decoration: underline;
}

#main a:hover, #main a:focus
{
	color:#0000FF;
	text-decoration: none;
}

#menu
{
	background-color: #DAEEEB;
	border-bottom: 1px inset #222;
	color: #7BC5BA;
	font-size: 120%;
	height: 20px;
}

#menu a
{
	color:#1F453F;
	font-size: 90%;
	text-decoration: none;
}

#menu a:hover, #main a:focus
{
	background: #ADDBD3;
	color:#000;
	font-size: 90%;
	text-decoration: none;
}

#pagedisplay
{
	margin-left: 10px;
}

.pagename
{
	border-bottom: 1px solid #2E685F;
	color:#2E685F;
	font-size: 150%;
	font-weight: bold;
}

.pagetext
{
	padding-left: 6px;
	padding-top: 8px;
}

.pagewidth
{
	width: 740px;
}

.priceheader
{
	width: 56px;
	text-align: center;
	background-color: #C6E6E1;
}

.price
{
	text-align: center;
	background-color: #F8F8F8;
}

#standardlink a
{
	color:#2E685F;
	text-decoration: underline;
}

#standardlink a:hover, #standardlink a:focus
{
	color:#0000FF;
	text-decoration: none;
}

#submenu a
{
	color:#2E685F;
	font-size: 120%;
	text-decoration: none;
}

#submenu a:hover, #submenu a:focus
{
	background: #ADDBD3;
	color:#000;
	font-size: 120%;
	text-decoration: none;
}

.tableheader
{
	background-color: #D0D0D0;
	font-weight: bold;
}

.title
{
	background-image: url('images/titlefade.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #222;
	font-size: 100%;
	font-weight: bold;
	height: 24px;
	padding-left: 10px;
	width: 740px;
}