/*
#Template for DLTC Website

#Name:    DLTC WEb site
#Specification:  CSS1, MSIE v. 4 + , Netscape v. 4, Netscape v. 6, Opera v. 4
#Publisher:   DLTC
#Author:   Bob Golden
#Author Email:  bernard_golden@hotmail.com
#Creation Date:  27 Dec 2002

#Begin Template
*/


/* */

body{
background-color:yellow;
 }

a.bluelink:link {
 font-family: Verdana, arial, helvetica; font-size:12px; color:#0000ff; text-decoration: underline; 

}


/* The orange block with white text */
.textbutton  {


}

p,h1,h2,h3,h4,ol,ul,div,address,blockquote,nobr,input,select{
	font-family: Verdana, arial, helvetica, sans-serif;
}

h1{
	font-weight:bold; font-size:20px; text-decoration: none; color:#000066; margin:0 0 6px 0;
}
h2{
	font-weight:bold; font-size:14px; text-decoration: none; color:#000099; margin:0 0 0 0;
	padding:5 5 5 0;
}
h3{
	font-weight:bold; font-size:11px; text-decoration: none; color:#0000CC; 	margin:0 0 0 0;
	padding:5 5 5 0;
}
h4{

}
h5{

}
h6{

}
p,ul,ol,td,th,address,nobr,i,input,select{

}
/*
#topnav{height:16px; background: #00FF00;text-align:center;}
#langnav{height:16px; background: #00CC00;}
#blackline{height:16px; background: #000000;}
#pageleft{width:148px; background:#000000; padding-left:0px; padding-top:2px;text-align:center;}
#pageright{background:#00CC00;width:240px;}*/
#topnav{height:16px; background: #FFCC33;text-align:center;}
#langnav{height:16px; background: yellow;}
#blackline{height:16px; background: black;}
#pageleft{width:148px; background:black; padding-left:0px; padding-top:2px;text-align:center;}
#pageright{background:#FFFF00;width:240px;}
/*style="height:16px; background: #FFCC33;text-align:center;"*/
.reg_form{
font-size:10pt;font-weight:bold; color: blue; font-decoration:none;
}
.test_form{
vertical-align:top;font-size:10pt; color: blue; font-decoration:none;
}
#coursesindex{position:relative;width:166px;height:64px;top:0px;font-size:8pt;font-weight:normal; color: blue; font-decoration:none; background:#FFFFCC;padding-left:0px; padding-top:0px; 
padding-right:0px;padding-bottom:0px;border: none;text-align:left; margin-left:10px; margin-bottom:10px; }
#commentsindex{position:relative;width:166px;height:64px;top:18px;font-size:8pt;font-weight:normal; color: blue; font-decoration:none; background:#FFFFCC;padding-left:0px; padding-top:0px; 
padding-right:0px;padding-bottom:0px;border: none;text-align:left; margin-left:10px; margin-bottom:10px;}
#bookingtable{
font-size:11px;font-weight:normal; color: blue; font-decoration:none;vertical-align:top;
}
#bookingtableheading{
font-size:11px;font-weight:bold; color: blue; font-decoration:none;vertical-align:top;
}
td{
vertical-align: top;
}
li{
padding-bottom:0px;
}

.wlink {
  color: white;
  font-family: Verdana, arial, helvetica;
  font-size: 11px;
  text-decoration: none;
 font-weignt: bold;
}

#feescheduletable{
font-size:8pt;font-weight:normal; color: blue; font-decoration:none; padding-left:5; padding-top:20px; 
padding-right:5px;padding-bottom:20px;text-align:left; border: 1px thin solid; background:#FFFFCC; border-color:#FFCC00; width:520px;
margin-top:10px;margin-bottom:10px;margin-left:10px;}

.wlink:hover {
  text-decoration: underline;
}


A:link
{
text-decoration: none; 
  color: #0000FF;
}

A:visited
{
text-decoration: none; 
  color: #0000FF;
}


A:active
{
text-decoration: none;
  color: #0000FF;
}

A:hover
{
text-decoration: underline;
  color: #0000FF;
}



A.navlink:link {
  color: #FFCC00;
  font-family: Verdana, arial, helvetica;
  font-size: 12px;
  text-decoration: none;
 font-weight: bold;
}
A.navlink:visited{
  color: #FFCC00;
  font-family: Verdana, arial, helvetica;
  font-size: 12px;
  text-decoration: none;
 font-weight: bold;
}
A.navlink:active{
  color: #FFCC00;
  font-family: Verdana, arial, helvetica;
  font-size: 12px;
  text-decoration: none;
 font-weight: bold;
}
A.navlink:hover{
	color:#FFFFFF;
	text-decoration:underline;
	cursor:hand; 
	text-align:center;
}

A.subnavlink:link{
	color:#FFCC00;
	font-family:Verdana, arial, helvetica;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
A.subnavlink:visited{
	color:#FFCC00;
	font-family:Verdana, arial, helvetica;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
A.subnavlink:active{
	color:#FFCC00;
	font-family:Verdana, arial, helvetica;
	font-size:10px;
	text-decoration:none;
	font-weight:normal;
}
A.subnavlink:hover{
	text-decoration:underline;
	cursor:hand; 
	color:#FFFFFF;
}
.black_overlay{
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}
 
.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    padding: 16px;
    border: 16px solid orange;
    background-color: white;
    z-index:1002;
    overflow: auto;
}