@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bkgrd_body.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0px 0px 10px;
	padding: 0px;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
	font-style: italic;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 100%;
}
.smallprint {
	font-size: 80%;
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 846px;
	background: url(../images/bkgrd_wrapper.jpg) center repeat-y;
}
#header {
	margin: 0px;
	width: 846px;
	height: 158px;
	background: #FFFFFF url(/apps/alumniconnection/images/bkgrd_headerJISD.jpg) no-repeat top right;
	clear: both;
}
#header * {
	display: none;
}
#info {
	position: absolute;
	top: 10px;
	left: 20px;
	width: 600px;
	color: #B9121B;
}
a, a:hover, a:visited, a:active {
	color: #B9121B;
	outline: none;
}
#navigation {
	position: absolute;
	top: 135px;
	left: 23px;
	width: 800px;
	clear: both;
	/*margin: -20px auto 0px*/
}
#tabs ul {
	height: 26px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: transparent url(../images/bkgrd_tabs.jpg) repeat-x bottom;
}
#tabs ul li {
	display: block;
	float: left;
	width: 152px;
	height: 26px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/bkgrd_tabOff.jpg) no-repeat top center;
}
#tabs ul li.tabOn {
	background:url(/apps/alumniconnection/images/bkgrd_tabOn.jpg) no-repeat top center;
	font-weight: bold;
}
#tabs ul li.tabNo a {
	font-weight: normal;
	color: #999999;
}
#tabs ul li a,
#tabs ul li a:hover,
#tabs ul li a:visited,
#tabs ul li a:active {
	display: block;
	width: 152px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
}
div#subTab {
	background: url(/apps/alumniconnection/images/bkgrd_subTab.jpg) no-repeat center top;
	margin:5px auto;
	width: 800px;
	height: 38px;
	color:#990000;
	text-align: center;
}
div#subTab p.tabOn, div#subTab p {
	font-weight: bold;
}
div#subTab p {
	text-align: center;
	padding: 10px;
}
#subTab ul {
	margin: 10px;
	height: 26px;
	margin: 0px auto;
	padding: 7px 0px;
	list-style: none;
	/*border-bottom: 1px solid #4C1B1B;*/
}
#subTab ul li {
	display: inline;
	margin: 0px 10px;
	padding: 0px;
}
#subTab ul li.tabOn {
	font-weight: bold;
}

#content {
	width: 800px;
	margin: 0px 23px 10px;
	padding: 10px 0px 0px;
	clear: both;
}
#footer {
	clear: both;
	width: 846px;
	/*height:40px;*/
	padding: 0px 0px 15px;
	background: url(/apps/alumniconnection/images/bkgrd_footer.jpg) bottom center no-repeat;
}
#footer p {
	font-size: 80%;
	margin: 0px 23px 0px;
	padding-top: 20px;
}
form#regForm {
	width: 500px;
	margin: 0px auto;
}
form#regForm div.formItem, form#regForm div.formButton, form#regForm div.formItemError {
	clear: both;
	border-bottom: 1px dotted #990000;
	padding-top: 10px;
}
.formItemError {
	/*background: #FFFFFF url(/apps/alumniconnection/images/bkgd_error.jpg) repeat-x bottom;*/
	color: #990000;
}
form#regForm div.formItemError input {
	background: #FFFFFF url(/apps/alumniconnection/images/bkgd_error.jpg) repeat-x center;
	border: 1px solid #990000;
}
form#regForm div.formButton {
	border-bottom: 0px;
	padding-left: 110px;
}
form#regForm h3 {
	text-align:center;
}
form#regForm label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
}
form#regForm .smallprint {
	margin-left: 115px;
	font-style: italic;
	color: #990000;
}
form#connectForm label, form#connectForm input, form#connectForm select {
	margin: 5px;
}
div#column_a, div#column_b {
	width: 370px;
	float: left;
}
div#column_b {
	float: right;
	border-left: 1px dotted #990000;
	padding-left: 10px;
}
div.error {
	color:#CC0000;
	width:400px;
	margin: 5px auto;
	padding: 5px;
	border: 1px dotted #330000;
	background: #FFFFFF url(/apps/alumniconnection/images/bkgd_error.jpg) repeat-x bottom;
}
div.error p {
	margin: 0px;
}
div.box {
	border: 1px solid #660000;
	padding: 7px;
	width: 100%;
	margin: 5px auto;
}
div.success {
	color: #006600;
	width:500px;
	margin: 5px auto;
	padding: 5px;
	border: 1px dotted #006600;
	background: #FFFFFF url(/apps/alumniconnection/images/bkgd_success.jpg) repeat-x bottom;
}
.toggleHide {
	display:none;
}
.toggleShow {
	display: inherit;
}
div.resultRow {
	margin:5px 0px 0px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #cccccc;
}
