html, body {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #366ab0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 90%;
	margin: 0 auto;
	font-family: "Tahoma", sans-serif;
	padding-bottom: 20px;
}

#content p, #content form {
	font-size: 12px;
	color: #3B3B3B;
}


#content h2 {
	font-size: 25px;
	color: #4BA1D9;
	border-bottom: 1px solid #A0DAF4;
}

#content h3 {
	color: #424242;
	border-bottom: 1px dotted #d7eaf1;
}

#content h2#title-members {
	text-indent: -10000px;
	background: url(../images/members.jpg) no-repeat top center;
	width: 227px;
	height: 33px;
	border: none;
}


#members-list {
	background: #f2fcff;
	padding: 0 5px 5px 5px;
	border: 1px solid #d7f7ff;
}


#letters-list {
	margin: 0 auto;
	text-align: center;
	padding: 0 0 40px 0;
}

#letters-list li {
	display: inline;
	padding-right: 10px;
	list-style-type: none;
	font-family: sans-serif;
}

#letters-list li a, #letters-list li a:visited, #letters-list li a:link {
	font-size: 22px;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #8eacd9;
	border: 1px solid #FFFFFF;
}

#letters-list li a:hover, #letters-list li a.menu-all:hover {
	color: #345f9f !important;
	border: 1px solid #A0B3BB !important;
	background: #DEE5E8;
}

#letters-list li a.menu-all {
	color: #1B85B3 !important;
}

#logout #search-form {
	float: right;
}

#logout .logout {
	font-size: 10px;
	font-weight: bold;
	margin-right: 30px;
	padding: 3px;
}

#logout .logout:hover {
	background: #366ab0;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#logout #search-form input {
	padding: 8px;
	font-size: 11px;
	text-align: right;
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	border-bottom: 1px solid #aeaeae;
	border-right: 1px solid #aeaeae;
}

#logout #search-form input:focus {
	border: 1px solid #657fe3;
}

#login-form input {
	padding: 10px !important;
}

#login-form label {
	font-size: 12px;
	color: #5a5a5a;
	font-family: sans-serif;
}

p.fail {
	color: #9D0D1F !important;
	border: 1px solid #f96974;
	background: #fff2e2;
}

p.success {
	color: #3cb320 !important;
	border: 1px solid #64a450;
	background: #e9ffe2;
}

p.fail, p.success {
	padding: 5px 10px;
	font-weight: bold;
	font-size: 15px !important;
	text-align: center !important;
}

/* Columns for members page */
#l1, #l2, #l3 {
	width: 33%;
	float: left;
}


#l1 ul, #l2 ul, #l3 ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#l1 ul li, #l2 ul li, #l3 ul li {
	font-family: sans-serif;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
	background: url(../images/bullet.gif) no-repeat center left;
	line-height: 25px;
}

/* Columns for admin e-mail page */
#al1, #al2, #al3, #al4, #al5 {
	width: 20%;
	float: left;
}


#al1 ul, #al2 ul, #al3 ul, #al4 ul, #al5 ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#al1 ul li, #al2 ul li, #al3 ul li, #al4 ul li, #al5 ul li {
	font-family: sans-serif;
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 10px;
	line-height: 20px;
}


#msie_notification {
	background: #fffbcf;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #fff369;
}

#msie_notification h2 {
	border: none;
	font-size: 14px !important;
}

#msie_notification ul li {
	padding-bottom: 5px;
	list-style-type: none;
	font-size: 12px !important;
}







/* Admin stuff */
#admin_menu {
	background: #effbff url(../images/admin_bg.jpg) repeat-x top left;
	height: 30px;
	border: 1px solid #87c6db;
	margin: 0 auto;
	text-align: center;
	padding: 3px 0 0 0;
}

#admin_menu ul {
	margin: 0 auto;
	padding: 2px 0 0 0;
}

#admin_menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
}

#admin_menu ul li a, #admin_menu a {
	color: #3f3f3f;
	font-weight: bold;
	font-size: 11px;
	font-family: sans-serif;
	padding-left: 10px;
}

#admin_menu ul li a#m_add { background: url(../images/menu_add.jpg) no-repeat center left; }
#admin_menu ul li a#m_edit { background: url(../images/menu_edit.jpg) no-repeat center left; }
#admin_menu ul li a#m_del { background: url(../images/menu_del.jpg) no-repeat center left; }
#admin_menu ul li a#m_email { background: url(../images/menu_mail.jpg) no-repeat center left; }

#admin_menu p {
	padding: 4px 0 0 0;
	margin: 0 !important;
}

form .profileform {
	padding-bottom: 20px;
}

form.profileform fieldset {
	margin-bottom: 10px;
}

form.profileform legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0; 
}

form.profileform label, form label {
	display: inline-block;
	line-height: 2.5em;
	vertical-align: top;
	font-size: 11px;
}

form.profileform fieldset ol {
	margin: 0;
	padding: 0;
}

form.profileform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.profileform label {
	width: 150px;
}

	
form.profileform legend, form.profileform label, form label { 
	color: #333; 
}

form.profileform fieldset {
	border: none;
	border-top: 1px solid #7fa0d2;
}
	
	
form.profileform fieldset li {
	padding: 5px 10px 7px;
}

form.profileform input, #content input, #content select {
	padding: 4px;
}

#left {
	width: 50%;
	float: left;
}

#right {
	width: 50%;
	float: right;
}

.clear {
	clear: both;
	padding-bottom: 20px;
}

#email_form .input, #email_form textarea {
	width: 90%;
	background: url(../images/form_input_bg.jpg) repeat-x top left;
	border: 1px solid #859398;
}

#email_form label {
	padding: 0;
	margin: 0;
}

#email_form textarea {
	padding: 4px;
	font-size: 11px;
	font-family: sans-serif;
}

