/*
Daily Vista : Release 1
Developed by Sound Enterprises : February 2006

default/main base style sheet. 'body' is unique, all other common elements live in'shared.css'	
*/
@import url('nav.css');
@import url('home.css');

body {
	margin: 0;
	padding: 0;
	background-color: #e4e4e4; /*#DEDEC6 - blue piano keys*/
	background-image: url(../i/body-bg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 11px;
	font-family: Arial,"Trebuchet MS", Helvetica, "Lucida Grande",  sans-serif;
}
/* ......................  =header  ...................... */
#user {
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	color: #666666;
	display: block;
	font-size: 10px;
	z-index: 50;	
}
#user a {
	padding-left: 4px;
	text-transform: uppercase;
}
#calbox {
	position: absolute;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 210;
}
#container {
	width: 798px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background-color: transparent;
}
#header {
	position: absolute;
	top: 0;
	left: -1px;
	height: 100px;
	width: 800px;
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 10px;
	text-align: center;
}

#header h2 {
	position: absolute;
	text-align: left;
	top: 50px;
	right: 0px;
	color: #999999;
/*	height: 132px;
	background-image: url(../i/tag-bg.gif);
	background-repeat: no-repeat;
	background-position: 60px 0;
*/
}
#header h2 a:hover {
	cursor: pointer;
	color: #464646;
}
#header a:hover {
	background-color: transparent;
}
#header h1 a span, #mast span, #thelist span {
	display: none;
}

#header h1 a {
	position: absolute;
	top: 20px;
	left: 8px;
	width: 185px;
	height: 65px;
	margin: 0;
	padding: 0;
	background-image: url(../i/logo.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: 0 0;
	z-index: 60;
}
#header h1 a:hover {
	background-position: 0 -65px;
}
a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#head img {
	border-width: 0;
}
/* ......................  =content  ...................... */
#contentwrapper {
	text-align: left;
	font-size: 12px;
	color: #333333;
	position: absolute;
	top: 136px;
	left: 0px;
	background-color: #f3f3f3;
	z-index: 20;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0 1px;
}
#leftcontent {
	float: left;
	width: 178px;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 30;
}
#content {
	color: #333333;
	font-size: 12px;
	padding:10px;
	margin: 0 0 0 178px;
	border-color: #ffffff;
	border-width: 0 0 0 1px;
	border-style: solid;
}
#content-admin {
	text-align: left;
	color: #333333;
	font-size: 12px;
	width: 770px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 1px;
	/*background-color: #CCFF00;*/
	/*border-left: 1px solid #cccccc;*/
}
div.searchnav, div.toolbar {
	color: #333333;
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	background: transparent;
	margin: 4px 0;
	font-size: 11px;
	border: 1px solid #e6e7e7;
}
div.searchnav {
	text-align: center;
}
div.toolbar {
	text-align: right;
}
div.searchnav a {
	color: #336699;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
	text-transform: uppercase;
}
div.toolbar a {
	color: #336699;
	font-size: 11px;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

div.searchnav a:hover, div.toolbar a:hover {
	color: #999999;
}

div.searchnav strong {
	color: #333333;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	padding: 0 2px 0 4px;
}

#quote {
	border-color: #CCCCCC;
	border-width: 1px 0 1px 0;
	border-style: solid solid double solid;
	margin: 10px;
	padding: 0 0 10px 0;
}

blockquote, #sidequote {
	text-align: center;
	padding: 0 30px;
	color: #23823E;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	background-color: transparent;
}
blockquote .left {
	padding: 4px 0 0 110px;
	display: block;
	font-size: 16px;
	text-align: left;
}
#sidequote {
	width: 120px;
	position: absolute;
	top: 340px;
	right: 25px;
	font-size: 22px;
	color: #e4e4e4;
}

#quote .by {
	display: block;
	color: #000000;
	font-size: 10px;
	text-align: right;
	text-transform: inherit;
	letter-spacing: 2px;
}

#footer {
	position: relative;
	left: 0;
	top: 0;
	height: 35px;
	display: block;
	color: #666666;
	width: 800px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #ffffff;
	background-image: url(../i/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 -30px;
}
#footer-admin {
	position: relative;
	left: -1px;
	top: 0px;
	height: 35px;
	display: block;
	color: #666666;
	width: 800px;
	font-size: 10px;
	text-align: center;
	background-image: url(../i/footer0-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#leftcontent h3 a:hover,  #content h3 a:hover, #content-home h3 a:hover {
	color: #999999;
}

.add, .h3-add {
	background-image: url(../i/profileadd.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}
.add {
	font-size: 11px;
	/*font: 11px "Lucida Grande", Helvetica, Arial, sans-serif;*/
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	background-image: url(../i/profileadd.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.focus {
		color: #1d1d1d;
		font-weight: bold;
		margin: 0 1px 0 -2px;
		padding: 2px;
		border: 3px double !important; 
		border-color: #f1f1f1 #c0c0c0 #c0c0c0 #f1f1f1 !important; 
		background: #fff url(../i/btnbg.gif) bottom center repeat-x; 	
}
.view, .h3-view-off, .h3-view-on, .h3-view {
	background-repeat: no-repeat;
	padding: 0 0 0 18px;
}
.h3-view-off {
	background-image: url(../i/toggle-off.gif);
	background-position: left 5px;
}
.h3-view-on {
	background-image: url(../i/toggle-on.gif);
	background-position: left 5px;
}
a.h3-view {
	background-image: url(../i/view.gif);
	background-position: left 5px;
}
a.view {
	margin: 0 1px 0 -2px;
	padding: 2px 2px 2px 18px;
	border: 3px double !important; 
	border-color: #f1f1f1 #c0c0c0 #c0c0c0 #f1f1f1 !important; 
	/*background: #fff url(../i/btnbg.gif) bottom center repeat-x;*/ 	
	background-image: url(../i/view.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
a.view-simple {
	margin: 0 1px 0 -2px;
	padding: 2px 2px 2px 18px;
	background-image: url(../i/view.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #e4e4e4;
}
a.view-simple:hover {
	background-color: #ffffff;
}
.h1edit, .edit {
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	background-image: url(../i/edit.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 2px 0 1px 18px;
}
.h1edit:hover, .edit:hover {
	background-image: url(../i/edit-on.gif);
	
}
.h1delete, .delete {
	color: #990000;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
	background-image: url(../i/delete.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	padding: 2px 0 1px 18px;
}
.h1delete:hover, .delete:hover {
	background-image: url(../i/delete-on.gif);
}
h2 {
	font-family: "Century Gothic", "Trebuchet MS", "Georgia","Times New Roman", serif;
	color: #999999;
	font-size: 22px;
	font-weight: normal;
	text-transform: lowercase;
	margin: 2px 0 2px 0;
	padding: 0;
}
#content h1, #intro h1, #content-admin h1, #content-home h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Georgia","Times New Roman", serif;
	display: block;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #cfdbdd;
	color: #333333;
	letter-spacing: 3px;
	padding: 2px 0;
	margin: 0px 0px 4px 0px;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

#content h3, #content-admin h3, #content-home h3, #leftcontent h3 {
	color: #999999;
	font-size: 18px;
	font-family: "Century Gothic", "Trebuchet MS", "Georgia","Times New Roman", serif;
	/*text-transform: uppercase;*/
	font-weight: normal;
	text-align: left;
	padding: 4px 0px 4px 0;
	margin: 4px 0 0 0;
	border-top: 1px solid #cccccc;
	text-transform: lowercase;
}
#content h3.newstitle, #content-admin h3.newstitle, #content-home h3, #leftcontent h3 {
	text-transform: uppercase;
}
#content-home h3 {
	color: #666666;
}
#leftcontent h3 {
	padding: 4px 4px 4px 2px;
	margin: 4px 4px 0 2px;
}

#content h3.subbar {
	color: #999999;
	font-size: 18px;
	font-family: "Century Gothic", "Trebuchet MS", "Georgia","Times New Roman", serif;
	/*text-transform: uppercase;*/
	font-weight: normal;
	padding: 4px 0px 4px 0;
	margin: 4px 40px 0 0;
	border-top: #99cc66;
	border-width: 1px 0 0px 0;
	border-style: solid none none none;
	text-transform: lowercase;
}

#content h3.refresh a, #content-admin h3.refresh a {
	padding: 0 18px 0 0;
	background-image: url(../i/view.gif);
	background-repeat: no-repeat;
	background-position: right 4px;
}
#content h4, #content-admin h4, #content-home h4 {
	color: #333333;
	font-size: 14px;
	/*font-family: "Helvetica", "Arial", "Verdana", sans-serif;*/
	/*text-transform: uppercase;*/
	/*font-weight: normal;*/
	letter-spacing: -1px;
	padding: 4px 0px 4px 0;
	margin: 4px 10px 0 0;
}

#content h6, #content-admin h6, #content-home h6 {
	font-family: "Trebuchet MS", "Georgia","Times New Roman", serif;
	/*display: inline;*/
	text-transform: uppercase;
	text-align: left;
	/*border-bottom: 1px solid #cfdbdd;*/
	color: #333333;
	letter-spacing: 3px;
	padding:0;
	margin: 6px 0 0 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#content p, #content-admin p, #content-home p {
	padding: 0 5px 0 5px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}

div.indsectionlast {
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
	color: #666666;
	display: block;
}

.logo {
	margin: 2px;
	float: right;
}

div.indsection p.black, .black {
	color: #000000;
}

.lg {
	color: #999999;
}

.lgp {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

.ed3it {
	padding: 0 0 0 20px;
	background-image: url(../i/profileedit.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.link {
	padding: 0 0 0 15px;
	background-image: url(../i/link.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.list-sm li {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
	line-height: 12px;
	list-style: none url(../i/bullet.gif);
	background-repeat: no-repeat;
}

ul.lists li {
	margin: 0;
	padding: 0 0 5px 12px;
	list-style: none;
	line-height: 14px;
	list-style: none url(../i/bullet.gif);
	background-repeat: no-repeat;
}

ul.listsem li {
	font-style: italic;
	font-size: 15px;
	font-family: "Times New Roman", "Georgia", serif;
	margin: 0;
	padding: 0 0 5px 10px;
	list-style: none;
	line-height: 14px;
	list-style: none url(../i/bullet.gif);
	background-repeat: no-repeat;
}

table#results {
	width: 720px;
	text-align: center;
	border-width: 0;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
	border-spacing: 0;
}

table#results td {
	width: 50%;
	text-align: center;
}
table#results a {
	text-transform: uppercase;
	font-size: 10px;
	padding: 4px;
	border-color: #f3f3f3;
	border-width: 1px;
	border-style: solid;
}

table#results a:hover {
	background-color: #f3f3f3;
}

.profilewrapper {
	height: 300px;
	display: block;
	padding: 5px;
	border-bottom: #CCCCCC;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

.profilewrapper h4 {
	display: block; 
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 12px;
}

.profileimg {
	float: left;
	display: block;
	padding: 5px;
	margin: 10px 10px 10px 0;
	font-size: 10px;
	border-right: #CCCCCC;
	border-width: 0 1px 0 0;
	border-style: none solid none none;
	clear: both;
}

.profileimg img {
	padding: 1px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

#prcontact h4 {
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	margin: 0;
	padding: 0 0 1px 0;
}

div.section h3 {
	color: #333333;
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 2px 0px;
	text-transform: uppercase;
}

div.section h4 {
	color: #666666;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 4px;
}
div.float-section h4  {
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 4px;
}

div.section h5, div.float-section h5 {
	color: #555555;
	font-size: 14px;
	font-family: "Century Gothic", "Trebuchet MS", "Georgia","Times New Roman", serif;
	/*text-transform: uppercase;*/
	font-weight: normal;
	padding: 4px 0px 4px 0;
	margin: 4px 0 0 0;
	/*text-transform: lowercase;*/
}

.sm {
	font-size: 11px;
}

.smw {
	color: #999999;
}

a.sm {
	color: #336699;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #cccccc;
}

a.sm:hover {
	background-color: #ffffff;
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

tr.odd {
	background-color: #ffffff;
}

td {
	vertical-align: top;
	padding: 1px;
/*
	border-color: #99CC99;
	border-width: 1px;
	border-style: solid;
*/
}
#content table, #content-admin table, #content-home table {
	margin: 0;
}
#content #login-admin table, #content-admin #login-admin table, .login table {
	margin: auto; 
}
div.mybox {
	/*border: 1px solid #cccccc;
	background-color: #ffffff;*/
	color: #333333;
	font-size: 11px;
	padding: 4px;
	margin: 0 0 4px 0;
	display: block;
	text-align: center;
}
div.mybox p {
	padding: 2px 4px;
}
div.mybox table {
	width: 100%;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 2px 0 0 2px;
}
td.desc
{
	padding-right: 2px;
	font-size: 11px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	border-right: #CCCCCC;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
}

td.info {
	padding-left: 2px;
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

th {
	font-size: 10px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: normal;
}

hr {
	border: 0;
	color: #cccccc;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	text-align: left;
}

dt {
	color: #666666;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 13px;
	border-bottom: 1px dotted #cccccc;
	text-align: left;
	margin: 0px 300px 2px 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
	font-style: italic;
}

table li {
	padding-bottom: 5px;
	list-style-type: none;
}

.gw {
	color: #cccccc;
	font-size: 10px;
}
.submit {
	padding-top: 4px;

}
.multibuttonbox {
	margin: 0;
	padding: 0;
	height: 38px;
	display: block;
}
.button, .mbutton {
	display: block;
	width: 144px;
	height: 32px;
	padding: 9px 0px 0px 0px;
	margin: 4px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	color: #336699;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	height: 21px;
	text-align: center;
	background-image: url(../i/button.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.multibuttonbox .button {
	float: left;
}
.button:hover, .mbutton:hover {
	background-image: url(../i/button.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
}

.gobutton {
	background: transparent url(../i/go-bg.png) no-repeat 0 -2px;
	width: 35px;
	height: 25px;
	padding: 5px 8px 6px 8px;
	margin: 0 2px 0 2px;
	voice-family: "\"}\"";
	voice-family: inherit;
	text-decoration: none;
	color: #336699;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	height: 20px;
	text-align: center;
}
html>.gobutton {
	height: 20px;
}
.gobutton:hover {
	background: transparent url(../i/go-bg.png) no-repeat 0 -27px;
}


/* ...this is legacy registration from 2005... */
div.section {
	border-left: #cccccc;
	border-width: 0px 0 0 1px;
	border-style: none none none solid;
	padding: 2px 0 4px 10px;
	margin: 0 0 10px 4px;
}
div.float-section {
	line-height: 20px;
	float: left;
	width: 370px;
	height: 100px;
	margin: 0 2px;
	padding: 4px;
	color: #666666;
	/*background-color: #cccccc;*/
	/*border-bottom: 1px solid #cccccc;*/
}
#ptr-3rimestream, #ptr-level8 {
	height: 40px;
}
#ptr-globecomm, #ptr-enliten, #ptr-vistacast {
	height: 80px;
}
#ptr-level8 img, #ptr-globecomm img, #ptr-primestream img, #ptr-enliten img, #ptr-vistacast img {
	vertical-align: top;
	float: right;
	border: 1px solid #cccccc;
}
#ptr-enliten img {
	float: right;
	margin-right: 320px;
	border: 1px solid #cccccc;
}
#ptr-globecomm img {
	vertical-align: top;
	float: right;
	margin-right: 320px;
	border: 1px solid #cccccc;
}
#ptr-level8 img {
	vertical-align: top;
	float: right;
	margin-right: 320px;
	border: 1px solid #cccccc;
}
#ptr-primestream img, #ptr-vistacast img {
	vertical-align: top;
	float: right;
	margin-right: 300px;
	border: 1px solid #cccccc;
}

div.section table {
	width: 100%;
	font-size: 11px;
	border-width: 0;
	border-collapse: collapse;
	padding: 2px 2px 2px 2px;
	border-spacing: 0;
}
div.section th {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	padding: 4px 10px 4px 2px;
	margin: 0px 40px 0 0;
	border-top: #cccccc;
	border-width: 0px 0 0px 0;
	border-style: solid none none none;
	text-align: left;
}
div.section td.desc {
	font-size: 11px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	/*
border-color: #999999;
	border-width: 1px;
	border-style: solid;
*/
	width: 100px;
}
div.section td.right, div.section th.right {
	text-align: right;
}

div.section td.info {
	font-size: 11px;
	color: #333333;
	text-align: left;
	vertical-align: top;
}

div.section td.tdDate {
	white-space: nowrap;
	padding-right: 10px;
	text-align: right;
}

.yID {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	vertical-align: top;
}

#camperlist ul {
	margin: 0px;
	padding: 0px;
}

#camperlist li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../i/arrow-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}

.price {
	display: block;
	margin: 0 40px 0 0px;
	color: #000000;
	font-size: 12px;
	text-align: right;
}

.pricetotal {
	display: block;
	text-align: right;
	margin: 0 40px 0 0px;
	color: #000000;
	font-size: 12px;
	border-color: #cccccc;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.elite {
	display: block;
	padding: 4px 0; 
	text-align: center;
	color: #666666;
	font-family:  Georgia, "Trebuchet MS", "Times New Roman",  Times, serif;
	font-size: 14px;
	font-style: italic;
	background-color: transparent;

}
.yID {
	font-size: 10px;
	color: #cccccc;
	text-align: right;
	vertical-align: top;
}

.req {
	display: block;
	color: #666666;
	font-size: 11px;
	background-image: url(../i/req.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0 0 2px 15px;
	margin-top: 5px;
}
.nonreq {
	color: #666666;
	font-size: 11px;
	display: block;
	margin-top: 5px;
	background-image: url(../i/s.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding: 0 0 2px 0px;
}
.red {
	color: #990000;
}
p#notice, p#notice2, p#ok {
	color: #666666;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #ffffcc;
	padding: 2px 2px 2px 20px;
	margin-right: 45px; 
	border-color: #e4e4e4;
	border-width: 1px;
	border-style: solid;
}
p#notice, p#notice2 {
	background-image: url(../i/error.gif);
}
p#ok {
	background-image: url(../i/info.gif);
}

p#notice a, p#notice2 a {
	border-color: #cccccc;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

p#notice a:hover, p#notice2 a:hover {
	background-color: #ffffff;
}

table#clist {
	margin-top: 4px;
	width: 100%;
	font-size: 11px;
	border-width: 0;
	border-collapse: collapse;
	padding: 2px;
	border-spacing: 0;
	border-width: 1px;
	border-color: #e6e7e7;
	border-style: solid;
}

table#clist td {
	line-height: 18px;
	vertical-align: top;
	/*border-bottom: 1px solid #f3f3f3;*/
}

table#clist p {
	margin: 0;
	padding: 4px;
	/*border-bottom: 1px solid #f3f3f3;*/
}

table#clist .excerpt {
	color: #999999;
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
	/*border-bottom: 1px solid #f3f3f3;*/
}
.rowE {
	background-color: #eff4f8;
}

.rowO {
	background-color: #ffffff;
	/*background-color: #eff4f8;*/
}
.rowE:hover, .rowO:hover {
	background-color: #ffffda; /* #ffffda,  #e6e7e7 - great slightly darker grey than #f3f3f3; */
}
.rowEon, .rowOon {
	background-color: #cccccc; /* #ffffda,  #e6e7e7 - great slightly darker grey than #f3f3f3; */
	border-color: #e6e7e7;
}

.row3O:hover {
	background-color: #ebf2f7;
	/*background-color: #eff4f8;*/
}
tr.head {
	background-color: #f3f3f3;
	border-color: #e6e7e7;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

tr.odd {
	background-color: transparent;
}
.warning {
	display: block;
	line-height: 16px;
	background-image: url(../i/warning.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 2px 2px 2px 18px;
	margin-right: 45px; 
}

#notice p {
	color: #333333;
	line-height: 16px;
	background-image: url(../i/warning.gif);
	background-repeat: no-repeat;
	background-position: 1px 2px;
	background-color: #ffffcc;
	padding: 2px 2px 2px 25px;
	margin-right: 40px; 
	border: 1px solid #CCCCCC;
}

p#welcome  {
	margin: 0;
	padding: 2px 0 8px 0;
	color: #666666;
	font-family:  "Century Gothic", "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	background-color: transparent;
}
#article p {
	font-size: 12px;
	line-height: 16px;
}

#article .body {
	display: block;
	border-bottom: 1px solid #cfdbdd;
	margin-bottom: 4px;
}
.gr {
	color: #006633;
	font-weight: bold;
}
.gl {
	color: #999999;
}

.g {
	color: #666666;
	font-size: 10px;
	line-height: 11px;
}
.info {
	display: block;
	color: #666666;
	font-size: 11px;
	line-height: 18px;
	padding: 0 0 2px 18px;
	background-image: url(../i/info.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 20px;
}
.gf {
	color: #999999;
	font-size: 10px;
	line-height: 11px;
}

.g a {
	font-size: 10px;
	line-height: 11px;
}

#sublayer01 {
  display: block;
}

#sublayer02, #sublayer03, #sublayer04 {
  display: none;
}

#calbox {
	position: absolute;
	background-color: #ffffff;
	visibility: hidden;
	z-index: 210;
}
a.toggle-on {
	background-image: url(../i/toggle-on.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 18px;
	margin: 0 0 0 2px;
}
a.toggle-off  {
	background-image: url(../i/toggle-off.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 18px;
	margin: 0 0 0 2px;
}
.visible .pr3ogramtitle a.toggle {
	font-size: 11px;
	background-image: url(../i/toggle-on.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 16px;
	margin: 0 0 0 2px;
}
.invisible .pr3ogramtitle a.toggle  {
	font-size: 11px;
	background-image: url(../i/togg2le-off.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	padding: 2px 0 0 16px;
	margin: 0 0 0 2px;
}
.open, .visiblec {
	margin: 0;
	padding: 0;
	display: block;
}
.visible {
	margin: 0;
	padding: 0;
	display: block;
	background-color: #ffffff;
	border: 1px solid #e4e4e4;
}

p.visible  {
	font-size: 10px;
}
.invisible, .close, .invisiblec {
	display: none;
}
.hand {
	vertical-align: -3px;
	margin: 0;
	padding-right: 4px;;
	cursor: pointer;
}
.hand:hover {
	cursor: pointer;
}
em {
	font-style: normal;
}