.containerMaster {
	width: 100%;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.containerMainBlue {
	width: 100%;
	background-color: #FFFFFF;
	border-width: thin;
	border-color: #040C75;
}

.contentPane TD {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.containerMainGold{
	width: 100%;
	background-color: #FFFFFF;
	border-style: dotted;
	border-width: thin;
	border-color: #CDBC60;
}

/* **************************************
   The following container Row Lines are used
   with table rows and spacer.gif to create 
   pinstripes at the top and bottom of the 
   container 
   ************************************** */
.containerRowLineWhite {
	background-color: #FFFFFF;
}

.containerRowLineSchoolColor {
	background-color: #CCCCCC;
}

.containerRowLineGray {
	background-color: #CCCCCC;
}

/* **************************************
    This is the row beneath the title (if used)
   ************************************** */
.containerRow1 {
}

/* **************************************
    This is the main container content row 
   ************************************** */
.containerRow2 {
	background-color: #FFFFFF;
}

/* **************************************
    Class for the Title
   ************************************** */
.Head {
    font-family: Tahoma;
    font-size: 18px;
    font-weight: bold;
    color: #B20000;
}

/* **************************************
   StandardButton sets the style for buttons
   ************************************** */
.StandardButton {
    background: #040C75; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: bold;
}


/* **************************************
   Used with Gray Background - Black Header
   ************************************** */
.containerRowLineGold {
	background-color: #CDBC60
}

/* **************************************
  Used with Gray Background - Red Header
   ************************************** */
.containerColorGray {
	width: 100%;
	background-color: #CCCCCC;
	border: thin;
	border-color: #040C75;
}

.containerRowLineBlue {
	background-color: #040C75;
}

.containerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #040C75;
}

/* **************************************
   classroom Container styles
   ************************************** */
.containerClassroomTitle {
	background-color: #CDBC60;
	border-top: solid thin #F2F3F4;
	border-right: solid thin #F2F3F4;
	border-left: solid thin #F2F3F4;
	color: #040C75;
}
.containerClassroomContent, 
.containerClassroomContentTable 
{
    padding-top: 5px;
    padding-bottom: 5px;
	border-top: solid 1px #CDBC60;
	border-right: solid thin #F2F3F4;
	border-left: solid thin #F2F3F4;
}
.containerClassroomFooter{
	border-bottom: solid thin #F2F3F4;
	border-right: solid thin #F2F3F4;
	border-left: solid thin #F2F3F4;
}
/* **************************************
   The next two custom styles set the
   generic HTML table styles inside the
   content area of this container
   ************************************** */
td.containerClassroomContent table,
td.containerPlainContentTable table 
{
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
td.containerClassroomContent td, 
td.containerPlainContentTable td 
{
    background-color: #F2F3F4;
	border-left: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
    padding: 4px;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
}

/* **************************************
   Plain Container TD Font styles
   ************************************** */
td.containerClassroomContent td, 
td.containerPlainContent td 
{
    font-family:Verdana, sans-serif; 
    font-size: 11px;
}
/* **************************************
   This sets the SubHead class in the 
   modules like Announcements
   ************************************** */
td.containerNHSCContent .SubHead, 
td.containerNHGContent .SubHead, 
td.containerPlainContent .SubHead, 
td.containerPlainContentTable .SubHead, 
td.containerTHPlainContent .SubHead, 
td.containerClassroomContent .SubHead, 
td.containerClassroomContentTable .SubHead
{
    color: #040C75;
}




