﻿/* Default CSS Stylesheet for a new Web Application project */
.actnbtn{
	background-color : #013300;
	color : #f5f5f5;
	font-size : 10px;
	font-weight : bold;
	border : thin outset #cccccc;
}
.actnbtnsized{
	background-color : #013300;
	color : #f5f5f5;
	font-size : 10px;
	font-weight : bold;
	width: 120px;
	border : thin outset #cccccc;
}
.actnbtnsizedbig{
	background-color : #013300;
	color : #f5f5f5;
	font-size : 10px;
	font-weight : bold;
	width: 150px;
	border : thin outset #cccccc;
}
.TitleTop
{
	border-top : thin solid black;
}
.TitleBottom
{
	border-bottom : thin solid black;
}
.TitleTopBottom
{
	border-top : thin solid black;
	border-bottom : thin solid black;
}
.LeftBevel
{
	background-image : url(images/Left_Bevel.gif);
	background-repeat : repeat-y;
}
.RightBevel
{
	background : "images/Right_Bevel.gif";
	background-repeat : repeat-y;
}
.GAAppPrintBottom
{
	border-bottom : thin solid black;
}

fieldset.Undergrad
{
	float: none;
	padding: 4px;
}
.SmlBox
{
	font-family: Verdana, Arial, sans-serif !important; 
	font-size: 8pt;
	color: #006600;
}
.SmlEditBox
{
	font-family: Verdana, Arial, sans-serif !important; 
	font-size: 7pt;
	color: #006600;
}
A.PageNav:link
{
	font-size: 9px !important;
	color: #000000 !important;
	font-family: Verdana, Arial, sans-serif !important; 
	text-decoration: none;
}
A.PageNav:visited 
{
	font-size: 9px !important;
	color: #000000 !important;
	font-family: Verdana, Arial, sans-serif !important; 
	text-decoration: none;
}
A.PageNav:hover 
{
	font-size: 9px !important;
	color: #000000 !important;
	font-family: Verdana, Arial, sans-serif !important; 
	text-decoration: underline;
}
A.PageNav:active 
{
	font-size: 9px !important;
	color: #000000 !important;
	font-family: Verdana, Arial, sans-serif !important; 
	text-decoration: none;
	cursor: wait;
}
A.LeftNav:link
{
	font-size: 10px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
}
A.LeftNav:visited 
{
	font-size: 10px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
}
A.LeftNav:hover 
{
	font-size: 10px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: underline;
}
A.LeftNav:active 
{
	font-size: 10px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
	cursor: wait;
}
A.LeftNavSmall:link
{
	font-size: 9px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
}
A.LeftNavSmall:visited 
{
	font-size: 9px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
}
A.LeftNavSmall:hover 
{
	font-size: 9px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: underline;
}
A.LeftNavSmall:active 
{
	font-size: 9px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
	text-decoration: none;
	cursor: wait;
}
TD.LeftNavSmall
{
	font-size: 9px !important;
	color: #ffffff !important;
	font-family: Verdana, Arial, sans-serif !important; 
	font-weight: bold;
}
TD.subhead2colleft
{
    font-size: 7pt; 
    font-weight: bold;
    border-left: solid 1px Black; 
    border-bottom: solid 1px Black; 
    border-top: solid 1px Black;
    color: Black; 
    background-color: #f5f5f5; 
}
TD.subhead2colright
{
    font-size: 7pt; 
    font-weight: bold;
    border-right: solid 1px Black; 
    border-bottom: solid 1px Black; 
    border-top: solid 1px Black;
    color: Black; 
    background-color: #f5f5f5; 
}
TD.subhead2colboth
{
    font-size: 7pt; 
    font-weight: bold;
    border-right: solid 1px Black; 
    border-left: solid 1px Black; 
    border-bottom: solid 1px Black; 
    border-top: solid 1px Black;
    color: Black; 
    background-color: #f5f5f5; 
}
TD.subhead2colcontent
{
    color: Black; 
    background-color: #ffffff; 
    border-left: solid 1px Black; 
    border-right: solid 1px Black; 
    border-bottom: solid 1px Black; 
}
.GAPageNavBar
{
	color:Black !important;
	font-size : 9px !important;
}
fieldset.appcategory
{
	width: 90%;
	background-color: #fffaef;
}
.SubTitleSides
{
	border-right : 1px solid black;
	border-left : 1px solid black;
}
.SubTitleRight
{
	border-right : 1px solid black;
}
.SubTitleLeft
{
	border-left : 1px solid black;
}
.SubTitleTop
{
	border-top : 1px solid black;
}
.SubTitleBottom
{
	border-bottom : 1px solid black;
}
.SubTitleTopBottom
{
	border-top : 1px solid black;
	border-bottom : 1px solid black;
}
.SubTitleBottomRight
{
	border-bottom : 1px solid black;
	border-right : 1px solid black;
}
.SubTitleBottomLeft
{
	border-bottom : 1px solid black;
	border-left : 1px solid black;
}
.SubTitleBottomBoth
{
	border-bottom : 1px solid black;
	border-left : 1px solid black;
	border-right : 1px solid black;
}
UL.Tight
{
	margin-bottom : 5px;
	margin-top : 5px;
}
OL.Tight
{
	margin-bottom : 5px;
	margin-top : 5px;
}

UL.Menu {
	margin-bottom : 2px;
	margin-top : 2px;
	font-size: xx-small;
}

LI {
	font-size: xx-small;
}

LI.MenuLight {
	font-size: xx-small;
	color: beige !important;
}

LI.MenuDark {
	font-size: xx-small;
	color: #336699 !important;
}
.textSmall
{
    FONT-SIZE: 8pt;
    LINE-HEIGHT: 12pt
}
