﻿body{
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 77%;
	color				: #666666;
	background-color	: #FFFFFF;
}

#headermenu {
	color			: white;
}

h1	{
	color 			: #D2232A;
	font-size		: 2em;
	margin-top		: 10px;
}

#homemain h2 	{
	color			: #8CBDDE;
	margin-left		: 0px;
	margin-top		: 5px;
	font-size		: 1.5em;
}
#loginbox h1 	{
	color			: #3D505E;
	margin-left		: 0px;
}

#leftsidebar h1	{
	margin-bottom	: -10px;
}

#leftsidebarloggedin h3  	{
	margin-bottom	: -10px;
}

div.hr	{
	height: 1px;
	padding-top: 5px;
	clear: both;
	border-bottom: 1px solid #000000;
}

table	{
	margin-left		: auto;
	margin-right	: auto;
}

td	{
	text-align: left;
}

.stepselected	{
	background-color: #CE2129;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}
.stepnotselected	{
	background-color: #A1C0D7;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

.shaded	{
	background-color	: #DDDDDD;
}

#membermenu td	{
	padding-left	: 7px;
	padding-right	: 7px;
	border-right	: 1px solid #FFFFFF;
	text-align		: center;
	white-space		: nowrap;
}

#headermenu td	{
	padding-left	: 20px;
	padding-right	: 20px;
	text-align		: center;
}

.smallbutton	{
	width: 50px; 
	text-align: center; 
	height: 20px; 
	background-image: url(../images/smallbutton.gif);
	display: block;
}

.mediumbutton	{
	width: 105px; 
	text-align: center; 
	height: 26px; 
	background-image: url(../images/mediumbutton.gif);
	display: block;
}

a:link, a:visited {
	font-size		: 1.2em;
	text-decoration	: none;
	color			: #666666;
	font-weight		: bold;
}

a:hover, a:active {
	font-size		: 1.2em;
	text-decoration	: underline;
	color			: #FFFFFF;
	font-weight		: bold;
}

#headermenu a:link, a:visited	{
	color			: white;
}

#headermenu a:hover, a:active	{
	color			: #B2D0E8;
}

#membermenu a:link, a:visited	{
	color			: white;
}

#membermenu a:hover, a:active	{
	color			: #666666;
}

a.hrefalphabet:link, a.hrefalphabet:visited {
	font-size		: 1.2em;
	text-decoration	: none;
	font-weight		: bold;
	color			: #666666;
}

a.hrefalphabet:hover, a.hrefalphabet:active {
	font-size		: 1.2em;
	text-decoration	: underline;
	font-weight		: bold;
	color			: #FFFFFF;
}

a.smalllinkblack:visited	{
	font-weight: bold;
	font-size:  12px;
	color: #666666; 
}

a.smalllinkblack:link	{
	font-weight: bold;
	font-size:  12px;
	color: #666666; 
}

a.smalllinkblack:active	{
	font-weight: bold;
	font-size:  12px;
	color: #666666; 
}

a.smalllinkblack:hover	{
	font-weight: bold;
	font-size:  12px;
	color: #666666; 
}

a.mediumlinkwhite:visited	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.mediumlinkwhite:link	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.mediumlinkwhite:active	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.mediumlinkwhite:hover	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.mediumlinkblack:visited	{
	font-weight: bold;
	font-size:  16px;
	color: #666666; 
}

a.mediumlinkblack:link	{
	font-weight: bold;
	font-size:  16px;
	color: #666666; 
}

a.mediumlinkblack:active	{
	font-weight: bold;
	font-size:  16px;
	color: #666666; 
}

a.mediumlinkblack:hover	{
	font-weight: bold;
	font-size:  16px;
	color: #666666; 
}

a.mediumlinkred:visited	{
	font-weight: bold;
	font-size:  16px;
	color: #D2232A; 
}

a.mediumlinkred:link	{
	font-weight: bold;
	font-size:  16px;
	color: #D2232A; 
}

a.mediumlinkred:active	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.mediumlinkred:hover	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.button:link	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.button:visited	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.button:active	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

a.button:hover	{
	font-weight: bold;
	font-size:  16px;
	color: #FFFFFF; 
}

.noscriptwarning	{
	color: #FFFFFF;
	background-color : #CC0000;
	padding: 4px;
}

/* Form-related settings */
form{
	margin-bottom: 0px;
	color				: #666666;
}
select{
	font-size: 90%;
	color				: #666666;
	height				: 20px;
}
input{
	font-size: 90%;
	color				: #666666;
}
textarea{
	font-family			: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size			: 90%;
	color				: #666666;
}
