/*----------------------------------------------------------------------------
Template Style Sheet

Name: 						JJ Beautiful Day
Modified for Joomla by:     JoomlaJunkie.com
Date: 						2007-02-07
Description: 				A soft and bright two-column template.
Author: 					Viktor Persson
URL: 						http://templates.arcsin.se

Stylesheet Index:
	$1 - Standard Elements
	$2 - Structural Stylings
	$3 - Header
	$4 - Title
	$5 - Main
	$6 - Content

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

/* FF Table */

.tabledrills{
	text-align:left
}





/* @import url("customise.css"); */

/* $1 - Standard Elements
----------------------------------------------------------------------------*/
html {min-height: 100%;}

p,code,ul {padding-bottom: 0em;}

/* $2 - Structural Stylings
----------------------------------------------------------------------------*/
.container {
	background: #FFFFFF;
	font-size: 1.2em;
	margin: 0px auto;
	padding: 0px 0px 0px;
	width: 780px;
	border: 1px solid #000000;
}

/* $3 - Header
----------------------------------------------------------------------------*/
.top {
	background: url(../images/) repeat-x;
	padding: 0px 0px 0;
}

/* $4 - Title
----------------------------------------------------------------------------*/
.header {
	background: #FFFFFF;
	font-size: 1.0em;
	height: 145px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 780px;
	border: 1px solid #000000;
}
.header .left, .header .right {
	background: #000000;
	color: #000000;
	height: 145px;	
}
.header .left {
	background: #ffffff url(../images/header.png) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 145px;
	text-align: left;	
	width: 780px;
}
.header .right {
	overflow: auto;
	width: 0px;
	align: left;
}

.header .right .moduletable{
        padding: 0px 0px 0px;
		border: 1px solid #666666;
		align: left;
}

/* $5 - Main
----------------------------------------------------------------------------*/
.main {
	border: 0px solid #333333;
	background: url(../images/bgmain.gif) repeat-y;
	
}



/* $6 - Content
----------------------------------------------------------------------------*/
.content {
	float: left;
	margin: 0px 5px;
	padding: 10px;
	width: 580px;
	border-right:1px solid #999999;
}



/*----------------------------------------------------------------------------
Customise Style Sheet

Name: 						Volleyball Locker Room
Modified for Joomla by:     Neomedia.com.au
Date: 						2007-05-01
Description: 				Welcome!
Author: 					Holly go lighly!...
URL: 						http://www.neomedia.com.au

Stylesheet Index:
	$1 - Global Resets
	$2 - Typography
	$3 - Lists Styling
	$4 - Horizontal Rules
	$5 - Quotations
	$6 - Sitewide Links
	$7 - Joomla Specific
	$7a - Joomla Content Styles
	$8 - Forms Styling
	$9 - Modules

NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $10 for Modules
----------------------------------------------------------------------------*/

/* $1 - Global Resets eliminates cross browser inconsistancies
          -----ONLY EDIT IF YOU KNOW WHAT YOU ARE DOING-----
----------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0em 0;
}
.navigation ul {
   	margin: 0;
}
fieldset {
	padding:0em;
}
img {
	border:0;
}p
a img {
	border:0;
}

/* This helps fix the relative font sizing problem with tables in internet explorer */
table {
	font-size:1em;
}
.hidden {
	display:none;
}

.clearer {clear: both;}
.left {float: left;}
.right {float: right;}
/*end global resets*/

/* $2 - Typography
----------------------------------------------------------------------------*/
body {
	background: url(../images/bg.jpg); repeat;
	color: #000000;
	font: normal 62.5% Verdana;
} 
body.contentpane {
	width: auto; /* Printable Page */
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font: normal 80% Verdana;
    text-align:left;
	line-height: 140%;
}
body.contentpane ul{
	margin-left:0px;
}

/*These control the general, asthetic, typographical/text
elements of the css*/
h1 {
	font: bold 1.2em Verdana;
	font-size:18px;
	margin: 0px;
	color: #000000;
	padding:0px 0;

}
h2 {
	font: bold 1.2em Verdana;
	font-size:14px;
	color:#333333;
    padding-top: 6px;
	padding-bottom:6px;
}
h3 {
	font: bold 1.8em Verdana;
	font-size:12px;
	color:#333333;
    padding: 3px;
}
h4 {
	font: bold 1.8em Verdana;
	font-size:10px;
	color:#333333;
}
h5 {
	font: bold 1.8em Verdana;
	font-size:8px;
	color:#333333;
}
h6 {
	font: bold 1.8em Verdana;
	font-size:10px;
	color:#666666;
}

/* $3 - Lists Styling
----------------------------------------------------------------------------*/
li {list-style: none;
}
	
/* $4 - Horizonal Rules
----------------------------------------------------------------------------*/
hr {
/*many components use this as a seperator line */
	border:0px solid #000000;
	background:#000000;
	height:1px;
	margin:10px 0;
}

/* $5 - Quotations
----------------------------------------------------------------------------*/
blockquote {
	font: bold 1.2em Verdana;
	background: url(../images/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 8px;
}
pre {
	background: #FFFFF;
	border: 1px solid #000000;
	border-left: 6px solid #000000;
	padding:5px;
	margin-bottom:5px;
	color: #000000;
	white-space:normal;
	font: normal 1.0em Verdana;
	padding: 8px 8px;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
}

/* $7 - Sitewide Links
----------------------------------------------------------------------------*/
a {color: #000099;}
a:hover {color: #000099;}

/* $8 - Joomla Specific
----------------------------------------------------------------------------*/
.pagenav,
.pagenav_prev,
.pagenav_next {
	padding:0 4px;
}
a.pagenav,.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	text-decoration:none;
}
a.pagenav:hover,
a.pagenav:active,
a.pagenav:focus,
.pagenav_prev a:hover,
.pagenav_prev a:active,
.pagenav_prev a:focus,
.pagenav_next a:hover,
.pagenav_next a:active,
.pagenav_next a:focus,
.pagenavbar a:hover,
.pagenavbar a:active,
.pagenavbar a:focus {
	text-decoration:none;
	color:#000099;
}
.back_button {
	margin:5px 0 15px;
}
.back_button a {
	color:#000000;
}
.small {
/* a symantic style to allow you to add text with this class, that
is used for small text, like date/written by etc */
	font:11px Verdana;
	color:#333333;
}
td.createdate {
/* styling the date the content was created on*/
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
	}
.modifydate {
/*Styles the "Last updated on" text
at the end of articles/contents */
	color: #664;
	font-size: 1.0em;
	margin-bottom: 6px;
}
.readon {
	display:block;
	text-align:left;
	width:125px;
	text-indent:8px;
	float:left;
	color:#000000;
	font: bold 1.2em Verdana;
}
a.readon:link,a.readon:visited,a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:none;
	font-size:100%;
	text-indent:15px;
	color:#000099;
}
a.readon:hover {
/* formatting the "Read on..." link on blog layout pages */
	text-decoration:underline;
}

/* $8a - Joomla Content Styles
----------------------------------------------------------------------------*/
/*These are all the styles for content, this is used for joomla content 
output in the main content area*/
table.contentpaneopen li {
	list-style: url(../images/li.gif);
	margin-left: 0px;
}
table.contentpaneopen, table.contentpane {
	padding:0px;
	margin:0px;
	width:100%;
}
.moduletable table.contentpaneopen td {
	background:none;
	margin-top:0;
	background:none;
	border:none;
	padding:0;
}

.header .moduletable table.contentpaneopen td {
	font: normal 100% Verdana;
}
td.contentheading {
/* Used as the Title of the content, article, etc. being displayed,
it is also used for Section's heading*/
	padding:0px 0;
	font: bold 1.2em Verdana;
	margin-bottom: 1px;
}
table.contentpaneopen {
	font-family: "Verdana",Verdana;
}
td.buttonheading{
	padding:0;
	width:1%;
}
.contentpagetitle {
/*Title of articles*/
	font-size:90%;
	font-weight:700;
	color:#ffffff;
	text-align:left;
}
.componentheading {
/* Used to format a components heading or title */
	font-size:150%;
	font-weight:700;
	color:#000000;
	margin:0cm 0cm 0cm;
	font-weight:700;
	border-bottom: 0px solid #000000;
}
table.contenttoc {
	margin:0px;
	padding:0;
	float:left;
}
.buttonheading img {
	padding:8px;
}
.sectiontableheader,tr.sectiontableentry1 td,tr.sectiontableentry2 td {
	text-indent:1px;
	padding:1px;
}
.sectiontableheader {
	color:white;
	font-weight:700;
	padding:1px;
	background-color: #000000;
	background-repeat: repeat;
}
.sectiontableentry1 {
	background-color: #ffffff;
}
.sectiontableentry2 {
	background-color: #ffffff;
}
/*Polls */
.poll {
/* polls texts */
	line-height:15px;
	border: 0px solid #000000;
	font: normal 1.0em Verdana;
	font-align: left;
}
/*this helps make the poll
look better as it removes the
section and table entry lines*/
.poll .sectiontableentry1,.poll .sectiontableentry2 {
	background: #ffffff;
	border:0px solid #999999;
	float: left;
}
.pollstableborder {
/* set the border properties of the polls voting table */
	border:0px solid #999999;
	border-bottom: 0px solid #000000;
}
.poll td {
/* set the table data properties of the polls voting table */
	font-weight:400;
	border-bottom: 0px solid #000000;
	font-align: left;
}
/* Search Results */
table.contentpaneopen fieldset{
	border:0px solid #000000;
	padding:5px;
	background:#ffffff;
	margin:0;
	text-align:left
}
table.contentpaneopen fieldset a{
	font-size:1.0em;
	border-bottom: 0px solid #000000;
}
table.contentpaneopen fieldset span.small{
	color:#99999;
}
table.contentpaneopen fieldset span.highlight{
	background:#ffffff;
	border-bottom:1px dotted #EFEFEF;
	color:#333333;
	padding:0 1px;
}

/* $9 - Forms Styling
----------------------------------------------------------------------------
These styles control the appearance of forms */
.inputbox {
/* the look of input boxes in forms */
	background: #ffffff url('vblr-joomla_copy(1');
	border:1px solid #999999;
	padding:1px;
    margin: 5px 0px;
    width: 70%
}
.button {
/* button style for Joomla component, form and module buttons
specifically in the  sidebar*/
	text-align:left;
	padding:0px;
	background: #ffffff url(../images/button.gif);
	color:#000000;
	border:2px solid #999999;
	cursor:pointer;
    margin: 5px 0px;
	align:left
}
select.inputbox {
	background:#fffff !important;
	border: 0px solid #666666;
}
textarea {
/* the look of the large text area on forms */
	font-size:100%;
	background: white;
	border:1px solid #333333;
	padding:1px 1px;
	margin:0;
	overflow: auto;
}

/* $10 - Modules
----------------------------------------------------------------------------*/
.header .moduletable h3 {font: normal 1.2em Verdana;
color: white;}

/* navigation */
.navigation {	
	background: #ffffff url(../images/nav.gif);
	border: 0px solid #333333;
	border-color: #ffffff;
	height: 41px;
}
.navigation ul{
	overflow: hidden;
}
.navigation li {
	border-right: 0px solid #666666;
	float:left;
}
.navigation li a{
	background: #ffffff url(../images/nav.gif);
	color: #000000;
	display: block;
	font: bold 1.0em Verdana;
	line-height: 41px;
	padding: 0 12px;
	text-decoration: none;	
}
.navigation a:hover {
	background-position: left bottom; 
	color: #000000;
}


/* sub navigation */
.sidenav {
	float: left;
	width: 160px;
	background: url('vblr-joomla_copy(1') repeat-x;
}
.sidenav h3 {
	color: #000000;
	font-size: 1.0em;
	line-height: 15px;
	margin: 0;
	padding-top: 20px;
	background: url(../images/seperator.png) repeat-x;
}
.sidenav ul {
	padding: 0;
	border-bottom: 1px solid #000000;
}
.sidenav li {border: 0px solid #999999;}
.sidenav li a {
	font-size: 1.0em;
	color: #000000;
	display: block;
	padding: 1px 0 0px 5%;
	text-decoration: none;
	width: 70%;
}
.sidenav li a:hover {
	background: #ffffff;
	color: #333333;	
}

/* footer */
.footer {
	background: url(../images/bgfooter.gif) repeat-x;
	color: #333333;
	font: bold 1.0em Verdana;
	line-height: 39px;
	text-align: center;
	border-top: 1px solid #999999;
}
.footer a,.footer a:hover {color: #333333;}
