/*
 * andreas01 - an open source xhtml/css website layout by Andreas
 * Viklund (http://andreasviklund.com).
 *
 * Made for OSWD.org, free to use as-is for any purpose as long as the
 * proper credits are given for the original design work. For design
 * assistance and support, contact me through my website or through
 * http://oswd.org/email.phtml?user=Andreas
 *
 * Version: 1.0
 * (July 25, 2005)
 */
body
{
	background: #f4f4f4 url(/images/bg.gif) top center repeat-y;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	margin: 0 auto;
	padding: 0;
}
#wrap
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}
#header
{
	clear: both;
	height: 45px;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
}
#header h1
{
	float: left;
	margin: 0 0 10px 0;
	width: 250px;
}
#header p
{
	color: #a0a0a0;
	float: right;
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	text-align: center;
	width: 500px;
}
#frontphoto
{
	border: 0;
	margin: 0 0 10px 0;
}
#avmenu
{
	clear: left;
	float: left;
	font-size: 0.9em;
	margin: 0 0 10px 0;
	padding: 0;
	width: 150px;
}
#avmenu ul
{
	font-size: 1.1em;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	width: 150px;
}
#avmenu li
{
	margin-bottom: 4px;
}
#avmenu li a
{
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
	color: #505050;
	display: block;
	font-weight: bold;
	height: 20px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
#avmenu li a:hover
{
	background: #eaeaea;
	border-left: 4px solid #FF9900;
	color: #FF9900;
}
.announce
{
	background-color: #f4f4f4;
	color: #505050;
	line-height: 1.3em;
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
}
#extras
{
	float: right;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100px;
}
#extras p
{
	margin: 0 0 1.5em 0;
}
#content
{
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.6em;
	margin: 0 0 20px 16px;
	min-height: 300px;
	padding: 0 10px 0 10px;
	text-align: justify;
	width: 550px;
}
#content h1
{
	color: #FF9900;
	margin: 0;
}
#content h2
{
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}
#content h3
{
	color: #333;
	font-size: 1.0em;
	margin: 0;
}
#content img
{
	border: 0;
}
h3
{
	font-size: 1.3em;
	margin: 0 0 10px 0;
}
a
{
	color: #286ea0;
	text-decoration: none;
}
.redrum
{
	color: red;
	font-weight: bold;
}
a:hover
{
	color: #286ea0;
	text-decoration: underline;
}
a .img
{
	border: 0;
}
#footer
{
	border-top: 4px solid #f0f0f0;
	clear: both;
	color: #808080;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	text-align: center;
	width: 760px;
}
#footer a
{
	color: #808080;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
.left
{
	float: left;
	margin: 10px 10px 5px 0;
}
.right
{
	float: right;
	margin: 10px 0 5px 10px;
}
.textright
{
	text-align: right;
}
.center
{
	text-align: center;
}
.small
{
	font-size: 0.8em;
}
.bold
{
	font-weight: bold;
}
.hide
{
	display: none;
}
input, select, textarea
{
	background-color: #f4f4f4;
	border: 1px solid #c0c0c0;
	color: #000;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
}
img
{
	background: transparent;
	border: none;
	padding: 0;
}

.home_form #login {
    width: 125px;
    height: 16px;
    border: 2px solid #999;
    background-color: #c0c0c0;
    padding: 3px 5px 0 5px;
    color: #000;
}

input.login_submit{
    border: 0px;
    background-color: transparent;
}

label.radioLabel {
	display: auto 
}

label
{
	line-height: 20px;
}
.required
{
	color: #f5911c;
}
.form-dl
{
	background: transparent;
	border: 0px solid #e5e5e5;
	margin: 3px 0 15px 0;
	padding: 20px 15px 20px 15px;
	text-align: left;
}
.form-dl label
{
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
	text-align: left;
}
.form-dl input.box-input
{
	font-size: 14px;
	height: 17px;
	margin-bottom: 5px !important;
	width: 99%;
}
.form-dl input.phone
{
	font-size: 14px;
	height: 17px;
	margin-bottom: 5px;
	width: 71%;
}
.form-dl input.ext
{
	font-size: 14px;
	height: 17px;
	margin-bottom: 5px;
	width: 20%;
}
.form-dl input.textarea-input
{
	font-size: 14px;
	margin-bottom: 5px !important;
	width: 99%;
}
.trial-important-notice
{
	background: #F5F8FF;
	border: 2px solid #D8E3FE;
	font-size: 13px;
	margin: 2px 0 30px 0;
	padding: 7px;
}
.right-signup-form
{
	float: right;
	text-align: left;
	width: 33%;
}
.form-dl p
{
	margin: 10px 0 15px 0 !important;
}
.buttons-area
{
	padding: 7px 0px 7px 0;
	text-align: right;
}
.buttons-area input, .buttons-area input:focus, .buttons-area a, input.editor_ok_button
{
	background: #f5f5f5 url(../images/button-bg.gif) repeat-x 0% 100%;
	border: 3px double;
	border-bottom-color: #999;
	border-left-color: #ccc;
	border-right-color: #999;
	border-top-color: #ccc;
	color: #000 !important;
	cursor: pointer !important;
	font-family: Trebuchet MS, Arial;
	font-size: 13px;
	white-space: nowrap;
}
.buttons-area input:active, .buttons-area a:active, input.editor_ok_button:active
{
	background: #f5f5f5 url(../images/button-bg-clicked.gif) repeat-x 0% 0%;
	border-bottom-color: #ccc;
	border-left-color: #999;
	border-right-color: #ccc;
	border-top-color: #999;
	cursor: pointer !important;
	white-space: nowrap;
}
.buttons-area input.disabled
{
	background-image: none !important;
	color: #000 !important;
	cursor: default !important;
}
.buttons-area input.disabled:active
{
	background: #f5f5f5;
	background-image: none !important;
	border: 3px double;
	border-bottom-color: #999;
	border-left-color: #ccc;
	border-right-color: #999;
	border-top-color: #ccc;
	color: gray !important;
}
.buttons-area input, input.editor_ok_button
{
	margin: 0 0 -7px 0;
	padding: 3px 7px 2px 7px;
}
.buttons-area > input, input.editor_ok_button
{
	margin: auto !important;
	padding: 4px 12px;
}
.buttons-area a
{
	padding: 5px 12px !important;
	text-decoration: none;
}
.buttons-area form input
{
	margin: 0 0 -8px 0;
}
.buttons-area > form > input
{
	margin: 0 !important;
	padding: 4px 12px !important;
}
.required
{
	color: red !important;
	font-family: Garamond;
	font-size: 20px !important;
	line-height: 40%;
	padding: 0 3px 0 3px;
}
.required-area
{
	color: #666;
	float: left;
	margin: 6px 0 0 0;
	padding: 2px 5px 4px 0;
}
#cpanelnav
{
	height: 8ex;
}
#cpanelnav ul
{
	display: table;
	list-style: none;
	margin-bottom: 100px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
#cpanelnav div
{
	margin: 0;
	padding: 0.5ex 0;
}
#cpanelnav li
{
	background: #f4f4f4;
	border: 0px solid #999;
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0px;
	text-align: center;
	white-space: nowrap;
}
#cpanelnav a
{
	color: #333;
	font-size: 10px;
	padding: 10px;
	text-decoration: none;
}
#cpanelnav li.on a
{
	color: #333;
	font-weight: bold;
}
#cpanelnav a:hover
{
	text-decoration: underline;
}
#dataTable
{
	padding: 10px;
}
#calltbl
{
	border-spacing: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 20px;
	width: 100%;
}
#calltbl th
{
	background: #F4F4F4;
	border-bottom: 0px double black;
	color: black;
	padding: 3px;
	text-align: left;
}
#calltbl th a
{
	color: black;
	text-decoration: none;
}
#calltbl th a:hover
{
	text-decoration: underline;
}
#calltbl td
{
	border-right: 1px dotted gray;
	padding: 3px;
	text-align: center;
}
#calltbl td.alt
{
	background: #e5e5e5;
}
.pagesel
{
	background: transparent;
	border: 0px solid black;
	cursor: default;
	font-size: 12px;
	font-weight: normal;
	margin-top: 100px;
	padding: 2px 6px 2px 6px;
}
a.pagenum
{
	background: #eee;
	border: 0px solid gray;
	color: #ff9900;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
a.pagenum:hover
{
	border: 0px solid #000;
	color: #000;
}
a.pagefirst, a.pagelast, a.pageprev, a.pagenext
{
	background: transparent;
	border: 0px solid gray;
	color: #FF9900;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
}
a.pageprev:hover, a.pagenext:hover, a.pagefirst:hover, a.pagelast:hover
{
	border: 0px solid #000;
	color: #000;
}
.footnote
{
	color: #333;
	font: .7em Tahoma, sans-serif;
	margin-top: 20px;
	padding-left: 1em;
}
.footnote:first-letter
{
	color: red;
	font: 1.4em bold;
}
.legal
{
	font-size: 9px;
}

div#customer_details label {
	font-size: 10px;
}
input.box-input {
	padding: 0px;
	padding: 4px 0px;
}
select#state {
	margin-top: -2px;
}
