body{
font-family: "Courier new";
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

ul {
list-style:none;
text-align:left;
color:black;
}

a.red {
color: red;
}

a.menu {
color: white;
text-decoration:none;
}

.shadowed {
width:600px;
padding:3px;
filter:shadow(color:gray, strength:10, direction:135);
}

.text {
font-weight:bold;
text-align:left;
background-color:white;
border:1px solid black;
}

#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 120px; /*Width of frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #88958A;
color: white;
border-right:1px solid black;
}

#maincontent{
background:url('../../images/radio3.gif') no-repeat top left;
position: fixed;
top: 0; 
left: 135px; /*Set left value to WidthOfFrameDiv*/
right: 0;
bottom: 0;
overflow: auto; 
background-color: #fff;
}

.whiteBox {
text-align:left;
color:black;
font-weight:bold;
background-color:white;
border:1px solid black;
padding-left:4px;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

/*For viewing pictures*/
.groupTitleOn {font-size:12pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:black; padding:4px;}
.groupTitleOff {font-size:12pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:silver; padding:4px;}
.grouptabOn{border-left:1px solid black; border-top:1px solid black; border-right:1px solid black; padding:4px;}
.grouptabOff{border-bottom:1px solid black; padding:4px;}
.sectionTitleOn {font-size:14pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:gray; padding:4px;}
.sectionTitleOff {font-size:14pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:silver; padding:4px;}
.sectiontabOn{border-left:1px solid #CCCCCC; border-top:1px solid #CCCCCC; border-right:1px solid #CCCCCC; padding:4px;}
.sectiontabOff{border-bottom:1px solid #CCCCCC; padding:4px;}
.tabOn{border-left:1px solid black; border-top:1px solid black; border-right:1px solid black; padding:4px;}
.tabOff{border-bottom:1px solid black; padding:4px;}
ul.KIDS_RANK_QY { list-style-type:none; width:100%; }
ul.KIDS_RANK_QY li { width:<%=cLng(100/RowSize)%>%; font:12px Verdana; padding:4px; cursor:move;}
#KIDS_RANK_QY li {float:left;}
#titleText {font-size:12pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:black; }
.error {font-size:8pt; text-decoration: none; font-weight:bold; font-family:inherit; text-align:center; color:red; }
#divError {text-align:center;display:block; padding-bottom:5px;}


