/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: xx-small;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
}

.Button
{
	border-right: 0px;
	border-top: 0px;
	font-weight: bold;
	font-size: 8pt;
	background-image: url(images/button.jpg);
	border-left: 0px;
	cursor: hand;
	color: #2E2E2E;
	border-bottom: 0px;
	font-family: verdana;
	background-color: #ffff00;
}

.LogoutButton
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
	font-family: verdana;
}

.ButtonUp
{
	border-right: black 1px inset;
	border-top: black 1px inset;
	font-weight: bold;
	font-size: 8pt;
	border-left: black 1px inset;
	cursor: hand;
	color: black;
	border-bottom: black 1px inset;
	font-family: verdana;
	background-color: #d4d0c8;
}

.InputText
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 8pt;
	border-left: 1px inset;
	color: #003366;
	border-bottom: 1px inset;
	font-family: verdana;
	background-color: White;
}

BUTTON
{
	font-size: 12px;
	font-family: Arial, sans-serif;
	background-color: Gray;
}

TEXTAREA
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 8pt;
	border-left: 1px inset;
	color: #003366;
	border-bottom: 1px inset;
	font-family: verdana;
	background-color: White;
}

.noeffect
{
	border-right: 0px inset;
	border-top: 0px inset;
	font-size: 8pt;
	border-left: 0px inset;
	color: #ffffff;
	border-bottom: 0px inset;
	font-family: verdana;
	background-color: #ffffff;
}

INPUT
{
	border-right: 1px inset;
	border-top: 1px inset;
	font-size: 8pt;
	border-left: 1px inset;
	color: #003366;
	border-bottom: 1px inset;
	font-family: verdana;
	background-color: White;
}



SELECT
{
	/*	border-right: 1px inset; 	border-left: 1px inset; 	border-bottom: 1px inset; 	border-top: 1px inset;*/
	font-size: 8pt;
	color: #003366;
	font-family: verdana;
	background-color: White;
	border-style: none;
}

H1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H5, DT
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

H6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
}

TFOOT, THEAD
{
	font-size: 0.7em;
	word-spacing: normal;
	text-transform: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

TH
{
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
TD
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	vertical-align: top;
	text-transform: none;
	font-family: Verdana;
	letter-spacing: normal;
}

LINKBUTTON
{
	color: yellow;
}
A:link
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

A:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

A:active
{
	color: red;
	font-weight: bold;
	text-decoration: none;
}

A:hover
{
	color: Black;
	text-decoration: underline;
}

.menu
{
	color: Black;
}

.menuItemBlack a:hover
{
	cursor: pointer;
	text-decoration: none;
	color: Gray;
}

.menuItemBlack, .menuItemBlack:link, .menuItemBlack:visited
{
	cursor: pointer;
	text-decoration: none;
	color: Gray;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}


UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}
/*
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	} */
.date
{
	font-size: 12px;
	color: White;
	font-style: normal;
	font-family: Arial;
	font-variant: normal;
}

TABLE
{
	border: 1;
}

.PageHeader
{
	font-size: 1px;
	color: Black;
	font-style: normal;
	font-family: 'Times New Roman' , Serif;
	font-variant: small-caps;
	font-weight: bold;
}
.PageSectionHead
{
	font-weight: bold;
	font-size: 12pt;
	color: yellow;
	font-style: normal;
	font-family: 'Book Antiqua';
	font-variant: small-caps;
}
.PageHeading
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Tahoma;
}

.Datagrid
{
	width: 100%;
	background: white;
	border-width: 10px;
	border-color: #3366CC;
	color: Black;
}
.DataGridSearch
{
	width: 100%;
	background: #33ff00;
	border-width: 0px;
	border-style: inset;
	border-color: #999999;
}
.GridHeader
{
	font-weight: bold;
	font-size: large;
}
.GridFooter
{
	background-color: #0099ff;
	color: White;
	font-weight: bold;
	font-size: large;
}

.GridPager
{
	background-color: #0099ff;
}
.GridEdit
{
	background-color: #f0f8ff;
}

.footerlbl
{
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Header
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.MsgBoxes
{
	background-color: Green;
}
.FreeTextBox
{
	z-index: -1;
}
.Panel
{
	z-index: 100;
}

.headerContentNormal
{
	color: #F2F2F2;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headerContentBold
{
	color: #FFFFFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headerTitle
{
	color: #FFFFFF;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.headerSubTitle
{
	color: #F2F2F2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer
{
	color: #F2F2F2;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.CloseButton
{
	background-image: url(images/closeblack.gif);
	width: 37px;
	height: 28px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a.info {
  z-index: 24;
  color: #000;
  position: relative;
  text-decoration: none;
}
a.info:hover {
  z-index: 25;
  background-color: #CCC;
  color:#000;
}
a.info SPAN {
  display: none;
}
a.info:hover SPAN {
  display: block;
  left: 2em;
  width: 15em;
  color: #000;
  border: #CCC 1px solid;
  position: absolute;
  top: 2em;

  background-color: #D2D8E0;

  text-align: left;

  padding:3px;

}

ajax__myTab .ajax__tab_header 
{
	font-family:arial; 
	font-size:11px;
	border-bottom:solid 1px #EFA123;
	font-weight: bold;
	background:url(Images/Panel1.JPG) repeat-x bottom;
}

.ajax__myTab .ajax__tab_outer 
{
	padding-right:4px;
	height:21px;
	background-color:#C0C0C0;
	margin-right:2px;
	border-right:solid 1px #666666;
	border-top:solid 1px #aaaaaa;
	font-weight: bold;
	background:url(Images/Panel1.JPG) repeat-x bottom;
}

.ajax__myTab .ajax__tab_inner 
{
	padding-left:3px;
	background-color:#C0C0C0;
	font-weight: bold;
	background:url(Images/Panel1.JPG) repeat-x bottom;
}

.ajax__myTab .ajax__tab_tab 
{
	height:20px;
	padding:4px;
	margin:0;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_outer 
{
	background-color:#cccccc;
}

.ajax__myTab .ajax__tab_hover .ajax__tab_inner 
{
	background-color:#cccccc
}

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {}

.ajax__myTab .ajax__tab_active .ajax__tab_outer 
{
	background-color:#fff;
	border-left:solid 1px #999999;
	font-weight: bold;
	background:url(Images/10.JPG) repeat-x bottom;
}

.ajax__myTab .ajax__tab_active .ajax__tab_inner 
{
	background-color:#fff;
	font-weight: bold;
	background:url(Images/10.JPG) repeat-x bottom;
}

.ajax__myTab .ajax__tab_active .ajax__tab_tab {}

.ajax__myTab .ajax__tab_body
{
	font-family:verdana, tahoma, helvetica;
	font-size:10pt;
	border:1px solid #999999;
	border-top:0;
	padding:8px;
	font-weight: bold;
	background-color:#ffffff;
}


