/* Menu styles */
#nav {	/* Global */
	font-size: 12px;
	font-weight: bold;
	font-family: corbel, "trebuchet ms", arial, helvetica, sans-serif;
	margin: 0px;
	padding-top: 2px;
	padding-left: 10px;
	float: left;
	display: block;
}

#nav ul {
  	padding: 0px;
  	margin: 0px;
  	border-style: solid;
  	border-width: 1px;
  	border-color: white;
}


#nav li {	/* Top level (menu strip) */
  	float: left;
  	padding-right: 15px;
	padding-left: 15px;  	
  	padding-bottom: 2px;
  	position: relative;
	list-style: none;  
	z-index: 200;
}

#nav a {	/* Link style */
	display: block;
	text-decoration: none;
	color: #186B39;
}

#nav li a:hover {	/* Hover text colour on root elements */
  	color: #186B39;
}

#nav li ul {	/* Menu backgrounds */
	z-index: 10;
	position: absolute;
    visibility: hidden;
}

#nav li ul li.sub {
    background-image: url('../images/menu_arrow.gif');
    background-repeat: no-repeat;
    background-position: right; 
}
#nav li ul li.nosub {

}

#nav li li {	/* General case subitems */
	padding: 3px 0px 3px 0px;
	float: none;
	z-index: 1;
    border-style: solid none solid none;
    border-width: 1px 0px 1px 0px;
	border-color: white;
	margin-top: -3px;
	color: #186B39;
	background-color: #C0C0C0;
	font-size: 12px;
}
#nav li li a {
  	color: #186B39;
}
#nav li li a:hover {	/* We don't want the hover to go black here */
  	color: #186B39;
}

#nav li ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#nav li ul ul {
	margin: -16px 0px 0px 0px;
	padding: 0px;
}

#nav li li:hover,
#nav li li.sfhover {
  	background-color: #B2E1FA;
}

input, textarea, select {
    margin: 1px;
    color: #1A1D84;
}

input.btn, input.submit {
	cursor: pointer;
	color: #1A1D84;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul,
#nav li:hover ul ul ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul,
#nav li.sfhover ul ul ul ul,
#nav li.sfhover ul ul ul ul ul {
	visibility: hidden;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul,
#nav li li li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul,
#nav li li li li.sfhover ul,
#nav li li li li li.sfhover ul {
    visibility: visible;
}

/* Main text properties */

body, p, table, td, th {
  	font-family: corbel, "trebuchet ms", arial;
  	font-size: 13px;
  	color: #131313;
}
input, select, textarea {
    font-family: corbel, "trebuchet ms", arial;
  	font-size: 13px;
    color: #1A1D84;
}
input.btn {
    font-family: corbel, "trebuchet ms", arial;
  	font-size: 12px;
    color: #186B39;
}
a {
  	color: #186B39;
}

table th {
  	font-weight: bold;
  	text-align: left;
  	padding-right: 5px;
}

body {
  	background-color: black;
    padding-top: 23px;
}

a:hover {
  	text-decoration: underline;
  	color: #404040;
}

img {
    border-width: 0px;
}

h1 {
  	font-size: 18px;
	color: #186B39 !important;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
  	font-size: 14px;
}

h3 {
  	font-size: 14px;
	color: orange !important;
	font-weight: bolder;
	margin-bottom: 0px !important;
}

h1, h2, h3, h4 {
  	font-family: trebuchet ms, corbel, "trebuchet ms", tahoma, arial, sans-serif;
  	font-weight: bolder;
  	color: #186B39;
}



#error {
  	background-color: #C92105;
  	border-color: #781100;
  	border-width: 1px;
  	border-style: solid;
  	padding: 8px;
  	text-align: center;
  	font-weight: bold;
  	color: white;
  	margin: 8px 0px;
}
#error a{
	color: white;
}
#error p {
  	color: #330000;  	
}
#footertext {
   	font-family: corbel, "trebuchet ms", arial, helvetica, sans-serif;
  	color: white;
    font-size: 10px;
    font-weight: bold;
  	padding: 5px;
  	background-color: black;
}
#footertext a {
	color: white;
}
#success {
  	background-color: #618DC6;
  	border-color: #C0C0C0;
  	border-width: 1px;
  	border-style: solid;
  	padding: 10px;
  	text-align: center;
  	font-weight: bold;
  	margin: 16px 0px;
  	color: white;
}


#banner {
background-image: url(../images/top.gif);
}
#flash {
	margin-top: 3px;
	padding: 10px;
	padding-right: 15px;
	float: right;
}

#multitick {
    max-height: 250px;
    overflow: auto;
    border: 1px solid #999999;
    padding: 3px;
    margin: 1px;
}

/* Log in button */
table#login {
	font-size: 11pt;
	padding: 6px;
}

/* Messages */

#messages {
	float: right;
	clear: right;
	padding: 3px;
}

#messages.nonew {
	font-size: 10px;
}

#messages.nonew a {
  	color: #999999;
}

#messages.nonew a:hover {
  	color: #666666;
  	text-decoration: none;
}

#messages.new {
 	font-size: 12px;
	font-weight: bold;
}

#messages.new a {
  	color: black;
}

/* Site layout */
#page_outer {	/* Main body pane */
    margin-left: auto;
  	margin-right: auto;
  	width: 800px;
  	background-color: black;
	border: none;
}

#page {	/* Main body pane */
    margin-left: auto;
  	margin-right: auto;
  	width: 800px;
  	background-color: white;
	border-width: 10px;
	border-style: solid;
	border-color: #C0C0C0;
	
}

#menubar { /* Menu bar */
	height: 18px;
    background-color: #C0C0C0;
	border-right: solid;
  	border-left: solid;
	border-width: 9px;
	border-color: #C0C0C0;
}

div#rightcontent {
	height: 376px;
	float: left;
	width: 245px;
}
div#rightcontentborder {
	border-left: 2px solid #ccc;
	margin-top: 10px;
	padding-left: 5px;
	height: 360px;
}
div#sponsor {
	margin-top: 10px;
	margin-bottom: 0px;
	height: 170px;
}
div#ask {
	margin-top: 0px;
}
#content { /* Main page content */
	background-color: white;
    height: 360px;
	overflow: auto;
	color: #131313;
	margin: 0px;
	padding: 18px;
	width: 516px;
	float: left;
}
#banner {
	height: 121px;
    border-top: solid;
  	border-right: solid;
  	border-left: solid;
	border-width: 0px;
	border-color: #DFDBDB;
    background-color: #618DC6;
}
/* Lists */

#tellist, .tellist  {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-width: 0px;
	color: #1A1D84;
    font-size: 11px;
	background-color: #999;
	border: 1px solid black;
}
#tellist th, .topbar, .f {
	color: #1A1D84;
	background-color: white;
	font-weight: bold;
    font-size: 11px;
	text-decoration: none;
	padding-left: 3px;
	text-align: left;
	height: 18px;
}
#tellist td {
	padding-left: 3px;
	border-top: 1px solid #ccc;
}
#tellist td, #tellist td *{
  	color: #1A1D84;
}
#tellist th * {
  	background: none;
}
#tellist a, .d {
    color: #1A1D84;
}
#tellist th a {
  	color: #1A1D84;
}
#tellist th a:hover {
  	color: #1A1D84;
}
.r0 {

	background-color: #DDDDDD;
}
.r1 {
	background-color: #EEEEEE;
}

/* Tab pages: */
#tabdialog {
    margin-top: 10px;
    margin-bottom: 10px;    

}
#tabpage {
    border-collapse: collapse;
    overflow: hidden;
    width: 100%;
}
#tabpage th {
    padding-top: 3px;
    padding-bottom: 1px;
    padding-left: 4px;
    padding-right: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    margin: 0px;
    background-color: #4A689C;
}
#tabpage th a {
    color: #C0C0C0;
    text-decoration: none;
}
#tabpage a:hover {
    color: white !important;
}
#tabpanel {
    width: 100%;
    border-collapse: collapse;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-color: orange;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
}
.tabselect {
    border-bottom-width: 0px !important;
    background-color: #4A689C !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
.tabframe {
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-right-width: 0px !important;
    background-color: #4A689C !important;
}
.tabselect a {
    color: white !important;
}
/* Calendar */

td.cal{
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color: black;
	background-color : #d3d3d3;
}
select.month{
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	width : 85px;
}
input.year{
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	width : 30px;
}
td.calDaysColor {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #000000;
}
td.calWeekend {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #c0c0c0;
}
td.calBgColor {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #d3d3d3;
}
.calBorderColor {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #a9a9a9;
}
td.calHighlightColor {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #ffffff;
	background-color : #ffffcc;
}
A.cal {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
	text-decoration : none;
}  
A.cal:Hover {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #FF0000;
	text-decoration : none;
} 
.disabled {
	font-family : corbel, "trebuchet ms", arial, helvetica, sans-serif;
	font-size : 11px;
	color : #808080;
	text-decoration : none;
}  

#designer_toolbar {
  	padding: 0px 0px 0px 5px;
	margin: 0px;
	border: none;
	vertical-align: middle;
	background-image: url('../images/toolbar_back.png');
	background-repeat: repeat-x;
	height: 27px;
	overflow: hidden;
}
#designer_toolbar table th {
  	padding: 0px 4px 0px 4px;
}
#designer_toolbar table td img {
  	padding-left: 4px;
}


#error_report {
  	position: absolute;
  	top: 0px;
  	left: 0px;
  	background-color: #ffc;
  	z-index: 999;
  	opacity: 0.5;
  	border: 1px solid #cc0;
  	padding: 10px;
  	width: 320px;
  	max-height: 240px;
  	overflow: auto;
}
#error_report:hover {
	opacity: 1.0;
}
#error_report h1 {
  	font-size: 14px;
}


div.quote_box {
    border-width: 1px;
    border-color: #99c;
    border-style: inset;
    background-color: #ccf;
    padding: 3px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 11px;
}

table#tellist.forum td a {
  	color: blue !important;
}

table#pricing_summary {
	border-collapse: collapse;
}
table#pricing_summary td, table#pricing_summary th {
	border: 1px solid orange;
	padding: 3px;
}
table#pricing_summary td.price {
	text-align: right;
}

table#home td{
  	font-family: corbel, "trebuchet ms", arial, helvetica, sans-serif;
  	font-size: 12px;
  	color: #404040;
	
}

