@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	height: 100%;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
} 

.twoColFixRtHdr #container {
	width: 780px;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #819ba6;
	border-bottom-color: #819ba6;
	border-left-color: #819ba6;
	border-top-width: 0px;
	border-top-style: none;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 112%;
	background-color: #f1f8fd;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
} 
.twoColFixRtHdr #header {
	background: #f2f2f2;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #mainContent {
	margin-bottom: 0px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #f9fcff;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #426a8c;
	margin-right: -4px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 0px;
	height: 100%;
	overflow: auto;
	color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #426a8c;
	font-family: Cambria;
	right: 1px;
}
#sidebar1 a {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	color: #03F;
}
#sidebar1 a:hover {
	color: #00F;
	text-decoration: none;
}
.twoColFixRtHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #06F;
} 
#footer-left {
	width: 50%;
	display: block;
	float: left;
	margin-top: 5px;
}
#footer-left-a {
	background-color: #FFF;
	padding: 4px;
	color: #999;
	float: left;
	clear: left;
}
#footer-left-a:hover {
	color: #333;
}
#footer-left-a a {
	color: #CCC;
	text-decoration: none;
}
#footer-left-a a:hover {
	color: #333;
	text-decoration: underline;
}




#footer-left-b {
	float: left;
	width: 50%;
	background-color: #03F;
	padding: 4px;
}
#footer-right {
	float: right;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#footer-right:hover{
	background-color: #426a8c;
	margin-right: -1px;
	margin-bottom: -1px;
	margin-left: -1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6C99EC;
	border-bottom-color: #6C99EC;
	border-left-color: #6C99EC;
	margin-top: 0px;
	color: #FFF;
}
#footer-right a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	color: #CCC;
	text-decoration: none;
}
#footer-right a:hover {
	font-size: 36px;
	color: #F8F8F8;
}

.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
        .legend-title {
	color: #004080;
	font-size: 24px;
}

            fieldset, 
            fieldset div {
	border:1px solid #ccc;
	margin:.5em;
	padding:.5em;
	color: #333333;
	font-size: 16px;
            }

.login-form-field {
	font-size: 150%;
	padding-right: 4px;
	background-color: #F8F9FC;
	padding-left: 4px;
	border: 1px solid #8499CA;
}

.login-form-button {
	font-size: 24px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

.login-form-fieldset-main {
	font-size: 16px;
	padding: 8px;
	margin: 8;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	z-index: 99999999;
}

        .form-note {
	font-size: 12px;
	color: #666666;
}
        .form-error {
	font-size: 10px;
	color: #FF0000;
}
        .form-field {
	font-size: 18px;
	color: #004080;
	background-color: #FFF;
	border: 1px solid #004080;
	padding: 2px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.form-input {
	color: #000;
	padding: 4px;
	border: 1px solid #DAE2FA;
	font-size: 140%;
}
.logindiv {
	font-size: 110%;
	background-repeat: no-repeat;
	background-position: center center;
}
#mainContent .logindiv a {
	font-size: 75%;
	color: #666;
	text-decoration: none;
}
#mainContent .logindiv a:hover {
	text-decoration: underline;
	color: #333;
}

.sign-in-button {
	color: #333;
	background-color: #CCC;
	font-size: 125%;
	border: 1px groove #999;
	padding-right: 10px;
	padding-left: 10px;
}

.tourButtonCurrent {
	color: #999;
	padding: 4px;
	text-decoration: none;
	font-size: 115%;
	font-style: italic;
	background-color: #CF0;
}
.tourButton {
	padding: 4px;
	color: #03F;
	font-size: 115%;
}
.tourButton:hover {
	color: #333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.indexWelcomeCell {
	font-size: 24px;
}

.form-hint {
	font-size: 12px;
	display: block;
}
.form-error {
	color: #900;
	font-size: 9px;
}
.form-join-button-create {
	font-size: 24px;
	font-style: normal;
	line-height: normal;
}

.menuMainCell {
	font-size: 24px;
}
.registerTopCell1 {
	font-size: 36px;
}

.homepage-header-error-container {
	background-color: #06C;
	color: #FFF;
	font-size: 24px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	line-height: normal;
}
.homepage-header-error-container-link{
	color: #9C9;
}
.homepage-header-error-container a:link {
	color: #CCC;
}

