/* - - - - - - - - - - - - - - - - - - - - -

Title : St Marys Rugby League Club
URL : http://www.stmarysleagues.com.au

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */


/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

body {
	font: normal 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #545454;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF; }

.cLear {
	clear: both;
	font-size: 0px;
	height: 0px;
	line-height: 0px; }


h1 {
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	color: #00573d;
	text-transform: none;
	margin: 0 0 25px 0;
	}
	
h2 {
	font: 13px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	padding: 5px 0;
	text-transform: uppercase;
	}

h3 {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #334e73;
	padding: 0;
	}



hr {
	border: none;
	border-top: 1px solid #b4e7e9;
	color: #FFFFFF;
	height: 1px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

a, a b, a strong { 
	text-decoration: underline;
	color: #02bbc2;
	}
	
a:hover, a:hover b, a:hover strong{
	text-decoration: none;
	}


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#container {
	width: 100%;
	margin: auto;
	background: #ffffff;
	text-align: center;
	padding: 0px; }


	#header { display: none; }
					
		#nav_wrapper { display: none; }
			
		
		#contentBar {
			padding: 5px;
			background: none;
			text-align: left; }

			#contentsMain { width: auto; }

			#sideBar { display: none; }


			#galleryTD { text-align: left; }

		#footerBar { display: none; }


#stats { display: none; }
	


	
#holder { display: none; }

.panel { display: none; }


.gallerycell {
	background-color: #f1f1f1;
	border:1px solid #e5e5e5;
	padding: 8px 5px 5px 5px;
	line-height: normal;
	vertical-align: top;
	}

.gallerycell p {
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0 0 3px 0;
	font-size: 11px;	
	}

.galleryimages {
	border: 1px solid #cccccc;
	}

.gallerycell2 {
	font-size: 11px;
	padding :5px;
	}
	
	
/*
----------------------------------------------------------------------------- 
FORMS
-----------------------------------------------------------------------------*/

form {
  	margin: 0;
	padding: 0;
	}

.feedback_table {
	border: 1px solid #F2F2F2;
	background-color: #F8F8F8;
	}
	
.feedback_table td {
	padding: 7px;
	height:auto;
	}
	
.feedback_table p {
	margin-bottom: 8px;
	}
		
input, .feedback_input, .feedback_input2, .searchInput { 
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #545454;	
	text-decoration: none;
	border: 1px solid #999999;
	padding: 2px;
	}
 
select { 
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	color: #545454;	
	text-decoration: none;
	border: 1px solid #999999;
 	}
 
checkbox {
	border: none;
	}

.feedback_button, .searchButton{ 
	font: 12px/18px Arial, Verdana, Helvetica, sans-serif;
	padding: 2px;
	text-decoration: none;
	border: 1px solid #334e73;
	background-color: #334e73;
	color: #FFFFFF;
	font-weight: bold;
	}

label.error {
	margin-left: 15px;
	color:#FF0000;
	}

	
/*
----------------------------------------------------------------------------- 
CONTENT STYLES
-----------------------------------------------------------------------------*/


a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=75);   
	-moz-opacity: 0.75;   
	opacity: 0.75;
	}

.right {
	float: right;
	margin: 0 0 15px 20px;
	}
	
.left {
	float: left;
	margin: 0 20px 15px 0;
	}
