BODY
{
	font-family: verdana;
}

TD
{
	font-family: verdana;
}

INPUT,TEXTAREA
{
	font-family: verdana;
	font-weight:bold;
}

SELECT
{
	font-family: verdana;
	font-weight:bold;
}

A:link {text-decoration: underline;color:#18187B; border: none 0px}
A:visited {text-decoration: underline;color:#18187B;}
A:hover {text-decoration: underline; color:#18187B;}

/* The following style entries define the look of the menu */

/* This controls the style of the initial appearance of the menu. */
.MenuGroup, .SubMenu
{ 	
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	padding-bottom: 3px;
	background-color:#990000;
	/*background-color:#18187B; */
    cursor: default;     
	cursor: hand;	
	padding: 0px;
}

.MainMenuItem
{
	
	/*background-image:url(/LGCWeb/Web/UI/UserControls/Images/MenuBg.gif);*/
	background-repeat:repeat-x;
	/*background-color:#BFC9D2; */
	color:#ffffff; 
	font-weight:bold;
	cursor:default;  
	padding: 5px; 
	height:25px;
	border-right: #ffffff 1px solid; 
	text-align:center;
}

.MainMenuItemOver
{
	/*background-image:url(/LGCWeb/Web/UI/UserControls/images/menuBgOver.gif);*/
	background-repeat:repeat-x;
	/*color: #A8BCE2;*/
	color: #FFFFFF;
	background-color: #770000;
	font-weight:bold;
	cursor:hand;  
	padding: 5px;
	height:25px;
	border-right: #ffffff 1px solid; 
	text-align:center;
}

.MenuItem
{
	padding-right: 8px;
	margin-top: 0px;
	padding-left: 8px;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-top: 3px;

 	background-color:#990000;
	color:#ffffff; 
}

.MenuItemOver
{
	padding-right: 8px;
	margin-top: 0px;
	padding-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-top: 3px;
	font-weight:bold;

	background-color:#770000;
	color: #FFFFFF;
}

.Separator
{
	background-color: Transparent; 
	margin-left: 2px;
	margin-right: 2px;
}

.Spacer
{
	background-color: Transparent; 
}

/* End of menu styles */

/* Used for page management layout previews */
.LayoutPreview
{
	background-color:silver;
}

/* The following style entires are used to define the look of each Control Header/Footer/Border */

.HandCursor
{
	cursor: hand;
}

.ControlBorder
{
	border-right: #990000 1px solid;
	border-top: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	background-color: #ffffff;
}

.ControlHeaderL
{
	height:25px;
	width:10px;
	background-image: url(../Images/KZ-Control2-Left.gif);
/*	background-image: url(../FrameWorkUI/UserControls/images/ControlTL.gif); */
	background-repeat:no-repeat;
}

.ControlHeaderM
{
	color:#ffffff; 
	font-weight:bold;
	width:auto;
	background-image: url(../Images/KZ-Control2-Center.gif);
/*	background-image: url(../FrameWorkUI/UserControls/images/ControlTM.gif);*/
	background-repeat:repeat-x;
}

.ControlHeaderR
{
	width:10px;
	background-image: url(../Images/KZ-Control2-Right.gif);
/*	background-image: url(../FrameWorkUI/UserControls/images/ControlTR.gif); */
	vertical-align:middle;
	text-align:right;
	background-repeat:no-repeat;
}

.ControlFooterL
{
	height:0px;
	/*width:10px;
	background-image: url(../FrameWorkUI/UserControls/images/ControlBL.gif);
	background-repeat:no-repeat*/
}

.ControlFooterM
{
	width:auto;
	height:0px;
	/*background-image: url(../FrameWorkUI/UserControls/images/ControlBM.gif);
	background-repeat:repeat-x;*/
}

.ControlFooterR
{
	width:10px;
	height:0px;
	/*background-image: url(../FrameWorkUI/UserControls/images/ControlBR.gif);
	background-repeat:no-repeat;*/
}
/* End Of Control Header/Footer/Border /*

/* The following styles entries are used to define the look of DataGrids */

.SelectedItemStyle
{
	color:#000000;
	background-color:#ADEEFA;
}

.AlternatingItemStyle
{
	font-size: smaller;
	color: #333333;
	background-color: ghostwhite;
}

.ItemStyle
{
	font-size: smaller;
	color:#333333;
	background-color:#ffffff;
}

.HeaderStyle
{
	font-size: smaller;
	font-weight: bold; 
	color: Silver;
	background-color: #660000; 
	border-color: #5D9EFF; 
}
		
.HeaderStyle a:hover {text-decoration: underline;color:#ffffff;}
.HeaderStyle a:visited {text-decoration: underline;color:#ffffff;}
.HeaderStyle a:link {text-decoration: underline;color:#ffffff;}

.FooterStyle
{
	color:#4A3C8C;
	background-color:#B5C7DE;
}

.FooterStyle a:hover {text-decoration: underline;color:white;}
.FooterStyle a:visited {text-decoration: underline;color:white;}
.FooterStyle a:link {text-decoration: underline;color:white;}

.PagerStyle 
{
	color:#18187B;
	background-color:#dddddd;
}
.PagerStyle a:hover {text-decoration: underline;color:#18187B;}
.PagerStyle a:visited {text-decoration: underline;color:#18187B;}
.PagerStyle a:link {text-decoration: underline;color:#18187B;}

/* End of datagrid styles */
