/* Default system wide settings */
p, ul, ol, blockquote
{
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Standard Text sizes */  

body, p, ol, td, th  
{  
	font-size: 12px;  
}  

/* Application settings */
html { height: 100%; }
img { border: 0; }
p { margin: 0; }

	
a
{
	color: #800000;
	text-decoration: none;
}

a:hover
{
	color: #FF0000;
	text-decoration: underline;
}

body
{
	font-family: Arial, Helvetica, Sans-serif; 
	background: white;
	margin: 0 10px 0 0; 
	padding: 0px;
	height: 100%;
	line-height: 13pt; 
	font-size: 80%;
}

h1
{
	margin: 0px;
	padding: 3px;
	font-size: 16px;
}

h5,
h1.titel
{
	margin: 0px 0px 10px;
	padding: 0px;
	font-size: 14px;
}

h2.subtitel
{
	margin: 2px 0;
	font-style: italic;
	font-size: 1em;
}

hr
{
	clear: both;
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: none;
}

img
{
	border: none;
}	

li
{
	vertical-align: middle;
}

p
{
	padding: 0px;
}

th
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

td
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

ul 
{
	list-style-image: url(_images/ListBullet.gif);
}
		
/* Form Input Styles */

button
{
	background: #CCCCCC;
	border: 1px;
}

form
{
	margin: 0px;
	padding: 0px;
}

input
{

}

select
{
}

.text {
	color					: black;
	background			: transparent;
	margin				: 3 0 1 0;
	padding				: 0;
}

textarea {
	font-family: arial;
}

/* Main Layout Styles */

td#footer
{
	color: #808080;
	font-size: 10px;
	padding: 0px 10px 2px;
}

td#header
{
	text-align: center;
	background: #800000;
}

td.Logo
{
	background-color: #800000;
}

td.menubar
{
	background: #104A84;
	color: white;
	padding: 3px 6px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	white-space: nowrap;
}

td.menubar a
{
	color: white;
}

td#left
{
	font-size: 13px;
	width: 150px;
	padding: 20px 10px 0px 10px;
}

td#right
{
	padding: 20px 10px 50px;
	width: 80%;
}

/* Cover Image Styles */
	
.cover img
{
	float: left;
	padding: 0px;
	margin: 3px 10px 10px 0px;
	border: 1px solid black;
	width: 100px;
}

.coverSmall img  
{  
	float: left;  
	margin: 0px;  
	margin: 3px 10px 10px 0px;  
	border: 1px solid black;  
	width: 50px;
	height: 70px;  
}	

/* Highlight */
.highlight
{
	background: #E7EFEF;
	padding: 10px;
}

.highlight h5
{
	text-align: center;
	border-bottom: 1px solid #999999;
}

.KeywordHighlight
{
	background: #E7EFEF;
}


table#MainTable
{
	width: 780px;
	border: 1px solid #E7EFEF;
}

/* Sidebar Styles */

div.sidebar
{
	width:150px;
}

div.sidebar,
div.sidebar td
{
	background: white;
	border: 1px solid #999999;
	clear: both;
	margin: 0px 0px 15px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10px;
	text-overflow: ellipsis;	
}

div.sidebar h5
{
	background: #104A84;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	margin: 0px;
	padding: 1px 0px 3px;
	text-align: left;
}

div.sidebar a
{
	color: #333333;
}
div.sidebar p	
{
	margin: 3px 3px 3px 3px;
	font-size: 10px;
}

div.sidebar ul
{
	margin: 3px 3px 3px 20px;
	padding: 0px;
}

div.sidebar li
{
	margin-bottom: 1px;
}

/* OrderCard styles */
.Alert  
{  
	color: Red;  
	font-weight: bold;  
}  
	
.center
{
   text-align: center;
}

.moreLink {
   font-weight: bold;
}

.orderCellRight {
	text-align: right;
}

.orderConfirm {
   border: 1px solid red;
   text-align: center;
   padding: 5px;
}

a.IconOrder
{
	background-image: url(_images/Icon.Order.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 10px 0 20px;
	font-size: 13px;
}

a.IconDownload
{
	background-image: url(_images/Icon.Download.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 10px 0 20px;
	font-size: 13px;
}

a.IconLink
{
	background-image: url(_images/Icon.Link.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 10px 0 20px;
	font-size: 13px;
}
.orderDescription {
   padding-left: 5px;
}

.OrderLink {
	color: white;
	font-weight: bold;
	background: #E7EFEF;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;

}	

.OrderLink:hover {
	text-decoration: none;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}	

.orderTable {
   border: 1px solid #C0C0C0;
}

.orderItemLink
{
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

td.MailFormLabel
{
	padding-top: 5px;
}

.SmallDescription
{
	font-size: 11px;
	color: #666666;
	margin-bottom: 3px;
	display:block;
}

/* Popup styles */

#PopupContent
{
	padding: 1em 0.5em;
}

#PopupFooter
{
	background: #E7EFEF;
	font-size: 10px;
	height: 12px;
	padding: 5px;
	text-align: right;
	vertical-align: bottom;
	width: 100%;
}

#PopupHeader
{
	color: white;
	background: #104A84;
	font-weight: bold;
	padding: 0.5em;
}

/* RapportView styles */

#RapportSnelkoppelingBalk  
{  
	background-color: #E7EFEF;  
} 