html, body, table, tr, td, h1, h2, h3
{
	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: tahoma; 
	font-size: 9pt;
	text-align:justify;
	line-height:1.5;
	color: #404040;
}

div, span
{
	cursor:pointer;
}

font
{
	display:inline;
}

h1
{
	font-size: 11pt;
	color:#ef4339;
	text-decoration: underline;
}

h2
{
	font-size: 10pt;
	color:#ef4339;
	text-decoration: underline;
}

h3
{
	font-size: 9pt;
	color:#ef4339;
}

h4
{
	font-size: 9pt;
	color: #404040;
	text-decoration: underline;
}

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

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

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

input[type="button"],input[type="submit"],input[type="reset"],input[type="checkbox"] {
	font-family: verdana; 
	font-size: 11pt;
	color: #404040;
	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-family: verdana;
	font-size: 9pt;
	color: #404040;
	float:right;
	padding:4px;
	border: solid 1px #dddddd;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

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

.padded td
{
	padding:2px;
}

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

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

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

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

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

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

.gradient
{
	background: #999; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef4339', endColorstr='#000000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ef4339), to(#000000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ef4339,  #000000); /* 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-attachment:fixed;
	background-repeat:repeat-x;
}

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

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

.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: center center;
	background-repeat:no-repeat;
}

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

.smallfont
{
	font-family: verdana; 
	font-size: 8pt;
	line-height:1.5;
	color: #dddddd;
}

.smallfontopp
{
	font-family: verdana; 
	font-size: 7pt;
	line-height:1.9;
	color: #ef4339;
}

.imageborder
{
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1pt;
}

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

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

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

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

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

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

.smalllinkopp a:hover 
{
	font-family: verdana;
	color: #ef4339;
	text-decoration: underline
}

.smalllinkopp a:link 
{
	font-family: verdana; 
	color: #ef4339;
	text-decoration: none
}

.smalllinkopp a:visited
{
	font-family: verdana; 
	color: #ef4339;
	text-decoration: none
}

.menulink a:link 
{
	font-family: verdana; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menulink a:visited
{
	font-family: verdana; 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.menulink a:hover 
{
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
