﻿body {}

body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 12px;
    background-color: #f7faf8;
}

#aboutContainer
{
    background-color: #eaf2eb;
    
}

#headerContainer
{
    width: 100%;
    min-width: 800px;
    height: 90px;
    position: relative;    
    background: url( http://www.clackamasmiddlecollege.org/Images/Homepage/Home_Header_RepeatX.png ) repeat-x;
}

.headerAbout
{
    cursor: pointer;
}

#subHeaderContainer
{
    width: 100%;
    min-width: 800px;
    height: 43px;
    position: relative;
    background: url( http://www.clackamasmiddlecollege.org/Images/Homepage/Home_SubHeader_RepeatX.png ) repeat-x;   
}

#bodyContainer
{
    position: relative;
    width: 100%;
    min-width: 800px;
}
#centerColumn
{
    min-height: 300px;
    padding: 20px;
    padding-right: 0px;
}
.sideColumn
{
    height: 100%;
    min-height: 300px;
    background: url( http://www.clackamasmiddlecollege.org/Images/Homepage/Home_Sides_RepeatX.png ) repeat-x;
    position: relative;
}
#leftSideColumn
{
    width: 227px;
}
#rightSideColumn
{
    width: 231px;
}

.headerText
{
    font-size: 24px;
    color: #424242;
}
.absoluteTopRight
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.absoluteTopLeft
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.announcement
{
    color: #027ac6;
    padding-bottom: 12px;
    padding-right: 20px;
}

a.hyperlink
{
   color: #027ac6;
}

a.rhsLink
{
    color: #027ac6;
    display: block;
    padding: 8px 0px 0px 10px;
}

.leftNav ul
{
    margin: 0px;
    padding: 0px;
}
.leftNav ul li
{
    color: #027ac6;
    font-size: 14px;
    margin-bottom: 6px;
    
    list-style-type:none;
    
    background: url( http://www.clackamasmiddlecollege.org/Images/Common/bullet.png ) no-repeat top left;
    
    padding-left: 14px;
}
.leftNav ul li a
{
    color: #027ac6;
    text-decoration: none;
}
.leftNav ul li a:hover
{
    color: #329ac6;
    text-decoration: none;
}

.indent
{
    padding-left: 10px;
    padding-top: 6px;
}
.padTop
{
    padding-top: 10px;
}
.list
{
    padding-right: 90px;
    padding-top: 0px;
}
.list ul
{
    margin: 0px;
    padding: 0px;
}
.list ul li
{
    color: #1a1a1a;
    font-size: 12px;
    margin-bottom: 6px;
    list-style-type:none;
    background: url( http://www.clackamasmiddlecollege.org/Images/Common/bullet.png ) no-repeat top left;
    padding-left: 14px;
}
.list ul li a
{
    color: #027ac6;
    text-decoration: none;
}
.list ul li a:hover
{
    color: #329ac6;
    text-decoration: none;
}

.centerHeader
{
    color: #494949;
    font-size: 20px;
}

.centerHeaderTop
{
    color: #027ac6;
    font-size: 20px;
    padding-right: 20px;
}

.centerHeaderTopDate
{
    color: #027ac6;
    font-size: 12px;
    padding: 4px 0px 0px 3px;
}

p
{
    color: #494949;
    line-height: 17px;
    text-align: justify;
    padding-right: 10px;
}

#imagePanel img
{
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    border-top: solid 1px #eeeeee;
    border-left: solid 1px #eeeeee;
    
    cursor: pointer;
}



.boldItalics
{
    font-weight: bold; 
    font-style: italic;
}



/*  calendar */
.calendarEvent
{
    width: 100px;
    margin-bottom: 6px;
}
.calendarEventHeader
{
    height: 12px;
    width: 100px;
    margin: 0px;
    padding: 0px;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-indent: 14px;
}
.calendarEventBody
{
    background-image: url( http://www.clackamasmiddlecollege.org/Information/Calendar/bullet.png);
    padding-left: 16px;
	background-repeat: no-repeat;
	background-position:top left;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Verdana, Arial;
}
