/* Common styles */
HTML
{
	scrollbar-darkshadow-color: dimgray;
	scrollbar-face-color: white;
	scrollbar-highlight-color: dimgray;
	scrollbar-shadow-color: transparent;
	scrollbar-track-color: gainsboro;
}

TABLE
{
	font-size: 8pt;
	font-family: Arial;
}

SELECT
{
	font-size: 8pt;
	font-family: Arial;
}

INPUT
{
	font-size: 8pt;
	font-family: Arial;
}


/* header styles */
#header
{
	font-size:8pt;
}

#header .logo
{
	/*border-right: #c0c0c0 3px solid;*/
	padding-right: 5px;
	height: 35px;
	width: 175px;
}
#header .logoMyServices
{
	/*border-right: #c0c0c0 3px solid;*/
	padding-right: 5px;
	height: 25px;
}

#header .date
{
	color: #777777;
}


#header .link A.link:link, A.link:visited, A.link:hover, A.link:link, A.link:visited, A.link:hover
{
	padding-left: 3px;
	font-size: 9pt;
	/*vertical-align: sub;*/
	color: darkred;
	text-decoration: none;
}	

/* Menu */
#menu
{ 
	padding-left: 10px;
	padding-top: 0px;
	/*background-color: #7b776c;*/
	border-top: darkorange 1px solid;
	border-bottom: darkorange 1px solid;
 }


.menu
{
	color: white;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #7b776c;
	border-bottom-style: none;
}

.menuItem
{
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	cursor: default;
	color: #5b5b5b;
	border-bottom: #ffffff 1px solid;
	background-color: gainsboro;
}

.menuItemDisabled
{
	border-right: #ffffff 1px solid;
	padding-right: 10px;
	border-top: #ffffff 1px solid;
	padding-left: 10px;
	font-weight: bold;
	border-left: #ffffff 1px solid;
	cursor: default;
	color: darkgray;
	border-bottom: #ffffff 1px solid;
	background-color: gainsboro;
}

.menuSubItem
{
	background-position: right center;
	background-image: url(/taplast/MyServices/Menus/Arrow.gif);
	background-repeat: no-repeat;
}

.menuItemOver
{
	border-right: white 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	border-top: white 1px solid;
	font-weight: bold;
	border-left: white 1px solid;
	cursor: default;
	color: black;
	border-bottom: white 1px solid;
	background-color: darkorange;
}

.menuItemSelected
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-weight: bold;
	border-left: white 1px solid;
	cursor: default;
	color: black;
	border-bottom: white 1px solid;
	background-color: aliceblue;
	padding-right: 10px;
	padding-left: 10px;
}


FONT.Copyright
{
    FONT-SIZE: 7pt
}

FONT.VersionInformation
{
	font-size: 7pt;
	color: gray;
}

SPAN.Copyright
{
    FONT-SIZE: 7pt
}

SPAN.VersionInformation
{
	font-size: 7pt;
	color: gray;
}

SPAN.BigMessage
{
    FONT-SIZE: 10pt
}

.Error
{
	color: red;
}

TABLE.Error
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	color: red;
	border-bottom: red 1px solid;
	background-color: lemonchiffon;
}

TABLE.Info
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	color: #5b5b5b;
	border-bottom: gainsboro 1px solid;
}

TH.Info
{
	border-right: dimgray 1px solid;
	padding-right: 10px;
	border-top: dimgray 1px solid;
	padding-left: 10px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 5px;
	border-left: dimgray 1px solid;
	color: darkorange;
	padding-top: 5px;
	border-bottom: dimgray 1px solid;
	text-align: left;
}

TD.InfoHeader
{
	font-weight: bold;
}

.Border
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.BorderLeft
{
	border-left: lightgrey 1px solid;
}

.BorderRight
{
	border-right: lightgrey 1px solid;
}

.BorderTop
{
	border-top: lightgrey 1px solid;
}

.BorderBottom
{
	border-bottom: lightgrey 1px solid;
}

.NoBorder
{
	border-right: white 0px solid;
	border-top: white 0px solid;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
}

.CenterText
{
	text-align: center;
}

TABLE.TabControl
{
	border-bottom: navy 1px solid;
}

TD.TabPage
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	background-color: lightsteelblue;
}

TD.SelectedTabPage
{
	border-right: lightblue 1px solid;
	border-top: lightblue 1px solid;
	border-left: lightblue 1px solid;
	background-color: aliceblue;
}

TABLE.ToolTip
{
	background-color: lemonchiffon;
}

A.Error:link, A.Error:visited, A.Error:hover, A.Error:link, A.Error:visited, A.Error:hover
{
	padding-left: 3px;
	font-size: 10pt;
	vertical-align: sub;
	color: red;
	text-decoration: none;
	font-weight: bold;
}	

TD.GoodMorning
{
	color: dimgray;
}

.text
{
	font-family: Arial;
	color: dimgray;
	font-size: 8pt;
}

A.normalLink:link, A.normalLink:visited, A.normalLink:link, A.normalLink:visited
{
	font-weight: bold;
	color: dimgray;
	text-decoration: none;
}

A.normalLink:hover,
A.normalLink:hover
{
	font-weight: bold;
	color: dimgray;
	text-decoration: underline;
}
