#login_div  { 
	padding: 10px; 
	margin: 10px; 
	background: #fbfbfb;
	border-radius: 5px;
}

#login_div h3
{
	margin-top: 0;
	text-shadow: 1px 1px 0 white;
}

.login_input 
{ 
	display: block !important;
	width: 150px !important; 
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.blue_button
{
background: #4676c4;
background: -moz-linear-gradient(top,  #4676c4 0%, #102649 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4676c4), color-stop(100%,#102649));
background: -webkit-linear-gradient(top,  #4676c4 0%,#102649 100%);
background: -o-linear-gradient(top,  #4676c4 0%,#102649 100%);
background: -ms-linear-gradient(top,  #4676c4 0%,#102649 100%);
background: linear-gradient(to bottom,  #4676c4 0%,#102649 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4676c4', endColorstr='#102649',GradientType=0 );
	
	width: 158px;
	padding: 10px;
	color: white !important;
	display: inline-block;
	text-align: center;
	border-radius: 3px;
	border: 1px solid black;
}

.validation_error { border: 2px solid red !important; }

a.topmenulink {
	font-size: 12pt;
	color: white;
	text-decoration: none;
}

.black { color: black !important; }
.black:hover { text-decoration: none !important; }

li { margin: 0 0 0 0px; padding: 0; }

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border-width: 0px;
}

.topmenu td { padding: 0 10px 0 10px; }

#topsiteleft
{
	background: url('/img/topgrad.jpg') repeat-x;
}

#topsiteright
{
	background: url('/img/topgrad.jpg') repeat-x;
}

#sitebody { padding: 0 20px 20px 20px }

#bodyleft {
	background: url('/img/snowleft.jpg');
}

#bodyright {
	background: url('/img/snowright.jpg');
}

#sitebottom
{
	height: 320px;
	background: url(/img/mountains.jpg) repeat-x;
}

#main {
	background-color: white;
	border: 1px solid;
}

.pager_anchor 
{ 
	display: inline-block;
	margin-right: 2px; 
	font-size: 14px; 
	padding: 4px 8px; 
	float: left; 
	color: black; 
	border-radius: 3px;
}

.pager_anchor:hover
{
	background-color: #eee; 
	text-decoration: none;
}

.pager_selected
{ 
	background-color: black; 
	color: white; 
	font-weight: bold;
}

.pager_selected:hover
{
	background-color: black; 
	text-decoration: none;
}


.photobox { float: left; padding: 10px; border: 1px solid black; margin: 10px; }

sup { font-size: 7pt; }

fieldset
{
	display: inline-block;
}

/*input.submit, input[type="button"] { font-size: 10pt; background-color: #d9e7f6; color: black; border: 2px outset #456382; }*/

.geoselect { width: 200px; }

.nodisplay { display: none; }

.formodd { background-color: #f5f5f5; }

.hidden { display: none; }

.newinterestanchor { color: #339933 !important; }
.interestparent { color: #99bbdd !important; font-size: 8pt; }

a.suggestinterest { font-size: 8pt; font-style: italic; padding-top: 10px; }

.green { color: #339933 !important; }
.blue { color: #005599 !important; text-decoration: underline !important; }
.blue:hover { text-decoration: none !important; }
.gray { color: #777 !important; }
.italic { font-style: italic; }
.block { display: block; }

.interestlist { list-style-type: circle; }

.interestanchor { }

.red { color: red; }

.timestamp
{
	font-size: 8pt;
	font-style: italic;
	color: #777;
}

a.homepageinterest 
{
	font-size: 13pt;
}

.helpblock
{
	border: 1px solid #ccc;
	width: 250px;
	padding: 10px;
	font-size: 8pt;
}

.popup_header
{
	background-color: #005599;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 7px;
}

.popup_body
{
	padding: 20px;
	position: relative;
}

#editline_comment
{
	margin-bottom: 5px;
}

#registration_block
{
	padding: 10px 20px;
	width: 400px;
	background: #FBFBFB;
}

#registration_block h3
{
	margin-bottom: 5px;
}

#user_about, #please_add_interests, .gray_cursive
{
	color: #777;
	font-size: 9pt;
	font-style: italic;
	margin-bottom: 5px;
}

#please_add_interests
{
    margin-top: 20px;
}

img.framed { border: 1px solid #777; }

.interest_desc, .interest_desc_more { text-align: left; }
.interest_desc_more { display: none; }

#search
{
	width: 160px;
	background: white url(/img/search.png) 3px 3px no-repeat;
	padding-left: 20px;
}

.online
{
	background-color: #77bbdd;
	padding: 2px;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7pt;
	display: inline-block;
	border-radius: 2px;
}

/************************************************************************** Mail */

table.mail_recipient_list
{
	border-collapse: collapse;	
}

table.mail_recipient_list tr
{
	border-bottom: 1px solid #778899;
	cursor: pointer;
}

table.mail_recipient_list td
{
	padding: 5px;
}

table.mail_recipient_list tr:hover
{
	background-color: #f0f5f9;
}

td.unreaded, .mail_unreaded
{
	background-color: #f0f5f9;
}

.mail_list_body
{
	padding: 7px;
	min-height: 44px;
}

#mailtable td.message
{
	width: 100%;
	word-wrap: break-word;
	padding: 10px !important;
}

.message img
{
	float: left;
	margin-right: 10px;
}

#interest_history
{
	margin-bottom: 5px;
	font-size: 8pt;
}

#div_interest_widget
{
	border: 1px solid #ccc; 
	padding: 10px; 
	background: white; 
	margin-top: 10px; 
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	width: 400px;
}

.filter_checkbox
{
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 12px;
	font-size: 8pt;
}

table.meeting_details td
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

td.meeting_details_left
{
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

td.meeting_details_right
{
}

.edit_info_link
{
	font-style: italic;
	font-size: 12px;
}

ul.event_list li
{
    list-style: none;
}

.event_date
{
    background-color: #ffe528;
}
/*
     */
/*
*/