﻿body 
{
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 12px;
    width: 100%;
}

.pageheader
{
	background-color: #00539B;
}
.pageheaderleft
{
	border-style: solid none solid solid;
	border-width: thin;
	border-color: #000000;
}
.pageheaderright
{
	border-style: solid solid solid none;
	border-width: thin;
	border-color: #000000;
}
.pageheaderlabel
{
	border: thin solid #000000;
	background-color: #00539B;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
}

.menu
{
	font-weight: bold;
	color: #FFFFFF;
}
.menubutton
{
	background-image: url('./Images/button_middle.gif');
	background-repeat: repeat-x;
	background-position: center top;
	font-weight: bold;
}
.menulink
{
	background-color: Transparent;
	color: Black;
}

.loggedinmsg
{
	color: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
}

.header_msg
{
	background-color: #00539B;
}
.pagecontent
{
	background-color: #FFFFFF;
}

.link
{
	color: #707070;
}

.Info
{
	font-size: 10px;
	font-family: Tahoma;
	border: solid 1px #00539B;
	text-align: left;
}

.Info .Header
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #00539B;
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
}

.Info .HeaderCollapse
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #00539B;
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
	cursor: pointer;
}

.Info .Toolbox
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #00539B;
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
}

.Info .Toolbox .HeaderLink
{
	text-decoration:none;
	color: #FFFFFF;
}

.Info .Detail
{
	font-size: 10px;
	font-family: Tahoma;
	font-weight: bold;
	color: #707070;
	width: 65%;
}
.Info .SearchBox
{
	background-color:#E5E3E4;
	font-family: Tahoma;
	font-size: 10px;
	border: 1px solid #00539B;
}
.Info .SearchLink
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	padding-right:2px; 
	color:#00539B;
}

.Workspace
{
	padding-bottom: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.Announcements
{
	font-size: small;
}

.OrderFormSection
{
	padding: 3px;
	margin: 3px;
	vertical-align: top;
	text-align: left;
}

.Orders
{
	font-size: 12px;
	font-family: Tahoma;
	border: solid 1px #00539B;
	text-align: left;
}

.Orders A
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:none;
	color: #00539B;
}

.Orders .Header
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #00539B;
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
}

.Orders .Actions
{
	text-align: center;
	border: 1px solid #00539B;
	padding: 3px;
	margin: 3px;
}

.Orders .Actions .ActionLinks
{
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration:none;
	color: #00539B;
}

.Orders .HeaderCollapse
{
	font-size: 14px;
	font-family: Tahoma;
	font-weight: bold;
	border: thin solid #000000;
	background-color: #00539B;
	text-decoration:none;
	color: #FFFFFF;
	width: 100%;
	cursor: pointer;
}

.Orders .Values
{
	border: solid 1px #00539B;
	text-align: right;
	font-weight: bold;
	font-family: Tahoma;
	width: 150px;
}

.ResultOK
{
	font-size: 12px;
	color: Green;
	font-weight: bold;
}

.ResultERR
{
	font-size: 12px;
	color: Red;
	font-weight: bold;
}