
/** Alumni CSS */
div#titlebar {
	background-color: #efefef; 
	padding:2px 0 2px 13px;
	width: 100%;
}

div#title {
	font-weight: bold;
	font-size: 1.2em;
	vertical-align: middle;
	text-align: left;
}

div#date {
	font-style: italic;
	font-size: .9em;
}

div#location {
	font-style: italic;
	font-size: .9em;
}


div#description {
	padding-left: 13px;
}

div#attachment {
	display: inline;
}

div#titlelinetop, div#titlelinebottom {
	height: 2px;
	background-color: #a03;
	width: 100%;
	padding:0px 0 0px 13px;
}

div#titlelinebottom {
	margin-bottom: 10px;
}

div#post {
	margin-bottom: 10px;
}

.inputbox {
	border : 1px solid #a03;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
} 


a:link,
a:visited,
a:active {
    text-decoration: none;
	color: #0173bc;
}

a:hover {
	text-decoration: underline;
	color: #0173bc; /* #105182; */
}

.content {
	padding-left: 10px;
	padding-right: 10px;
	font-size: .8em;
}

body {
	color: #000000;
	/* font-size: .8em; */
	background-image: url(../images/slp_bg3.png);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 10px;
}

img {
  border: none;
}

/* --Default Class Settings-- */

a.mainmenulink:link, a.mainmenulink:visited {
	font-weight: bold;
	/* font-size: .7em; */
}

a.mainmenulink:hover {
	font-weight: bold;
	/* font-size: .7em; */
}


.mainmenu {
	font-size: .7em;
}


.form_header {
 	background-color: #ffffff; /* #efefef; */
 	font-weight: bold;
}

table.form {
	background-color: #efefef;
	border: 0px;
	width: 450px;
	/* border-collapse:collapse; */ /** cellspacing */
	/* padding: 5px; *//** cellpadding */
}

.form_field {
	font-size: 12px;
	width: 190px;
	vertical-align: top;
	text-align:right;
	background-color: #ffffff;
}

.form_value {
	background-color: #ffffff;
}