.a
{
	cursor: pointer;
}

/*
#####################################################
# GENERIC TABLE FORMAT								#
#####################################################
*/
.gendiv {
	background-color: #ffffff; 
	border: 1px solid #cccccc; 
	padding: 1px 10px 2px 4px;
}


table
{
	background-color: #000000;
	border-spacing: 1px;
	line-height: 110%;
	margin-bottom: 20px;
}
table_noborder {
	line-height: 150%;
	margin-bottom: 20px;
	font-size: 15%;
}
table_noborder TD.center {
	text-align: center;
	font-size: 80%;
}

table th {
	font-size: 80%; 
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 0px 4px 2px 4px;
	text-align: left;
}
table TH.club {
	background-color: #FFCC66;
	border: 1px solid #FFFFFF;
	padding: 2px 4px 4px;
	text-align: left;
	font-weight: bold;
	color: #524D8B;
	font-size: 90%;
}
atable TH.club {
	color: #3366CC;
}

atable TH.club:visited {
	color: #3366CC;
}

table_noborder TH.club {
	background-color: #FFCC66;
	border: 1px solid #FFFFFF;
	padding: 2px 4px 4px;
	text-align: left;
	font-weight: bold;
	color: #524D8B;
	font-size: 90%;
}
table TH.left {
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 0px 4px 2px 4px;
	text-align: left;
}
table TH.right {
	background-color: #F0F0F0;
	border: 1px solid #FFFFFF;
	padding: 0px 4px 2px 4px;
	text-align: right;
}
table TD {
	background-color: #FFFFFF;
	padding: 1px 4px 2px;
	font-size: 85%;
	vertical-align: top;
}

table TD.left {
	text-align: left;
}

table TD.center {
	text-align: center;
}

table TD.right {
	text-align: right;
}

table TR.header TH
{
	background-color: #DDDDDD;
	padding: 0px 4px 2px 4px;
}
table TR.header TH A
{
	padding: 0px 6px 2px 6px;
}

table TR.odd-entry TD
{
	background-color: #FFFFFF;
	text-align: center;
}
table TR.odd-entry TD.left
{
	text-align: left;
}
table TR.even-entry TD
{
	background-color: #F0F0F0;
	text-align: center;
}
table TR.even-entry TD.left
{
	text-align: left;
}
table TR.footer TH
{
	background-color: #C7DFFE;
	border: 1px solid #FFFFFF;
	text-align: left;
}
table TR.footer TD
{
	background-color: #C7DFFE;
	border: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: left;
}

table .tson {
	background-color: #66ff66;
	font-family: Verdana;
	font-size: 7pt;
}
table .tsoff {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 7pt;
}

table .green {
	background-color: #00aa00;
	color: #ffffff;
	font-weight:bold;	
}

table .green .a, table .green a {
	color: #ffffff;
}

table .red {
	background-color: #aa0000;
	color: #ffffff;
	font-weight:bold;	
}

table .red .a, table .red a {
	color: #ffffff;
}

table .blue {
	background-color: #0000aa;
	color: #ffffff;
	font-weight:bold;	
}

table .blue .a, table .blue a {
	color: #ffffff;
}

table .yellow {
	background-color: #dddd77;
	color: #ffffff;
	font-weight:bold;	
}

table .yellow .a, table .yellow a {
	color: #ffffff;
}

table .grey {
	background-color: #aaaaaa;
	color: #ffffff;
	font-weight:bold;	
}

table .grey .a, table .grey a {
	color: #ffffff;
}

table .active {
	background: #00FF00;
}
	
table .inactive {
	background: #FFFF00;
}
	
table .disabled {
	background: #e0e0e0;
	color: #999999;
}
	
table .problem {
	background: #FF0000;
}

table .greenfg {
	color: #00aa00;
}

table .greenfg .a, table .greenfg a {
	color: #00aa00;
}

table .redfg {
	color: #aa0000;
}

table .redfg .a, table .redfg a {
	color: #aa0000;
}

table .yellowfg {
	color: #dddd77;
}

table .yellowfg .a, table .yellowfg a {
	color: #dddd77;
}

table .greyfg {
	color: #aaaaaa;
}

table .greyfg .a, table .greyfg a  {
	color: #aaaaaa;
}

/*---------- button fomatting for dirupdate via ajax use -----------*/

input[TYPE=button].ajaxboldbtn{
	padding:0px;
	color:#333399;
	font-size:.95em;
	background-color:transparent;
	font-family:Arial,helvetica,sans-serif;
	border:0px;
	font-weight:bold;
	cursor: pointer;
}

input[TYPE=button].ajaxbtn{
	padding:0px;
	color:#333399;
	font-size:.95em;
	background-color:transparent;
	font-family:Arial,helvetica,sans-serif;
	border:0px;
	cursor: pointer;
}


/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
	cursor:pointer;
}
a.tt span{display: none; text-decoration:none;}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{z-index:25; background:; text-decoration:none;}
a.tt:hover span.tooltip{
    display:inline;
    position:absolute;
    top:0px; left:-160px;
	padding-right: 5px;
	width:200px;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0px 0px;
    background: url(/common/images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0px 8px;
	color:#000000; 
	background: url(/common/images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px 0px;
    background: url(/common/images/bubble.gif) no-repeat bottom;
}

#authz-bg {
	z-index: 10000; 
	filter: alpha(opacity=75); 
	-moz-opacity:.75; 
	opacity:.75; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	height: 100%; 
	width: 100%; 
	background-color: #333333;
}

#authz-fg {
	z-index: 10001; 
	position: fixed; 
	left: 15%; 
	top: 15%; 
	height: 70%; 
	width: 70%; 
	overflow: auto;
	padding: 1em; 
	background-color: #ffffff; 
	border: 1px black solid;
}
#authz-fg-wide {
	z-index: 10001; 
	position: fixed; 
	left: 5%;
	top: 150px; 
	width: 90%;
	padding: 1em; 
	background-color: #ffffff; 
	border: 1px black solid;
}

.weather-temp {
	font-weight: bold;
	font-size: 150%;
}

.weather-time {
	font-size: 110%;
}

/*
#####################################################
# GENERIC FORM FORMAT								#
#####################################################
*/

.loginform {
	width: 250px;
	margin: 10px 10px 10px 10px;
}

.loginform dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.loginform dt {
	clear: both;
	float:left;
	width: 120px;
	padding: 5px 0px 5px 0px;
	text-align: right;
}

.loginform dd {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 5px 1px;
}

/*
#####################################################
# PAGE STRUCTURE FORMATTING							#
#####################################################
*/


.content-left {
	float: left;
	left: 0px;
	width: 200px;
	color: #000000;
	margin: 0px; 
	padding: 10px 10px 0px 10px;
}

.content-center {
	float: none;
	margin: 0px 210px 0px 210px;
	padding: 10px 10px 0px 10px;
}

.content-center-left {
	margin: 0px 210px 0px 0px;
	padding: 10px 10px 0px 10px;
}

.content-center-right {
	margin: 0px 0px 0px 210px;
	padding: 10px 10px 0px 10px;
}

.content-wide {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

.content-narrow {
	width: 640px;
	text-align: left;
}

.content-right {
	float: right;
	width: 200px;
	margin: 0px; 
	padding: 10px 10px 0px 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

.fleft {
	float: left;
	margin: 0px 15px 15px 0px;
	padding: 1px 1px 1px 1px;
}

.fleftzero {
	float: left;
	margin: 0px 0px 15px 0px;
	padding: 1px 1px 1px 1px;
}

.finline {
	float: none;
	margin: 0px 0px 15px 0px;
	padding: 1px 1px 1px 1px;
}

.fcenter {
	float: none;
	text-align: center;
	padding: 1px 1px 1px 1px;
}

.fright {
	float: right;
	margin: 0px 0px 0px 15px;
	padding: 1px 1px 0px 1px;
}



/* Holly Hack Targets IE Win only \*/
/*
* html .clearfix {height: 1%;}
.clearfix {display: block;}
*/
/* End Holly Hack */

.hidden {
	display: none;
}

