@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #000000;
	margin-right: 0px;
}

/* general text*/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/* general text*/

.style1 {font-size: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;}

.style2 {
		font-size: 18px;
		color: #b1201e;
		font-weight: bold;
}
.style3
		{
		font-style:italic;
		font-weight: bold;
		}

.style4
		{
		font-color:#3366FF;
		font-weight: bold;
		}

.style5 {	
		font-size: 10px;
		font-weight: normal;
		font-color:#000000;
		text-align:center
		}

.style6 {
		font-size: 14px;
		font-weight: bold;
		}


.style7 {
		color: #990000;
		font-weight: normal;
		font-size: 24px;
}
.style8 {	
		color: #000000;
		font-style: italic;
		font-weight: normal;
		font-size: 14px;
}

.style9 {
		color: #990000;
		font-weight: bold;
		font-size: 14px;
}

.style10 {
		color: #990000;
		font-weight: bold;
		font-size: 14px;
		font-style: italic;
}

.style11 {
		color: #3131da;
		font-weight: bold;
		font-size: 16px;
}

.style12 {
	font-size: 20px;
	color: #000000;
}

.style12b { 
	font-size: 18px;
	color: #900
	}

.style13 { 
	color: #026fb9;
	font-weight: bold;
	font-size: 16px;
	}
/*-----------------------------------------------------------------------*/

#title {
	position: absolute;
	left: 50px;
	top: 9px;
	z-index:1;
	width: 854px;
	height: 852px;
	
	}
	
	
#login  {
	position: absolute;
	left: 534px;
	top: 749px;
	z-index:99;
	width: 250px;
	height: 62px;
	
	}
	
/*#saying {
	position: absolute;
	left: 158px;
	top: 353px;
	z-index:2;
	width: 655px;
	height: 38px;
	font-weight:bold;
	text-align:center
	}*/
		
/*#yinyang {
	position: absolute;
	left: 429px;
	top: 395px;
	z-index:3;
	width: 55px;
	height: 55px;
	
	}*/

		
#hp_scroll{
	position: absolute;
	left: 553px;
	top: 479px;
	z-index:4;
	width: 288px;
	height: 177px;
	
	}
	

	
/*Body Menu Script*/	
#homepage_menu {
	position: absolute;
	left: 88px;
	top: 313px;
	z-index:5;
	width: 800px;
	height: 30px;
	
	}	
	
	/* ######### Style for Tab Interface itself ######### */

	
.shadetabs{
border-bottom: 2px solid black;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
border: 2px solid black;
color: #000000;
background: white url(shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 261px;
border: 2px solid #000000; /*THEME CHANGE HERE*/
border-width: 0 2px;
font:normal 12px arial;
line-height:18px;
z-index:2;
background-color: white;
width: 200px;
visibility: hidden;
left: 91px;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 2px solid #000000; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF;
}
/*end Body Menu Script*/
	
	
	
/*black belt */
#newblackbelts {
	position: absolute;
	left: 504px;
	top: 665px;
	z-index:6;
	width: 350px;
	height: 112px;
	}
	
	.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
position:absolute;
display:none;
/*border:5px solid black; /*Border around tooltip*/
background:white;
z-index:3000;
}

/*.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
/**background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}.*/


/*end black belts*/	
/*--------------------------------------------------------------------*/

Image w/ description tooltip v2.0
.ddimgtooltip{
box-shadow: 3px 3px 5px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 3px 3px 5px #818181;
-moz-box-shadow: 3px 3px 5px #818181;
display:none;
position:absolute;
border:1px solid black;
background:white;
color: black;
z-index:2000;
padding: 4px;
}
end Image w/ description tooltip v2.0


	


	
/*#line {
	position: absolute;
	left: 55px;
	top: 423px;
	z-index:2;
	width: 436px;
	height: 3px;
	
	}	*/	
		
#box {
	position: absolute;
	left: 55px;
	top: 413px;
	z-index:2;
	width: 436px;
	height: 423px;
	
	}
#registration {
	position: absolute;
	left: 494px;
	top: 435px;
	z-index:2;
	width: 146px;
	height: 100px;
	
	}	
	
#classes {
	position: absolute;
	left: 490px;
	top: 545px;
	z-index:2;
	width: 146px;
	height: 100px;
	
	}	
	
#gazette {
	position: absolute;
	left: 492px;
	top: 609px;
	z-index:2;
	width: 145px;
	height: 100px;
	
	}
	
#pix {
	position: absolute;
	left: 491px;
	top: 671px;
	z-index:2;
	width: 145px;
	height: 100px;
	
	}	
#ielogo {
	position: absolute;
	left: 276px;
	top: 827px;
	z-index:3;
	width: 285px;
	height: 30px;
	
	}

/*#stop_important {
	position: absolute;
	left: -12px;
	top: 138px;
	z-index:3;
	width: 185px;
	height: 25px;
	
	}*/	

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: black;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}


/*jr dragons rollover*/
#jrdragons {
	position: absolute;
	left: 108px;
	top: 676px;
	z-index:3;
	width: 100px;
	height: 18px;
}
/*end jr dragons rollover*/


/*parent_child rollover*/
#parent_child {
	position: absolute;
	left: 107px;
	top: 739px;
	z-index:3;
	width: 150px;
	height: 20px;
}

/*end parent_child rollover*/

	
	
/*pagination*/
.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px black;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 2px solid black;
color: #000000;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #00000;
background-color: #3857E1;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #00000;
background-color: 416DFC;
}

.paginationstyle text{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px
}
/*end pagination*/

/*contact sites*/
#contact_sites {
	position: absolute;
	left: 246px;
	top: 825px;
	z-index:2;
	width: 400px;
	height: 30px;
	text-align:center
	
	}
/*end contact sites*/

