<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



	#gallery {
		
		width: 800px;
		height: 600px;
		
		margin: 10px auto;
		padding: 0px;
		
		position: relative;
		
		}
	
	
		#gallery div {
			/*background: transparent;*/
			background: #ffffff;
			position: absolute;
			overflow: hidden;
			opacity: 1;
			-webkit-transition: all 1500ms linear;

			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;

			-webkit-box-shadow: -3px -3px 50px #333;
			-moz-box-shadow: -3px -3px 50px #333;
			box-shadow: -3px -3px 50px #333;}
		
		
		
		#gallery div#img1:hover,
		#gallery div#img2:hover,
		#gallery div#img3:hover,
		#gallery div#img4:hover,
		#gallery div#img5:hover,
		#gallery div#img6:hover,
		#gallery div#img7:hover,
		#gallery div#img8:hover,
		#gallery div#img9:hover,	
		#gallery div#img10:hover,
		#gallery div#img11:hover,
		#gallery div#img12:hover
		{
			z-index: 999;
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			opacity: 1;
			-moz-transform: scale(2);
			-webkit-transform: scale(2);
			-o-transform: scale(2);
			transform: scale(2);
			}		
		
		
		#gallery span {
			position: absolute;
			right: 0;
			bottom: 0px;
			color: #888;
			/*background: #fff;*/
			background: transparent;
			width: 35%;
			text-align: right;
			padding: 2px;
			font-size: 13px;
			font-weight: bold;}
			

		
		#gallery #img1 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 0px;
			left: 0px;
			z-index:1;}
			#img1 img {height: 150px;
				width: 200px;}
				
		#gallery #img2 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 0px;
			left: 200px;
			z-index:2;}
			#img2 img {height: 150px;			
				width: 200px;}
				
		#gallery #img3 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 0px;
			left: 400px;
			z-index:3;}
			#img3 img {height: 150px;
				width: 200px;}

		#gallery #img4 { 
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 0px;
			left: 600px;
			z-index:4;}
			#img4 img {height: 150px;
				width: 200px;}
				
		#gallery #img5 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 150px;
			left: 0px;
			z-index:5;}
			#img5 img {height: 150px;
				width: 200px;}
				
		#gallery #img6 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 150px;
			left: 200px;
			z-index:6;}
			#img6 img {height: 150px;
				width: 200px;}

		#gallery #img7 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 150px;
			left: 400px;
			z-index:7;}
			#img7 img {height: 150px;
				width: 200px;}

		#gallery #img8 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 150px;
			left: 600px;
			z-index:8;}
			#img8 img {height: 150px;
				width: 200px;}	

		#gallery #img9 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 300px;
			left: 0px;
			z-index:9;}
			#img9 img {height: 150px;
				width: 200px;}	


		#gallery #img10 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 300px;
			left: 200px;
			z-index:10;}
			#img10 img {height: 150px;
				width: 200px;}	

		#gallery #img11 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 300px;
			left: 400px;
			z-index:11;}
			#img11 img {height: 150px;
				width: 200px;}	


		#gallery #img12 {
			-webkit-transform: rotate(0deg);
			-moz-transform: rotate(0deg);
			top: 300px;
			left: 600px;
			z-index:12;}
			#img12 img {height: 150px;
				width: 200px;}	

				
				
				
				
				
				
				




#mybutton {
text-shadow: 0 1px 0 white;
border-color: #CCC;
border-bottom-color: #AAA;
background-color: #E0E0E0;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));
background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px 
white;
box-shadow: inset 0 0 1px 
white;
}

#mybutton:hover {
text-shadow: 0 1px 0 white;
border-color: #CCC;
border-bottom-color: #AAA;
background-color: #E0E0E0;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffe0e0e0);
background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));
background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px 
white;
box-shadow: inset 0 0 1px 
white;

border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}


#transparent:link, #transparent:visited {
        color: #fff;
        padding: 20px 40px;
        border-style: none;
        background-color: rgba(0,0,0,0);
        font: 14px/1 "Lucida Grande", Lucida, Verdana, sans-serif;
        text-shadow: #000 0 2px 2px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        display: inline-block;
		
}

#transparent:hover {
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.2)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
}

#transparent:active {
        background: rgba(0,0,0,.3);
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 6px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 6px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 6px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------*/






#titleBar {
	height: 40px;
	padding-top: 15px;
	width: 590px;


	padding-left: 10px;
	/*font-family: Verdana;*/
	font-size: 140%;
	
	border-top-left-radius: 10px ;
	border-top-right-radius: 10px ;
	border-bottom-left-radius: 10px ;
	border-bottom-right-radius: 10px ;
		
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 15px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 15px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 15px;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.2)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
	
/*	
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
box-shadow: #777 13px 13px 14px;
*/

/*
box-shadow: #777 13px 13px 14px;
*/





	text-shadow: 0 1px 0 #eee;
	
	/*,
               0 1px 0 #c9c9c9,
               0 1px 0 #bbb,
               0 1px 0 #b9b9b9,
               0 1px 0 #aaa,
               0 1px 1px rgba(0,0,0,.1),
               0 0 1px rgba(0,0,0,.1),
               0 1px 1px rgba(0,0,0,.3),
               0 1px 1px rgba(0,0,0,.2),
               0 1px 1px rgba(0,0,0,.25),
               0 1px 1px rgba(0,0,0,.2),
               0 1px 2px rgba(0,0,0,.15);
			   
*/			   
			   
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------*/



h1 {
	font-weight: bold;
	font-family: Verdana; 
	
	font-size: 20px;
	position: relative;
    top: 0px;
    left: 0px;
	}

/*
h2 {
	font-weight: normal;
	font-family: Times New Roman; 
	font-size: 25px;

	}
	*/

h2 {
	/*background-color: #f0f0f0;*/
	padding-top: 0px;
	width: 590px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 140%;
	
	/*font-size: 14px;
	font-weight: normal; */
	
	/*line-height: 150%;*/
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	
	/*background-image:url(img/DarkGreenGrad.gif);*/
	/*background-color: #000000;*/
		/*background-color: #004400;*/
	
	/*opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	*/


	/*color: #0000bb;*/
	color: #666666;
	
	/* background-color: transparent;	*/
	/*background-color: #EB7357;*/
	/*font-weight: bold;*/

	
	/*color: #555555;
	background-color: #e0e0e0;*/
	
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E44720;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #888888;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #888888;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #888888;
	
	/*
	text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
			   */
	
}	









#h22 {
	/*background-color: #f0f0f0;*/
	padding-top: 10px;
	width: 800px;

	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 110%;
	
	font-weight: bold;
	
	/*font-size: 14px;
	font-weight: normal; */
	
	line-height: 150%;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	
	/*background-image:url(img/DarkGreenGrad.gif);*/
	/*background-color: #000000;*/
/*background-color: #d0d0d0;*/
	
	/*opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	*/


	
	/*color: #0000bb;*/
	color: #666666;
	/*background-color: transparent;*/
	
	background-color: transparent;
	/*background-color: #EB7357;*/
	/*font-weight: bold;*/


	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E44720;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E44720;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #E44720;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E44720;
	
	
}	






#h222 {
	/*background-color: #f0f0f0;*/
	padding-top: 0px;
	width: 600px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 120%;
	
	/*font-size: 14px;
	font-weight: normal; */
	
	line-height: 150%;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	
	/*background-image:url(img/DarkGreenGrad.gif);*/
	/*background-color: #000000;*/
/*background-color: #d0d0d0;*/
	
	/*opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	*/


	
	/*color: #0000bb;*/
	color: #666666;
	/*background-color: transparent;*/
	
	background-color: #e0e0e0;
	/*background-color: #EB7357;*/
	/*font-weight: bold;*/

	
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E44720;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E44720;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #E44720;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #E44720;
	
	
}	




h3 {
	/*background-color: #f0f0f0;*/
	padding-top: 3px;
	width: 90%;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial;
	font-size: 90%;
	line-height: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	color: #111111;
	background-color: #777777;
	font-weight: normal;
	/*
	opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	*/

	
}	
	
	

h4 {
	/*background-color: #f0f0f0;*/
	/*position: absolute;*/
	/*top: 200px;
	left: 5px;*/
	padding-top: 2px;
	width: 700px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 200%;
	line-height: 200%;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	
	/*color: #f0f0f0;*/
	/*background-image:url(img/DarkGreenGrad.gif);*/
	/*background-color: #000000;*/
		/*background-color: #004400;*/
		/*
	opacity: 0.9;
	filter: alpha(opacity = 90);
	-moz-opacity: 0.9;	*/


	color: #000099;
	background-color: #eeeeee;
	/*font-weight: bold;*/
	
}		


#myFooter {
	position: fixed;
	bottom: 2px;
	font-family: Verdana;
	font-size: 85%;
	color: #000099;
	background-color: transparent;
	left: 10px;
	z-index: 2;
}	



#marQ2 {
	/*background-color: #f0f0f0;*/
	padding-top: 0px;

	font-family: Verdana;
	font-size: 100%;

	color: #000000;
	background-color: transparent;	
	width: 99%;
	z-index: -1;
	position: absolute;
	top: 70px;
	
}	



#myFooter2 {
	position: fixed;
	bottom: 2px;
	font-family: Verdana;
	font-size: 85%;
	color: #000099;
	background-color: transparent;
	right: 10px;
}	

#LoginID {
	position: fixed;
	/*top: 200px;*/
	top: 0px;
	font-family: Verdana;
	font-size: 85%;
	color: #000000;
	/*background-color: #cc5555;*/
	height: 150px;
	left: 0px;
	width: 20px;
	
	padding-top: 10px;
	/*background-image: url(img/User-Green.png);*/
	background-repeat: no-repeat;

	
	/*opacity: 0.1;
	filter: alpha(opacity = 10);
	-moz-opacity: 0.1;
	
	z-index: 0;*/
	

	
}	

/* BACKGROUND COLOUR ONCE LOGGED IN */
#LoginID2 {
	position: fixed;
	/*top: 200px;*/
	top: 0px;
	font-family: Verdana;
	font-size: 85%;
	color: #000000;
	
	/*background-color: #ccccbb;*/
	
	background-color: #ccccbb;
	height: 100%;
	left: 0px;
	width: 100%;	
	/*padding-top: 80px;*/
	/*background-image: url(img/User-Green.png);*/
	background-repeat: no-repeat;

	
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	z-index: -9;
	
}	

	
/*	
html, body */

html {
/*
font-family:Sans-Serif, Arial, Verdana;	
font-size:x-small;	
font-weight:normal;*/


	/*background-image:url(img/DarkGreenGrad.gif);*/
	
	/*background-image:url(img/body_bg.png);
	background-attachment:fixed;
	background-repeat: repeat-x;*/
	
	/*background-repeat: repeat;*/
	/*background-color:#cdcdcd;*/
	
		/*background-color:  #d0d0d0;*/
		background-color: #d0d0d0;
	


	
	/*
background-image: -moz-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -ms-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -o-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#E0E0E0));
background-image: -webkit-linear-gradient(top,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
*/	

	


	
		/*background-color: #eeeeee;*/
	color: #000000; 
	/*background-image:url(../images/durban.jpg);*/
	/*background-attachment:fixed;*?*/
	
	
		/*color: #505050; */
	
		/*background-color:#f0f0d0; */
		
		
		
		
	/*font-size: 12px;*/
	/*
	font-family:arial,sans-serif;
	font-size:90%;
	font-weight: normal;
	*/
	
	/*font-family: Arial;
	font-weight: normal;
	/*font-family: Verdana; 
	font-size: 10px; */

	/*opacity: 0.50;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.50;*/

    z-index: -10;
	
	
	scrollbar-face-color:#f0f0f0;
	scrollbar-base-color:#f0f0f0;

	scrollbar-arrow-color:black;

	scrollbar-track-color:#FFFFFF;

	scrollbar-shadow-color:#EBF5FF;
	scrollbar-highlight-color:#EBF5FF;

	scrollbar-3dlight-color:#808080;
	scrollbar-darkshadow-Color:#808080;
}




#main {
	/*background-image:url(img/background.gif);*/
	position: absolute;
    top: 30px;
    left: 5px;
    padding-right: 0px;
    /*width: 100%;*/
    height: 90%;
    /*vertical-align: top;*/
	/*background-color: #e0e0e0;*/
	background-color: transparent;
    text-align: center;
    /*z-index: 10;*/

	
	

	
	
	
}



#iframeM {
	
		position: absolute;
	/*left: 0px;*/
	top: 0px;
	
	width: 99%;
	
	/*
    height: 120%;
	*/
	z-index: 2;
	background: transparent;
	/*background-attachment: fixed;*/
	padding-top: 10px;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
}



#the_iframe {
/*position: fixed;*/
	/*width: 905px;
    height: 95%;
	*/
	background: #ffffff;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	

}




table {
	/*background-color: #f0f0f0;
	background: transparent;
	width: 95%; 
	height: 96%;*/
	border: 0px;
	padding: 0px; 
	border-collapse: collapse;
	/*width: 300px;*/
	/*background-color: transparent;*/
	

}

#tableshadow {
	/*background-color: #f0f0f0;
	background: transparent;
	width: 95%; 
	height: 96%;*/
	border: 0px;
	padding: 0px; 
	border-collapse: collapse;
	/*width: 300px;
	height: 300px;*/
	
	/*background-color: transparent;*/

	
/*	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
*/
	
	
border-top-left-radius: 5px ;
border-top-right-radius: 5px ;

border-bottom-left-radius: 5px ;
border-bottom-right-radius: 5px ;



-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;


box-shadow: #777 13px 13px 14px;



		

}


th {
	font-family: Arial;
	font-size: 14px;
	color: #333333;
	/*background-color: #f0f0f0;*/
	
	background-color: #e0e0e0;

	
	font-weight: normal;
	
	height: 30px;
	width: 180px;
	
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
}	

tr {

background-color: transparent;

	/*font-family: Arial;
	font-size: 90%;
	font-weight: normal;*/
	/*background-image:url(g.jpg);*/
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;

	
	/*border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
	
	
}	

td {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	

	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	

		
}	

#mytbl {
	font-family: Arial;
	font-size: 13px;
	color: #111111;
	font-weight: normal;
	/*background-image:url(img/g11.gif);
	background-color: transparent;*/
	background-color: #c0c0c0;
	
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	
	
	
	height: 25px;
	/*width: 72px;*/

}	


#mytbl3 {
	font-family: Arial;
	font-size: 90%;
	color: #111111;
	font-weight: normal;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color:#ffffff;
	width: 20px;
}	




#booked {
	font-family: Arial;
	font-size: 90%;
	color: #ffffff;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #880000;*/
background-color: #cc3333;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	
	height: 30px;
	width: 180px;
	
}	

#bookedbyme {
	font-family: Arial;
	font-size: 150%;
	color: #000000;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	background-color: #00cccc;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	
	height: 23px;
	width: 180px;
	
}	


#ReportBut {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/Table-Chart.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*text-indent: 100px;*/
	background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}

#ReportBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

	}
	
#ReportBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}	
	
	


#FindUserBut {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/Zoom.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*text-indent: 100px;*/
	background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}

#FindUserBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

	}


#FindUserBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}
	
	
	
#PassFindUserBut {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/Calendar.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*text-indent: 100px;*/
	background-color: transparent;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
}

#PassFindUserBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;

	}
	
	







#ManDelUser {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/Cross.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*text-indent: 100px;*/
	background-color: transparent;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
}

#ManDelUser:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;

	}








	
	

#ManChangeUserPass {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/Change-Password.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*text-indent: 100px;*/
	background-color: transparent;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	

	
}

#ManChangeUserPass:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;

	}




#ManDeleteUserBut {
border: 1px;
	font-size: 25px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 350px;
	height: 100px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/DeleteUser333.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
	text-indent: 100px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

#ManDeleteUserBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;	}



#ManAddUserBut {
border: 1px;
	font-size: 14px;
	/*font-family: Verdana;*/
    /*position: absolute;*/
    Top: 140px;
    left: 25%;
    width: 180px;
	height: 50px;
    /*background-color: white;*/
    padding-bottom: 0px;
	background-image: url(img/User-Add.png);
	background-repeat: no-repeat;

	padding-top: 25px;
	/*text-indent: 100px;*/
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
	background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
	
}

#ManAddUserBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

	}


	
	
	
#ManAddUserBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}

#freeMe {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	background-color: #00bb00;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	
	height: 50px;
	width: 500px;
	
}

#freeMe:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/glossyback.gif); background-repeat: repeat; cursor: hand; color: #000000; border: 0px;}


#free {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #00bb00;*/
		background-color: #ccffcc;
		
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #000000;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	
	height: 30px;
	width: 500px;
 
}	

#free:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/G.gif); background-repeat: repeat; cursor: hand; color: #000000; border: 0px;}


#SummerLeague {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #F77822;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #000000;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #000000;
	
	
	height: 24px;
	width: 180px;
	
}	


#League1 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

	height: 24px;
	width: 180px;
	
}	

#League2 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}	


#League3 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}	

#League4 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	


	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}	


#League5 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}




#League6 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}


#League7 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}



#League8 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}



#League9 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	
	height: 24px;
	width: 180px;
	
}



#League10 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}


#League11 {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	
	height: 24px;
	width: 180px;
	
}






#ClubChamps {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #EEDD88;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EEDD88;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEDD88;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}

#Doubles {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #DD88EE;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DD88EE;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DD88EE;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	
	height: 24px;
	width: 180px;
	
}


#School {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #88DDEE;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #88DDEE;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #88DDEE;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
	width: 180px;
	
}

#Jarvis {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #FFDDEE;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDDEE;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDEE;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	
	height: 24px;
	width: 180px;
	
}




#Exhibition {
	font-family: Arial;
	font-size: 110%;
	color: #000000;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #FFDDEE;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFDDEE;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDEE;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	
	height: 24px;
	width: 180px;
}













#booked-l {
	font-family: Arial;
	font-size: 100%;
	color: #ffffff;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #cc3333;*/
	
	background-color: #EB7559;
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EB7559;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EB7559;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
width: 210px;


	
}	




#league-l {
	font-family: Arial;
	font-size: 110%;
	color: #ffffff;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	background-color: #888888;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 24px;
width: 180px;
	
}	

#bookedbyme-l {
	font-family: Arial;
	font-size: 110%;
	color: #ffffff;
	font-weight: bold;
	/*background-image:url(g.jpg);*/
	
	background-color: #dd0000;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #ffffff;
	
	height: 24px;
	width: 180px;
	

	
	
}	

#free-l {
	font-family: Arial;
	font-size: 120%;
	color: #555555;
	border: 0px;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #ddffdd;*/
	/*background-color: #ddeedd;*/
	background-color: #ccffcc;
	
	
	
	/*background-color: #ccdfcc;*/
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

	
	height: 24px;
	width: 210px;
	
/*	
	border-top-left-radius: 10px ;
	border-top-right-radius: 10px ;

	border-bottom-left-radius: 10px ;
	border-bottom-right-radius: 10px ;
*/

}	

/*
#free-l:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/G.gif); background-repeat: repeat; cursor: hand; color: #000000; border: 0px;}
*/


#free-l:hover { background-color: #77ff77; cursor: hand; color: #000000; 

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
height: 24px;

}



#free-ll {
	font-family: Arial;
	font-size: 120%;
	color: #555555;
	border: 0px;
	font-weight: normal;
	background-color: #ccffcc;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #dddddd;	
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 25px;
	width: 210px;

}	

#free-ll:hover { background-color: #77ff77; cursor: hand; color: #000000; 

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #77ff77;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #77ff77;

	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #77ff77;

	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #77ff77;


}



#Court-Header {
	/*font-family: Arial;*/
	font-family: Verdana;
	font-size: 12px;
	/*color: #0000bb;*/
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #eeeeee;*/


	color: #333333;
	background-color: #c0c0c0;

	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	
	height: 30px;
	width: 180px;
	
	border-top-left-radius: 10px ;
	border-top-right-radius: 10px ;
/*
	border-bottom-left-radius: 10px ;
	border-bottom-right-radius: 10px ;
	*/
	/*
border-bottom-left-radius: 15px ;
border-bottom-right-radius: 15px ;
*/


        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 5px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 5px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 5px;
        background-image: -moz-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.1)), color-stop(30%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.2)));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: -o-linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        background-image: linear-gradient(top, rgba(0,0,0,.1) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,.2) 100%);
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
		
}	


#Repair {
	font-family: Arial;
	font-size: 110%;
	color: #555555;
	border: 0px;
	font-weight: normal;
	/*background-image:url(g.jpg);*/
	
	/*background-color: #ddffdd;*/
	/*background-color: #ddeedd;*/
	background-color: #e0e0e0;
	
	
	
	/*background-color: #ccdfcc;*/
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;	
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;

	
	height: 24px;
	width: 180px;
	
}

#message {
	font-size: 10px;
	color: #404040;
	/*position: absolute;
    bottom: 2px;
    left: 0px;
    width: 100%;
    background-color: white;
    padding-bottom: 0px;
    z-index: 5;*/
}



#FixedLoginBut {
border: 0px;
	font-size: 14px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 10px;
    left: 10px;
    width: 80px;
	height: 60px;
    background-color: #D0D0D0;
    padding-bottom: 0px;
	background-image: url(img/User-Green.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/

background-position:center top;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;
	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}

#FixedLoginBut:hover {cursor: hand;	/*opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;*/	


background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}

#FixedLoginBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#todaysBut {
	border: 0px;
	font-size: 14px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 70px;
    left: 10px;
    width: 80px;
	height: 50px;
    background-color: transparent;
    padding-bottom: 0px;
	background-image: url(img/Date.png);
	background-repeat: no-repeat;
	padding-top: 25px;
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}

#todaysBut:hover {cursor: hand;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}






#prevBut2 {
	border: 0px;
	font-size: 14px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 10px;
    left: 5px;
    width: 100px;
	height: 50px;
     padding-bottom: 0px;
	/*background-image: url(img/Date-Previous.png);*/
	background-repeat: no-repeat;
	
background-color: #eeeeee;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}


#prevBut2:hover{cursor: hand;

background-color: #e0e0e0;
cursor: hand;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}





#prevBut {
	border: 0px;
	font-size: 14px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 10px;
    left: 10px;
    width: 110px;
	height: 50px;
    background-color: transparent;
    padding-bottom: 0px;
	background-image: url(img/Date-Previous.png);
	background-repeat: no-repeat;
	padding-bottom: 40px;
	padding-left: 40px;
	
	
	
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	*/

}


#prevBut:hover{cursor: hand;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
}

#prevButDate {
	border: 0px;
	font-size: 12px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 30px;
    left: 10px;

    background-color: transparent;
	padding-left: 40px;
	/*padding-bottom: 10px;*/
	
 /*   padding-bottom: 0px;
	background-image: url(img/Date-Previous.png);
	background-repeat: no-repeat;
	padding-top: 25px;*/

	
}




#nextBut {
	border: 0px;
	font-size: 14px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 10px;
    right: 10px;
    width: 110px;
	height: 50px;
    background-color: transparent;
    padding-bottom: 0px;
	background-image: url(img/Date-Next.png);
	background-repeat: no-repeat;
	
	padding-bottom: 40px;
	padding-left: 40px;
	
	/*padding-top: 25px;*/
	/*opacity: 0.7;
	filter: alpha(opacity = 70);
	-moz-opacity: 0.7;*/
	
	/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	*/
	
	
}



#nextBut:hover {cursor: hand;	/*opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;	*/ 


background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
 }


#nextButDate {
	border: 0px;
	font-size: 12px;
	font-weight: normal; 
	/*font-family: Verdana;*/
    position: fixed;
    Top: 30px;
    right: 10px;

    background-color: transparent;
	padding-right: 5px;
	/*padding-bottom: 10px;*/
	
 /*   padding-bottom: 0px;
	background-image: url(img/Date-Previous.png);
	background-repeat: no-repeat;
	padding-top: 25px;*/

	
}







#TopBanner {
    position: fixed;
    Top: 10px;
	left: 20%;
}
#BottomBanner {
    position: fixed;
    Bottom: 100px;
	left: 20%;
}	
	
#ViewBut {
    position: relative;
    width: 230px;
	height: 90px;
    padding-top: 40px;
	border: 0px;
	background-image: url(img/magnify.gif);
	color: #000000;
	font-size: 20px;
	font-weight: bold; 
	font-family: Verdana;	
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

#ViewBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;	}


#ManBut {
    /*position: fixed;
    bottom: 50px;
    left: 10px;*/
    width: 100px;
	height: 60px;
    padding-top: 25px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-image: url(img/Administrator.png);
	background-repeat: no-repeat;
	Background-color: transparent;
	
	background-position: center top;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}

#ManBut:hover {cursor: hand;	opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	}

	
#ManBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}



#Rightbut {
    position: fixed;
	font-size: 16px;
	font-weight: bold; 
	/*font-family: arial;*/
	color: #000000;
    top: 200px;
    left: 20px;
    width: 100px;
	height: 100px;
    background-color: #cccccc;
    padding-bottom: 0px;
	background-image: url(img/Right_white.gif);
	background-repeat: no-repeat;
	border: 0px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

#Rightbut:hover {cursor: hand; color: #000000; opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;	}


#LeftBut {
    position: fixed;
	font-size: 90px;
	color: white;
    bottom: 10px;
    right: 10px;
    width: 100px;
	height: 100px;
    background-color: transparent;
    padding-bottom: 0px;
	background-image: url(img/Left_white.gif);
	background-repeat: no-repeat;
	border: 0px;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
}

#LeftBut:hover {cursor: hand;	color: black; opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;	}


#DownBut {
    position: fixed;
	font-size: 14px;
	font-weight: normal; 
	color: #000000;
    bottom: 20px;
    right: 10px;
    width: 80px;
	height: 50px;
    background-color: #D0D0D0;
    padding-bottom: 0px;
	background-image: url(img/Arrow-Down.png);
	background-repeat: no-repeat;
	border: 0px;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}

#DownBut:hover {cursor: hand;	color: black; /*opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;*/	

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	
	
	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}
	
	



#DownBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}

	
	
#UpBut {
	position: fixed;
	font-size: 14px;
	font-weight: normal; 
	color: #000000;
    bottom: 90px;
    right: 10px;
    width: 80px;
	height: 50px;
    background-color: #D0D0D0;
    padding-bottom: 0px;
	background-image: url(img/Arrow-Up.png);
	background-repeat: no-repeat;
	border: 0px;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	
border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;


	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

	
}

#UpBut:hover {cursor: hand;	color: black; /*opacity: 1;	filter: alpha(opacity = 100);	-moz-opacity: 0.1;*/	

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbbbbb;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	
box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;


}

#UpBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#biglogo {
	/*background-image:url(img/GIL_Logo.gif);*/
	position: fixed;
    top: 50px;
	width:100%;
	 /*height:80%;*/
	/*background-color: red ;*/
	filter:alpha(opacity=10);
	/*background: transparent;*/
	background-repeat: no-repeat;
    z-index: -1;
}


#logo1 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 30px;
    /*left: 5px;*/
	/*right: 5px;*/
	background: transparent;
	/*background-color: red ;*/
	/*filter:alpha(opacity=10);*/
	/*background: transparent;*/
    z-index: 4;
}

#Sponsor1 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 80px;
    right: 5px;
	background: transparent;
    z-index: 4;
}

#Sponsor2 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 230px;
    right: 5px;
	background: transparent;
    z-index: 4;
}

#Sponsor3 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 230px;
    left: 5px;
	background: transparent;
    z-index: 4;
}

#Sponsor4 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 380px;
    right: 5px;
	background: transparent;
    z-index: 4;
}

#Sponsor5 {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    bottom: 380px;
    left: 5px;
	background: transparent;
    z-index: 4;
}




#NavButs {
	/*background-image:url(img/background.gif);*/
	position: fixed;
    top: 70px;
	right: 10px;
	background: transparent;
    z-index: 4;
	/*width: 100px;*/
}





#menu1 {  background-image: url(../img/BlackTop.gif); color: #FFFFFF ;  font-weight: bold; font-family: Verdana; font-size: 9px; background-repeat: repeat;  border: 1px;}

#menu1:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/G.gif); background-repeat: repeat; cursor: hand; color: #000000; border: 1px;}



#menu2 {  background-image: url(img/G.gif); color: #000000 ;  font-weight: bold; font-family: Verdana; font-size: 9px; background-repeat: repeat;  border: 1px; width: 100px;}

#menu2:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/BlackTop.gif); background-repeat: repeat; cursor: hand; color: #FFFFFF; border: 1px;}




#menu3 {  background-image: url(img/G.gif); color: #000000 ;  font-weight: bold; font-family: Verdana; font-size: 9px; background-repeat: repeat; height: 10px; border: 1px;}

#menu3:hover {border-color: #000000 #000000 #000000 #000000; background-image: url(img/BlackTop.gif); background-repeat: repeat; cursor: hand; color: #000000; border: 1px;}


#menu4 {  border-top:1px solid #808080; border-left:1px solid #808080; border-right:1px solid #505050; border-bottom:1px solid #505050; background-image: url(img/glossyback.gif); color: #000000 ;  font-weight: bold; font-family: Verdana; font-size: 13px; background-repeat: repeat;  height: 30px; border: 1px;}

#menu4:hover {	border-top:1px solid #808080; border-left:1px solid #808080; border-right:1px solid #000000; border-bottom:1px solid #000000; background-image: url(img/glossyback2.gif); background-repeat: repeat; cursor: hand; color: #FFFFFF; border: 1px;}





#menu5 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Calendar-Add.png); color: #000000 ; background-repeat: no-repeat; padding-top: 25px; height: 60px; width: 100px; border: 1px; font-size: 14px; font-weight: normal; background-color: transparent;

	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
background-position: center top;	

background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

		border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	

	}


#menu5:hover { cursor: hand; color: #000000; border: 1px; 

	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;

background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	}

	
	
	
	
	
#menu5:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}
	
	
#menu6 {border-color: #000000 #000000 #000000 #000000; background-repeat: no-repeat; background-image: url(img/Date-Edit.png); color: #000000 ; padding-top: 25px; height: 60px; width: 100px; border: 1px;  font-size: 14px; 
font-weight: normal;
/*	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
background-position: center top;	
background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

		border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
}




#menu6:hover { cursor: hand; font-weight: normal; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;

background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	
	}


	
#menu6:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#3dBut{
	
	
}


#menu7 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Arrow-Left.png); color: #000000 ; background-repeat: no-repeat; padding-top: 25px; height: 60px; width: 80px; border: 1px; font-size: 14px;  

font-weight: normal;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/

	position: fixed;
	top: 10px;
	right: 10px;
	
background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	
		border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;


	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	

}

#menu7:hover { cursor: hand; font-weight: normal; color: #000000; border: 1px;

	/*opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;*/

background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	}

#menu7:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#menu77 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Arrow-Right.png); color: #000000 ; background-repeat: no-repeat; padding-top: 25px; height: 50px; width: 80px; border: 1px; font-size: 14px;  background-color: transparent;

font-weight: normal;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/

}
#menu77:hover { cursor: hand; font-weight: normal; color: #000000; border: 1px;

	/*opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;*/

background-color: #e0e0e0;
	
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	}



	
#my2Dfixed {
	border-color: #000000 #000000 #000000 #000000; 
	background-color: transparent; 
	background-image: url(img/Date.png); 
	color: #000000 ; 
	background-repeat: no-repeat;   
	padding-top: 8px; 
	padding-left: 3px; 
	height: 60px; 
	width: 73px; 
	border: 0px; 
	font-size: 15px; 
	font-weight: normal; 
	top: 100px;
	left: 10px;
	position: absolute;
position: fixed;

background-position:center top;
	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #aaaaaa;
z-index: 2000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	

	border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;
	
	



	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}

#my2Dfixed:hover {cursor: hand; font-weight: normal; color: #000000; 

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
}


#my2Dfixed:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}

#my2D { 


background-color: #eeeeee; background-image: url(img/Date.png); color: #000000 ; background-repeat: no-repeat;   padding-bottom: 2px; padding-top: 4px; padding-left: 3px; height: 60px; width: 80px; border: 0px; font-size: 12px; font-weight: bold; 

background-position:center top;


	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EB7357;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	


border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;


box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;





text-shadow: 0 1px 0 #FFFFFF;
border-color: #CCC;
border-bottom-color: #AAA;



/*
background-image: -moz-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -ms-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -o-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(100%,#E0E0E0));
background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: linear-gradient(to bottom,#FFFFFF 0,#E0E0E0 80%);

*/

box-shadow: inset #333 0px 0px 0px 1px;

border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;


}






#myD { 


background-color: transparent; background-image: url(img/Date.png); color: #333333 ; background-repeat: no-repeat;   padding-bottom: 2px; padding-top: 4px; padding-left: 0px; height: 60px; width: 80px;  font-size: 11px; font-weight: normal; 
	
background-position:center top;



text-shadow: 0 1px 0 #FFFFFF;
border-color: #CCC;
border-bottom-color: #AAA;

/*
background-image: -moz-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -ms-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -o-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FFFFFF),color-stop(100%,#E0E0E0));
background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E0E0E0 80%);
background-image: linear-gradient(to bottom,#FFFFFF 0,#E0E0E0 80%);
*/
/*
box-shadow: inset #bbb 0px 0px 0px 1px;
*/
border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

/*
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.2) 0 1px 1px;
*/
}



#myD:hover {cursor: hand; font-weight: normal; color: #000000; 

background-color: #e0e0e0;
/*
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	*/



	

	
	
border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;


box-shadow:  #333 0px 0px 1px 1px;
/*
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	*/
	
	
}



#myD:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EB7357;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #EB7357;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EB7357;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;

border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
		
box-shadow: #fff000 0px 0px 10px;
		
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: #fff000 0px 0px 20px, inset rgba(0,0,0,.5) 0 1px 4px;
		
		
}


	
	

#menu8 {border-color: #000000 #000000 #000000 #000000; background-color: transparent; background-image: url(img/Date.png); color: #000000 ; background-repeat: no-repeat;   padding-top: 30px; padding-left: 0px; height: 50px; width: 75px; border: 0px; font-size: 12px; font-weight: normal; 
/*	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
}



#menu8:hover {cursor: hand; font-weight: normal; color: #000000; 

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
/*	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;*/
	
	}


	
	
#menu88 {border-color: #000000 #000000 #000000 #000000; background-color: transparent; background-image: url(img/Date-Previous.png); color: #000000 ; background-repeat: no-repeat;   padding-top: 30px; padding-left: 0px; height: 50px; width: 75px; border: 0px; font-size: 12px; font-weight: normal;
/*	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
}



#menu88:hover {cursor: hand; font-weight: normal; color: #000000; 

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
/*	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;*/
	
	}
	
	
	
	
#menu9 {border-color: #000000 #000000 #000000 #000000;  background-color: transparent; background-image: url(img/User-Green.png); color: #000000 ; background-repeat: no-repeat;  padding-top: 0px; height: 80px; width: 80px; border: 0px; font-size: 14px; font-weight: normal; 
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;	*/
}


#menu9:hover {cursor: hand;   border: 0px;  
	/*opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;*/
}



#enterBut {border-color: #000000 #000000 #000000 #000000;  background-image: url(img/User-Green.png); color: #000000 ; background-repeat: no-repeat;  padding-top: 25px; height: 60px; width: 80px; border: 0px; font-size: 14px; font-weight: normal; 
position: fixed;
top: 70px;
right: 10px;

background-position:center top;
	
	
	background-color: #d0d0d0; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}


#enterBut:hover {cursor: hand;   border: 0px; 

background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
}



#enterBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}





#menu13 {border-color: #000000 #000000 #000000 #000000;  background-image: url(img/Lock.png); color: #000000 ; background-repeat: no-repeat; padding-top: 25px; height: 60px; width: 100px; border: 1px; font-size: 14px; font-weight: normal;  
/*	opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;	*/

background-position: center top;
	
background-color: #CCCCBB;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

		border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
	
}


#menu13:hover {cursor: hand; font-weight: normal; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;

background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
}



#menu13:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#menu10 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Door-Out.png); color: #000000 ; background-repeat: no-repeat;   padding-top: 25px; height: 50px; width: 80px; border: 1px; font-size: 14px;  background-color: transparent;

font-weight: normal;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
}


#menu10:hover {cursor: hand; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;
	
background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
}

#ConfirmBut {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Accept.png); color: #000000 ; background-repeat: no-repeat;   padding-top: 25px; height: 50px; width: 80px; border: 1px; font-size: 14px;  
font-weight: normal;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
	background-color: transparent;

	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
		box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}


#ConfirmBut:hover {cursor: hand; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;
	
background-color: #e0e0e0;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
		box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}


#ConfirmBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}

#FixedExitBut {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Door-Out.png); color: #e0e0e0 ; background-repeat: no-repeat;   padding-top: 30px; height: 60px; width: 80px; border: 1px; font-size: 14px;  background-color: #BB5555;
    position: fixed;
    Top: 10px;
    left: 10px;
font-weight: bold;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	
background-position: center top;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	border-top-left-radius: 10px ;
border-top-right-radius: 10px ;

border-bottom-left-radius: 10px ;
border-bottom-right-radius: 10px ;
	
		box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;

}

#FixedExitBut:hover {cursor: hand;   border: 0px; 

background-color: #EE5555;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
}



#FixedExitBut:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}



#menu30 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Calendar-Delete.png); color: #000000 ; background-repeat: no-repeat; height: 50px; width: 100px; border: 1px; font-size: 14px;  font-weight: normal; background-color: transparent;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	text-indent: 40px;
}


#menu30:hover { cursor: hand; font-weight: normal; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;

background-color: #e0e0e0;
	
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
}




#menu303 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/Change-Password.png); color: #000000 ; background-repeat: no-repeat; height: 50px; width: 100px; border: 1px; font-size: 14px;  font-weight: normal; background-color: transparent;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	text-indent: 40px;
}


#menu303:hover { cursor: hand; font-weight: normal; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;

background-color: #e0e0e0;
	
		border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #888888;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #888888;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #555555;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	
}



#menu31 {border-color: #000000 #000000 #000000 #000000; background-image: url(img/User-Add.png); color: #000000 ; background-repeat: no-repeat; height: 50px; width: 100px; border: 1px; font-size: 140%;  font-weight: bold;
	/*opacity: 0.5;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;*/
	/*text-indent: 40px;*/
	
background-color: transparent;

	padding-top: 30px;
background-position: center top;
	

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e0e0e0;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;
	
}


#menu31:hover { cursor: hand; font-weight: bold; color: #000000; border: 1px;
	opacity: 1;
	filter: alpha(opacity = 100);
	-moz-opacity: 0.1;
	
background-color: #e0e0e0;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #aaaaaa;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaaaaa;

	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;	
	
}



#menu31:active {
/*background-image: url(img/Date.png);*/
       
background-color: #b0b0b0;

	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #e0e0e0;
	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #e0e0e0;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EB7357;
	
        -moz-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        -webkit-box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
        box-shadow: rgba(255,255,255,.28) 0px 1px 1px, inset rgba(0,0,0,.5) 0 1px 4px;
		

		
}


#menu11 { background-image: url(img/GrayTop.gif); color: #000000 ; background-repeat: repeat;}
#menu11:hover {background-image: url(img/BlackTopCenter.gif); border: black; background-repeat: repeat; cursor: hand; color: #FFFFFF;}



#menu222 {border-color: #000000 #000000 #000000 #000000;  background-color: #f0f0f0; color: #000000 ; font-weight: bold; font-family: Verdana; font-size: 9px; background-repeat: repeat; height: 15px; border: 0px;}


#Lmenu {  

	position: absolute;
	top: 300px;
    left: 5px;
	background: transparent;
    z-index: 100;
}

#Bmenu {  

	position: relative;
	/*bottom: 3px;*/
    /*left: 5px;*/
	/*background: transparent;*/
    z-index: 1;
	width: 700px;
	height: 400px;
	/*top:5px;*/

background-color: #ffffff;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555555;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #555555;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	

		border-top-left-radius: 8px ;
	border-top-right-radius: 8px ;
	border-bottom-left-radius: 8px ;
	border-bottom-right-radius: 8px ;
	
	
	box-shadow: #777 13px 13px 14px;
-moz-box-shadow: #777 13px 13px 14px;
-webkit-box-shadow: #777 13px 13px 14px;


}






#TopMenu {  
	color: #000000 ; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 9px; 
	background-color: #FFFFFF; 
	position: absolute;
	top: 20px;
    left: 60px;
    z-index: 100;
	filter: alpha(opacity=80);
	background: transparent;
}

/*
#FrontPage {  

	top: 50px;
    left: 150px;
	background: white;

}
*/

a[href ^="mailto:"] {
   padding-right: 20px;
   background: transparent url(img/mailto.gif) no-repeat center right;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url(img/pdf.gif) no-repeat center right;
}


a[href $='.doc'] { 
   padding-right: 18px;
   background: transparent url(img/doc.gif) no-repeat center right;
}


a[href $='.xls'] { 
   padding-right: 18px;
   background: transparent url(img/xls.gif) no-repeat center right;
}

a[href $='.zip'] { 
   padding-right: 18px;
   background: transparent url(img/zip.gif) no-repeat center right;
}









input[type=text]{ 
  /*font-family:TrebuchetMS; */
  font-size:12px; 
  font-weight:normal;
  /*font-weight:bold; */
  background-color:#e0e0e0; 
  border-color:#c0c0c0; 
  border-style:solid; 
  /*border-style:inset;*/ 
  border-width:1px; 
  color:#000000; 
  width: 150px;

}

input[type=password]{ 
  /*font-family:TrebuchetMS; */
  font-size:12px; 
  font-weight:normal;
  /*font-weight:bold; */
  background-color:#f0f0f0; 
  border-color:#c0c0c0; 
  border-style:solid; 
  /*border-style:inset;*/ 
  border-width:1px; 
  color:#000000; 
  width: 150px;

}


textarea{ 
  /*background-image: url(img/GrayTop.gif);*/
  /*font-family:TrebuchetMS; */
  font-size:12px; 
  font-weight:normal;
  /*font-weight:bold; */
  background-color:#f0f0f0; 
  border-color:#c0c0c0; 
  border-style:solid; 
  /*border-style:inset;*/ 
  border-width:1px; 
  color:#000000; 
  width: 250px;
}



	
select{ 
	font-size:12px; 
	font-weight:normal;
	background-color:#f0f0f0; 
	color:#000000; 
	width: 255px;
	border-style: solid ;
	border-color: #c0c0c0;
}


#BottomMenu {  
	background-color: #f0f0f0; 
	color: #000000 ; 
	font-weight: bold; 
	font-family: Verdana; 
	font-size: 9px; 
	background-color: #f0f0f0; 
	background-repeat: repeat; 
	height: 15px;
	position: absolute;
	Bottom: 12px;
    left: 115px;
	background: transparent;
    z-index: 100;


}

#footer {
	/*background-image:url(img/background.gif);*/
	font-size: 9px;
	color: #404040;
	position: absolute;
    Bottom: 1px;
    left: 2px;
    /*width: 100%;*/
	vertical-align: center;
    /*background-color: white;*/
     z-index: 200;
}







.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(img/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover {
background-image: url(img/glossyback2.gif);
}

.glossymenu li a:active {
background-image: url(img/glossyback2.gif);
}











.myMenu {
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100px;
border: 0px solid #9A9A9A;
border-bottom-width: 1;
}

.myMenu li a{
background: white url(img/g.gif) repeat-x ;
height: 15px;
font: bold 9px Verdana;
color: #9A9A9A;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
border: 1px solid #9A9A9A;
}

/*
.myMenu li a:visited, {
color: white;
}*/

.myMenu li a:hover {
background-image: url(img/wmbh.gif);
color: white;
border-color: #000000 #000000 #000000 #000000;
}


/*
.myMenu li a:active {
background-image: url(img/BlackTop.gif);
color: red;
}


.myMenu li.selected {
background-image: url(img/BlackTop.gif);
color: red;
}
*/





.shiftcontainer{
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 602px; /* container width*/
background: transparent url(img/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 0px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}



</pre></body></html>