@charset "utf-8";
/* CSS Document */

a {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #400040;
	font-weight: bold;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	background-image: url('images/pagebg.png');
	background-repeat: repeat-x;
	background-color: #fff;
	font-size: 90%;
}

h2 {
	font-family: trebuchet ms;
	font-size: 12pt;
	color: #400040;
	margin-bottom: 8px;
	padding-bottom: 3px;
	line-height: 16pt;
	padding: 0;
	font-weight: bold;
	width: auto;
	border-bottom: 1px dotted #777;
}

h3 {
	font-family: trebuchet ms;
	font-size: 11pt;
	color: #333;
	margin-bottom: 8px;
	padding-bottom: 3px;
	line-height: 12pt;
	padding: 0;
	font-weight: bold;
}

h4 {
 	font-family: trebuchet ms;
 	font-size: 12pt;
 	font-weight: bold;
 	margin: 0;
 	padding: 0;
}

p {
	padding: 0;
	margin: 3px 0 3px 0;
	font-family: trebuchet ms;
	font-size: 9pt;
	line-height: 13pt;
}

.calendar {
	font-family: trebuchet ms;
	font-size: 8pt;
	color: #000;
}

.calendar a {
	font-weight: bold;
	color: #004040;
}

.calendar a:hover {
	font-weight: bold;
	color: #000;
}

.error {
	border: 1px solid #400040;
	background-color: #CC0000;
	font-family: trebuchet ms;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	margin: 0;
}

.error a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.error a:hover {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
}

.error p {
	font-family: trebuchet ms;
	font-size: 10pt;

}

.footer {
	padding: 10px;
	background-color: #111;
	color: #FFFFCC;
	border-top: 3px solid #000;
	font-family: trebuchet ms;
	font-size: 10pt;
	line-height: 14pt;
}

#about ul { width: 100%; list-style: none; margin: 0; padding: 0; }
#about li { list-style:none; float: left; padding: 6px; margin: 0 35px 0 -30px; border-bottom: 2px solid #fff; }
#about li:hover { border-bottom: 2px solid #aaa; background: #efefef; }

#about-clear { clear: both; border-bottom: 1px dotted #aaa; width: 98%; margin: 0 0 10px 0; }

.footer a {
	color: #ffffcc;
	font-weight: normal;
	text-decoration: underline;
}

.blurb {
 	margin: 5px;
 	padding: 10px;
 	border: 1px solid #ddd;
 	font-family: trebuchet ms;
 	font-size: 9pt;
}

.footer a:hover {
	color:#CC0033;
	font-weight: normal;
	text-decoration: underline;
}

.navigation {
	font-family: trebuchet ms;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-align: center;
	word-spacing: 10px;
}

.navigation a {
	color: #fff;
	text-decoration: none;
	padding: 8px;
}

.navigation a:hover {
	background-color: #400040;
	text-decoration: underline;
	color: #fff;
}

.progress {
	color: #fff;
	font-family: trebuchet ms;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: bold;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.right {
	background-color: #187706;
	color: #fff;
}

.row-one {
	background-color: #fff;
}

.row-two {
	background-color: #ddd;
}

#txttbl {
 	font-family: trebuchet ms;
 	font-size: 10pt;
}

.section_button {
	padding: 7px;
	border: 1px solid #215c07;
	font-family: trebuchet ms;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	background-color: #3c9913;
	width: 210px;
}

.side-navigation {
	background-color: #efefef;
	font-family: trebuchet ms;
	font-size: 10pt;
	color: #000;
	margin: 3px;
}

.side-navigation a {
	width: auto;
	background-color: #efefef;
	color: #400040;
	text-decoration: none;
	padding: 5px;
	display: block;
	padding-left: 10px;
}

.side-navigation a:hover {
	width: auto;
	background-color: #333;
	color: #fff;
	text-decoration: underline;
	padding: 5px;
	display: block;
	border-left: 5px solid #000;
}

.success {
	border: 1px solid #0a3a00;
	background-color: #187706;
	font-family: trebuchet ms;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	padding: 10px;
}

.success a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

.success a:hover {
	color: #FFFFCC;
	font-weight: bold;
	text-decoration: underline;
}

.success p {
	font-family: Trebuchet MS;
	font-size: 10pt;

}

.wrong {
	background-color: #CC0000;
	color: #fff;
}

ul li {
 	list-style-type: none;
}

.idea_hover {
 	background-color: #CCC;
 	color: #333;
 	text-align: center;
 	font-family: trebuchet ms;
 	font-size: 12px;
 	font-weight: bold;
 	padding: 5px;
}

td.idea_hover:hover {
 	background-color: #400040;
 	color: #fff;
}

td.idea_hover:hover a {
 	color: #fff;
}

td.idea_hover:hover a:hover {
 	color: #fff;
}

td.idea_hover a {
 	color: #333;
}

td.idea_hover a:hover {
 	color: #fff;
}

.idea_hover_full {
 	background-color: #777;
 	color: #ddd;
 	text-align: center;
 	font-family: trebuchet ms;
 	font-size: 12px;
 	font-weight: bold;
 	padding: 5px;
}

td.idea_hover_full:hover {
 	background-color: #000;
 	color: #fff;
}

td.idea_hover_full a {
 	color: #ddd;
}

td.idea_hover_full a:hover {
 	color: #fff;
}

.idea_desc {
 	font-family: trebuchet ms;
 	font-size: 9pt;
 	line-height: 13pt;
 	color: #111;
}

.idea_header {
 	padding: 3px;
 	border-bottom: 3px solid #CCC;
}

.idea_header h1 {
 	font-family: trebuchet ms;
 	font-size: 11pt;
 	font-weight: bold;
 	color: #111;
 	padding: 0;
 	margin: 0;
}

.comment-1 {
	border: 1px solid #999;
	background-color: #ecf4e2;
	padding: 10px;
	font-size: 11pt; 
	margin-bottom: 5px;
}

.comment-2 {
	border: 1px solid #999;
	background-color: #f4f3e2;
	padding: 10px;
	font-size: 11pt; 
	margin-bottom: 5px;
 
}

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#efefef;
	padding:5px;
	color:#000;
	display:none;
	font-size: 8pt;
}

h4 { float: right; padding:0; margin: 0;}
