/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/
/*================================================================
GoalTrak Classes
==================================================================*/
.logotext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style:italic;
	color:#6a8bc6;	
}
.noshow {
	display:none;
}
.redtext {
	font-weight:bold;
	color:#FF0000;
}
.blacktext {
	/*font-weight:bold;*/
	color:#000000;
}
.pvtext {
	font-weight:bold;
	color:#1d4f70;
}
.scroll {
	overflow:auto;
	width:680px;
	height:365px;
}
.scroll2 {
	overflow:auto;
	width:680px;
	height:520px;
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #ffffff 
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 922px;
 float: left;
 border: 1px solid #ccc;
 height: 245px;
 margin: 0px 0px 0px 0px;
 background: #ffffff
;
}
#leftcolumn { 
 color: #7484A1;
 border: 1px solid #ccc;
 background: #f0f0ef;
 margin: 5px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 678px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background: #FFFFFF;
 /*background: #A9C1EC;*/
 margin: 0px 0px 5px 0px;
 height: 530px;
 width: 210px;
 display: inline;
}
#footer { 
 width: 900px;
 clear: both;
 color: #2B4D8B;
 border: 1px solid #ccc;
 background: #FFF0B0;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

h1 { font-size:24px; font-weight:bold; padding:4px}
h2 { font-size:20px; font-weight:bold; padding:4px; color:#8eabe0;}
h3 { font-size:16px; font-weight:bold; padding:4px; color:#8eabe0;}
h5 {
	color:#000033;
	font-size:1.1em;
	background-color:#CCCCCC;
	width:100%;
	height:17px;
	padding-top:2px;
}

a:hover{text-decoration:none}

A:link {text-decoration: none; color: #0042f2;}
A:visited {text-decoration: none; color: #0042f2;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #0042f2;}

/////////////

#info {height:400px;}
/* ================================================================ 
This copyright notice must be untouched at all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float: left;
position:relative;
z-index:100;
}
 
/* use the table to position the dropdown list */
.menu table{
position: absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
 
/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:100px;
padding:7px 0;
color:#000;
background:#A9C1EC;
text-decoration:none;
text-align:center;
vertical-align:text-top;
font-family:verdana, sans-serif;
height:20px;
margin-top:-3px;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#FFF0D3;
}
 
/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:140px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}	