body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0;
	padding:10;
	color: #666666;
}

form {
	padding:0;
	margin:0;
}

select {
	font-family: Verdana;
	font-size:11px;
}

/**
 * Standard HTML Objects... ( h1, h2, p, ... )
 */
h1 {
	/*font-family: Century Gothic;*/
	font-size: 22px;
	font-weight: normal;
	color: #285F92;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #285F92;
}

p {
	font-size:11px;
}

/**
 * Orders/Vendors related
 */
.partner {
	width:91px;
}
div.partner
{
	font-size:9px;
	text-align:center;
	padding-bottom:5px;
	/*text-transform:capitalize;*/
	text-transform:uppercase;
	color:#666;
	font-weight:bold;
}
#VendorImage {
	padding:8px;
	margin:8px;
	margin-left:0;
	border:1px gray solid;
	float:left;
	background:white;
}

#MIMSIntImage
{
	margin-top:25px;
	margin-left:10;
	display:table;
}
#MIMSIntImage img
{
	width:130px;
}

ul.MIMSBullet
{

	font-size:11px;
}

ul.MIMSBullet li
{
	list-style-image: url('images/mimsIntegrated-bullet.gif');
	margin-bottom: 5px;
	list-style-position:inside;
}

/**
 * some extra ...
 */
table.orange-table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #285F92;
	width:100%;
	color: #FFFFFF;
}

table.orange-table td
{
	text-align:center;
	background-color: #FFFFFF;
	color: #285F92;
}

div.gray-border
{
	width:100%;
	border:1px solid #AAAAAA;
	padding:10px;
	margin-bottom:15px;
}
div.gray-border table
{
	width:100%;
}

div.gray-border table td
{

	font-size:11px;
	color:black;
	padding:10px 0;
	padding-bottom:0;
	vertical-align:bottom;
}

div.gray-border table td input
{
	width:100%;
	border:1px solid #333333;
	color:#111111;
	margin-top:2px;
	padding:2px;
	vertical-align:bottom;
	height:20px;
}

div.gray-border table td select
{
	width:100%;
	height:19px;
	margin-top:1px;
}

.note
{
	color:#666;
	font-style:italic;

}

div.popupTools, div.popupTools a
{
	color:#285F92;
	letter-spacing:1px;
	text-transform:uppercase;
}

div.popupTools a:hover
{
	color:#666666;
}

/**
 * Error Page...
 */
#ErrorHandler
{
	border: 1px solid #800;
	color: #800;
	padding: 15px;
	margin: 15px;
	display: table;
}

#ErrorHandler #lblErrorSource
{
	color:#C33;
}

.error
{

	font-size:11px;
	color:#C33;
}

