.validatorCalloutHighlight 
{
    background-color: Yellow; 
}
.importantMessage 
{
	background-color: Yellow; 
	border:solid 2px #000;
	font-weight:bold;
	margin:0.5em; 
	padding:0.5em
}
.loadingbox
{    
    border:1px solid #FE9900;
    background-color:#FFE1B3;
    height:50px;
    width:250px;
    text-align:center; 
    padding-top:15px
}

body, html{width:100%;height:100%;padding:0;margin:0}

table.mainContainer
{
	width:100%;
	height:100%;
}
table.container
{
	width:100%;
	height:100%;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
table.tableForm
{
	border-right: #fe9900 1px solid;
	border-top: #fe9900 1px solid;
	border-left: #fe9900 1px solid;
	border-bottom: #fe9900 1px solid;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
table.tableFormContent
{
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
table.tableFormPopup
{
	left:0px;
	top:0px;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
.TextBox
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
.Label
{
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
}
.ColumnField
{
	border: solid 1px silver;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
	width:100px;
	cursor:move;
}
.Button
{
	border: solid 1px #fe9900;
	background-color: #ffe1b3;
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial;
	cursor: pointer;
}
.mainAction
{
	font-size: 140%;
	font-weight:bold;
	border-width: 2px;
}
td.SectionCaption
{
	border: solid 1px silver;
}
td.FormCaption, .FormCaption
{
	height: 20px;
	background: url(../../Images/caption_grad.gif);
	padding-left: 5px;
	font-weight: bold;
}
table.header
{
	background: url(../../Images/bgk_main.gif);
	width:100%;
	height:175px;
}
td.headerLeft
{
	background: url(../../Images/bgk_left.gif);
	width: 38px;
}
td.headerLogo
{
	background: url(../../Images/logo.gif);
	width:186px;
}
td.headerRightMenu
{
	background: url(../../Images/bgk_right_menu.gif) left no-repeat;
	width: 12px;
}
td.headerRight
{
	background: url(../../Images/bgk_right.gif);
	width: 60px;
}
table.footer
{
	width:100%;
	height:26px;
	font-size:0.1em;
}
td.footerLeft
{
	background: url(../../Images/footer_left.gif);
	width: 12px;
	height:8px;
}
td.footerRight
{
	background: url(../../Images/footer_right.gif);
	width: 12px;
	height:8px;
}
td.footerLeftLeft
{
	background:#ffffff;
	width:38px;
}
td.footerRightRight
{
	background:#ffffff;
	width:60px;
}
tr.footerTop
{
	background:#FE9900;
	height:8px;
}
tr.footerBottom
{
	background:#FFE1B3;
	height:24px;
}
table.menu
{
	font-size: 0.3em;
	font-family: Tahoma,Verdana,Arial;
}
table.menuButton
{
	height:36px;
	background:url(../../Images/menu_btn_bgk.gif);
}
td.menuButtonLeft
{
	height:36px;
	width:7px;
	background:url(../../Images/menu_btn_left.gif);
}
td.menuButtonRight
{
	height:36px;
	width:7px;
	background:url(../../Images/menu_btn_right.gif);
}
tr.subMenu
{
	height:27px;
	background:url(../../Images/sub_menu_bgk.gif);
}
tr.subMenuBottom
{
	height:5px;
}
td.subMenuLeft
{
	width:6px;
	background:url(../../Images/sub_menu_left.gif) left top no-repeat;
}
td.subMenuRight
{
	width:6px;
	background:url(../../Images/sub_menu_right.gif) right top no-repeat;
}
.menuLink
{
	font-weight: bold;
	font-size: 11pt;
	color: #000000;
	text-decoration: none;
}
.logout
{
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-family: Tahoma,Verdana,Arial;
	position:absolute;
    top:50px;
    left:93%;
}
.title
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	position:absolute;
    top:50px;
    left:250px;
}
.subMenuLink
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #ffffff;
}

.subMenuSeparator
{
	font-family: Tahoma,Verdana,Arial;
	font-size: 10pt;
	color: #ffffff;
}
td.menuSeparator
{
	width:8px;
}
fieldset legend
{
	font-weight:bold;
}

.highlight 
{
	background-color: Yellow;
}