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

html, body, table
{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left: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: 11pt;
	text-align:justify;
	line-height:1.7;
	font-weight:300;
	color: #303030;
}

tr, td, h1, h2, h3, h4, p
{
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	border-collapse:collapse;
}

div, span
{
	cursor:auto;
}

label
{
	cursor:pointer;
}

h1
{
	font-size: 13pt;
	color:#771e18;
	font-weight:normal;
}

h2
{
	font-size: 11pt;
	color:#771e18;
	font-weight:normal;
	line-height:1;
}

h3
{
	font-size: 11pt;
	color:#d7d7d7;
	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:8px;
	margin:2px;
    background-color: #ffffff;
	border: solid 1px #dddddd;
	text-shadow: 0px 1px 0px #e5e5ee;

	border-radius: 7px;	
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

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

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

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

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

textarea
{
	font-family: verdana;
	font-size: 9pt;
	color: #404040;
	padding:8px;
	margin:2px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	border-radius: 7px;	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

.padded td
{
	padding:5px;
}

.paddeded td
{
	padding:10px;
}

.rounded
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.roundedtop
{
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px;
}

.roundedbottom
{
	-webkit-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomright: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	
	border-bottom-left-radius: 10px; 
	border-bottom-right-radius: 10px;
}

.roundedleft
{
	-webkit-border-radius-topleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	border-top-left-radius: 10px; 
	border-bottom-left-radius: 10px;
}

.roundedright
{
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-bottomright: 10px;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.roundedtopleft
{
	-webkit-border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.roundedbottomleft
{
	-webkit-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

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

.shadow
{
	box-shadow:0px 0px 13px #202020;
	-webkit-box-shadow:0px 0px 13px #202020;;
	-moz-box-shadow:0px 0px 13px #202020;;
}

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

.rowdark
{
	background:#E1E1E1;
}

.rowlight
{
	background:#EFEFEF;
}

.rowhighlight
{
	background:#cccccc;
}

.hiddenpic
{
	display:none;
}

.bg
{
	background-image:url("bg.jpg");
	background-position: center top;
	background-repeat:repeat-x;
	background-color:#ffffff;
	background-attachment:fixed;
}

.bgtop
{
	background-image:url("bgTop.jpg");
	background-repeat:repeat-x;
}

.bgbot
{
	background-image:url("bgBot.jpg");
	background-position: bottom;
	background-repeat:repeat-x;
}

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

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

.back
{
	background-image:url("back.jpg");
	background-position: left top;
	background-repeat:repeat-y;
}

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

.menufont
{
	color: #d7d7d7;
}

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

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

.mainlink a:link 
{
	color: #771e18;
	text-decoration: none;
}

.mainlink a:visited
{
	color: #771e18;
	text-decoration: none;
}

.mainlink a:hover 
{
	color: #771e18;
	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: 10pt;
	color: #ffffff;
	letter-spacing: -0.03em;
	text-decoration: none;
}

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

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