h1{
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FF9933;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	line-height:20px;
	margin:25px 25px 25px 0px;
	padding:5px;
	
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	background-color:#FF9933;
	color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	line-height:18px;
	margin:25px 25px 25px 0px;
	padding:3px;
	
}

#logo
{
	background: url(/inc/template/zinster/images/zinster-logo-blauw.png) no-repeat;
	width: 230px;
	height: 104px;
	position: absolute;
	left: 10px;
	top: 29px;
	z-index: 90;
	
}

#contentWrapper {

	background: url(/inc/template/zinster/images/left_bg.png) repeat-y #FFF;

	
}


input[type=text],input[type=submit],input[type=button],input[type=password],input[type=file],select,textarea
{
	border: 1px solid #999999;
	background: #FFFFFF;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 0px 2px 0px 2px;
}
input[type=submit],input[type=button]
{
	padding: 1px 10px 1px 10px;
	cursor:pointer;
	background:url(../../../css/images/ui-bg_glass_100_aeeef0_1x400.png) repeat-x scroll 50% 50% #AEEEF0;
	border:1px solid #78CDD0;
	color:#369497;
	font-weight:bold;
}

input[type=submit]:hover,input[type=button]:hover
{
	color:#78cdd0;
}

fieldset
{
	border: 0px;
	background: #FFF;
}
fieldset fieldset
{
	border: 0px;
	background: #FFF;
}

#content tr:nth-of-type(2n), #invoiceSearchForm tr:nth-of-type(2n){
	background-color:#D1EEEF;
}
.tr_click tr:hover, .tr_hover tr:hover
{
	background: #FF9933;
}


/*       MENU         */

#menuTop ul 
{
	margin: 0px 0px 0px 250px; padding: 0px;
	height: 25px;
	list-style: none;
}
#menuTop li
{
	background: #D1EEEF;
	border-bottom: 1px solid #D1EEEF;
}
#menuTop li.selected
{
	border: 1px solid #555;
	border-bottom: 1px solid #D1EEEF;
	background: #D1EEEF;

}
#menuBottom
{
	position: absolute;
	background: #CCC;
	border-top: 1px solid #78cdd0:
}	
#contentWrapper {
	
	border: 1px solid #78cdd0;
	border-top: 1px solid #78cdd0;
}

fieldset
{
	background:transparent;
	border:none;
}

fieldset fieldset
{
	background: #E9F8F8;
	border: 1px solid #CCCCCC;
}
#tab_home fieldset{
	border:1px solid #78cdd0;
	padding:5px;
	background-color:transparent;
}
#tab_home fieldset fieldset{
	border:none;
}

td fieldset, #invoice_add fieldset, #productForm fieldset{
	border: 1px solid #78cdd0;
}
td fieldset tr:nth-of-type(2n), 
#invoice_add fieldset tr:nth-of-type(2n), 
#clientForm tr:nth-of-type(2n), 
#productForm tr:nth-of-type(2n), 
#tab_information tr:nth-of-type(2n), 
#tab_management fieldset fieldset tr, form table tr:nth-of-type(2n){
	background-color:transparent;
}

.fieldsetLight
{
	background: #E9F8F8;

	border: 1px solid #CCCCCC;
}


/* ======== STATUS VAKJES ========== */

.status0 /*Concept*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #CCC;
	border: 1px solid white;
}
.status1 /*Queue*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #9EC4E2;
	border: 1px solid white;
}
.status2 /*Sent*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	/*background: #9EC4E2;*/
	background: #78CDD0;
	border: 1px solid white;
}
.status3 /*Part*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #CCDB91;	
	border: 1px solid white;
}
.status4 /*Due*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #FFB7B7;
	border: 1px solid white;
}
.status5 /*Paid*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #B9FFA8;
	border: 1px solid white;
}
.status6 /*Credit*/
{
	width: 100px;
	height: 15px;
	line-height: 15px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	text-align: center;
	background: #B9FFA8;
	border: 1px solid white;
}