/* CSS Document 
1. General
2. headers
3. links
4. Text
	4.1 styles
5. tables
6. forms
*/

/*  ===== 1. General ======*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*  ===== 2. headers ======*/
 H1 {
	font-face: san-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
}
 
 H2 {
	font-face: Verdana;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}
 
 H3 {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-indent: 20px;
}

 H4 {
	font-family:Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
h5 {
	color: #CC0000;
	font-size: 12px;
}
h6 {
	color: #FFFFFF;
	font-size: 10px;
}



/*  ===== 3. links ======*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #00FF00;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
}



/*  ===== Text ======*/
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}


/*  ===== styles ======*/

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style2 {
	font-size: 12;
	font-weight: bold;
}
.style3 {
	font-size: 24
	}
.style36 {
	color: #FFFF00;
	font-weight: bold;
}
.style37 {
	font-size: 12px;
	font-weight: bold;
}
.style43 {
	color: #003366;
	font-size: 14pt;
}
.style44 {font-size: 13pt}
.style49 {font-size: 18px}
.style51 {font-size: 18px; color: #FFCC00;}
.style52 {color: #FFCC00}
.style53 {
	color: #FFFF33;
	font-size: medium;
	font-weight: bold;
}
.style64 {color: #FF0000}
.style65 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 1em;
	filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=3);
	/* Needed for Gecko */
    line-height: 2em;
	white-space: nowrap;
	margin-top: 4px;
}
.style66 {
	font-size: x-small;
	margin-top: 5px;
}
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: bold;
}
.top2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}
.donkey {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	}
a.donkey:link {color: #7D0000; text-decoration: none; }
a.donkey:visited {color: purple; text-decoration: none; }
a.donkey:hover {color: orange; text-decoration: underline; }
a.donkey:active {color: blue; } 

a.donkeyWhite:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: medium;
}
a.donkeyWhite:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: medium;
 }
a.donkeyWhite:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: medium;
}
a.donkeyWhite:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: medium;
} 

a.donkeyBlack:link {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
}
a.donkeyBlack:visited {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
 }
a.donkeyBlack:hover {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
}
a.donkeyBlack:active {
	color: #000066;
	text-decoration: underline;
	font-size: 10px;
} 
a.topNav:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.topNav:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
a.topNav:hover {color: #009900; text-decoration: underline; }
a.topNav:active {color: #FFFFFF; } 

a.topNav2:link {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.topNav2:visited {
	color: #000000;
	text-decoration: none;
	font-size: 10px;
}
a.topNav2:hover {color: #FF6600; text-decoration: underline; }
/*  ===== DIV ======*/
.limit_border{
	position: relative;
	width: 775px;
	height: 1315px;
	background-color: #333333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.Open {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}
#Layer1 {
	position:absolute;
	width:497px;
	height:17px;
	z-index:1;
	left: 0px;
	top: 0px;
	padding: 1px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}
#Layer2 {
	position:absolute;
	left:501px;
	top:0px;
	width:270px;
	height:17px;
	z-index:1;
	font-size: xx-small;
	margin: 0px;
	padding: 1px;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:20px;
	width:774px;
	height:163px;
	z-index:1;
}
#Layer4 {
	position:absolute;
	left:0px;
	top:184px;
	width:774px;
	height:29px;
	z-index:1;
}
#Layer5 {
	position:absolute;
	left:0px;
	top:214px;
	width:774px;
	height:630px;
	z-index:1;
}
#Layer5-1 {
	position:absolute;
	left:0px;
	top:809px;
	width:774px;
	height:162px;
	z-index:1;
}
#Layer6 {
	position:absolute;
	left:0px;
	top:794px;
	width:774px;
	height:25px;
	z-index:1;
	background-color: #CCCCCC;
}

#Layer7 {
	position:absolute;
	left:1px;
	top:987px;
	width:774px;
	height:267px;
	z-index:1;
}
#Layer8 {
	position:absolute;
	left:0px;
	top:1256px;
	width:774px;
	height:38px;
	z-index:1;
}
#Layer9 {
	position:absolute;
	left:0px;
	top:1297px;
	width:774px;
	height:10px;
	z-index:1;
}
#toolbar {
	position:absolute;
	width:329px;
	height:23px;
	z-index:1;
	left: 600px;
	top: -2px;
	visibility: visible;
}

.imageLeft {
	float: left;
	padding-right: 7px;
}

.imageRight {
	float: right;
	padding: 10px;
}

.imageCenter {
	padding: 2px;
}
.textBox {
	text-align:left;
	padding:5px;
	background-color:#FFCC00;
	border:1px solid black;
	font-size:11px;
	line-height: 1px;	
	font-family:Verdana;
	color: #FFFFFF;
}
.footer {
	font-family:Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.errorAlert {
	font-family:Verdana;
	font-size: 11px;
	color: #FF9999;
}
.cellPad {
	padding: 10px;
}
.formBtn {
	text-align:left;
	background-color:#FFCC00;
	border:1px solid black;
	font-size:11px;
	line-height: 0px;	
	font-family:Verdana;
	color: #FFFFFF;
}
input {
 background-color: #FFCC33;
}

.button {
	font-size:11px;
	font-family:Verdana;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}
.resources {
	border: 1px solid Black;
	background-color: #4169E1;
	height: 255px;
	width: 365px
	
}
.onlineHdr {
	background-image: url(../images/onlinePic.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 140px;
	font-family:Verdana;
	font-size: 18px; color: #FFCC00;
	
}
.onlineCls {
	background-image: url(../images/classroomPic.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height: 140px;
	font-family:Verdana;
	font-size: 18px; color: #FFCC00;
}
.onlineCls2 {
	background-image: url(../images/hawKins.jpg);
	background-position:top, left;
	background-repeat:no-repeat;
	height: 140px;
}
.onlineContent {
	background-color: #3EA3FF;
	
}
/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#666666, 
                 Direction=135, 
                 Strength=5);
  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}

/* 
 * used by browsers which know about
 * :before to create the shadow 
 */
.shadow:before {
  display: block;
  margin: 0 0 -2.12em 0.15em;
  padding: 0;
  color: #666666; 
}

#shadow_1:before { 
  content: 'In shadow'; 
}
#second_2:before { 
  content: 'Happy Shadowing!'; 
}

/*\*/
html*.shadow {

  [color:red;/* required by Safari 
              * so that [] is correctly
              * begun. associated with
              * the property, yet hiding
              * it. Seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    text-shadow: #666666 5px 5px 5px; 

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

/*\*/
html*.shadow:before {

  [color:red;/* required by Safari. 
                seen by IE6 */

    /* 
     * seen by IE6 and Safari, but hidden
     * from Gecko 
     */
    display: none;

  ]color:auto; /* resets color for IE6 */
}/**/

/* 
 * end hack using dummy attribute selector
 * for IE5 mac
 */
.dummyend[id]{clear: both;}

#classroom10 {
	position:absolute;
	left:5px;
	top:51px;
	width:762px;
	height:226px;
	z-index:1;
	background-image: url(../images/online/characters.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#classroom11 {
	position:absolute;
	left:3px;
	top:276px;
	width:755px;
	height:310px;
	z-index:1;
	border: 1px solid #666666;
}
#classroom12 {
	position:absolute;
	left:10px;
	top:16px;
	width:231px;
	height:78px;
	z-index:1;
	background-image: url(../images/online/onlineTags2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#classroom13 {
	position:absolute;
	left:509px;
	top:13px;
	width:241px;
	height:111px;
	z-index:1;
	background-color: #0689FF;
	border: 1px dotted #79BFFF;
}
#classroom14 {
	position:absolute;
	left:153px;
	top:155px;
	width:599px;
	height:151px;
	z-index:1;
}
#classroom15 {
	position:absolute;
	left:293px;
	top:26px;
	width:170px;
	height:92px;
	z-index:1;
	background-image: url(../images/online/comedy-central.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#classroom16 {
	position:absolute;
	left:0px;
	top:158px;
	width:140px;
	height:139px;
	z-index:1;
	background-image: url(../images/online/girl.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#classroom17 {
	position:absolute;
	left:0px;
	top:150px;
	width:755px;
	height:159px;
	z-index:1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#price {
	position:absolute;
	left:627px;
	top:0px;
	width:133px;
	height:52px;
	z-index:1;
}
#ticket {
	position:absolute;
	left:1px;
	top:85px;
	width:129px;
	height:113px;
	z-index:1;
}
#TopHeader {
	position:absolute;
	left:24px;
	top:11px;
	width:536px;
	height:25px;
	z-index:1;
}
.addBox{
	color: #FFFFCC;
	background-color: #498CFF;
	margin-bottom: 10px;
	border: 1px dotted #FFAEAE;
	padding: 7px;
	width: 170px;

}
#TVbanner {

	left:0px;
	top:0px;
	width:777px;
	height:185px;
	background:     url(../images/2ndlevel/classroom/bannerclassroom.jpg) left;
}
