body
{
	background-color: #f5f5f5;
	text-align: center;
	margin: 0px;
	height: 100%;
}

#main
{
	background-image: url(/isesAMS/images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
}

#container
{
	margin: 0 auto;
	width: 1000px;	
	text-align: left;
	border: solid 1px white;
	height: 100%;
}
.MyRowColor
{
	 background-color:#f5f5f5;
}
.HoverRow
{
	 background-color:#e0eaf8;
	 color:black;
	 font-family: Verdana, Arial;
	 font-size: 8pt;
	 text-align: left;
}
.disabledMenu
{
	 color:gray;
}
.UnHoverRow
{
	 background-color:#f5f5f5;
	 color:black;
}
.MyAltRowColor
{
	background-color:#d1d1d1;
}
.MyBackColor
{
	color: #f5f5f5;
	background-color:#006A97;
}
.MainColor
{
	color: #006A97;
}
.GenericButtonBorder
{
	border: 10;
}
.ColorButton
{
	color: white;
	background-color:#006A97;
	
}
.GenericButton
{
	color: Black;
	width: 100px;
	height: 25px;
	border: 2;
	border-style: outset;
	border-color: #006A97;
}
.GenericButton2
{
	color: Black;
	width: 125px;
	height: 25px;
	border: 2;
	border-style: outset;
	border-color: #006A97;
}
.GenericButtonTop
{
	color: Black;
	width: 150px;
	height: 25px;
	border-top-width: 2;
	border-top-style: outset;
	border-top-color: #006A97;
	border-left-width: 2;
	border-left-style: outset;
	border-left-color: #006A97;
	border-right-width: 2;
	border-right-style: outset;
	border-right-color: #006A97;
}
.GenericButtonBottom
{
	color: Black;
	width: 150px;
	height: 25px;
	border-bottom-width: 2;
	border-bottom-style: outset;
	border-bottom-color: #006A97;
	border-left-width: 2;
	border-left-style: outset;
	border-left-color: #006A97;
	border-right-width: 2;
	border-right-style: outset;
	border-right-color: #006A97;
}
.GenericButtonMiddle
{
	color: Black;
	width: 150px;
	height: 25px;
	border-left-width: 2;
	border-left-style: outset;
	border-left-color: #006A97;
	border-right-width: 2;
	border-right-style: outset;
	border-right-color: #006A97;
}
.GenericButton3
{
	color: Black;
	width: 105px;
	height: 25px;
	border: 2;
	border-style: outset;
	border-color: #006A97;
}

.GenericButton4
{
	color: Black;
	border: 2;
	border-style: outset;
	border-color: #006A97;
}

.Button
{
	background-color: gray;
	border-bottom: white 1px solid;
	border-left: white 1px solid;
	border-right: white 1px solid;
	border-top: white 1px solid;
	color: white;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
}
hr
{
	color: #006A97;
}
A
{
	text-decoration: none;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: normal;
}
img
{
	border-width: 0;
}
.SmallNoteFont
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-variant: normal;
}
.MainFont
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: normal;
}
.MainFontRedNoBold
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: normal;
	color: Red;
}
.MainFontRed
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: Red;
	font-weight: bold;
}
.MainFontLabel
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #006A97;
}
.MainFontLabel2
{
	font-family: Verdana, Arial;
	font-size: 14pt;
	color: #006A97;
}
.MainFontTitle
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
	font-weight: bold;
}

.ErrorMsg
{
	color: Red;
	font-family: Verdana, Arial;
	font-size: medium;
}
.DropDownList
{
	font-family: Verdana,Arial;
	font-variant: small-caps;
	font-size: 8pt;
	color: black;
	
}
.ListBox
{
	font-family: Verdana,Arial;
	font-variant: small-caps;
	font-size: 8pt;
	color: black;
}
.CheckBox
{
	font-family: Verdana,Arial;
	font-variant: small-caps;
	font-size: 8pt;
	color: Black;
}
.RadioBox
{
	font-family: Verdana,Arial;
	font-variant: small-caps;
	font-size: 8pt;
	color: Black;
}
.TextBox
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: black;
	background-color:white;
}
.TextBoxDisable
{
	font-family: Verdana,Arial;
	font-size: 8pt;
	color: black;
	background-color:#f5f5f5;
}
.LeftMenuItemsHover
{
	margin-bottom: 7;
	margin-top: 7;
	color: #f5f5f5;
	background-color: #006A97;
	border-style: none;
	border-color: #006A97;
	border-width: thin;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: hand;
}
.LeftMenuItems
{
	margin-bottom: 7;
	margin-top: 7;
	color: #006A97;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	border-width: thin;
	border-style: none;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: hand;
}
.LeftMenuGroup
{
	background-color: #f5f5f5;
	border-style: none;
	border-width: 0;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.LeftMenuItemsSelected
{
	margin-bottom: 7;
	margin-top: 7;
	background-color: #006A97;
	border-style: inset;
	border-color: #f5f5f5;
	border-width: thin;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: hand;
}
.LeftMenuGroupHelpInitial
{
	color: #006A97;
	background-color: #006A97;
	border-style: inset;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.LeftMenuItemsOld
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
}
.HeaderLabels
{
    background-color:#e0eaf8;
	font-weight: bold;
	font-size: 8pt;
	color: #006A97;
	font-family: Verdana, Arial;
	font-variant: normal;
	vertical-align:middle;
	padding: 10px;
	border-bottom: solid 1px white;
}
.LeftMenuHeaders
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #f5f5f5;
	cursor: hand;
	background-color: #006A97;
	border-style: none;
	border-width: 0;
}
.LeftMenuHeadersSelected
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	color: Yellow;
	background-color: #006A97;
	cursor: hand;
	border-style: none;
	border-width: 0;
}
.LeftMenuHeadersHover
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
	color: #006A97;
	background-color: White;
	cursor: hand;
}
.GridRow
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: black;
	text-align: left;
	background-color:#f5f5f5;
}
.GridFrame
{
	font-size: 8pt;
	font-family: Verdana,Arial;
	border-style: solid;
	color: #f5f5f5;
	background-color: #f5f5f5;
	border-color: #f5f5f5;
	border-width: thin;
	cursor: default;
}
.GridEditCellStyle
{
	background-color: #0069a7;
}
.GridFooter
{
	border-style: solid;
	background-color: #cccccc;
	border-color: black;
	border-width: 1px;
}
.GridFrame2
{
	font-size: 8pt;
	font-family: Verdana,Arial;
	border-style: solid;
	color: #f5f5f5;
	background-color: #dcdcdc;
	border-color: #f5f5f5;
	border-width: thin;
	cursor: default;
}

.comboRowStyle
{
	background-color :#f5f5f5;
	border-color:gray;
	border-style:Solid;
	border-width:1;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.comboSelectedRow
{
	background-color:#e0eaf8;
	color:black;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.comboAlternateRow
{
	background-color:#f5f5f5;
	color:black;
	font-family: Verdana, Arial;
	font-size: 8pt;
}
.comboHeaderStyle
{
	background-color:#006A97;
	border-color:Black;
	border-style:none;
	color:White;
}
.comboFrameStyle
{
	background-color:Silver;
    border-style:ridge;
    border-width:3;
    cursor:default;
    font-family:Verdana, Arial;
    font-size:10;
}

.GridAddNewButton
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	background-color: #006A97;
	border-style: outset;
	border-width: 1px;
}
.GridAddNewBox
{
	background-color: #999999;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-variant: small-caps;
	border-width: thin;
	border-color: #999999;
	border-style: solid;
	color: #006A97;
}
.GridRowAlternative
{
	background-color: #f5f5f5;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: black;
	text-align: left;
}
.GridRowAlternative2
{
	background-color:  #dcdcdc;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: black;
	text-align: left;
}
.GridRowSelected
{
	color: black;
	background-color: #e0eaf8;
	font-family: Verdana, Arial;
	font-size: 8pt;
	text-align: left;
}
.Pager
{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-variant: small-caps;
	border-style: solid;
	font-weight: bold;
}
.GenericButtonsTD
{
	background-color: #f5f5f5;
}
.GridHeader
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	border-style: none;
	color: white;
	background-color: #006A97;
	height: 10;
	text-align: left;
}
.GridHeader2
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-weight: bold;
	border-style: none;
	color: #006A97;
	background-color:  #d1d1d1;
	height: 10;
	text-align: left;
}
.LoginTable
{
	background-color: #006A97;
}
.LoginTD
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
	color: White;
}
.LoginTextBox
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
	color: #006A97;
	background-color: #f5f5f5;
}
.LoginDropDownList
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
	color: #006A97;
	background-color: #f5f5f5;
}
.LoginButton
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
	color: #006A97;
	background-color: #f5f5f5;
}
.LoginErrorFont
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-variant: small-caps;
}
.LeftMenuItemsHidden
{
	margin-bottom: 7;
	margin-top: 7;
	color: #f5f5f5;
	background-color: #f5f5f5;
	border-style: none;
	border-width: 0px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 8pt;
	cursor: default;
}
.UltraWebTree
{
	background: #f5f5f5;
	color: #006A97;
	cursor: hand;
	font-size: 8pt;
	font-family: Verdana,Arial;
	border-style: ridge;
	border-color: #006A97;
	border-width: thin;
	width: 100%;
}
.CalendarTitle1
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-variant: small-caps;
	font-weight: bold;
	background-color: #006A97;
	color: #f5f5f5;
}
.CalendarDayHeader
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	font-variant: small-caps;
	color: #006A97;
}
.CalendarDay
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #006A97;
}
.CalendarNextPrev
{
	font-family: Verdana, Arial;
	font-size: 7pt;
	color: #f5f5f5;
}

.TableContainer
{
	border-style: outset;
}
.TableContainer1
{

	background-color: #f5f5f5;
	border-style: outset;
	border-width:thin;

}
.BackGroundColor
{
	background-color: gray;
}

.GridRow2
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: black;
	text-align: left;
	background-color:#f5f5f5;
}

input.prompt 
{
	border:1 solid transparent; 
	background-color:#99ccff;
	width:70;
	font-family:arial;
	font-size:12; 
	color:black;
}

td.titlebar 
{ 
	background-color:#FF9F40; 
	color:#0000D2; 
	font-weight:bold;
	font-family:arial; 
	font-size:12;
}

table.promptbox 
{
	border:1 solid #ccccff; 
	background-color:#FFFFE6; 
	color:black;
	padding-left:2;
	padding-right:2;
	padding-bottom:2;
	font-family:arial; 
	font-size:12;
	}
	
input.promptbox 
{
	border:1 solid #0000FF; 
	background-color:white;
	width:100%;
	font-family:arial;
	font-size:12; 
	color:black; 
}
A, A:link, A:hover, A:visited 
{ 
	text-decoration:none; 
	font-family:Verdana, Arial; 
	font-variant:small-caps; 
	color:Navy; 
}