/* 
================================
Skin style for Southeast Christian School
================================
*/   

.pagemaster {
align: center;
height: 100%;	
font-family:Tahoma, Verdana, Arial, Helvetica; 
font-size:11pt; 
margin:0px auto
}

.skinmaster {
height: 100%;
background-color: white;
border-right: silver 0px solid; 
border-left: silver 0px solid;
border-top: black 0px solid;
border-bottom: black 0px solid;
}

.skinheader {
background-image: url('HeaderBGM.jpg'); 
background-repeat: repeat-x; 
background-position: center top;
text-align: center;
}

.skingradient {
background-image: url(NavBarBGB.png); 
height:30px;
}

.leftbar {
background-image: url('xLeftGlow.png'); 
background-repeat: repeat-y; 
background-position: right top;
}

.rightbar {
background-image: url('xRightGlow.png'); 
background-repeat: repeat-y; 
background-position: left top;
}

.functionbar {
background-color: #000066;
color: #d4e3f7;
}

.SkinObject {
color: white;
}

A.SkinObject:link {
color: white;
}

A.SkinObject:visited  {
color: silver;
}

A.SkinObject:active   {
color: silver;
}

A.SkinObject:hover    {
color: white;
text-decoration: underline;
}

/* background color for the content part of the pages */
Body
{
/* background-color: #000066; */
/* background-image: url('SiteBG_maroon.png'); */
font-family: Arial, Helvetica, sans-serif;
background-image: url('xbgfull.png');
background-repeat: repeat-y; 
background-position: center top;
color: black;
scrollbar-arrow-color:#FFFFFF;
scrollbar-3dlight-color:Aqua;
scrollbar-highlight-color:#FFFFFF;
scrollbar-face-color:#000066;
scrollbar-shadow-color:Navy;
scrollbar-darkshadow-color:#000000;
scrollbar-track-color:Highlight; 
}

input.textarea 
{ 
background-color: white; 
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
}

/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
color: black;
}

td.bodybold{
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 9pt;
font-weight: bold;
}

td.body{
font-family: Tahoma, Verdana, Arial, Helvetica;
font-size: 9pt;
}
.controlpanel {
background-color: silver;
border-collapse: collapse;
}

.toppane {
width: 100%;

}
.SloganPane{
width: 220px;
}

.LeftPane  {
text-align: left;
width: 175px;
}

.ContentPane  { 
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
text-align: left;
width: 100%;
margin-left:auto;
margin-right:auto;
}

.bottompane {
width: 100%;

}

.StandardButton {
background: #7994cb none; 
color: #ffffff;
font-family: verdana, sans-serif; 
font-size: 11px;
font-weight: normal;
}

.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}

.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}

.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}


