body{
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#fff;
	background-image:url(../images/alumnibg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-size:0.9em;

}

body *	{
	margin:0;
	padding:0;
}

#container	{
	text-align:left;
	color:#232324;
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#container h1 {
	font-size:22px;
	width:300px;
	margin-top:8px;
	font-weight:normal;
	color:#fff;
}

#container span{
	float:right;
	font-size:13px;
	padding-top:8px;
	color:#fff;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	margin-top:50px;
	margin-bottom:0px;
	color:#3e4f4f;
}

h2{
	padding:5px 0 15px 0;
}

#masthead{
	background:url(../images/micealumni.jpg) bottom right no-repeat;
	height:120px;
	border-bottom:1px solid #DEDEDE;
	margin:0 0 12px 0;
	padding:0 0 0 0;
}

#masthead p{
	padding:4px 8px 8px 8px;
}

#masthead h2{
	font-weight:normal;
	font-size:120%;
	padding:80px 0 0 0;
	margin:0 0 0 0;
}

#signup{
	float:right;
	margin-top:20px;
	width:320px;
}


#loginform{
	margin-top:20px;
	width:320px;
	float:left;
}

#loginform fieldset, #signup fieldset, 
#createuser fieldset, #feedback fieldset, 
#groupmail fieldset, #story fieldset {	
	background:#EAF2F0;
	border:1px solid #dedede;
	width:300px;
	padding:14px 0  20px 20px;
	margin:0;
}

#editprofile fieldset, #rejectform fieldset{
	background:#EAF2F0;
	border:1px solid #dedede;
	width:880px;
	padding:10px 0  20px 10px;
	margin:0 0 10px 0;
}
.profile{
	border-bottom:1px dotted #dedede;
	margin:0 5px;
}

#loginform input, #signup input, 
#editprofile input,  #createuser input,
#groupmail input, #rejectform input, 
#story input{
	background-color: #fff;
	padding: 2px;
	border-top: solid 2px #dedede;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin: 0 0 0 2px;
	height: 18px;
	width:250px;
	color:#232324;
}

select {
	height: 18px;
}

#loginform .buttons, #signup .buttons,
#editprofile .buttons, #createuser .buttons,
#feedback .buttons, #confirm_email .buttons, 
#groupmail .buttons, #rejectform .buttons,
#story .buttons{
	font-size: 12px;
	background-color: #3e4f4f;
	color:#94B3C5;
	margin:10px 0 0 5px;
	padding:2px 8px;
	border:2px solid #ccc;
	height:24px;
	width:100px;
	cursor:pointer;
}

#editprofile textarea{
	background-color: #fff;
	padding: 2px;
	border-top: solid 2px #dedede;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin: 0 0 0 2px;
	height: 120px;
	width:830px;
	color:#232324;
}

#rejectform textarea{
	background-color: #fff;
	padding: 2px;
	border-top: solid 2px #dedede;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin: 0 0 0 2px;
	width:830px;
	color:#232324;
}

#feedback textarea, #groupmail textarea, 
#story textarea{
	background-color: #fff;
	padding: 2px;
	border-top: solid 2px #dedede;
	border-left:solid 1px #ccc;
	border-right:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
	margin: 0 0 0 2px;
	height: 120px;
	width:250px;
	color:#232324;
}

#createuser select, #editprofile select,
#story select{
	width:82px;
	margin:0 0 8px 0;
}

#groupmail select, #rejectform select{
	width:260px;
	margin:0 0 8px 0;
}

p.tip{
	font-size:11px;
	font-style:italic;
	padding:0;
	margin:0 0 6px 2px;
	color:#666666;
}
	
.results, #flashMessage {
	color: #600 !important;
	font-weight: bold;
	display: block;
	border: 1px solid #666;
	background-color: #ddd;
	width: 90%;
	padding: 1em;
	margin: 1em;
}

.error-message {
	color: #f00;	
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

dl.altrow {
	background: #f4f4f4;
}

dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

div.paging span a {
}

/* Tables */
.scaffold table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
.scaffold th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
}
.scaffold th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
.scaffold th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
.scaffold table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
.scaffold table tr.altrow td {
	background: #f4f4f4;
}
.scaffold td.actions {
	text-align: center;
	white-space: nowrap;
}
.scaffold td.actions a {
	display: inline;
	margin: 0px 6px;
}


label {
	display: block;
	color:#3e4f4f;
	margin-top:6px;
}

div.input input, select {
	margin-left: 0px
}

fieldset {
	padding: 1em;
}

input#UserIsAdmin, input#NewsIsActive {
	float:left;
	padding:16px 0px;
	margin:0 0 0 0;
	width:30px;
}


#signup h3{
	font-weight:normal;
	font-size:100%;
	padding:0;
	margin:0;
}

#signup input{
	margin-bottom:6px;
}

label.overlabel {
	color:#3e4f4f;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#3e4f4f;
}

input.validation-failed, textarea.validation-failed {
	border:none;
	color : #990000;
}
input.validation-passed, textarea.validation-passed {
	border:none;
	color : #000;
}

.validation-advice {
	width:245px;
	margin: 0px;
	padding: 0 5px;
	color: #950000;
}

.custom-advice {
	margin: 0px;
	padding: 0 5px;
	background-color: #C8AA00;
	color: #FFF;
}

.clear{
	clear:both;
}

#topmenu{
	padding:20px 0;
	text-align:right;
}

#topmenu a:link, #topmenu a:visited {
	color:#232324;
	text-decoration: none;
}

#topmenu a:hover {
	color:#232324;
	text-decoration:underline;
}

a:link.help,  a:visited.help{
	padding-left:6px;
	text-decoration:none;
	color:#999999;
	font-size:90%;
	font-style:italic;
}

a:hover.help{
	padding-left:6px;
	text-decoration:none;
	color:#333333;
	font-size:90%;
	font-style:italic;
}

.instructions{
	font-size:12px;
}

#footer{
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:60px;
}
#footer p{
	padding:20px 0 0 0;
	color:#999;
	font-size:11px;
}

#options {
	width: 240px;
	float: left;	   
}

#options ul{
	list-style-type:none;
	padding:0;
}

#options ul li{
	border:1px solid #dedede;
	border-bottom:1px dotted #94B3C5;
	background:#EAF2F0;
	padding:8px 20px;
	margin-bottom:8px;
	width:180px;
}


#options ul li a:link, #options ul li a:visited{
	text-decoration:none;
	color:#232324;
}

#options ul li a:hover{
	cursor:pointer;
	color:#94B3C5;
}

#browsebyname, #browsebydate, 
#pending{
	width:300px;
	margin-right:100px;
	float:left;
}

#browsebyname h3, #browsebydate h3,
#pending h3{
	margin:8px 0;
	border-bottom:1px solid #DEDEDE;
}

#browsebyname ul, #browsebydate ul, #pending ul{
	margin-left:0px;
}

#browsebyname ul li, #browsebydate ul li,
#pending ul li{
	padding:4px 0 4px 16px;
	background:#EAF2F0;
	margin-bottom:2px;
	list-style-position:inside;
	list-style-type:none;
}

#emailrecipients ul li{
	display:inline;
	font-size:11px;
	color:#94B3C5;
}

#browsebyname ul li:before, #browsebydate ul li:before,
#pending ul li:before { 
	content: " \00BB\ ";
}

#emailrecipients ul li:before { 
	content: " \00AB\ ";
}

#emailrecipients ul li:after{
	content: " \00BB\ ";
}


td.profLeftCol{
	width:160px;
	text-align:right;
	border-bottom:1px dotted #94B3C5;
	padding-top:8px;
	padding-right:4px;
	margin-right:4px;
	font-weight:bold;
	background:#F7F7F7;
}

td.profRightCol{
	padding-top:8px;
	padding-left:16px;
}

td.spacer{
	width:40px;
}

td.prof3rdCol{
	width:160px;
	text-align:right;
	padding-top:8px;
	padding-right:4px;
	margin-right:4px;
	font-weight:bold;
	border-left:1px dotted #94B3C5;
}

td.profPicCol{
	padding-top:8px;
	padding-left:16px;
}

div.actions ul{
	margin-top:16px;
}

div.actions ul li{
	padding:4px 0 4px 16px;
	margin-bottom:2px;
	list-style-position:inside;
	list-style-type:none;
}

.changed .profLeftCol {
	background-color: #fdd;
}

.changed img {
	border: 4px solid #F7F7F7;
}

.changednotice{
	background-color: #fdd;
	width:260px;
	font-size:11px;
	padding:4px;
	margin-bottom:16px;
}

#news {
	float: right;
}

#news ul{
	list-style-type:none;
	padding:0;
}

#news ul li{
	border-bottom:1px dotted #94B3C5;
	padding:8px 20px;
	margin-bottom:8px;
	width:380px;
}

#last_email {
	color: #600 !important;
	font-weight: bold;
	display: block;
	border: 1px solid #666;
	background-color: #ddd;
	width: 90%;
	padding: 1em;
	margin: 1em;
}

#EmailLogBody {
	height: 200px;
	width: 400px;
}

#EmailLogSubject, #EmailLogSentFrom, #EmailLogSentTo {
	width: 400px;
}
