﻿.notice
{
	color: #FF0000;
	font-weight: bold;
}

.bold
{
	color: #333333;
	font-weight: bold;
}

.small
{
	font-size: 80%;
}
.small a
{
	text-decoration: underline;
}

.noBullets li
{
	list-style-type: none;
}

.mainLinks li
{
	padding-bottom: 10px;
}

/* Table Formatting */
.tblHeader
{
	background-color: #123B8B/*#000080*/;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: 2px #C0C0C0 solid;
	text-align: center;
	font-size: small; 

}
.contentHeader
{
	font-family: Arial;
	font-weight: bold;
	font-size: 130%;
	color: navy;
}
.subContentHeader
{
	font-weight: bold;
	font-size: 1.05em;
}
.tblHeader a
{
	color: #FFFFFF;
	font-weight: bold;
	
}


.tblGrey
{
	background-color: #C0C0C0;
}

.tblBlue /* color is now Grey */
{
	background-color: #808080; /*#0099CC;*/ /* #135299 */
	color: #FFFFFF;
	text-align: center;
}
a:hover
{
	color: #FFFFFF;
}

.tblBlue a
{
	color: #FFFFFF;
	/*text-decoration: underline; */
}
.tblBlue a:hover
{
	color: #FFFFFF; /*#000080*/
	text-decoration: none;
}

.tblBlueHeader
{
	background-color: white; /*#0099CC;*/
	color: navy;
	font-weight: bold;
	text-align: center;
	font-size: 10pt;
}

/* Route Formatting */
.route
{
	font-size: 8pt;
	text-align: right;
}
.route td
{
	padding: 3px 3px 3px 3px;
}
.hover
{
	cursor: pointer;
	background-image: url('/images/website/hovergrad.gif');
}
.hoverOut
{
	cursor: pointer;
}

/* Side Menu Column */
.Link
{
	background-image: url('../../images/website/linkunderline.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	/*vertical-align: text-bottom;*/
}

td.headingContent H1{
	font-family: tahoma, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	font-size: 20px;
}

/* Forms Table Borders */

.formMain
{
	border-top: thin gray solid;
	border-top-width: 1px;
}
.formSub
{
	border-top-width: 0px;
}
.formRight
{
	border-right: thin gray solid;
	border-right-width: 1px;
}
.formBottom
{
	border-bottom: thin gray solid;
	border-bottom-width: 1px;
}
