/*
      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;	
}
.signature {
	font-family: Segoe Script, Monotype Corsiva;
	font-size: 16px;
	font-style:italic;
	color:#1350bf;	
}
.noshow {
	display:none;
}
.redtext {
	color:#FF0000;
}
.blacktext {
	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: 16px;
 background-color: #ffffff 
}
#wrapper { 
 margin: 0 auto;
 width: 922px;

}
#header {
 color: #333;
 width: 922px;
 float: left;
 border: 1px solid #ccc;
 height: 195px;
 margin: 0px 0px 0px 0px;
 background: #ffffff
;
}
#leftcolumn { 
 color: #000000;
 border: 1px solid #ccc;
 /*background: #ffffff;*/
 background: #fdffff;
 margin: 5px 5px 5px 0px;
 padding: 10px;
 height: auto;
 width: 579px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 background-color: #FFFFFF;
 margin: 0px 0px 5px 0px;
 height: 530px;
 width: 309px;
 display: inline;
 font-size: 13px;
}
#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}
h3 { font-size:16px; font-weight:bold; padding:4px}

a:hover{text-decoration:none}

A:link {color: #0000ff;}
A:visited {color: #0000ff;}
A:active {text-decoration: none}

li {list-style-type: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;
}
