body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff5600;
    border-left: 0px;
    border-right: 0px;
    vertical-align: middle;
    padding-top: 10px;
    background-color:silver;

    
	scrollbar-face-color: #ffffff; 
    scrollbar-arrow-color:#404040;
    scrollbar-track-color: #e8e2e2; 
    scrollbar-shadow-color: #e8e2e2; 
    scrollbar-highlight-color:#ffffff;
    scrollbar-3dlight-color: #c0c0c0; 
    scrollbar-darkshadow-color: #404040; 
}


.TableMain
{
    border: solid 2px black;
    width: 780px;
    background-color:#ffffff;
    /*height:auto;*/
}

.TableHeader
{
    background-image:url('media/Header.jpg');
    height: 150px;
    width: 100%;
    text-align: center;
}

.TableMenu
{
    background-image:url('media/Balk.jpg');
    height: 30px;
    width: 100%;
    text-align: left;
    padding-left:10px;
    padding-top:5px;
    
}

.TableContent
{
    
}

.TableBottom
{
    background-image:url('media/Balk.jpg');
    height: 30px;
    width: 100%;
    
}


.CellTip
{
    background-image:url('media/Tip.jpg');
    background-position:left bottom;
    background-repeat:no-repeat;
    height: 253px;
    width: 203;

}
TD
{
    vertical-align: top;
}



.Normal
{
    font-size: 11px;
    color: #0a4d9d;
}
.CommandButton, A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
    color: #ff5600;
    text-decoration: none;
}
A.CommandButton:hover
{
    color: #ff5600;
    text-decoration: none;
}
TH, TD, DIV
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff5600;
}
A, A:link, A:visited, A:active
{
    color: #ff5600;
    text-decoration: none;
}
A:hover
{
    color: #ff5600;
    text-decoration: none;
    background-color:silver;
}

/* Main Menu */
.rootmenuitem
{
}
.rootmenuitemselected
{
    
}
.rootmenuitembreadcrumb
{
}
.submenu
{
    border:2px solid #ff7f00;
    background-color:#037eb7;
    width:180px;
}
.submenuitemselected
{
}
.submenuitembreadcrumb

.MainMenu_MenuContainer {
	height: 5px;
	width: 180px;
	padding-right:10px;
	padding: 1px;
}


.MainMenu_MenuItem {
	 
	cursor: hand; 
	color: #ffffff; 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bolder; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
	padding-right: 5px;
	width: 180px;
	padding-bottom: 3px;
	/*background-color: #0952a1;*/
		
	
}

.MainMenu_MenuIcon {
	display: none;
	
}

/*In Use*/
.MainMenu_MenuItemSel
{
	font-size: 11px;
	font-weight: bolder;
	cursor: hand;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #ff7f00;
	padding-right: 5px;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px
	
}

.rootmenuitembreadcrumb{

 background-color: #027fb5;
 color: #000000;
 
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	color: #000000; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
	display: inline;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 12pt; 
	cursor: pointer; 
	cursor: hand;
	color:#9999CC;
	display: none;
}
