/*
  6/12/07 - for #NavBar
  	      - Background works
		  - border: thin; does not work
          - border: dotted; does work - but it's white
		  - border: solid; does work - but it's white
          - border-bottom: solid; does work, and it's black in Firefox, white in IE6, but very thick
          - border-top: solid; does work, and it's black in Firefox, white in IE6, but very thick
          - border-bottom: solid thin; is black in Firefox and white in IE6 and very thin
          - border-top: solid thin; is black and white in IE6 and very thin
          - border-bottom-color: #000000;
          - border-top-color: #000000;
		  - border-bottom: solid 1px; works
          - border-top: solid 1 px; doesn't work
		  - didn't use border because I don't want side borders
		  - doing the borders this way (instead of a background graphic assures that even if the bar gets stretched because of content, the top and bottom border will be at the top and bottom - not repeating as a background image will.

*/

.NavBar
{
  background: #999999;
  border-bottom: solid 1px;
  border-top: solid 1px;
  border-bottom-color: #000000;
  border-top-color: #000000;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

.GalTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #666666;
	background-color: #CCCCCC;
	text-align: center;
}
.TitleAboveLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

a.LinksTextSpace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#0000000;
	text-decoration: none;
	padding-top: 12px;
}

a.LinksTextSpace:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#9900000;
	padding-top: 12px;
}


a.LinksText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#0000000;
	text-decoration: none;
}

a.LinksText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color: #006600;
}

.LinksTextLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#ffffcc;
}

.LinksTextGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#cccccc;
	text-decoration: none;
}

a.LinksTextLight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#ffffcc;
	text-decoration: none;
}

a.LinksTextLight:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	color:#9900000;
}

a.SmallTextBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #000000;
}

a.SmallTextBlack:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color:#CC9900
}

.Text10
{
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;

}
  .FullPageError {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}

.TightUL
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Added for Grad Project */
.LinksPerYolanda
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

a.LinksPerYolanda
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

a.LinksPerYolanda:hover
{
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}

.UpperRightCornerLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-top: 20px;
	padding-right: 10px;
	background-color: #CCCCCC;
}

a.UpperRightCornerLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFCC;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #006633;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #000000;
	text-decoration: none;
}

a.UpperRightCornerLink:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #99CC33;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.RightBox {
	height: 50px;
	width: 100px;
	float:right;
}

/* BACKGROUNDS */

.LongGreenTab
{
	background-image: url(../Images/Logos/Tabs/DickinsonGreenTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 110px;
	padding-top: 3px;
  
}
.ShortGoldTab {
	background-image: url(../Images/Logos/Tabs/OtherGoldTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	padding-top: 3px;
}
.ShortGreenTab {
	background-image: url(../Images/Logos/Tabs/OtherGreenTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
	padding-top: 3px;
}
.LongGoldTab {
	background-image: url(../Images/Logos/Tabs/LongGoldTab.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 110px;
	padding-top: 3px;
}


.TabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
}

a.TabText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: bottom;
	text-decoration: none;
}

a.TabText:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}

/* Backgrounds */

.SyllabusTableHeaderRow
{
  background-color: #D2B71E;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  text-align:center;
  font-weight: bold;
}
