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: georgia; 
	font-size: 10pt;
	text-align:justify;
	line-height:1.6;
	color: #303030;
}

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

div, span
{
	cursor:auto;
}

h1
{
	font-size: 12pt;
	color:#303030;
}

h2
{
	font-size: 11pt;
	color:#ffffff;
}

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

h4
{
	font-size: 10pt;
	color: #df2222;
	text-decoration: underline;
	line-height:1;
}

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

input
{
	font-size: 9pt;
	color: #303030;
	float:right;
	padding:4px;
	border: solid 1px #dddddd;
    background-color: #eeeeee;
    -moz-border-radius: 7px;
	border-radius: 7px;
}

input:focus, textarea:focus
{
	background-color: #dddddd;	
	box-shadow:0px 0px 5px #cccccc;
	-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: 11pt;
	color: #303030;
	border: 1px solid #cccccc;
	padding:4px;
	margin:2px;
	
	/* button gradient */
	background: #999; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #cccccc); /* for firefox 3.6+ */
}

select
{
	font-size: 9pt;
	color: #303030;
	float:right;
	padding:4px;
	background-color: #eeeeee;
	border: solid 1px #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

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

.padded td
{
	padding:5px;
}

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

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

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

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

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

.shadow
{
	box-shadow:0px 0px 5px #606060;
	-webkit-box-shadow:0px 0px 5px #606060;
	-moz-box-shadow:0px 0px 5px #606060;
}

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

.rowdark
{
	background:#E1E1E1;
}

.rowlight
{
	background:#EFEFEF;
}

.rowhighlight
{
	background:#cccccc;
}

.hiddenPic
{
	display:none;
}

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

.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.png");
	background-position: left top;
	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: center center;
	background-repeat:no-repeat;
}

.menufont
{
	color: #cccccc;
}

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

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

.mainlink a:link 
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.mainlink a:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.mainlink a:hover 
{
	color: #db2222;
	font-weight: bold;
	text-decoration: underline;
}

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

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

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

.menulink a:link 
{
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menulink a:visited
{
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menulink a:hover 
{
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
