/* StyleSheet for FancyThreads */

form {
	display: inline;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	padding: 0;
/*
 	background: #fff url(back.png) no-repeat;
 	background: #fff url(Header_main_bevel.jpg) no-repeat;
*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
span{
	display:none;
}
*/

a{
	color: #0000ff;
	text-decoration: none;
}

a:visited{
	color:gray;
}

a:hover{
	text-decoration: none;
}

ul {
	position: relative;
	width: 776px;	/* 800 - 12 -12 */
/*	background: url(bg_nav.png) no-repeat;	*/
	height: 107px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li#bu1 a, li#bu2 a, li#bu3 a, li#bu4 a {
	background: transparent;
	position: absolute;
	width: 117px;
	height: 27px;
	bottom: 0;
	text-decoration: none;
}

#testwtf{
	font-size:42px;		
}

	
#container{
	width:776px;	/* 800 - 12 -12 */
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
}
/* adjusted values for IE6 */
* html*li#bu1 a, * html*li#bu2 a, * html*li#bu3 a, * html*li#bu4 a { bottom: -1px; }

li#bu1 a { left: 12px; }
li#bu2 a { left: 128px; width: 112px; }
li#bu3 a { left: 238px; width: 112px;  }
li#bu4 a { left: 324px;  }

/*
li#bu2 a:hover, li#bu3 a:hover, li#bu4 a:hover { background-position: 0 -32px; }
*/

h1{
	font-size:16px;	
}

h2{
	font-size:12px;		
	font-weight:normal;
}
.label{
	display: block;	
	font-weight: bold;
	font-size:110%;
	margin-top:15px;
	margin-bottom:5px;
}

.field-label{
	display:block;
	margin-top:10px;
	margin-bottom:3px;
	font-weight:bold;
}

#search{
	position:absolute;
	top:10px;
	left:530px;
	text-align:right;
	width:260px;
	font-size:8pt;
}

#search input{
	font-size:8pt;
}

#search a{
	color:black;
	text-decoration:none;
}

#search-items *{
	margin: 2px;
}

#search-results-detail{
	margin-top: 10px;
}

.search-results-navigation{
	text-align: right;
}

button, input, textarea{
	font-size: 12px;
}

#footer{
	position:relative;
	display: block;
	color:gray;
/*	text-align: right;    */
	border-top:1px solid gray;
	margin-top:20px;
	padding:10px;
}

#footer a{
	color:gray;	
}

#buttons{
	padding-bottom:10px;
	margin-top:20px;	
}

button{
	margin-right:5px;
	padding:2px;
}

.viewdocument{
	margin-bottom: 15px;
	line-height: 1.0em;
	text-decoration:none;
}

.error{
	color:red;
}

fieldset{
	margin-top:1px;
	padding:1px;
	color: #777;    /* color of text */
	font-size:10pt;
	color:black;
}

legend{
	color: #666;
}



table.schedule
{ 
text-align: left;
font-family: Tahoma;
font-weight: normal;
font-size: 15px;
/* color: #404040;
width: 260px;
background-color: #fafafa;
*/
border: 1px #d79900 solid;
border-collapse: collapse;
border-spacing: 0px;
}


table.schedule td
{
    border-color: #888;
    border-width: 1px 1px 0px 0px;
    border-style: solid;
    margin: 0;
    padding: 5px;
    background-color: #FFF;
    width: 102px;
}

.headinggggggggggg
{
    border-color: #888;
    border-width: 1px 1px 3px 0;
    border-style: solid;
    margin: 0;
    padding: 5px;
    background-color: #FFF;
    width: 102px;
}

/**********************************/
/* For javascript drop down menus */
/**********************************/
#sddm
{	margin: 0 0 0 0;
	padding: 0px 0px;
	height: 0px;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 29px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 0px;
	width: 0px;
	background: transparent;		/* The background colour of the parent menu items while at rest */
	color: transparent;				/* The foreground colour of the parent menu items while at rest */
	text-align: center;
	text-decoration: none}

#sddm li a#home
{	
	width: 70px}

#sddm li a#newstudents
{	
	width: 136px}

#sddm li a#schedule
{	
	width: 96px}

#sddm li a#classdescriptions
{	
	width: 178px}

#sddm li a#teacherbios
{	
	width: 128px}

#sddm li a#pricing
{	
	width: 66px}

#sddm li a#contactus
{	
	width: 80px}





#sddm li a:hoverrrrrrrrrr
{	background: #49A3FF}		/* The background colour of the parent menu items while beign hovered over */

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fg37e1;		/* what is this ??? */
	border: 1px solid #5970B2}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		heighttt: 28px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;	/* The background colour of the submenu items while at rest */
		color: #2875DE;
		font: 13px arial}

	#sddm div a:hover
	{	background: #49A3FF;	/* The background colour of the submenu items while being hovered over*/
		color: #FFF}		/* The text colour of the submenu items while being hovered over */
