﻿body
{
	font-family: Trebuchet MS;
	display: block;
	vertical-align: top;
}
input[type=submit]
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: Outset 2px black;
}
input[type=submit]:hover
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: inset 2px black;
}
input[type=reset]
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: Outset 2px black;
}
input[type=reset]:hover
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: inset 2px black;
}
input[type=button]
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: Outset 2px black;
}
input[type=button]:hover
{
	font-weight: bold;
	color: White;
	background-color: Gray;
	border: inset 2px black;
}
input[type=text]
{
	width: 95%;
	border: 1px solid #006;
	background: #C1E0FF;
}

input[type=password]
{
	width: 95%;
	border: 1px solid #006;
	background: #C1E0FF;
}

input[type=textarea]
{
	width: 99%;
	border: 1px solid #006;
	background: #C1E0FF;
}
input[type=textarea]:hover
{
	border: 1px solid #006;
	background: #4FA7FF;
}
select
{
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	padding: 1px 1px 0 1px;
	background: #C1E0FF;
	width: 100%;
	z-index: -100;
}

#menu1
{
	background-color: #0058AC;
	background-image: url(Image/menu_off.jpg);
	clear: both;
	height: 26px;
	margin: 0;
	width: 100%;
}
.menu
{
	background-image: url(Image/menu_off.jpg);
	clear: both;
	height: 26px;
	margin: 0;
	width: 100%;
}
.item
{
	font-weight: bold;
	color: Black;
	border: Outset 2px black;
}
.menuselected
{
}
.menuhover
{
}

h1, h2, h3, h4, h5, h6
{
	color: Blue;
}
#grid
{
	font-family: Trebuchet MS;
	font-size: 12px;
}
.paraPink
{
	color: #000000;
}
.ghdr
{
	background-color: #79CDFB;
	border: 1px outset #79CDFB;
	color: #FFFFFF;
	font-family: Trebuchet MS;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
.gitem
{
	font-family: Trebuchet MS;
	background-color: #C8EBFD;
	border: 1px solid #79CDFB;
	color: #3F3F3F;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
.grid_alternaterow
{
	font-family: Trebuchet MS;
	background-color: #FFFFFF;
	border: 1px outset #79CDFB;
	color: #3F3F3F;
	font-weight: normal;
	padding: 5px;
	text-align: left;
}
.gitem a, .grid_alternaterow a, .ghdr a
{
	color: Gray;
	text-decoration: none;
}
.gitem a:hover, .grid_alternaterow a:hover, .ghdr a:hover
{
	color: Gray;
	text-decoration: underline;
}
.tbl
{
	table-layout: fixed;
	border-collapse: inherit;
	background: #fff;
}
.tbl td
{
	padding: 2px 1px;
	overflow: hidden;
	white-space: nowrap;
	height: 30px;
}
.primaryStaticMenu
{
	background-color: #158AFF;
	
}
.primaryStaticMenuItem
{
	font-family:Arial;
	font-weight:bold;
	height:auto;
	width: 11em;
	background-color: #158AFF;
	border-width: 1px;
	border-color: #efefef #aaab9c #ccc #efefef;
	border-style: solid;
	color: #FFFFFF;
	text-align:center;
	padding: 0.2em 0 0.2em 0;
}
.primaryStaticHover
{
	color: #0000C6;
	background: #f0e7d7;
}
.primaryDynamicMenu
{
	background-color: #158AFF;
	border-bottom: solid 1px #ccc;
}
.primaryDynamicMenuItem
{
	width: 10em;
	background-color: #158AFF;
	color: #FFFFFF;
	padding: 0.5em 0 0.5em 1em;
	border-width: 1px;
	border-color: #f7f2ea #aaab9c #f7f2ea #efefef;
	border-style: solid;
}
.primaryDynamicHover
{
	color: #0000C6;
	background: #f0e7d7;
}
.MyCalendar .ajax__calendar_container
{
	border: 1px solid #646464;
	background-color: Black;
	color: White;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: black;
	font-weight: bold;
}

fieldset
{
	text-align: left;
}
.list
{
	list-style-image: url(../Image/list.png);
	list-style-type: circle;
}
Legend
{
	font-weight:bold;
	color:Maroon;	
}