﻿body
{
    COLOR: black;
    FONT-FAMILY: Verdana, Arial;
    FONT-SIZE: 12px;
    BACKGROUND-COLOR: white;
    margin-top:2px;
    background-image: url('/Images/gradBGGrey.jpg');
    background-repeat: repeat-x;
}
.MainTable
{
	background-color:white;
	width:1020px;
	table-layout:fixed;
	padding-right:8px;
	padding-left:0px;
	/*
	border-style:solid;
	 border-color:red;
	 border-width:1px;*/

}

.Small1
{
	font-size: 12px;
	font-weight:bold;
}
.Heading1
{
	color: black;
	font-family:Verdana, Arial;
	font-size: 16px;
	font-weight:bold;
	
	
}
.Heading2
{
	color: black;
	font-family:Verdana, Arial;
	font-size: 12px;
	font-weight:bold;
}
/*td that encloses the Left Nav table itself */ 
td.LeftNavEnclosure
{
	vertical-align:top;
	width:180px; 
	background-color:#262626;	
}
/* The table that contains the Left Nav links */
.LeftNavTable
{
	background-color:#262626;
	padding-top:0px;	
	width:180px;
	vertical-align:top;
	/*white-space: pre-wrap;*/
	/*
	 border-style:solid;
	 border-color:yellow;
	 border-width:1px;*/
}
/* td for Each Left Nav Item Link in the LeftNav Table*/
td.LeftNav
{
	 height:26px;
	 font-weight:bold;
	 color: #CCCCFF;
	 border-color:#CCCCFF;
	 border-bottom-style:solid;
	 border-width:1px;
	 padding-left:6px;
	 padding-top:6px;
	 padding-bottom:6px;
	 width:180px;
	 vertical-align:middle;
	/*background: rgba(0, 0, 0, 0.3); /* sets the background opacity */

	 	
	
}

td.SpacerTop
{
	 padding-top:10px;
	 padding-bottom:10px;
	border-color:#CCCCFF;
	 
	 border-bottom-style:solid;
	 border-width:1px;

	/*background: rgba(0, 0, 0, 0.3); /* sets the background opacity */

}
td.Spacer
{
	padding-top:10px;
	padding-bottom:10px;
	
}
td.LeftNav a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: none;
  display:block;
}


.TDAroundContent
{	
	vertical-align:top;
	text-align:left;
	padding-top:0px;
	padding-left:10px;
	width:830px;
	
	/* border-style:solid;
	 border-width:2px;
	 border-color:green;*/
}

.tableheader
{
	BACKGROUND-IMAGE: url('none');
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat;
    /*background-color: #336633;*/ /* Green */
    background-color:#333333;	/* Slate */
   
}

.GenericHeader
{
	text-align:center;
	BACKGROUND-IMAGE: url('none');
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat;
    /*background-color: #336633;*/ /* Green */
    background-color:#262626;	/* Black */
   	height:20px;
   	padding-left: 3px;
   	font-weight:bold;
}
.GenericHeaderLinks
{
	BACKGROUND-IMAGE: url('none');
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat;
    /*background-color: #336633;*/ /* Green */
    background-color:#262626;	/* Black */
   	height:20px;
   	padding-left: 3px;
   	font-weight:bold;
   	font-size:11px;
}

td.GenericFooterLeft
{
	border-style:none;BACKGROUND-IMAGE: url('none');
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat;
    /*background-color: #336633;*/ /* Green */
    background-color:#262626;	/* Black */
   	height:20px;
   	padding-left: 3px;
   	font-size:10px;
   	text-align:center;
}
td.GenericFooterRight
{
	border-style:solid; border-left-width:10px;border-right-width:0px;border-top-width:2px;
	border-bottom-width:0px;border-color:white;BACKGROUND-IMAGE: url('none');
    COLOR: #ffffff;
    BACKGROUND-REPEAT: repeat;
    /*background-color: #336633;*/ /* Green */
    background-color:#262626;	/* Black */
   	height:20px;
   	padding-left: 3px;
   	font-size:12px;
   	text-align:center;
}
.title;
{
    FONT-SIZE: 16pt;
    FONT-FAMILY: 'Trebuchet MS', 'Times New Roman';
    
}

/* BLACK */
td.LNBlack
{
    color: #ffffff;
    background-color: #262626;
    
}
td.LNBlack a,
td.LNBlack a:active,
td.LNBlack a:link
{
	color: #ffffff;	
	text-decoration:none;
	border:0;
	outline:0px;
}
td.LNBlack hr
{
	color: #ffffff;

}
/* END BLACK */
a:link, a:visited
{
    color: black;
    font-weight: 600;
    text-decoration: none;
}
a:hover
{
    color: #0000cc;
    font-weight: 600;
    text-decoration: none;
    display:inline;
}


img.WrappedRight 
{
	float: right;
	margin: 5px;
	border-style:none; border-width:0px;
}
img.WrappedLeft 
{
	float: left;
	margin: 5px;
	border-style:none; border-width:0px;
	
}
td.MiniNav
{
	font-size:14px;
	text-align:center;
}
td.MiniNav a:hover 
{ 
     border-style:none;   
 } 
td.MiniNav a:visited {
    text-decoration:none;
    font-weight:bold;  
    color:white;
}
td.MiniNav a:link {
		
	text-decoration:none;
	font-weight:normal;
	color:white;
}
td.CDText
{
	padding-left:20px;
	vertical-align:top;
	font-size:12px;
	
}
td.CDImage
{
	padding-left:0px;
	vertical-align=top;
	
}
td.Event
{
	background-color:gray;
	width:80px; 
}
td.EventAlternate
{
	background-color:silver;
	
}
tr.Line
{
	background-color: #C0C0C0;
	width:80px; 
}
tr.LineAlternate
{
	background-color:  #E6E6FF;
	
}


