﻿body 
{	
	background: #fff url(../images/background.png) repeat-x;	
	margin: 0px 0px 0px 0px;
	padding: 0 20px;
	font-family: Arial;
	font-size: 12px;	
}

div.Header
{
	background-color: White;	
	border: solid 0px #c5c2b8;	
	padding: 5px 5px 5px 5px;
	vertical-align: middle;		
	margin-bottom: 10px;	
	text-align: center;	
}

div.Left
{
	float: left;
	margin-right: 10px;	
}

div.Content
{
	background-color: White;	
	padding: 5px 5px 5px 5px;		
}

div.MenuHeader
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: bold;
	border-bottom: solid 1px black;
	width: 150px;
}

.Menu, div.ContentBorder
{
	background-color: White;
}

.Menu
{	
	margin-bottom: 10px;	
	width: 150px;	
	background-color: White;	
}

div.ContentCaption
{		
	background-color: #999;	
	background-image: url(../images/catalog_boxTitle.png);
	border: solid 1px #ddd;	
	padding: 5px 5px 5px 5px;		
	color: #666;
	font-family: Sans-Serif;
	font-size: medium;
	font-weight: bold;	
}

div.MenuCaption
{		
	background-color: #999;	
	background-image: url(../images/catalog_boxTitle.png);
	border: solid 1px #ddd;	
	padding: 5px 5px 5px 5px;		
	color: #666;
	font-family: Sans-Serif;
	font-size: 12px;
	font-weight: bold;		
	width: 100%;
}

div.MenuContent
{
	background-color: white;		
	padding: 5px 5px 5px 5px;		
	color: Black;
	font-family: Sans-Serif;
	font-size: 12px;	
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFFFFF,endColorStr=#efefef);
}

a
{
	color: Black;
}

a:hover
{
	font-weight: bold;
}

.sendername
{
	font-family: Verdana;
	font-size: 20px;
	font-style: italic;
	color: Black;	
}

.senderlogo
{	
	border: solid 1px #c5c2b8;	
}

.subtitle
{
	margin-top: 10px;
	font-weight: bold;
	border-bottom: solid 1px black;
}

.error
{
	color: Red;
}

.menuitem
{
	height: 20px;
}

.HiddenColumn
{
	display: none;
}

.button
{
	color:#284775;
	background-color:#FFFBFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size:0.8em;
}

div.ResultSet
{
	margin-bottom: 10px;
}

.ResultSetTitle
{
	font-weight: bold;
	font-size: 14px;
}

.ResultSetSubtitle
{
	font-weight: normal;
	font-size: 12px;	
}

div.ResultSetTitle
{
	margin-bottom: 5px;
}

.LoginBox
{
	margin-top: 100px;
}

.LoginBox table
{
	background: #fff;
}

.LoginBox label
{
	font-size: small;
}

.LoginButton
{
	border: 1px solid #ccc;
	color: #000;
	background-color: #eee;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	padding: 2px 6px;
}

.HeaderImage
{
	background-image: url(../images/catalog_boxTitle.png);
}

.Pager
{
	background-image: url(../images/catalog_boxTitle.png);
	font-weight: bold;
	font-size: small;
	color: #666666;
}

.RowHover:hover
{
	background-color: #B2C0C0 !important; cursor: pointer;
}