/* -- BEGIN: Alumni Form -------------------------------------------------------------------- */	

h3.profilename{
	color: #000000;
	font-weight: bold; /*border-bottom:1px solid silver;*/
	letter-spacing: 1px;
	padding: 3px;
	text-transform: capitalize;
}

font.left {
	color: #333366;
	font-weight: bold;
}

td.profile_divider{
	color: #CC6600;
	font-weight: bold; /*border-bottom:1px solid silver;*/
	letter-spacing: 3px;
	padding: 5px;
	text-transform: capitalize;
}

td.profile_divider_personal{
	color: #CC6600;
	font-weight: bold; /*border-bottom:1px solid silver;*/
	letter-spacing: 3px;
	padding: 5px;
	text-transform: capitalize;
	background-color: #e3e4e5;
}

td.profile_divider_personal_note{
	font-size: 10px;
	font-weight: bold;
	color: #CC6600;
	background-color: #e3e4e5;
	border-bottom: 1px solid #FFFFFF;
}

td.search-letter {
	background-color: #1a588c;
	color: #FFFFFF;
	font-family: verdana;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

td.search-hr {
	background-color: #e3e4e5;
}

td.search-list {
	border-bottom: 1px solid #e3e4e5;
	text-align:left
}

table.form td {
	padding: 2px 0px 3px 0px;
	vertical-align: top;
}

table.form td.left {
	color: #333366;
	font-weight: bold;
}

table.form td.left-required {
	color: #CD7E2F;
	font-weight: bold;
}

table.form td.left-personal {
	color: #333366;
	font-weight: bold;
	background-color: #e3e4e5;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table.form td.right {
	padding-top: 0px;
}

table.form td.right-personal {
	padding-top: 0px;
	background-color: #e3e4e5;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
}

table.form input.xsmall {
	width: 100px;
}

table.form input.small,
table.form textarea.small {
	width: 200px;
}

table.form input.large,
table.form textarea.large {
	width: 300px;
}

table.form input.xlarge,
table.form select.xlarge,
table.form textarea.xlarge {
	width: 100%;
}

table.form input.xxsmall {
	width: 50px;
}

table.form input.xxsmall,
table.form input.xsmall,
table.form input.small,
table.form input.large,
table.form input.xlarge,
table.form textarea.small,
table.form textarea.large,
table.form textarea.xlarge {
	border: 1px solid #575757;
	border-bottom-color: #666666;
}

/* -- END: Alumni Form ----------------------------------------------------------------------- */

a:link, a, a:hover, a:active{
	color: #333366;
}

body {
	color: #000000 ;
	font-family: verdana, arial, sans-serif ;
	font-size: 75% ;
	line-height: 1.5em ;
	}

/* -- END: Paragraph Styles ----------------------------------------------------------------------- */
	
div {
	text-align: justify;
}

div.alert {
	font-style: italic;
}

p.alert {
	font-style: italic;
}