body {
	background-color:White;
	
}

.yafnet
{
	width: 100%; /*970px */
	margin: 0px auto;
	font-family: Verdana, Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B3b3b;
	background-color: #FFFFFF;
	
}
/*.yafnet td {
	font-family: sans-serif, Helvetica, Arial;
	font-size: 11px;
	color: #3b3b3b;
}
*/
.yafnet table
{
	text-align:left;
}
.yafnet input,
.yafnet select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3b3b3b;	
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;	
}
.yafnet img {
	border: 0;
}
.yafnet ul {
	margin: 2px 2px 2px 2px;
	padding: 0;
}
.yafnet li {
	margin-left: 15px;
}
.yafnet tr.header1 {	
	/*background-image: url('titleBack.gif'); */
	background-image : url('footer_flood_bg.png');
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 11pt;
}
.yafnet tr.header1 a {
	color: #ffffff;
	text-decoration: none;
}
.yafnet tr.header1 a:hover {
	color: #eeffee;
	text-decoration: underline;
}	
.yafnet td.header1, th.header1
{
	/*background-image: url('titleBack.gif'); */
	/*background-color: #0065FF;*/
	background-image : url('footer_flood_bg.png');
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
}	
.yafnet .header1Title {
	/*background-image: url('titleBack.gif'); */
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;	
	font-size: 15px;
	line-height: 30px;
}
.yafnet tr.header2 {
	background-color: #e3e3e3;
	color: #55a055;
	font-weight: bold;
}
.yafnet td.header2 {
	background-color: #e3e3e3;
	color: #5555a0;
	font-weight: bold;
}
.yafnet a.header2 { height: auto; background-color: Transparent; border-style: none; background-image: none; }
.yafnet td.header2 a { color: #000090; text-decoration: none; }
.yafnet td.header2 a:link { color: #7f7f7f; text-decoration: none; }
.yafnet td.header2 a:visited { color: #7f7f7f; text-decoration: none; }
.yafnet td.header2 a:active { color: #7f7f7f; text-decoration: none; }
.yafnet td.header2 a:hover { color: #7f7f7f; text-decoration: underline; }
.yafnet td.infoTable {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #F2F2F2;
}
/* all links */
.yafnet .content a			{ color: #001090; text-decoration: none; }
.yafnet .content a:hover	{ color: #001090; text-decoration: underline; }
/* Footer1 - Bottom of tables */
.yafnet .footer1 {
	font-size: 7pt;
	height: 28px;
	background-color: #f4f4f4;
}
.yafnet .footer1 select,
.yafnet .footer1 td {
	font-size: 10px;
}
.yafnet .forumheading {
	font-size: 9pt;
	font-weight: bold;
}
.yafnet a.post_link
{
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
/* Header of posts */
.yafnet .postheader {
	background-color: #f0f0f0;
}
.yafnet .postheader a {
	font-size: 11pt;
	color: Black;	
}
/* User info and post/article */
.yafnet .post {
	background-color: #F5F5F5;
}
.yafnet .post_alt {
	background-color: #FaFaFa;
}
.yafnet tr.post:hover {
	background-color: #FFFFFF;	
}
.yafnet tr.post_alt:hover {
	background-color: #FFFFFF;	
}
/* Footer of posts */
.yafnet .postfooter {
	background-color: #cdcdcd;
}
.yafnet .postfooter .editedinfo {
	color:#FF0000;
	font-weight:bold;
}
/* Area between posts */
.yafnet .postsep {
	background-color: #3a3b5a;
	height: 10px;
}
/* most tables are class 'content' */
.yafnet table.content {
	border: solid 1px #777777;
	margin: 0px;
	color: #000000;
}
.yafnet .postformheader {
	background-color: #EEEEEE;
	font-weight:bold;
}
.yafnet .fileattach {
	padding: 5px;
	background-color: #eeeeee;
	border: solid 1px #808080;
}
.yafnet .fileattach .filetitle,
.yafnet .fileattach .imgtitle {
	font-weight: bold;
	color: #444444;
	margin-bottom: 5px;
	font-size: 1.1em;
}
.yafnet .fileattach .attachedimg,
.yafnet .fileattach .attachedfile {
	margin-left: 10px;
}
.yafnet .fileattach a {
	font-weight: bold;
}
.yafnet table.content td {
	padding: 5px;
}
.yafnet .content td table td table td {
	padding: 0px;	
}
.yafnet .content .headersub {
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;	
}
/* used for quoting messages */
.yafnet .quote {
	padding-left: 16px;
	margin: 5px;
}
.yafnet .innerquote {
	padding: 4px;
	background-color: #fefefe;
	border: 1px dashed #808080;
}
/* used for code */
.yafnet .code {
	padding-left: 16px;	
	margin: 5px;
}
.yafnet .innercode {
	padding: 4px;
	background-color: #efefef;
	border: solid 1px #808080;
	color: #000000;
	line-height: 1.3em;
	font-family: "courier new", "times new roman", monospace;
    overflow: scroll;
    width: 600px;
	white-space: nowrap;
}
/* font sizes */
.yafnet .smallfont	{ font-size: 10px; }
.yafnet .largefont	{ font-size: 11px; }
/* Image Links */
.yafnet a.imagelink {
	font-weight: bold;
	color: #000000;
}
.yafnet a:hover.imagelink {
	text-decoration: none;
	/*background-color: #D0D0D0;*/
}
/* Used for editor textarea */
.yafnet .posteditor {
	width: 100%;
	height: 200px;
}
/* Forum Welcome Message */
.yafnet .yafForumWelcome
{
	width: 840px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.yafnet .DivTopSeparator
{
	clear: both;
}
/* div at the top of pages with navigation links */
.yafnet .yafPageLink
{
	/*border-top: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	padding: 2px;
*/
	width: 840px;
	text-align:left;
	font-weight: bold;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
.yafnet .yafPageLink .currentPageLink { color: #001090; }
.yafnet .yafPageLink .linkSeperator { color: #666666; }
.yafnet .yafPageLink a 
{ 
	color: #000000; 
	text-decoration: none ;
	padding-left: 5px;
}
.yafnet .yafPageLink a:hover {color: #666666; }
/* for printing */
.yafnet table.print {
	border: solid 1px #C0C0C0;
}
.yafnet .printheader {
	background-color: #DDDDDD;
	color: #000000;
	padding: 4px;
}
.yafnet .printbody {
	background-color: #FFFFFF;
	color: #000000;
	padding: 4px;
}
.yafnet .pbutton {
	background-color: #3B3B3B;
	font-size: 10px;
	color: #FFFFFF;
	border: none;
	font-weight: bold;
}
.yafnet .textfield {
	background-color: #FFFFFF;
	border: 1px solid #3B3b3b;
	width: 100%;
}
.yafnet .ButtonOut {
	border: #669966 1px solid;
}
.yafnet .ButtonOver {
	border: #000000 1px solid;
	background-color: #ffffff;
}
.yafnet .ButtonChecked {
	border: #000000 1px solid;
}
.yafnet .ButtonOff {
	border: #669966 1px solid;
}
.yafnet #bbcodeFeatures {
	border: #eeffee 1px solid;
}
/*
Use this to setup overflow feature for your site.
On IE that would mean specifying a width so that the overflow will work properly.
This CSS already works on FireFox.
*/
.yafnet div.postdiv {
	width: 100%;
	min-height: 100px;
	overflow: auto;	
}
.yafnet div.yafsignature
{
	border-top: solid 1px #666666;
	margin-top: 15px;
	padding-top: 5px;
}
.yafnet .yafactiveusers a.active_hidden {
	font-style: italic;
	color: #aaaaaa;
}
/* CSS Pagelinks */
.yafnet .yafpager {
	color: #555555;
	margin: 6px 0px 6px 0px;
}
.yafnet .pagelink,
.yafnet .pagelinkfirst,
.yafnet .pagelinklast,
.yafnet .pagecurrent,
.yafnet .pagecount{
	background: #F5F5F5;
	border: 1px solid #444444;
	padding: 1px 3px 1px 3px;
	margin-right: 2px;
}
.yafnet .pagecount {
	margin-right: 5px;
}
.yafnet .pagelinkfirst,
.yafnet .pagelinklast{
	background: #e0e0e0;
}
.yafnet .pagecurrent{
	background: #dddddd;
}
.yafnet .pagelink a,
.yafnet .pagelinkfirst a,
.yafnet .pagelinklast a {
	text-decoration: none;
	color: #000090;
}
/* CCS Buttons */
.yafnet a.yaflittlebutton {
	background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: right;
	font-size: 8px; 
    height: 18px;
    margin: 2px 0px 2px 2px;
    padding-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet a.yaflittlebutton span {
    background: transparent url('ButtonBack.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 4px 3px 4px 5px;
}
.yafnet a.yaflittlebutton img {
	vertical-align: middle;
	padding: 0px 4px 2px 0px;
}
.yafnet a.yaflittlebutton:hover {
	color: #ffffff;
	text-decoration: none;
}
.yafnet a.yaflittlebutton:active {
    background-position: bottom right;
    outline: none;
}
.yafnet a.yaflittlebutton:active img {
    padding: 0px 4px 2px 0px;
}
.yafnet a.yaflittlebutton:active span{
    background-position: bottom left;
    padding: 5px 3px 3px 5px;
}
.yafnet a.yafcssbigbutton{
    background: transparent url('ButtonEnd.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: right;
	font-size: 8px; 
    height: 18px;
    margin: 2px 0px 2px 2px;
    padding-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet a.yafcssbigbutton span{
    background: transparent url('ButtonBack.gif') no-repeat;
    display: block;
    line-height: 10px;
    padding: 4px 10px 4px 12px;
}
.yafnet a.yafcssbigbutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssbigbutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.yafnet a.yafcssbigbutton:active img{
    padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssbigbutton:active span{
    background-position: bottom left;
    padding: 5px 10px 3px 12px; /* push text down 1px */
}
/* css image button */
.yafnet a.yafcssimagebutton{
    background: transparent url('ButtonEndB.gif') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
	font-size: 10px; 
    height: 18px;
    margin: 2px 0px 2px 2px;
    padding-right: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
}
.yafnet a.yafcssimagebutton span{
    background: transparent url('ButtonBackB.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 2px 6px 2px 8px;
}
.yafnet a.yafcssimagebutton img{
	vertical-align: top;
	padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:hover{
	text-decoration: none;
	color: #eeee00;
}
.yafnet a.yafcssimagebutton:active{
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}
.yafnet a.yafcssimagebutton:active img{
    padding: 0px 4px 0px 0px;
}
.yafnet a.yafcssimagebutton:active span{
    background-position: bottom left;
    padding: 3px 6px 1px 8px; /* push text down 1px */
}
/* CSS Popupmenu */
.yafnet .yafpopupmenu {
	background-color: #ffffff;
	border: solid 1px #333333;
	
}
.yafnet .yafpopupmenu ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.yafnet .yafpopupmenu li {
	padding: 5px 10px 5px 10px;
	margin: 0;
}
.yafnet .yafpopupmenu li.popupitemhover {
	background-color: #cccccc;
}

.schoolHeader
{
	font-family: Verdana, Times New Roman, Arial;
	background-image: url('header_bg.png');
	background-repeat: repeat-x;
	width: 100%;
}

.schoolHeaderTable
{
	background-position: -1px 0px;
	background-image: url('headerTable.jpg');
	background-repeat: no-repeat;
	height: 125px;
	width: 1023px;
}

.topToolbar
{
	vertical-align: middle;
}

.topToolbar a, .topToolbar a.visited
{
	vertical-align: middle;
	font-size: 11px;
	color:White;
	text-decoration:none;
	text-align:center;
}

.topToolbar img
{
	vertical-align:middle;
	
}

.topToolbarItem
{
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.topToolbarItemLast
{
	text-align: right;
	padding-left: 5px;
	padding-right: 0px;
}

.topToolbarSeparator
{
	vertical-align: middle;
}

.menuBar
{
	/*background-color:#0e9247;*/
	height:25px;
	font-size:12px;
	vertical-align:middle;
	color: White;
	text-align:right;
}

.menuBar a,  .menuBar a.visited
{
	color: White;
	vertical-align: middle;
	font-size: 12px;
	text-decoration:none;
}

.menuBar img
{
	vertical-align: middle;
}

.welcomeboxHeader
{
	background-image: url('welcomebox_head.png');
	width: 15px;
}

.welcomeboxTail
{
	background-image: url('welcomebox_tail.png');
	background-repeat: no-repeat;
	width: 22px;
}

.welcomeboxBody 
{
	background-image: url('welcomebox_bg.png');
	background-repeat: repeat-x;
	color: Red;
	vertical-align:middle;
	font-size: 11px;
}
.welcomeboxBody a, .welcomeboxBody a.visited
{
	color: Red;
	text-decoration:none;
}

.mainMenuItem
{
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	border-right: solid 1px White;
	/*border-bottom: solid 1px White;*/
}

.mainMenuActiveItem
{
	background-position:2px 50% ;
	text-align: center;
	padding-left: 8px;
	padding-right: 8px;
	border-right: solid 1px White;
	background-image: url('bullet_yellow.png');
	background-repeat: no-repeat;
	/*border-bottom: solid 1px White;*/
}

.mainMenuActiveItem a
{
	color: #F8EF22;
}

.mainMenuItemLast
{
	text-align:right;
	padding-left: 8px;
	border-right: none;
}

.mainMenuSeparator
{
	padding-left:2px;
	padding-right: 2px;
}

.addressBar
{
	background-color: White;
	font-size: 11px;
	color: Red;
	text-align: right;
	padding-top:5px;
	padding-bottom:5px;
}

.feature_news_bg
{
	background-image: url('feature_news_bg.png');
	background-position: center 300px;
	background-repeat: no-repeat;
}

.NewsHeader
{
	vertical-align: top;
	height: 45px;
}

.footer
{
	background-image: url('footer_flood_bg.png');
	background-repeat: repeat-x;
	height: 36px;
	line-height: 34px;
	text-align: center;
}

.footerContent
{
	font-family:Verdana;
	font-size: 12px;
	width:1024px;
	margin-left: auto;
	margin-right: auto;
	color: White;
	vertical-align: middle;
}

.footerContentLeft
{
	float:left;
	text-align: left;
	vertical-align:middle;
}

.footerContentRight
{
	float:right;
	text-align: right;
	vertical-align:middle;
}

.footerContentRight img
{
	vertical-align: middle;
}

.menuBody
{
	background-image: url('border_menu_m.gif');
	background-repeat:repeat-y;
	width:235px;
	padding-left:4px;
}

.menuBody a, .menuBody a.visited
{
	text-decoration:none;
	color:Black;
}

.selectedNode, .selectedNode a, .selectedNode a.visited
{
	text-decoration: none;
	color: Green;
	font-weight: bold;
}

.subnode, .subnode a, .subnode a.visited
{
	text-decoration: none;
	color: Black;
}

.subnode img
{
	display: none;
}

.selectedSubnode
{
	text-decoration: none;
	color: Black;
	font-weight: bold;
}

.selectedSubnode img
{
	vertical-align: middle;
	display:block;
}

.contentHeader
{
	font-size: 12px;
	font-weight: bold;
}

.colFieldLabel
{
	width: 100px;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
}

.individualTitle{
	font-size: 11px;
	color:#ed1c24;
}

.individualName{
	font-size: 11px;
	font-weight:bold;
	color:#004da5;
}

.text_black_low {
	font-size: 11px;
	color:#666666;
}

.listmenu {
	font-size: 10px;
	font-style:italic;
	height: 15px;
	width: 200px;
	border: #FFFFFF;
	color: #FFFFFF;
	vertical-align: middle;
}

.achivementContent
{
	margin-left: 75px;
	display: block;
}

.achivementSubContent
{
	margin-left: 25px;
	display: block;
}

.isTeacherText
{
	font-size: 12px;
	color: Red;
	padding-bottom: 5px;
	display:block;
}

.achivement_text
{
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color:#5AB6E7;
}

.classRoom
{
	background-image: url('classroom_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.computerRoom
{
	background-image: url('computerroom_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.lab
{
	background-image: url('lab_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.library
{
	background-image: url('library_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.exerciseRoom
{
	background-image: url('exerciseroom_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.canteen
{
	background-image: url('canteen_bg.jpg');
	background-repeat: no-repeat;
	width: 213px;
	height: 248px;
}

.smallTitle
{
	font-size: 11px;
	font-weight: bold;
	color: White;
	height: 70px;
	vertical-align: middle;
	padding-left: 15px;
}

.smallBody
{
	font-size:10px;
	color:Black;
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
	height: 142px;
	vertical-align: top;
	
}

.newsImageUrl
{
	display: block;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.enrollmentHeader td
{
	background-color:#FFF799;
	font-size: 11px;
	font-weight: bold;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px;
	border-right: solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.enrollmentRowOdd td
{
	background-color:White;
	font-size: 11px;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px;
	border-right: solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.enrollmentRowEven td
{
	background-color: #F1F4F9;
	font-size: 11px;
	border-top: none;
	border-bottom: none;
	border-left: solid 1px;
	border-right: solid 1px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.schoolContent
{
	width:850px;
	text-align: left;
}

.schoolContentLeftColumn
{
	width: 200px;
	vertical-align: top;
}

.schoolCenterContent
{
	width: 650px;
	vertical-align: top;
}

.mainContent
{
	width: 650px; 
	vertical-align: top;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
}

.editNewHeader
{
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 120px;
	font-weight: bold;
}

.editNewRow
{
	text-align: left;
	background-color: White;
}

.editNewCommandRow
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gridHeader th
{ 
	border-bottom-style: solid; 
	border-bottom-width: 1px; 
	background-color: #00F078; 
	text-align: center;
}


.gridRowOdd td
{
	background-color:White;
	font-size: 11px;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.gridRowEven td
{
	background-color: #F1F4F9;
	font-size: 11px;
	border: none;
	padding-top: 3px;
	padding-bottom: 3px;
}


/* ajax tabs */
/* default layout */
.yafnet .ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.yafnet .ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.yafnet .ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.yafnet .ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

/* xp theme */
.yafnet .ajax__tab_xp .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-line.gif")%>) repeat-x bottom;}
.yafnet .ajax__tab_xp .ajax__tab_outer {padding-right:4px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-right.gif")%>) no-repeat right;height:21px;}
.yafnet .ajax__tab_xp .ajax__tab_inner {padding-left:3px;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-right.gif")%>) no-repeat right;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-hover.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_outer {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-right.gif")%>) no-repeat right;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_inner {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active-left.gif")%>) no-repeat;}
.yafnet .ajax__tab_xp .ajax__tab_active .ajax__tab_tab {background:url(<%=WebResource("AjaxControlToolkit.Tabs.tab-active.gif")%>) repeat-x;}
.yafnet .ajax__tab_xp .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #000000;border-top:0;padding:5px;}

/* scrolling */
.yafnet .ajax__scroll_horiz {overflow-x:scroll;}
.yafnet .ajax__scroll_vert {overflow-y:scroll;}
.yafnet .ajax__scroll_both {overflow:scroll}
.yafnet .ajax__scroll_auto {overflow:auto}

/*Modal Popup*/
.modalBackground
{
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup
{
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	width: 400px;
}

.modalPopup .modalBase
{

}

.modalPopup .modalHeader
{
	background-image: url('titleBack.gif');
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	font-size: 15px;
	line-height: 30px;
}

.modalPopup .modalInner
{
	padding: 10px;
	text-align:center;
}

.modalPopup .modalInnerMain
{
	font-size: 9pt;
	font-weight: bold;
	color: #992222;
	text-align: center;
}

.modalPopup .modalInnerSub
{
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

.modalPopup .modalFooter
{
	padding: 5px;
	background-color: #f4f4f4;	
	line-height: 20px;
}

.modalPopup .modalFooter input
{
	display:block;
	vertical-align: middle;
	margin:0 auto;
}

/* Goto Page Form */
.gotoPageForm
{
	background-color: #f0f0f0;
	border: solid 1px #555555;
	width: 76px;
	margin: 1px;			
}
.gotoPageForm .gotoBase
{
	border: solid 1px #ffffff;
}
.gotoPageForm .gotoHeader
{
	background-image: url('titleBack.gif');
	color: #ffffff;
	font-weight: bold;	
	padding: 2px;	
}
.gotoPageForm .gotoInner
{
	padding: 2px;
}
.gotoPageForm .gotoInner input
{
	margin: 2px;
}

.btnMore
{
	background-image: url('btnMore_bg.png');
	padding-left:20px;
	padding-right:20px;
	text-align:center;
}

.btnPicture
{
	background-image: url('btnPicture_bg.png');
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 1px;
	text-align:center;
}

.search_box
{
	background-image: url('search_a.png');
	padding-left: 11px;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-repeat:no-repeat;	
}

.search_box input
{
	border-style: none;
	border-width: thin;
	border-color: inherit;
	width: 100px;
	font-style: italic;
	font-size:10px;
}

.focusNewsTitle
{
	font-size: 13px;
	font-weight: bold;
	color: #EE9C41;
	display: block;
	padding-top:5px;
	padding-bottom: 5px;
}

.focusNewsImg
{
	width: 365px;
	height: 275px;
	display:block;
	padding-bottom:5px;
}

.divFocusNewsAbstract
{
	width:365px;
	height: 109px;
	/*background-image: url('divFocusNewsBg.jpg');*/
	background-color: #DCF0BD;
	
}

.divFocusNewsAbstract .focusNewsAbstractLabel
{
	font-size: 12px;
	font-style: italic;
	color: #000099;
	display:block;
	text-align:justify;
	height: 80px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	font-weight: 600;
}

.divFocusNewsAbstract .focuseNewsMore
{
	font-size: 12px;
	display:block;
	text-align:right;
	height: 20px;
	padding-left:5px;
	padding-right:5px;
	
}

.divFocusNewsAbstract .focuseNewsMore a, 
.divFocusNewsAbstract .focuseNewsMore a:visited
{
	text-decoration:none;
	color:Black;
	vertical-align:middle;
}

.divFocusNewsAbstract .focuseNewsMore img
{
	vertical-align:middle;
} 

ul.schoolNewsDetail
{
	margin:0px;
	list-style-type: none;
	background-color: #DCF0BD;
	width:100%;
}

ul.schoolNewsDetail li
{
	margin-left:0px;
	padding-left:10px;
	height:27px;
	line-height: 23px;
	vertical-align:middle;
	border-bottom: solid 1px black;

}

ul.schoolNewsDetail li a,
ul.schoolNewsDetail li a:visited
{
	color:Black;
	text-decoration:none;
	vertical-align:middle;
}

ul.schoolNewsDetail li a:hover
{
	color: #06A733;
	font-weight:bold;
	text-decoration: none;
	vertical-align:middle;
}

ul.schoolNewsDetail li img
{
	vertical-align:middle;
	padding-right: 5px;
}

ul.schoolNewsDetail li.lastNewsItem
{
	background: url('schoolNewsLastItem.png');
	background-repeat: no-repeat;
	text-align: right;
	border:none;
	padding-right:10px;
}

ul.schoolNewsDetail li.lastNewsItem a,
ul.schoolNewsDetail li.lastNewsItem a:visited
{
	text-decoration: none;
	color: Black;
	vertical-align:middle;
}

ul.schoolNewsDetail lastNewsItem img
{
	padding-right: 5px;
	vertical-align: middle;
}

.socialNewsCategoryTitle
{
	background-image: url('category_bg.jpg');
	background-repeat:repeat-x;
}

.socialNewsDetail
{
	background-color: #DCF0BD;
	width: 100%;
}

.socialNewsCategoryPicture
{
	width: 112px;
	height: 77px;
	padding-right: 5px;
}

.ImgFeaturedNews img
{
	width: 126px;
	height: 93px;
}

a.LnkFeaturedNews,
a.LnkFeaturedNews:visited
{
	text-align: left;
	color: #000099;
	text-decoration: none;
}

ul.SocialNewsDetail
{
	list-style-type:none;
}

ul.SocialNewsDetail li
{
	margin-left: 0px;
	text-align:left;
}

ul.SocialNewsDetail li img
{
	vertical-align: middle;
}

ul.SocialNewsDetail li a,
ul.SocialNewsDetail li a:visited
{
	text-decoration:none;
	color: Black;
	vertical-align: middle;
}

.searchBox
{
	background-image: url('searchbox_bg.png');
	background-repeat: repeat-x;
	vertical-align: middle;
}

.searchBox input
{
	font-size: 10px;
	font-style: italic;
	border:none;
}

.otherSongTabStrip LI
{
	margin-left: 0px;
}

.leftTopCorner
{
	background-image: url('border/leftTopCorner.png');
	background-repeat:no-repeat;
	height: 61px;
	width: 26px;
}

.leftBottomCorner
{
	background-position: bottom;
	background-image: url('border/leftBottomCorner.png');
	background-repeat: no-repeat;
	height: 61px;
}

.rightTopCorner
{
	background-image: url('border/rightTopCorner.png');
	background-repeat: no-repeat;
	width: 26px;
}

.rightBottomCorner
{
	background-position: bottom;
	background-image: url('border/rightBottomCorner.png');
	background-repeat: no-repeat;
}

.topBorder
{
	background-image: url('border/topBg.png');
	background-repeat: repeat-x;
}

.bottomBorder
{
	background-position: bottom;
	background-image: url('border/bottomBg.png');
	background-repeat: repeat-x;
}

.leftBorder
{
	background-image: url('border/leftBg.png');
	background-repeat: repeat-y;
}

.rightBorder
{
	background-position: right;
	background-image: url('border/rightBg.png');
	background-repeat: repeat-y;
}
