﻿/* common styles: */

body {font-family:verdana,arial; font-size:11px; color:#000000; text-decoration:none; background-color:#ffffff; margin:10px}


font, input, select, textarea {font-family:verdana,arial; font-size:11px; color:#000000; text-decoration:none;}

a:link {font-family:verdana,arial; font-size:11px; color:#0033cc; text-decoration:underline;}
a:visited {font-family:verdana,arial; font-size:11px; color:#0033cc; text-decoration:underline;}
a:hover {font-family:verdana,arial; font-size:11px; color:#ff6600; text-decoration:underline;}
a:active {font-family:verdana,arial; font-size:11px; color:#0033cc; text-decoration:underline;}


/* particular styles: */

a.action:link {color:#0033cc; text-decoration:none; font-weight:bold;}
a.action:visited {color:#0033cc; text-decoration:none; font-weight:bold;}
a.action:hover {color:#ff6600; text-decoration:underline; font-weight:bold;}
a.action:active {color:#0033cc; text-decoration:none; font-weight:bold;}

.err {font-family:verdana,arial; font-size:11px; color:red;}

.scholarshipbtn { 
	margin-top: 10px;
	margin-bottom: 20px;
	width: 151px;
}

/* Calendar of Events */
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #346D8B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionHeaderSelected
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #CD7602;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 2px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color: #FFFFFF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

/* Glossary */

.RepeaterHeaderTemplate_Index_Span
{
	font-size: 14px;
	font-weight: bold;
}

.RepeaterHeaderTemplate_Main_DIV
{
	padding-left: 10px;
}

.div1
{
	float: left;
}

.div2
{
	float: left;
	width: 400px;
}
.clear
{
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}

/* Forum Topic */

.ForumTopic_CommentTitle_span
{
	font-weight: bold;
}

.ForumTopic_ByTitle_span
{
	font-weight: bold;
	font-style: italic;
}

/* Member Profile */

.message_ProfileUpdated_span
{
	color: White;
	background-color: Background;
	font-size: 12px;
	padding: 2px;
	visibility: visible;
}

/* Contact Information */
.message_ContactEmailSent_span
{
	color: White;
	background-color: Background;
	font-size: 12px;
	padding: 2px;
}