﻿body 
{
    font-family: Arial, Verdana,sans-serif;
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
}

div.centered 
{
	margin: 0pt auto; 
	text-align:center; 
	/*width:780px;*/
	width: 960px;
}

div.pagelayout 
{
	/*height:690px; */
	/*width:760px; */
	width: 940px;
	text-align:left; 
	background-color: #E9E9E9; 
	padding: 10px 10px 10px 10px;
}

div.pagelayout:after {
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility:hidden;
}

div.heading
{	
	height:30px; 
	/*width:740px; */
	width: 920px;
	background-color: white; 
	padding: 5px 10px 5px 10px;
	/*color:#9F218B;*/
	color: #0BA148;
	font-family:Arial,Verdana,sans-serif;
	font-weight:bold;
	font-size: 24px;	 
}

div.optionlist 
{
	margin-top:10px; 
	/*width:150px;*/
	width: 220px;
	float:left;
	clear:left;
}

div.checkbox
{
	margin-top:10px; 
    width: 650px;
	float:left;
	clear:left;
}

div.menuoption 
{
	/*padding: 2px;
	padding-left:10px;*/
	/*border:1px solid;*/
	margin-bottom: 2px;		
	background-color: white; 
	font-size: 15px;
	line-height: 21px;
}

div.menuoption a 
{
	padding: 3px 2px 2px 10px;	
	/*color:#797979;*/
	display: block;
	color:#404040;
}

div.menuoption a:hover
{
	/*text-decoration: underline;*/
	background:#9F218B none repeat scroll 0%;
	color:white;
}

div.selectedmenuoption 
{
	/*padding: 2px;
	padding-left:10px;*/
	/*border:1px solid;*/
	margin-bottom: 2px; 	
	background-color: white;
	font-size: 15px;
	line-height: 21px;
	font-weight:bolder;
}

div.selectedmenuoption a 
{
	padding: 3px 2px 2px 10px;	
	/*color:#797979;*/
	display: block;
	color:black;
}

div.selectedmenuoption a:hover
{
	/*text-decoration: underline;*/
	background:#9F218B none repeat scroll 0%;
	color:white;
}

a:visited
{	
	text-decoration: none;
	color:blue;
}

a 
{
	text-decoration: none;
}

a:hover 
{	
	text-decoration: underline;
	color:blue;
}

.pagecontent 
{
	/*width:580px;*/
	width: 690px;
	margin-top: 10px;
	padding: 10px;
	float:right; 
	clear:right;
	 /*padding-right:35px;*/
	font-size: 14px;
	background-color: white;
	min-height:500px;
	height:auto !important;
	height:500px;	
}

.pagecontent h1 
{
	font-size: 18px;
	/*color:#9F218B;*/
	/*color:#00456B;*/
	/*color:#7C4199;*/
	/*color:#087B36;*/
	color:#035620;
}

.formlabel
{
	width: 120px;
}

.formtextbox
{
	width: 500px;
}

tr.gridviewheaderstyle
{
	color:White;
	/*background-color:#9F218B;*/
	/*background-color:#00456B;*/
	background-color:#888888;
	height:24px;
	font-weight:bold;
	margin-left:4px;
}

tr.gridviewrowstyle
{
	/*background-color:#FFC*/
	background-color:#FFF;
}

tr.gridviewalternatingrowstyle
{
	/*color:Navy;*/
	background-color:#FFF;
}

.noticeable
{
    font-size: 18px;
    font-weight:bold;
    display: block;
    padding-bottom: 3px;
}

div.bannerbar
{
	height: 32px;
	background: #522F91; 
}

div.banner
{
	float:left; 
	display: inline; 
	background: #522F91; 
	padding: 7px; 
	width: 922px;			/*padding adds 14 to the width!*/
	color: #FFF; 
	text-align: center;
	font-size: 12px;
	line-height: 17px;	
}

div.banner a {color: #FFF; text-decoration: none;}
div.banner a:hover {color: #FFF; text-decoration: underline;}

#cookie-consent
{
	height: 42px;
	background: Grey; 
}

div.cookieoption
{
    float:left; 
	display: inline; 
	background: Grey; 
	padding: 7px; 
	width: 772px;			/*padding adds 14 to the width!*/
	color: #FFF; 
	text-align: center;
	font-size: 12px;
	line-height: 17px;	
}

.vatsubmission td
{
    /*text-align: right;*/
}

.required
{
    color: Red;
    font-weight: bold;
}   

td.formtextbox input, td.vattextbox input  
{
   
   font-family: Arial, Verdana,sans-serif;
   font-size: 14px;
   font-weight: 300;
   height: 16px;
   padding: 4px;
}

.vatbutton
{
    font-size: 15px;
}