
/*  ------------------------------------------------------------------------
                                    Leisure Rules
    ------------------------------------------------------------------------  */

body {
	margin: 0;
	padding: 0;
	/*background: #E5E5E5;*/
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #666666;
}
p { font-size: .8em; }
li { font-size: .8em; }
table { font-size: .8em; }
td { font-size: 1em; }
/* indicates that blockquotes will be in italics */

blockquote {
	font-style: italic;
}

/* anchor tag color */

a {
	color: #135293;
}

/* removes the underline when you hover over an anchor tag */

a:hover {
	text-decoration: none;
}

#contentpane p, h3 {
	padding-left: 10px;
	padding-right: 10px;
}

#contentpane label {
	font:  100% Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#left {
	float: left;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 8px;
}
#leftlower {
	font-size: .8em;
	float: left;
	padding-left: 10px;
	padding-bottom: 8px;
}
#centerPart {
	float: center;
	padding-bottom: 4px;
	border-bottom: 2px solid #666;
}
#right {
	font-size: .8em;
	float: right;
	padding-top: 2px;
	padding-right: 10px;
}
#nameSection {
	float: center;
	padding-top: 20px;
	padding-bottom: 15px;
}
#passwordSection {
	float: center;
	padding-top: 20px;
	padding-bottom: 15px;
}

#nameHidden-show, #passwordHidden-show {
	font-size: .8em;
}
#nameHidden-hide, #passwordHidden-hide {
	font-size: .8em;
}

.more {
	display: none;
	border-bottom: 2px solid #666;
}

a.hideLink {
	background: transparent url('up.gif') no-repeat left;
}
a.showLink:hover, a.hideLink:hover {
    color: black;
}
a.showLink, a.hideLink {
	float: right;
	text-decoration: none;
	color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}
.title2 {
	margin: 0;
	padding: 5px 0 4px 0;
	padding-left: 10px;
	border-bottom: #C9C9C9 2px solid;
	font-size: 1.5em;
	font-weight: normal;
	color: #006EC7;
}

.title2noline {
	margin: 0;
	padding: 15px 0 4px 0;
	padding-left: 10px;
	font-size: 227%;
	font-weight: normal;
	color: #135293;
}
/* pads the contents of anything you put into the boxed div using top, right, bottom, left */

.boxed {
	padding: 5px 30px 20px 10px;
}
.boxednotop {
	padding: 0px 30px 20px 10px;
}

.indent {
	padding: 0px 5px 0px 0px;
}

.titleboxed {
	padding: 5px 0px 0px 10px;
}

.tableboxed {
	padding: 0px 0px 0px 20px;
}
/* sets the distance between lines */

.boxed p, .boxed ul, .boxed ol {
	line-height: 110%;
}