﻿body
{
	margin: 0px;
	background-color: #006699;
	font-family: Verdana;
	font-size: 8pt;
}

a
{
	color: White;
	text-decoration: underline;
}

.OuterLink
{
	color: #ffffff;
	text-decoration: underline;
}

input {  
     font-size: 1em;  
     padding: 4px;  
     border: 2px solid #888888;  
     background-color: #eeeeee;  
}  

input:focus {  
     border-color: #000000;  
     background-color: #fffe9d;
	 outline: none;  
}  
   
.MenuTop
{
	background-color: #003366;
	/*border-top: 1px solid #aaaaaa;*/
	/*border-bottom: 1px solid #aaaaaa;*/
}

.MenuMiddle
{
	background-color: #0099cc;
	border-bottom: 1px solid #555555;
}

.TableHeader1
{
	background-color: #006699;
	color: White;
	padding: 7px;
	padding-top: 1px;
	border-bottom: 1px solid #eeeeee;
}

.TableColumn1
{
	background-color: #006699;
	color: White;
	padding: 7px;
}

.TableContent1
{
	/*background-color: #424242;*/
	padding: 5px;
	padding-bottom: 1px;
}

.TableHeader2
{
	background-color: #003366;
	color: White;
	padding: 7px;
	padding-top: 1px;
	border-bottom: 1px solid #aaaaaa;
}

.TableColumn2
{
	background-color: #003366;
	color: White;
	padding: 7px;
}

.TableCell1
{
	color: Black;
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.TableCell1Last
{
	color: Black;
	padding: 5px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.TableColumn2
{
	background-color: #003366;
	color: White;
	padding: 7px;
}

.TableContent2
{
	/*background-color: #424242;*/
	padding: 8px;
	padding-bottom: 1px;
}

.MenuItem
{
	width: 110px;
	text-align: center;
	color: White;
	background-color: #003366;
	border-bottom: 1px solid #aaaaaa;
	/*border-right: 1px solid #aaaaaa;*/
}

.MenuItem:hover
{
	background-color: #99ffcc;
}

.MenuItemSelected
{
	width: 110px;
	text-align: center;
	/*color: White;*/
	background-color: #006699;
	border: 1px solid #aaaaaa;
	border-bottom: 0px;
	/*border-right: 1px solid #aaaaaa;*/
}

.MenuImportantItem
{
	width: 110px;
	text-align: center;
	color: White;
	background-color: #880000;
	border-right: 1px solid #aaaaaa;
}

.MenuImportantItem:hover
{
	background-color: #bb0000;
}

.MenuImportantItemSelected
{
	width: 110px;
	text-align: center;
	color: White;
	background-color: #bb0000;
	border-right: 1px solid #aaaaaa;
}


.MenuItemLink
{
	display: block;
	padding: 10px;
	outline: none;
	text-decoration: none;
}

.MenuItemLink:hover
{
	color: Black;
}

.ContextMenuItem
{
	width: 100px;
	text-align: center;
	color: White;
	background-color: #006699;
	border-bottom: 1px solid #aaaaaa;
}

.ContextMenuItem:hover
{
	background-color: #99ffcc;
}

.ContextMenuItemSelected
{
	width: 100px;
	text-align: center;
	color: White;
	background-color: #003366;
	border-bottom: 1px solid #aaaaaa;
}

.LastContextMenuItem
{
	width: 100px;
	text-align: center;
	color: White;
	background-color: #006699;
}

.LastContextMenuItem:hover
{
	background-color: #99ffcc;
}

.LastContextMenuItemSelected
{
	width: 100px;
	text-align: center;
	color: White;
	background-color: #003366;
}

.PaddingLeft
{
	padding: 5px;
	text-align: left;
}

.PaddingRight
{
	padding: 5px;
	text-align: right;
}

.PortalItem
{
	height: 30px;
	background-color: #fafafa;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #aaaaaa;
	/*border-right: 1px solid #aaaaaa;*/
	cursor: pointer; 
}

.PortalItem:hover
{
	background-color: #dddddd;
}

.PortalItemSelected
{
	background-color: #cccccc;
	height: 30px;
	padding: 15px;
	text-align: center;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
}

.PortalItemLink
{
	display: block;
	padding: 10px;
	outline: none;
	text-decoration: none;
	color: Black;
}

.LinkDark
{
	color: #006699;
	text-decoration: underline;
}

.SelectedTab
{
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center;
	background-color: #006699;
	color: White;
	padding: 7px;
}

.Tab
{
	width: 100px;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	text-align: center;
	background-color: #dddddd;
	color: black;
	padding: 7px;
}

.SelectedButton
{
	background-color: #0099cc;
	color: White;
}