HTML, BODY, FORM
{
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: Tahoma;
  font-size: 14px;    
}
BODY
{
  background-image: url("../../Resources/Images/Master/BodyFill.gif");
  background-repeat: repeat-x;
}
.master_container_outer
{
  width: 1003px;
  margin: 0px auto;  
}
.master_container
{
  width: 1003px;  
  text-align: left;
}

.master_area_left
{
  float: left; 
  width: 250px; 
  
  background-color: white;
}
.master_area_content
{
  float: right; 
  width: 753px; 
}
.master_cleaner
{
  clear: both;
  font-size: 0.0001pt;
}

/************************/
/*** Header *************/
/************************/
.master_header
{
  margin: 0px 0px;
  position: relative;
  width: 1001px;
  height: 117px;
  border: solid 1px #F2F3F7;
  border-top: none;
  background-color: #FFFFF0;
}  
.master_header_inner1
{
  height: 116px;
  border: solid 1px #DBDEED;
  border-top: none;
}  
.master_header_inner2
{
  height: 115px;
  border: solid 1px #B8BDDC;
  border-top: none;
}  
.master_header_inner
{
  height: 113px;
  margin: 0px;
  padding: 0px;
  border-top: none;
  background-color: #F9F9FA;
}
.master_header_tl
{
  position: absolute; 
  left: -2px; 
  top: 0px;
  width: 4px;
  height: 50px;
  background-image: url("../../Resources/Images/Master/HeaderTL.gif");
  background-repeat: no-repeat;
}
.master_header_tr
{
  position: absolute; 
  right: -2px !important; /* FF, OP */
  right: -3px; /* IE */
  top: 0px;
  width: 4px;
  height: 50px;
  background-image: url("../../Resources/Images/Master/HeaderTR.gif");
  background-repeat: no-repeat;
}
.master_header_bl
{
  position: absolute; 
  left: -1px; 
  bottom: -1px !important; /* FF, OP */
  bottom: -9px; /* IE */
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerBL.gif");
  background-repeat: no-repeat;
}
.master_header_br
{
  position: absolute; 
  right: -1px !important; /* FF, OP */
  right: -2px; /* IE */
  bottom: -1px !important; /* FF, OP */
  bottom: -9px; /* IE */
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerBR.gif");
  background-repeat: no-repeat;
}
.master_header_content
{
  height: 90px;  
}
.master_header_logo
{
  float: left;
  width: 237px;
  height: 90px;
}
.master_header_banner
{
  float: right;
  background-image: url("../../Resources/Images/Master/SiteBanner.jpg");
  width: 760px;
  height: 90px;
}

/************************/
/*** Header-Sub *********/
/************************/
.master_header_sub
{
  position: relative;
  top: 0px !important; /* FF, OP */
  top: -3px; /* IE */  
  height: 21px; 
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 2px;
  background-color: #DCE4F9;
  background-image: url("../../Resources/Images/Master/HeaderSubFill.gif");
  background-repeat: repeat-x;    
  z-index: 123;
}
.master_header_sub_tl
{
  position: absolute;
  width: 2px;  
  height: 2px;  
  left: 0px;
  top: -2px;
  background-image: url("../../Resources/Images/Master/HeaderSubTL.gif");
  background-repeat: no-repeat;  
}
.master_header_sub_tr
{
  position: absolute;
  width: 2px;  
  height: 2px;  
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  top: -2px;
  background-image: url("../../Resources/Images/Master/HeaderSubTR.gif");
  background-repeat: no-repeat;  
}
.master_header_sub_bl
{
  position: absolute;
  width: 3px;  
  height: 3px;  
  left: 0px;
  bottom: 0px !important; /* FF, OP */
  bottom: -15px; /* IE */
  background-image: url("../../Resources/Images/Master/HeaderSubBL.gif");
  background-repeat: no-repeat;  
}
.master_header_sub_br
{
  position: absolute;
  width: 3px;  
  height: 3px;  
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  bottom: 0px !important; /* FF, OP */
  bottom: -15px; /* IE */
  background-image: url("../../Resources/Images/Master/HeaderSubBR.gif");
  background-repeat: no-repeat;  
}
.master_header_sub_content
{
  font-family: Verdana,Arial,Helvetica;
  font-size: 10px;
  padding-left: 3px;
  padding-top: 5px;
  color: #000060;
}
.master_header_sub_content A:link,
.master_header_sub_content A:visited
{
  color: #0000FF;
  text-decoration: underline;
}
.master_header_sub_content A:hover
{
  color: #0000FF;
  text-decoration: none;
}
.master_header_sub_signout
{
  float: right;
  padding-top: 4px;
  padding-right: 8px;
  font-size: 11px;
  font-weight: bold;
}
.master_header_sub_signout A:link,
.master_header_sub_signout A:visited
{
  color: #0000FF;
  text-decoration: none;
}
.master_header_sub_signout A:hover
{
  color: #0000FF;
  text-decoration: underline;
}

/************************/
/*** Header-Login *******/
/************************/
.master_login
{
  position: absolute;
  width: 200px;
  bottom: 0px !important; /* FF, OP */
  bottom: -1px; /* IE */  
  right: 10px;
  border: solid 2px #EFD97F;
  /*border-top: none;*/
  z-index: 60000;
}
.master_login_bl
{
  position: absolute; 
  left: -2px; 
  bottom: -2px !important; /* FF, OP */
  bottom: -3px; /* IE */
  width: 7px;
  height: 7px;
  font-size: 0.0001pt;
  background-image: url("../../Resources/Images/Master/LoginBL.gif");
  background-repeat: no-repeat;  
}
.master_login_br
{
  position: absolute; 
  right: -2px; 
  bottom: -2px !important; /* FF, OP */
  bottom: -3px; /* IE */
  width: 7px;
  height: 7px;
  font-size: 0.0001pt;  
  background-image: url("../../Resources/Images/Master/LoginBR.gif");
  background-repeat: no-repeat;  
}
.master_login_ext
{
  position: absolute;
  display: block;  
  width: 16px;
  height: 16px;
  right: 0px;
  top: 1px;
  background-repeat: no-repeat;  
}
.master_login_ext:link,
.master_login_ext:visited
{
  background-image: url("../../Resources/Images/Master/LoginExt.gif");
}
.master_login_ext:hover
{
  background-image: url("../../Resources/Images/Master/LoginExtHover.gif");
}
.master_login_shr
{
  position: absolute;
  display: block;  
  width: 16px;
  height: 16px;
  right: 0px;
  top: 1px;
  background-repeat: no-repeat;  
}
.master_login_shr:link,
.master_login_shr:visited
{
  background-image: url("../../Resources/Images/Master/LoginShr.gif");
}
.master_login_shr:hover
{
  background-image: url("../../Resources/Images/Master/LoginShrHover.gif");
}
.master_login_header
{
  background-color: #F8E89D;
  color: #868686;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 10px;   
  background-image: url("../../Resources/Images/Master/SectionHeaderFill.gif");
  background-repeat: repeat-x;
}
.master_login_content
{
  border-top: solid 1px #EFD97F;
  background-color: #FEFECC;
  color: #868686;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 4px 2px 10px;   
  padding-bottom: 1px;
}
.master_login_content_section
{
  padding-top: 4px;
  height: 16px;
}
.master_login_content_signin
{
  display: block;
  float: right;
  font-weight: bold;
}
.master_login_content_signin:link,
.master_login_content_signin:visited
{
  color: #0000FF;
  text-decoration: none;
}
.master_login_content_signin:hover
{
  color: #0000FF;
  text-decoration: underline;
}
.master_login_content_error
{
  float: left;
  color: #FF0000;
}
.master_login_edt
{
  font-size: 9px;
  color: #868686;
  font-weight: bold;
  padding: 1px;
  margin: 0px;
  height: 12px;
  display: block;
  float: right;
  width: 120px;
}

.master_main_menu
{
  height: 21px;
}
.master_main_menu_left_indent
{
  float: left;
  height: 18px;
  width: 8px; 
}

/* Normal Item */
.master_main_menu_item_normal
{
  float: left;
  height: 18px;
  padding: 3px 10px 0px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  
}
.master_main_menu_item_normal A:link,
.master_main_menu_item_normal A:visited
{
  color: #0A3E6E;
  color: #143A93;
  text-decoration: none;
}
.master_main_menu_item_normal A:hover
{
  color: #0A3E6E;
  color: #143A93;
  text-decoration: underline;
}
/* Selected Item */
.master_main_menu_item_sel
{
  float: left;
  height: 18px;
  padding: 3px 10px 0px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url("../../Resources/Images/Master/MainMenuFill.gif");
  background-repeat: repeat-x;  
}
.master_main_menu_item_sel A:link,
.master_main_menu_item_sel A:visited
{
  color: #FFFFFF;
  text-decoration: none;
}
.master_main_menu_item_sel A:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}

/************************/
/*** Header-Menu ********/
/************************/
.master_menu
{
  position: absolute;
  width: 500px;
  height: 30px;
  left: 257px;
  bottom: 27px !important;
  bottom: 26px;
  font-size: 12px;
  font-weight: bold;  
}
.master_menu_item_outer
{
  float: left;
  height: 29px;  
  position: relative;
  border-top: solid 1px #E8E8E8;
  margin: 0px 6px;
}
.master_menu_item_inner
{
  float: left;
  height: 28px;  
  border-top: solid 1px #D8D8D8;
}
.master_menu_item_left
{
  position: absolute;
  width: 7px;
  height: 30px;
  left: -7px;
  top: -1px;
  background-image: url("../../Resources/Images/Master/MenuLeft.gif");
  background-repeat: no-repeat;  
}
.master_menu_item_right
{
  position: absolute;
  width: 7px;
  height: 30px;
  right: -7px !important;
  right: -8px;
  top: -1px;
  background-image: url("../../Resources/Images/Master/MenuRight.gif");
  background-repeat: no-repeat;  
}

/* Normal Item */
.master_menu_item_normal
{
  padding: 7px 10px;
}
.master_menu_item_normal A:link,
.master_menu_item_normal A:visited
{
  color: #0000FF;
  text-decoration: none;
}
.master_menu_item_normal A:hover
{
  color: #0000FF;
  text-decoration: underline;
}

/* Selected Item */
.master_menu_item_sel
{
  padding: 7px 10px;
  background-image: url("../../Resources/Images/Master/MenuFill.gif");
  background-repeat: repeat-x;
  background-position: 0px 2px;
  color: #FFFFFF;  
}
.master_menu_item_sel A:link,
.master_menu_item_sel A:visited
{
  color: #FFFFFF;
  text-decoration: none;
}
.master_menu_item_sel A:hover
{
  color: #FFFFFF;
  text-decoration: underline;
}
.master_menu_item_sel_left
{
  position: absolute;
  width: 7px;
  height: 30px;
  left: -3px;
  top: 3px;
  background-image: url("../../Resources/Images/Master/MenuSelLeft.gif");
  background-repeat: no-repeat;  
}
.master_menu_item_sel_right
{
  position: absolute;
  width: 7px;
  height: 30px;
  right: -7px !important;
  right: -8px;
  top: 3px;
  background-image: url("../../Resources/Images/Master/MenuSelRight.gif");
  background-repeat: no-repeat;  
}

/************************/
/*** Footer *************/
/************************/
.master_footer
{
  margin: 0px 10px;
  position: relative;
  width: 981px;
  height: 26px;
  border: solid 1px #F2F3F7;
}  
.master_footer_inner1
{
  height: 24px;
  border: solid 1px #DBDEED;
}  
.master_footer_inner2
{
  height: 22px;
  border: solid 1px #B8BDDC;
}  

.master_footer_tl
{
  position: absolute; 
  left: -1px; 
  top: -1px;
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerTL.gif");
  background-repeat: no-repeat;
}
.master_footer_tr
{
  position: absolute; 
  right: -1px !important; /* FF, OP */
  right: -2px; /* IE */
  top: -1px;
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerTR.gif");
  background-repeat: no-repeat;
}
.master_footer_bl
{
  position: absolute; 
  left: -1px; 
  bottom: -1px !important; /* FF, OP */
  bottom: -9px; /* IE */
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerBL.gif");
  background-repeat: no-repeat;
}
.master_footer_br
{
  position: absolute; 
  right: -1px !important; /* FF, OP */
  right: -2px; /* IE */
  bottom: -1px !important; /* FF, OP */
  bottom: -9px; /* IE */
  width: 9px;
  height: 9px;
  background-image: url("../../Resources/Images/Master/HeadFootCornerBR.gif");
  background-repeat: no-repeat;
}
.master_footer_content
{
  border: solid 2px #FFFFFF;
  background-color: #F9F9F9;
  font-family: Verdana,Arial,Helvetica;
  font-size: 9px;
  height: 14px;
  color: #A0A0A0;
  padding: 3px 6px 1px;  
  text-align: right;
}

.master_footer_content A:link,
.master_footer_content A:visited
{
  color: #0000FF;
  text-decoration: underline;
}
.master_footer_content A:hover
{
  color: #0000FF;
  text-decoration: none;
}

/************************/
/*** Sections ***********/
/************************/
.master_section_outer
{
  /**/
  width: 226px;
  /**/
  position: relative;
  border: solid 2px #E7CB60;
  margin: 10px;
}
.master_section_inner
{
  /**/
  width: 224px;
  /**/
  background-color: #F8E89D;
  border: solid 1px #EFD97F;
}

.master_section_corner_tl
{
  position: absolute; 
  left: -2px; 
  top: -2px;
  width: 8px;
  height: 8px;
  background-image: url("../../Resources/Images/Master/CornerSmallTL.gif");
  background-repeat: no-repeat;
}

.master_section_corner_tr
{
  position: absolute; 
  right: -2px; 
  top: -2px;
  width: 8px;
  height: 8px;
  background-image: url("../../Resources/Images/Master/CornerSmallTR.gif");
  background-repeat: no-repeat;
}

.master_section_corner_bl
{
  position: absolute; 
  left: -2px; 
  bottom: -2px !important; /* FF, OP */
  bottom: -12px; /* IE */
  width: 8px;
  height: 8px;
  background-image: url("../../Resources/Images/Master/CornerSmallBL.gif");
  background-repeat: no-repeat;
}

.master_section_corner_br
{
  position: absolute; 
  right: -2px; 
  bottom: -2px !important; /* FF, OP */
  bottom: -12px; /* IE */
  width: 8px;
  height: 8px;
  background-image: url("../../Resources/Images/Master/CornerSmallBR.gif");
  background-repeat: no-repeat;
}
.master_section_header
{
  font-size: 14px;
  font-weight: bold;
  color: #868686;  
  height: 18px;
  padding-left: 4px;
  background-image: url("../../Resources/Images/Master/SectionHeaderFill.gif");
  background-repeat: repeat-x;
}
.master_section_subheader
{
  font-size: 14px;
  font-weight: bold;
  color: #868686;  
  height: 18px;
  border-top: solid 1px #E7CB60;
  padding-left: 4px;
  background-image: url("../../Resources/Images/Master/SectionHeaderFill.gif");
  background-repeat: repeat-x;
}
.master_section_content
{
  font-size: 11px;
  font-weight: bold;
  color: #707070;
  background-color: #FEFECC;
  border-top: solid 1px #E7CB60;
  padding: 4px;
}
.master_section_content_nav
{
  padding: 2px 0px;
  color: #FF0000;
}
.master_section_content A:link,
.master_section_content A:visited
{
  color: #0000FF;
  text-decoration: none;
}
.master_section_content A:hover
{
  color: #0000FF;
  text-decoration: underline;
}
.master_section_content_edt
{
  background-color: white;
  /*border: solid 1px red; */
  color: #707070;
  font-size: 13px;
  height: 14px;
  padding: 1px;
}
.master_section_content_ddl
{
  background-color: white;
  /*border: solid 1px red; */
  color: #707070;
  font-size: 11px;
  font-weight: bold;
  height: 19px;
  padding: 0px;
}
/* Search area - under 'Narrow Your Results' */
.master_section_content_search
{
  font-family: Verdana;
  font-size: 12px;
  color: #606060;
}
.master_section_content_search A:link, 
.master_section_content_search A:visited
{
  color: #0000FF;
  text-decoration: none;
}
.master_section_content_search A:hover
{ 
  color: #0000FF;
  text-decoration: underline;
}

.master_section_content_search_cat
{
  margin: 4px 0px;
  font-weight: bold;
}
.master_section_content_search_res
{
  margin: 4px 0px;
  padding-left: 8px;
  font-weight: normal;
  font-size: 11px;
}
.master_section_content_search_count
{
  font-size: 10px;
  color: #A0A0A0;
  margin: 4px 0px;
}
/************************/
/*** Section Specific ***/
/************************/
a.master_section_main_button
{
  display: block;
  width: 216px;
  height: 31px;  
  background-repeat: no-repeat;
  margin: 24px 0px;
  padding-top: 5px;
  text-align: center;
  font-size: 20px;
}
a.master_section_main_button:link,
a.master_section_main_button:visited
{
  color: #8E8E8E;
  background-image: url("../../Resources/Images/Master/SectionMainBtnNrm.gif");
  text-decoration: none;
}
a.master_section_main_button:hover
{
  color: #7E7E7E;
  background-image: url("../../Resources/Images/Master/SectionMainBtnHvr.gif");
  text-decoration: none;
}

a.master_section_aux_button
{
  display: block;
  width: 216px;
  height: 25px;  
  background-repeat: no-repeat;
  margin: 11px 0px;
  padding-top: 2px;
  text-align: center;
  font-size: 18px;
}
a.master_section_aux_button:link,
a.master_section_aux_button:visited
{
  color: #8E8E8E;
  background-image: url("../../Resources/Images/Master/SectionAuxBtnNrm.gif");
  text-decoration: none;
}
a.master_section_aux_button:hover
{
  color: #7E7E7E;
  background-image: url("../../Resources/Images/Master/SectionAuxBtnHvr.gif");
  text-decoration: none;
}


/************************/
/*** Panes **************/
/************************/
.master_pane
{
  margin: 10px 10px 10px 0px;
  position: relative;
  width: 743px;
  
  /*background-color:  gold;*/
}
.master_pane_header_outer
{
  padding: 0px 5px;
  height: 36px;
}
.master_pane_header_inner
{
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderFill.gif");
  background-repeat: repeat-x;
}
.master_pane_header
{
  padding-left: 4px; 
  padding-top: 5px; 
  font-weight: bold;
  color: #185787;
}
.master_pane_header_left
{
  position: absolute; 
  left: 0px; 
  top: 0px;
  width: 5px;
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderLeft.gif");
  background-repeat: no-repeat;
}
.master_pane_header_right
{
  position: absolute; 
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  top: 0px;
  width: 5px;
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderRight.gif");
  background-repeat: no-repeat;
}
/* Content */
.master_pane_content
{
  background-color: #E9EAEA;
  border-left: solid 2px #9FBDE5;
  border-right: solid 2px #9FBDE5;
  color: #8080A0;
  color: #404050;
  font-family: Helvetica;
  font-size: 12px;
  padding: 4px 7px;  
}
.master_pane_content INPUT,
.master_pane_content TEXTAREA
{
  font-family: Helvetica;
}
/* Footer */
.master_pane_footer_outer
{
  font-size: 0.0001pt;
  padding: 0px 5px;
  height: 10px;
}
.master_pane_footer_inner
{
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterFill.gif");
  background-repeat: repeat-x;
}
.master_pane_footer_left
{
  position: absolute; 
  left: 0px; 
  bottom: 0px !important; /* FF, OP */
  bottom: -7px; /* IE */  
  width: 5px;
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterLeft.gif");
  background-repeat: no-repeat;
}
.master_pane_footer_right
{
  position: absolute; 
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  bottom: 0px !important; /* FF, OP */
  bottom: -7px; /* IE */  
  width: 5px;  
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterRight.gif");
  background-repeat: no-repeat;
}

/************************/
/*** Large Button *******/
/************************/
.master_btnlarge
{
  display: block;
  position: relative;  
  height: 19px;
  padding-top: 2px;
  color: #185757;  
  font-family: Helvetica;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  background-repeat: repeat-x;
}
.master_btnlarge:link,
.master_btnlarge:visited
{
  color: #185787;
  background-image: url("../../Resources/Images/Master/ButtonNormalFill.gif");
}
.master_btnlarge:hover
{
  color: #185757;  
  background-image: url("../../Resources/Images/Master/ButtonHoverFill.gif");
}

.master_btnlarge_left
{
  width: 7px;
  height: 21px;
  position:absolute;
  left: -7px;
  top: 0px;  
  font-size: 0.0001pt;
  background-repeat: repeat-x;
}

A:link .master_btnlarge_left,
A:visited .master_btnlarge_left
{
  background-image: url("../../Resources/Images/Master/ButtonNormalLeft.gif");
}
A:hover .master_btnlarge_left
{
  background-image: url("../../Resources/Images/Master/ButtonHoverLeft.gif");
}

.master_btnlarge_right
{
  width: 7px;
  height: 21px;
  position:absolute;
  right: -7px;
  top: 0px;  
  font-size: 0.0001pt;
  background-repeat: repeat-x;
}

A:link .master_btnlarge_right,
A:visited .master_btnlarge_right
{
  background-image: url("../../Resources/Images/Master/ButtonNormalRight.gif");
}
A:hover .master_btnlarge_right
{
  background-image: url("../../Resources/Images/Master/ButtonHoverRight.gif");
}

/************************/
/*** Testimonials *******/
/************************/
.testimonial_image
{
  float: left;
  padding: 5px;
  width: 330px;
  /*height: 250px;*/
  height: 186px;
  position: relative;
}
.testimonial_image_outer
{
  padding: 5px;
  background: #FFFFFF;
  width: 320px;
  /*height: 240px;*/
  height: 176px;
}
.testimonial_image_inner
{
  background: #202050;
  width: 320px;
  /*height: 240px;*/
  height: 176px;
  text-align: center;
}
.testimonial_article
{
  float: right;
  width: 375px;
  padding-left: 10px;
  padding-top: 10px;
  font-size: 15px;
  font-family: Helvetica;
}
.testimonial_cleaner
{
  clear: both;
}
.testimonial_shadow_bottom
{
  position: absolute;
  left: 5px;
  bottom: -3px !important; /* FF, OP */
  bottom: -10px; /* IE */
  width: 338px;
  height: 8px;
  background-image: url("../../Resources/Images/Testimonial/PhotoShadowBottom.gif");
  background-repeat: no-repeat;
}
.testimonial_shadow_right
{
  position: absolute;
  right: -3px;
  top: 5px;
  width: 8px;
  /*height: 250px;*/
  height: 186px;
  background-image: url("../../Resources/Images/Testimonial/PhotoShadowRight.gif");
  background-repeat: no-repeat;
}

/*************************/
/* Join School2Community */
/*************************/
.joins2c_header_content
{
  width: 725px; 
}
.joins2c_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.joins2c_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.joins2c_section_row
{
  margin: 4px 0px;
  height: 22px;
}
.joins2c_section_school_row
{
  margin: 4px 0px;
  height: 100px;
}
.joins2c_validation_summary_section
{
  padding-top: 10px;
}
.joins2c_validation_summary_section_row
{
  margin: 4px 0px;
}
.joins2c_section_label
{
  float: left;
  width: 125px;
  padding-top: 5px;
  font-weight:bold;
}
.joins2c_section_input
{
  float: left;
  width: 230px;
}
.joins2c_section_space
{
  float: left;
  width: 15px;  
  _width: 7px;  /*IE6*/
}
.joins2c_section_end
{
  clear: both;
}
.joins2c_section_school_header
{
  float: left;
  width: 231px;
  padding-top: 5px;
  text-align:center;
  font-weight:bold;
}
.joins2c_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}
.joins2c_section_ddl
{
  font-size: 10pt;
  height: 20px;
  color: #707070;
}

.joins2c_section_textarea
{
  float : left;
  width: 231px;
  height:100px;
  color: #707070;
  text-align:left;
}
/*************************/
/* Pane Text             */
/*************************/
.master_panetext_topheader
{
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 16px;  
}
.master_panetext_header
{
  font-weight: bold;
  font-size: 19px;
  margin: 16px 0px;  
}
.master_panetext_subheader
{
  font-weight: bold;
  font-size: 13px;
  margin: 16px 0px;  
}
.master_panetext_plain
{
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
  margin: 10px 0px;
}
.master_panetext_plain A:link,
.master_panetext_plain A:visited
{
  color: #404050;
  text-decoration: none;
}
.master_panetext_plain A:hover
{
  color: #404050;
  text-decoration: underline;
}

/*************************/
/* FAQ *******************/
/*************************/
.faq_question
{
  font-size: 9pt;
  font-weight: bold;
  width: 725px; 
  padding-bottom: 1px;
}
.faq_question_item
{
  padding: 3px 0px;
}
.faq_question_item A:link,
.faq_question_item A:visited
{
  color: #404050;
  text-decoration: none;
}
.faq_question_item A:hover
{
  color: #404050;
  text-decoration: underline;
}
.faq_answer
{
  width: 725px; 
}
.faq_answer_head
{
  font-size: 11pt;
  font-weight: bold;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.faq_answer_content
{
  padding-top: 8px;
  padding-bottom: 10px;
  text-align: justify;
}
/*************************/
/* Post Request          */
/*************************/
.post_header_content
{
  width: 725px; 
}
.post_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.post_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.post_section_row
{
  margin: 4px 0px;
  height: 22px;
  padding-top:5px;
}
.post_description_section_row
{
  margin: 4px 0px;
  height: 62px;
  padding-top:5px;
}
.post_section_label
{
  float: left;
  width: 125px;
  padding-top: 5px;
  font-weight:bold;
}
.post_section_input
{
  float: left;
  width: 225px;
}
.post_section_space
{
  float: left;
  width: 15px;  
  _width: 7px;  /*IE6*/
}
.post_section_end
{
  clear: both;
}
.post_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}
.post_section_ddl
{
  font-size: 10pt;
  width:232px;
  height: 20px;
  color: #707070;
}

.post_section_textarea
{
  float : left;
  font-size: 11pt;
  width:591px;
  /*height: 60px;*/
  color: #707070;
}
.post_validation_summary_section
{
  padding-top: 5px;
}
.post_validation_summary_section_row
{
  margin: 4px 0px;
}
.post_image_calendar
{
  vertical-align:middle;
  padding-bottom:2px;
}
/*****************************/
/* View Announcement Details */
/*****************************/
.search_header_content
{
  width: 725px; 
}
.search_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.search_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.search_section_row
{
  margin: 4px 0px;
  /*height: 22px;*/
}
.search_description_section_row
{
  margin: 4px 0px;
  height:auto;
}
.search_section_label
{
  float: left;
  width: 125px;
  padding-top: 5px;
  font-weight:bold;
}
.search_section_value
{
  float: left;
  width: 175px;
  padding-top: 5px;
}
.search_section_description
{
  float: left;
  width: 600px;
  padding-top: 5px;
  height:auto;
}
.search_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}
.search_section_ddl
{
  font-size: 10pt;
  height: 20px;
  color: #707070;
}
.search_section_textarea
{
  float : left;
  width: 175px;
  height:125px;
  color: #707070;
  text-align:left;
}
.search_section_space
{
  float: left;
  width: 15px;  
}
.search_section_end
{
  clear: both;
}
/*****************************/
/* Modal Dialog              */
/*****************************/
.modal_pane
{
  /*margin: 10px 10px 10px 0px;*/
  position:relative;
  width: 430px;
  /*display:none;*/
  /*background-color:  gold;*/
}
.modal_pane_header_outer
{
  padding: 0px 5px;
  height: 36px;
}
.modal_pane_header_inner
{
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderFill.gif");
  background-repeat: repeat-x;
}
.modal_pane_header
{
  padding-left: 4px; 
  padding-top: 5px; 
  font-weight: bold;
  color: #185787;
  /*cursor:move;*/
}
.modal_pane_header_left
{
  position: absolute; 
  left: 0px; 
  top: 0px;
  width: 5px;
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderLeft.gif");
  background-repeat: no-repeat;
}
.modal_pane_header_right
{
  position: absolute; 
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  top: 0px;
  width: 5px;
  height: 36px;
  background-image: url("../../Resources/Images/Master/PaneHeaderRight.gif");
  background-repeat: no-repeat;
}
/* Content */
.modal_pane_content
{
  background-color: #E9EAEA;
  border-left: solid 2px #9FBDE5;
  border-right: solid 2px #9FBDE5;
  color: #8080A0;
  color: #404050;
  font-family: Helvetica;
  font-size: 12px;
  padding: 4px 7px;  
}
.modal_pane_content INPUT,
.modal_pane_content TEXTAREA
{
  font-family: Helvetica;
}
/* Footer */
.modal_pane_footer_outer
{
  font-size: 0.0001pt;
  padding: 0px 5px;
  height: 10px;
}
.modal_pane_footer_inner
{
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterFill.gif");
  background-repeat: repeat-x;
}
.modal_pane_footer_left
{
  position: absolute; 
  left: 0px; 
  bottom: 0px !important; /* FF, OP */
  bottom: -7px; /* IE */  
  width: 5px;
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterLeft.gif");
  background-repeat: no-repeat;
}
.modal_pane_footer_right
{
  position: absolute; 
  right: 0px !important; /* FF, OP */
  right: -1px; /* IE */
  bottom: 0px !important; /* FF, OP */
  bottom: -7px; /* IE */  
  width: 5px;  
  height: 10px;
  background-image: url("../../Resources/Images/Master/PaneFooterRight.gif");
  background-repeat: no-repeat;
}
.modal_background 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modal_popup 
{
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:325px;
}
.modal_popup_control
{
	background-color:White;
	position:absolute;
	visibility:hidden;
}
.modal_header_content
{
  width: 400px; 
}
.modal_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.modal_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.modal_section_row
{
  margin: 4px 0px;
}
.modal_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}
.modal_section_label
{
  float: left;
  width: 130px;
  padding-top: 5px;
  padding-left:20px;
  font-weight:bold;
}
.modal_section_value
{
  float: left;
  width: 250px;
  padding-top: 5px;
}
.modal_section_end
{
  clear: both;
}
/*************************/
/* Sign Up For Alerts  ***/
/*************************/
.alert_main
{
  font-size: 9pt;
  font-weight: bold;
  width: 725px; 
  padding-bottom: 1px;
}
.alert_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.alert_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.alert_section_row
{
  margin: 4px 0px;
  height: 22px;
  padding-top:5px;
}
.alert_section_subject_type_row
{
  margin: 4px 0px;
  height: 44px;
  padding-top:5px;
}
.alert_section_category_type_row
{
  margin: 4px 0px;
  height: 22px;
  padding-top:5px;
}
.alert_section_school_row
{
  margin: 4px 0px;
  height: 100px;
}
.alert_desclimer_section_row
{
  margin: 4px 0px;
  padding-top:5px;
}
.alert_section_label
{
  float: left;
  width: 100px;
  padding-top: 5px;
  font-weight:bold;
}
.alert_section_input
{
  float: left;
  width: 250px;
}
.alert_section_space
{
  float: left;
  width: 15px;  
}
.alert_section_end
{
  clear: both;
}
.alert_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}
.alert_section_ddl
{
  font-size: 10pt;
  width:302px;
  height: 20px;
  color: #707070;
}
.alert_section_listbox
{
  float : left;
  width: 231px;
  height:100px;
  color: #707070;
  text-align:left;
}
.alert_validation_summary_section
{
  padding-top: 2px;
}
.alert_validation_summary_section_row
{
  margin: 4px 0px;
}
.alert_desclaimer_header
{
  font-size: 12pt;
  font-weight: bold;
  padding-top:5px;
}
.alert_desclaimer_text
{
  font-size: 10pt;
  font-weight: bold;
  padding-top:5px;
}
/*****************************/
/* District Administration   */
/*****************************/
.district_admin_header_content
{
  width: 725px; 
}
.district_admin_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.district_admin_section
{
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left:200px;
}
.district_admin_section_row
{
  margin: 4px 0px;
  height: 22px;
}
.district_admin_label
{
  float: left;
  width: 300px;
  padding-top: 5px;
  font-weight:bold;
}
.district_admin_value
{
  float: left;
  width: 100px;
  padding-top: 5px;
}
/*************************/
/* Announcement Approval**/
/*************************/
.announcement_approval_gridview
{
  width: 725px; 
  padding-bottom: 1px;
  padding-top:10px;
}
/*****************************/
/* Email 2 community         */
/*****************************/
.email2c_header_content
{
  width : 725px; 
}
.email2c_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.email2c_section
{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left:5px;
}
.email2c_section_row
{
  margin: 4px 0px;
}
.email2c_label
{
  width: 105px;
  float:left;
  font-weight:bold;
}
.email2c_value
{
  width: 600px;
  float:left;
}
.email2c_textarea
{
  width: 450px;
  height:200px;
  padding-top:5px;
  color: #707070;
  text-align:left;	
  float:left;
}
.email2c_section_end
{
  clear: both;
}
/*****************************/
/* Change Moderator Password */
/*****************************/
.moderator_password_header_content
{
  width : 725px; 
}
.moderator_password_section
{
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left:10px;
}
.moderator_password_section_row
{
  margin: 4px 0px;
}
.moderator_password_section_label
{
  width: 150px;
  padding-top: 5px;
  float:left;
  font-weight:bold;
}
.moderator_password_section_value
{
  width: 400px;
  float:left;
}
.moderator_password_section_end
{
  clear: both;
}
/*****************************/
/* School Manager            */
/*****************************/
.school_header_content
{
  width : 725px; 
}
.school_header
{
  font-size : 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.school_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.school_section_header
{
  float: left;
  width: 231px;
  padding-top: 5px;
  text-align:center;
}
.school_section_space
{
  float: left;
  width: 15px;  
}
.school_section_row
{
  margin: 4px 0px;
}
.school_label
{
  width: 400px;
  padding-top: 5px;
  text-align:center;
  font-weight:bold;
}
.school_section_textarea
{
  float : left;
  width: 231px;
  height:100px;
  color: #707070;
  text-align:left;
}
.school_section_lb
{
  width:231px;
  height:100px;
  color: #707070;
  float : left;
  text-align:left;	
}
.school_section_button
{
  width:231px;
  color: #707070;
  float : left;
  text-align:left;	
  padding-top:5px;
  
}
.school_textarea
{
  width: 400px;
  height:200px;
  padding-top:5px;
  color: #707070;
  text-align:left;	
}
.school_section_end
{
  clear: both;
}
/*****************************/
/*    Site Maintenance       */
/*****************************/
.maintenance_header_content
{
  width: 725px; 
}
.maintenance_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.maintenance_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.maintenance_section_row
{
  margin: 4px 0px;
  height: 22px;
}
.maintenance_label
{
  float: left;
  width: 100px;
  padding-top: 5px;
  font-weight:bold;
}
.maintenance_value
{
  float: left;
  width: 200px;
  padding-top: 5px;
}
.maintenance_section_space
{
  float: left;
  width: 15px;  
}
.maintenance_section_end
{
  clear: both;
}
/*************************/
/*      Payment          */
/*************************/
.payment_header_content
{
  width: 725px; 
}
.payment_header
{
  font-size: 11pt;
  font-weight: bold;
  color: #707070;
  padding: 4px 0px;
  border-bottom: solid 2px #9FBDE5;
}
.payment_section
{
  padding-top: 8px;
  padding-bottom: 10px;
}
.payment_section_row
{
  margin: 4px 0px;
  height: 24px;
}
.payment_validation_summary_section
{
  padding-top: 10px;
}
.payment_validation_summary_section_row
{
  margin: 4px 0px;
}
.payment_section_label
{
  float: left;
  width: 120px;
  padding-top: 5px;
  font-weight:bold;
  font-weight:bold;
}
.payment_section_creditcard_label
{
  float: left;
  width: 170px;
  padding-top: 5px;
  font-weight:bold;
}
.payment_section_description
{
  float: left;
  width: 700px;
  padding-top: 5px;
}

.payment_section_input
{
  float: left;
  width: 220px;
}
.payment_section_ddl
{
  float : left;
  font-size: 10pt;
  width:220px;
  height: 22px;
  color: #707070;
}
.payment_section_space
{
  float: left;
  width: 15px;  
}
.payment_section_end
{
  clear: both;
}
.payment_section_school_header
{
  float: left;
  width: 231px;
  padding-top: 5px;
  text-align:center;
}
.payment_section_edt
{
  padding: 1px;
  margin: 0px;
  font-size: 10pt;
  height: 16px;
  color: #707070;
}

.payment_section_textarea
{
  float : left;
  width: 231px;
  height:100px;
  color: #707070;
  text-align:left;
}

    .modalBackground 
    {
        background-color:Gray;
        filter:alpha(opacity=60);
        opacity:0.60;   
    }    
    .updateProgress
    {
        border-width:1px; 
        border-style:solid; 
        background-color:#FFFFFF; 
        position:absolute; 
        width:130px; 
        height:50px;    
    }
    .updateProgressMessage
    {
        margin:3px; 
        font-family:Trebuchet MS; 
        font-size:small; 
        vertical-align: middle;
    }
    
.complete_action_section_row
{
  margin: 4px 0px;
}    


.STCCalendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color:#ffffff;
    color:#000000;
    z-index:61000;
}