/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Redid Custom styles and added general portal styles, also redid nav-auth
/* 4_7: Some cleanup for portal styling

/* PORTAL PAGE (uniform styles for portal pages)
*******************************************************************************/
#portal {
	}
#portal #primary-content {
	}
#portal #secondary-content {
	}

/* WEEK VIEW PAGE (portal page with week view calendar accross top)
*******************************************************************************
'Corbin commented this out because with the new clearfooter-less layout it's nolonger needed
#inner-content {
	position: relative;
	left: 240px;
	width: 574px;
	}
#inner-content #primary-content {
	left: 0;
	top: 10px;
	width: 465px;
	}
#inner-content #secondary-content {
	left: 480px;
	top: 10px;
	}
#above-content {
	margin-left: 240px;
	margin-right: 10px;
	}
	
/* NAV AUTH (login based links in sub-nav)
----------------------------------------------------------------------------- */
#nav-auth { 
	font-size: 0.92em; 
	border-bottom: 1px solid #D8D3BF;
	margin-bottom: 10px;
	}
#nav-auth h2 {
	font-size: 1.0em;
	margin: 0;
	font-weight: normal;
	padding: 8px 12px;
	}
#nav-auth p {
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 12px 6px;
	margin: 0;
	}
#nav-auth ul {
	padding: 6px 0;
	border-top: 1px solid #82765A;
	}
#nav-auth ul li {
	padding: 0;
	background: none;
	}
#nav-auth ul li.first-child {
	}
#nav-auth ul li.last-child {
	}
#nav-auth ul li.only-child {
	}
#nav-auth ul li a {
	}
	
/* PORTAL MODULE STRUCTURE
----------------------------------------------------------------------------- */
.module-group {
	}
.module-group .module-header {
	position: relative;
	}
.module-group .module-header a.edit {
	position: absolute;
	top: 0;
	right: 0;
	}
.module-group .module-footer {
	}
	
.pc .module {
	margin-bottom: 20px;
	}
.module h2 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}
.module .module-header {
	position: relative;
	font-weight: bold;
	background-color: #E0E0E0; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 3px 5px;
	line-height: 13px;
	}
.module .module-header a {
	margin: 6px 0 0 0; 
	}
.module .module-header h2 {
	}
.module .module-header span {
	font-size: .92em;
	margin: 5px 0;
	padding: 0;
	}
.module .module-header span.col2 {
	position: absolute;
	top: 3px;
	right: 10px;
	margin: 0;
	}
.module .module-footer {
	position: relative;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	padding: 5px 10px;
	}
.module .module-footer:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
/*.module .module-footer {display: inline-block;}*/
.sc .module .module-footer {
	border-top: none;
	border-bottom: none;
	}
.pc .module .module-footer a {
	font-size: 0.92em;
	}
.pc .module .module-footer a.more {
	}
.module a.right {float: right;}
.module a.customize,
.module a.edit {
	}
.module a.more {
	}
.module a.archive {
	}
.module p.login-link {
	}
.module p.no-content {
	}

/* CUSTOMIZE PORTAL
----------------------------------------------------------------------------- */
.customize-forms { margin-bottom: 10px; }
    .customize-portal {	margin-left: 10px; }
        .customize-portal p { margin: 0; }
        .customize-portal form { }
            .customize-portal form span { display: block; margin-bottom: 5px; }
            .customize-portal form input { margin-right: 5px; }
            .customize-portal .form-buttons { }
    .customize-news { margin-left: 10px; }
       .customize-news form { }
            .customize-news ul { list-style: none; padding: 0; margin: 0; }
                .customize-news ul li { background: none; padding-left: 0; }
           .customize-news input { margin-right: 5px; }
           .customize-news .form-buttons { }
    .customize-athletics { }
        .customize-athletics .tab-collection { margin-left: 10px; }
        .customize-athletics form {	}
            .customize-athletics dl.team ul { list-style: none; }
                .customize-athletics dl.team ul li { background: none; padding-left: 0; }
            .customize-athletics .form-buttons { display: block; float: none; clear: both; }
    .customize-calendars { margin-left: 10px; }
        .customize-calendars form { }
            .customize-calendars ul.calendar-formlist {	list-style: none; padding: 0; margin: 0; }
                .customize-calendars ul.calendar-formlist li { background: none; padding-left: 0; }
            .customize-calendars .form-buttons { }
    .customize-classes { }
        .customize-classes form { }
            .customize-classes ul.class-list { list-style: none; }
                .customize-classes ul.class-list li { background: none; padding-left: 0; }
            .customize-classes input { margin-right: 5px; }
            .customize-classes .form-buttons { }

/* QUICK EDIT
----------------------------------------------------------------------------- */

.edit-buttons {
	display: block;
	border: 1px solid #fff;
	width: 100%;
	height: 18px;
	}
.edit-buttons a {
	border: 1px solid;
	display: block;
	float: left;
	margin-right: 5px !important;
	padding: 0 5px !important;
	}

