/* Begin Menu Style */
.menuitem
{
	position:absolute;
	display:none;
	top:452px;
	z-index:1000;
	cursor:pointer;
}
/* End Menu Style */

html, body, table
{
	padding:0px;
	margin:0px;
	margin-left:auto;	/*this centres the table*/
	margin-right:auto;	/*this centres the table*/
	border-collapse:collapse;
	
	/*main font to be used throughout the site*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	text-align:justify;
	line-height:1.7;
	font-weight:300;
	color: #cccccc;
}

tr, td, h1, h2, h3, h4
{
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

p
{
	margin-bottom:30px;
}

div, span
{
	cursor:auto;
}

label
{
	cursor:pointer;
}

h1
{
	font-size: 13pt;
	color:#4EB149;
	font-weight:normal;
}

h2
{
	font-size: 11pt;
	color:#4EB149;
	font-weight:normal;
}

h3
{
	font-size: 10pt;
	color:#377134;
	font-weight:normal;
}

h4
{
	font-size: 9pt;
	color: #606060;
	text-decoration: underline;
	font-weight:normal;
}

img
{
	border: 0px;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
}

input
{
	font-size: 9pt;
	color: #404040;
	padding:4px;
	margin:4px;
    background-color: #eeeeee;
	border: solid 1px #dddddd;
	text-shadow: 0px 1px 0px #e5e5ee;
	float:right;
	border-radius: 7px;
}

input:focus, textarea:focus
{
	background-color: #dddddd;	
	box-shadow:0px 0px 5px #cccccc;
	border-radius: 5px;
}

.active
{
 	color: #afafaf;
}

input[type="button"],input[type="submit"],input[type="reset"],input[type="checkbox"]
{
	font-size: 8pt;
	color: #404040;
	border: 1px solid #cccccc;
	padding:4px;
	margin:4px;
	cursor:pointer;
	text-shadow: 0px 1px 0px #e5e5ee;
	background: #666 url('images/menu.png') repeat-x 0 -35px;
}

input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="checkbox"]:hover
{
	padding:5px;
	margin:4px;
	border: 0;
	text-shadow: 0 0 0;
	background: #666 url('images/menu.png') repeat-x 0 -60px;
}

select
{
	font-size: 8pt;
	color: #404040;
	padding:2px;
	margin:4px;
	background-color: #eeeeee;
	border: solid 1px #dddddd;
	border-radius: 7px;
}

textarea
{
	font-family: verdana;
	font-size: 9pt;
	color: #404040;
	padding:4px;
	margin:4px;
	background-color: #eeeeee;
	border: solid 1px #dddddd;
	border-radius: 7px;	
}

.padded td
{
	padding:5px;
}

.paddeded td
{
	padding:7px;
}

.rounded
{
	border-radius: 10px;
}

.roundedtop
{
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.roundedbottom
{
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.roundedleft
{
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

.roundedright
{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.roundedtopright
{
	border-top-right-radius: 10px;
}

.roundedbottomleft
{
	border-bottom-left-radius: 10px;
}

.textshadow
{		
	text-shadow: 0px 1px 0px #e5e5ee;
}

.shadow
{
	box-shadow:0px 0px 2px #aaaaaa;
}

.gradient
{
   /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dddddd));
   background: -webkit-linear-gradient(top, #ffffff, #dddddd);
   background: -moz-linear-gradient(top, #ffffff, #dddddd);
   background: -ms-linear-gradient(top, #ffffff, #dddddd);
   background: -o-linear-gradient(top, #ffffff, #dddddd);*/

	/*background: #999; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
	background: -moz-linear-gradient(top, #ffffff, #dddddd);*/
}

.rowdark
{
	background-color:#E1E1E1;
}

.rowlight
{
	background-color:#EFEFEF;
}

.rowhighlight
{
	background-color:#cccccc;
}

.hiddenpic
{
	display:none;
}

.bg
{
	background-image:url("images/bg.jpg");
	background-position: left top;
	background-repeat:repeat;
	background-color:#000000;
}

.heading
{
	background-image: url("images/heading.jpg");
	background-position: top center;
	background-repeat: no-repeat;
}

.back
{
	background-image:url("back.jpg");
	background-position: center center;
	background-repeat:no-repeat;
}

.button
{
	text-align:center;
	background-color:#ce243d;
	padding:5px 20px 5px 20px;
	margin:2px;
	cursor:pointer;
}

.smallfont
{
	font-size: 8pt;
	line-height:1.9;
}

.imageborder
{
	border-style: solid;
	border-width: 1pt;
	border-color: #606060;
}

.mainlink a:link 
{
	color: #4EB149;
	text-decoration: none;
}

.mainlink a:visited
{
	color: #4EB149;
	text-decoration: none;
}

.mainlink a:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

.smalllink a:link 
{
	color: #DDDDDD;
	text-decoration: none
}

.smalllink a:visited
{
	color: #DDDDDD;
	text-decoration: none
}

.smalllink a:hover 
{
	color: #DDDDDD;
	text-decoration: underline
}

.menulink a:link 
{
	font-size: 11pt;
	color: #000000;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.menulink a:visited
{
	font-size: 11pt;
	color: #000000;
	letter-spacing: -0.03em;
	text-decoration: none;
}

.menulink a:hover 
{
	font-size: 11pt;
	color: #ffffff;
	letter-spacing: -0.03em;
	text-decoration: none;
}
