/* 
  -------------------------------------
My CSS
  -------------------------------------
*/
.hide {
	display: none;
	visibility: hidden;
}
.ToolTip {
	font-size: 12px;
	color: #F00;
}
.red {
	color: #F00;
}
.errorMsg {
	color: #FF0;
	font-weight: bold;
}
.quotes {
	font-family: "Times New Roman", Times, serif, "Tempus Sans ITC", "Palatino Linotype";
	font-style: italic;
	font-variant: small-caps;
}
.floatright {
	float: right;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
}
.floatleft {
	float: left;
	margin: 10px;
	padding: 10px;
	text-decoration: none;
}
.clearboth {
	clear: both;
	margin: 10px;
	padding: 10px;
}
.quickLinks ul {
	margin: 0;
	padding: 0;	
}

.quickLinks li {
	font-family: "Times New Roman", Times, serif, "Tempus Sans ITC", "Palatino Linotype";
	font-style: italic;
	font-size: 14px;
	list-style-type: disc;
	margin-left: -10px;
}
.quickLinks a {
	text-decoration: none;
	color: #000 !important;
	text-align: left;
	font-family: "Times New Roman", Times, serif, "Tempus Sans ITC", "Palatino Linotype";
	font-style: italic;
}
.quickLinks a:hover {
	color: #FFF !important;
	background-color: #000 !important;
	border-color: #000;
}
.pageTitle {
	font-size: 1.4em;
	letter-spacing: 0.3em;
	color: #FDBF57;
}
#breadcrumb {
	font-family: "Times New Roman", Times, serif, "Tempus Sans ITC", "Palatino Linotype";
	font-size: 0.8em;
	font-style: italic;
	font-variant: small-caps;
	color: #FDBF57;
	width: 982px;
	margin: 0px auto 0px auto;
	font-weight: bold;
	padding-left: 20px;
	line-height: 0.9em;
	text-align: left;
}
.colTopImage {
	background-image: url(../images/AlumniLOGO.gif);
}
.displayTable h3 {
	color:#FF9900;
	font-variant: small-caps;
}
.leftCol h1 {
	color: #005288;
}
.leftCol h2 {
	color: #ECF1F7;
}
div.hr {
	height: 1px;
	width: 100%;
	margin: 10px 0px 14px 0px;
	clear: both;
}
.hotNewsText {
	color:#FFFF00;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}
/* 
  -------------------------------------
From old site style.css
  -------------------------------------
*/
div.contentBodyContainer{
	width: 100%;
}
div.contentHeaderContainer{
	width: 100%;
	float: left;
	clear: both;
}
div.imgBoxLeft {
	margin: 0px 0px 10px 0px;
	float: left;
	font-size: 0px;
}
table.twoColumn{
	table-layout: fixed;
	width: 100%;
}
div.imgBoxColumn {
	text-align:left;
}
.textFloat {
	margin-left: 14px;
	width: 500px;  /*this must have a specific value in order to float in standards-compliant browsers */
	float: left;
	clear: right;
}
#boardTable a {
	color: #66FFFF !important;
	font-family: "Times New Roman", Times, serif, "Tempus Sans ITC", "Palatino Linotype";
	font-style: italic;
}
#boardTable a:hover {
	color: #FFFFFF !important;
}
.backToTop{
	margin: 26px 25px;
	color: #66FFFF !important;
	clear: both;
}

/* 
  -------------------------------------
From p7CRVo4.css, to make one column pages. Use a "dash 1" naming convention.
  -------------------------------------
*/
#columnwrapper3 {
	margin: 0 auto;
	width: 982px;
	background-image: url(../p7curvitude/img/p7CRVCol2_middle3.jpg);
	background-repeat: repeat-y;
}
#columntop3 {
	clear: both;
	background-image: url(../p7curvitude/img/p7CRVCol2_top3.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnbottom3 {
	clear: both;
	background-image: url(../p7curvitude/img/p7CRVCol2_bottom3.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#c2-1 {
	width: 900px;
	background-repeat: no-repeat;
	padding-top: 30px;
	background-position: 22px 10px;
}
#c2-1 .content {
	color: #F0F0F0;
	font-size: 0.8em;
	padding: 16px 42px 16px 42px;
	line-height: 1.6em;
}
.textFloat-1 {
	margin-left: 14px;
	width: 650px;  /*this must have a specific value in order to float in standards-compliant browsers */
	float: left;
	clear: right;
}
#peopleTable {
	margin: 0px 2px;
	padding: 0px 2px;
}
#peopleTable td {
	vertical-align: top;
}
/* 
  -------------------------------------
From p7CRVo4.css, to make two column pages with Red left column for Admin. Add a "2" to id.
  -------------------------------------
*/
#columntop2 {
	clear: both;
	background-image: url(../p7curvitude/img/p7CRVCol2_topRed.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper2 {
	margin: 0 auto;
	width: 982px;
	background-image: url(../p7curvitude/img/p7CRVCol2_middleRed.jpg);
	background-repeat: repeat-y;
}
#columnbottom2 {
	clear: both;
	background-image: url(../p7curvitude/img/p7CRVCol2_bottomRed.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
/* 
  -------------------------------------
From my_styles.css, to make DB thumbnails.
  -------------------------------------
*/

.thumbnailMember
{
	float: left;
	width: 100px;
	height: 200px;
	margin: 0 3px 3px 0;
	border: 1px solid;
	border-color:#009999;
}
.thumbnailMemberSmall
{
	float: left;
	width: 100px;
	height: 30px;
	margin: 0 3px 3px 0;
	border: 1px solid;
	border-color:#009999;
}
.thumbnail
{
	width: 110px;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
	float: left;
}
.break { page-break-before: always; }
#cols {
	width: 90%;
}
/* 
  -------------------------------------
Event Description "Tabs" styles
  -------------------------------------
*/
.h1ED {
	font-size: 1.2em;
	letter-spacing: 0.3em;
	font-style: italic;
	color: #F00;
	line-height: 0%;
}
.h2ED {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #FED797;
	line-height: 0%;
}
.h3ED {
	font-size: 1em;
	line-height: 0%;
}
.pED {
	line-height: 0%;
}
	

