﻿/* @import "contentEditor.css"; */

/* ============================================================= */
/* Layout                                                        */
/* ============================================================= */
body 
{
	font: 0.7em/1.4em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #666666;
	background-color:#000000;
    background-image :url(/GoAlliance/images/shared/bg_strip.jpg);
    background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;    
	
}

#mainContainer {
	margin-right: auto;
	margin-left: auto;
	width:800px;
}

img {   
    border-collapse:collapse;
    border:0;
}

/*
commented out for testing list summary (news); a
p {
    margin:0 0 20px 0;    
}
*/

a {
	color: #CC6600;
	text-decoration: none;
}

a:hover{
	color: #CC6600 ;
	text-decoration: underline;
}

h1{
	font-size: 1.5em;
	color: #CC6600;
}  
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #CC6600;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}  
h3{
	font-size: 10px;
}  
  

.colorDividerBar
{
    margin-top:2px;
    margin-bottom:8px;
    padding:5px; 
    background-color:#FEF8D4; 
    border:1px solid #FEBE7F;    
}    




/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Layout: Header Section                                        */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
#headerSection {
	margin:0;
	padding:0;
	vertical-align:top;
}
#hdrTopBar {
	background: #F7D365;
	text-align: right;
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}
#hdrMiddleBar {
/*
    clear:both;
    float:left;
    display:inline;
*/
	margin:0;
	padding:0;
	background: #FEF8D4;
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
}
#hdrLogo 
{
    width:400px;
}

#hdrLoggedIn {
	clear:right;
	float:right;
    padding-top:10px;
    padding-right:10px;
}


#hdrLogin {
	clear:right;
	float:right;
	display:inline;
    width:220px;
    padding-top:10px;
	color: #999999;
	font:   "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
}
#loginForm {
    float: left;
}
.loginFormRowError{
    clear:left;
    color:Red;
    margin:0;
    padding:0;
}
.loginFormRow{
    clear:left;
    height:20px;
    margin-bottom:3px;
}
.loginRowLabel{
    float:left;
    clear:left;
    width:40px;
    margin-top:8px;
    margin-right:20px;
}
.loginRowInput{   
    float:left;
}

#hdrNavBar 
{
    clear:both;
	background: #F7D365;
	border-bottom: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
    border-left: 1px solid #FF9900;
}
#hdrNavBar  table
{   margin:0;
    padding:0;
}

#hdrNavBar  table tr td  {
	padding-left:30px;
}	
#hdrNavBar  a  {
	font-size: 1em;
	color: #996600;
	text-decoration: none;
}
#hdrNavBar  a:hover  {
	color: #FFFFFF;
}



/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Layout: Body Section                                          */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
#bodySection {
	margin:0px auto 0px auto;
	padding:20px;
    min-height:500px;
    height:500px;
	vertical-align:top;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color:#FFFFFF;
}
#bodyContainer 
{
    width:550px;
    margin-left:auto;
    margin-right:auto;
/*    
    padding:10px;
	text-align:left;
	border:2px solid #CC6600;
	min-height:100%;
*/
}

/* Site defaults to a one column format.  The homepage was an anomoly.  
   The classes bodyLeftColumn and bodyRightColumn are used in the homepage  
   Content block stored in Ektron. Currently they are not used anywhere else
*/

/* 2-Column format */
.bodyLeftColumn
{   
    float:left;
    min-height:500px;
}    
.bodyRightColumn
{   
    float:right;
    min-height:500px;
}    

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Layout: Footer Section                                        */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
#footerSection {
	margin:0px auto 0px auto;
	background-color: #E5E5E5;	
	border: 1px solid #CCCCCC;}

#footerSectionLeft 
{
    float:left;
	padding-top:5px;
}

#footerSectionRight 
{
    float:right;
	font-size: 10px;
	text-align: right;
	padding: 10px 15px 10px 0px;
}
#footerSectionRight a 
{
	padding-left:20px;
	color:#999999;
	text-decoration:underline;
    
}

#ftrTitleRow {
	background: #CCCCCC;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Pattern for all Ektron Lists                                  */
/* ============================================================= */
/* ============================================================= */
/* Set wrapper tag to DIV ====================================== */
.ListSummary
{
}
.ListSummaryRow
{
    
}
.ListSummaryTitle
{
	font-size: 1.3em;
	font-weight: normal;
	color: #CC6600;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
 
}

.ListSummaryData
{

}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Blue Box                                                      */
/* ============================================================= */
/* ============================================================= */
/* Example ===================================================== */
/* ============================================================= 
        <div class="bluBox">
            <div class="boxTop"></div>
            <div class="boxBody">
                content goes here .....
            </div>
            <div class="boxBottom"></div>
        </div>
.bluBox 
{
    color:#FFFFFF;
    width:156px;
}
.bluBox .boxTop {
    background:url(/images/shared/leftSideMenu/bluBox_top.jpg) no-repeat bottom left;
    height:9px;
	width: inherit;	
}
.bluBox .boxBody {
    background:url(/images/shared/leftSideMenu/bluBox_bg.jpg);
	padding-left:7px;
}
.bluBox .boxBottom {
    background:url(/images/shared/leftSideMenu/bluBox_btm.jpg) no-repeat top left;
    height:9px;
	width: inherit;
}
   ============================================================= */ 




/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* HomePage -- About SREB                                        */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
.aboutSREBBoxTxt {
	background: #F2F2F2;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 20px;
}

.aboutSREBBoxTxt a {
	color: #CC6600;
	font-size: .9em;
}

.aboutSREBBoxTxt img {
	margin-right: 8px;
}

/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
/* Member list                                                   */
/* ============================================================= */
/* ============================================================= */
/* ============================================================= */
.contacttitle {
	font-size: 1.1em;
	color: #CC6600;
}
