/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#000000;
			background-repeat:repeat-x;
			background-position:top;
			font-family:Helvetica, Arial, sans-serif;
			}
p 	{
			padding:0;
			margin:0;
			}
				
/*------------------------------tableborders----------------------*/
table.right{
border-spacing:2px;
border-collapse:separate;
border-color:#14161d;
border-style:solid;
border-width:1px;
}
table.right td {
border-color:#97C8F9;
border-style:solid;
border-width:1px;
padding:3px;
}
			
/*------------------------------white----------------------*/
.blktext {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#000000;
			font-weight:bold;
			font-variant:normal;
   padding-left:4px;
			}
.whitetext {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			font-variant:normal;
   padding-left:4px;
			}
.whitelink {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			text-decoration:underline;
			font-variant:normal;
			}
			
.whitelink:hover {
			text-decoration:none;}

/*------------------------------blue----------------------*/
.bltext_lg {
   font-family: Arial, Helvetica, sans-serif;
			font-size:14px;
			color:#69bcfe;
			font-weight:bold;
			font-variant:normal;
			}


.bluetext {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#69bcfe;
			font-weight:bold;
			font-variant:normal;
			}
.bluelink {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#69bcfe;
			font-weight:bold;
			text-decoration:underline;
			font-variant:normal;
			}
			
.bluelink:hover {
   color:#bfe625;
			text-decoration:none;}

/*------------------------------green----------------------*/

.greentext {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#bfe625;
			font-weight:bold;
			font-variant:normal;
			}
.greenlink {
   font-family: Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#bfe625;
			font-weight:bold;
			text-decoration:underline;
			font-variant:normal;
			}
			
.greenlink:hover {
   color:#69bcfe;
			text-decoration:none;}

			
/*------------------------------events----------------------*/
.eventmonth {
   font-family:Helvetica, Arial, sans-serif;
			font-size:14px;
			color:#000;
			font-weight:bold;
			padding-left:1px;
			}
			
.eventdate {
   font-family:Helvetica, Arial, sans-serif;
			font-size:11px;
			color:#e5f3fe;
			font-weight:bold;
			padding-left:4px;
			}

.eventtext {
			font-size:11px;
			color:#fff;
			font-weight:normal;
   font-weight:bold;
			padding-left:4px;
			}

.eventtext2 {
   font-family:Helvetica, Arial, sans-serif;
			font-size:11px;
			color:#53C7FF;
			font-weight:700;
			}

.eventlink {
			font-size:11px;
			color:#fff;
			font-weight:bold;
			text-decoration:underline;
			padding-left:3px;
			}
			
.eventlink:hover {
			text-decoration:none;
			}
			
.whitecaption {
			font-size:11px;
			color:#ffffff;
			font-weight:bold;
			padding-bottom:2px;
			}

/*------------------------------menu----------------------*/

.basictab{
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-top: 6px solid black;
border-bottom: 1px solid black;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 2px solid bfe625;
border-bottom: 2px solid bfe625;
background-color: #000000;
color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover{
background-color: #97C8F9;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #DBFF6C;
color: black;
}

			
/*------------------------------footer----------------------*/

.copyright {
   font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#69bcfe;
			font-weight:normal;
			}

.copyrightlink {
			font-size:10px;
			color:#69bcfe;
			font-weight:bold;
			text-decoration:underline;
			padding-left:0px;
			}
			
.copyrightlink:hover {
			text-decoration:none;
			}			

