/*custom FCK dropdown styles set here*/
.headertitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #078a92;
}
 
.subhead {
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #666666;
}
 
.subhead2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    border-bottom:2px solid #CCCCCC;
    padding-top:10px;
    margin-bottom:0px;
}
/*end custom FCK dropdown styles*/

#label {float:left;width:168px;height:99px;padding:0px 5px 5px 5px;}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #078a92;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #078a92;
	}
a:hover, a:active { 
	text-decoration: underline; 
	}

html {margin:0;padding:0}

body {
	padding:0 0 0 0; 
	margin:auto;
	background: #ffffff url(/images/organizations/cms/susd/copperridge/images/backgroundTile.gif) repeat-x 0 0;
	}

#wrap {
	margin:auto;
	height:auto;
	width:979px;
	background: transparent url(/images/organizations/cms/susd/copperridge/images/bodyTile.gif) repeat-y 0 0;
	}
	
#header2 {
	background: url(/images/organizations/cms/susd/copperridge/images/header.jpg) no-repeat top right;
	margin-bottom: 0px; 
	margin-top: 0px; 
	margin-left:0px;
	width: 979px; 
	height: 239px; 
	float:left;
	}
#logoImage {
	position:relative;
	top:109px;
	left:198px;
	width:334px;
	}
#textBox {
	position:relative;
	float:right;
	margin-right:-150px;
	height:80px;
	width:405px;
	top:28px;
	}

#textBox font {
	font-size:10px !important;
}
	
#textBox div div, #textBox div p {margin:0px}		
#textBox a.admin_link {position:absolute;top:-60px;font-size:20px;}
#textBox div a:link, #textBox div a:visited {color:#fff;text-decoration:underline;}
#textBox div a:hover {color:#ccc}

#cal {
	margin:5px 0px 5px 0px;
	}
	
#translationBar {
	background: transparent;
	margin: 10px 0 0 28px;
	position:relative;
	float:left;
	display:inline;
	clear:left;
	width: 111px;
	height: auto;
}
#translationBar .langes{
	font:12px Verdana, Arial, Helvetica, sans-serif normal;
}

	
#bar {
	background-color:transparent;
	margin-right:0px;
	clear:both;
	}
/* NAV - top horizontal nav */
#nav, #nav ul {padding: 0;margin: 0;list-style: none;}
#nav {float:left;font:bold 12px Verdana,Arial,Helvetica,sans-serif;margin: -30px 0px 0 18px;}
#nav li {line-height:27px;position:relative;float: left;width: 10em;display:block;margin: 0;padding-right:0px;background: transparent url(/images/organizations/cms/susd/copperridge/images/navBlt.gif) no-repeat 0px    0px;}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {font-weight:bold;text-decoration:none;font-size:1.0em;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#fff;display: block;padding: 3px 15px 0px 10px}
#nav a:hover {color:#f0c23b;background-color:transparent}
#nav li ul {border:1px solid #ddd;background: #fff url(/images/organizations/cms/susd/copperridge/images/navImage.gif) no-repeat 100% 100%;;width:14em;font-size:90%;position: absolute;font-weight:normal;left: -999em}
#nav li:hover ul, #nav li.sfhover ul {left: 0;z-index:99000}
#nav li:hover li ul, #nav li.sfhover ul ul{left: -999em}
#nav li:hover li:hover ul, #nav li.sfhover li.sfhover ul{left:100%;top:0em;z-index:99999;font-size:100%}
#nav li li {background:none;float:none;border-bottom: 1px solid #ddd;padding-left:0;padding-right:0;}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#078a92;padding: 3px 8px 2px 8px;width:12.6em}
#nav li li a:hover {color:#fff;background: #078a92;}
#nav li ul .first {border-top:none;}
#nav li ul .last {border-bottom:none;}
#nav ul li {line-height:14px;}
/* hide from IE mac \*/
#nav li {width:auto}
/* end hiding from IE5 mac */

/*IE7 SUCKERFISH DROPDOWN MENU FIX*/
*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
} 
/*END IE7 FIX*/

#menu li:hover, #menu li.over {
position: static; /* make menus not sticky in ie7 */
} 

/*begin sideNav*/
#sideNav {padding-left:0px; margin-top:-5px;}
#adxmSideNav {
	width: 180px;/* VERY IMPORTANT! Set this to appropriate value, either here on down in the design section */
	text-align:left; /*this overrides the setting from yui grids*/
}
	
#adxmSideNav ul {
	width: 170px;
}

#adxmSideNav, #adxmSideNav ul {	/* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#adxmSideNav li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#adxmSideNav li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#adxmSideNav ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#adxmSideNav li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	left: 100%;	/* and move them to the right of the item */
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
#adxmSideNav:after, #adxmSideNav ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#adxmSideNav, #adxmSideNav ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#adxmSideNav UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#adxmSideNav ul {
	background-image: url(/images/organizations/cms/exp/images/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -20px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}


/* - - - ADxMenu: DESIGN styles - - - */

#adxmSideNav, #adxmSideNav ul li {
	background: transparent;
}
#adxmSideNav ul li {
	background:#fff;
}
#adxmSideNav a {
	text-decoration: none;
	font-weight:bold;
	color: #000;
	padding: .5em .5em .5em .8em;
	display: block;
	font-size:12px;
	}

/*   makes hover color/background work correctly in ie6  ***MUST BE IN MAIN CSS NOT IE6 SPECIFIC***   */
#adxmSideNav a:hover /* hover state */, #adxmSideNav .adxmhoverA /* active state */{		/* li:hover>a selector */
	color: #000;
	background: #bdbfb9 url("/images/organizations/cms/susd/copperridge/images/sideNavOver.gif") no-repeat 0 0;
}
/*   end ie6 fix   */

#adxmSideNav a:hover, #adxmSideNav li:hover>a {
	color: #000;
	background: #bdbfb9 url("/images/organizations/cms/susd/copperridge/images/sideNavOver.gif") no-repeat 0 0;
	}

#adxmSideNav li {	/* create borders around each item */
	background: transparent url("/images/organizations/cms/susd/copperridge/images/sideNavBlt.gif") no-repeat 0 0;
	border-bottom:1px solid #ccc;
	}
#adxmSideNav li.first {
	background:none;
}

#adxmSideNav li.last {
	border-bottom:none;
}

#adxmSideNav li li.last {
	border-bottom:1px solid #ccc;
}

#adxmSideNav li li.first {
	background-color:#fff
}

#adxmSideNav>li + li, #adxmSideNav ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#adxmSideNav li:hover>ul {	/* inset submenus, to show off overlapping */
	top: 5px;
	left: 100%;	
}
	
#adxmSideNav li ul li {
	border:1px solid #ccc;
	background: #fff url("/images/organizations/cms/susd/copperridge/images/sideNavUp.gif") no-repeat 0 0;
}

#adxmSideNav li ul li.first {
	border-bottom:none;
}

#adxmSideNav li ul li.last {
	border-top:none;
}

#adxmSideNav li:hover>ul li ul {
	left:90%;
}
/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts 
#adxmSideNav>li:first-child>a, #adxmSideNav li + li + li li:first-child>a {
	color: #fff;
}
*/

/*end sideNav*/


	
#sideColumn {
	background:transparent url("/images/organizations/cms/susd/copperridge/images/sideImage.gif") no-repeat right top;
	float:left;
	width:180px;
	height:100%;
	padding:0;
	margin-left:15px;
	margin-top:5px;
	clear:both;
	}

#search {
	background:transparent url("/images/organizations/cms/susd/copperridge/images/search.gif") no-repeat 0 0;
	float:right;
	width:173px;
	height:40px;
	padding:50px 0px 0px 0px;
	margin-right:5px;
	margin-top:66px;
	}
	
#searchInput {
	text-align: left;
	width: 108px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #d6d6d6;
	margin-left:8px;
	}
#searchBtn {
	background:transparent url("/images/organizations/cms/susd/copperridge/images/goBtn.gif") no-repeat 0 0;
	height: 19px;
	width: 48px;
	border:none;
	padding: 0px 0 0px 0px;
	right:40px;
	top:-20px;
	cursor:pointer;
	font:0px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	float:right;
	}
	
#login {
	background: transparent url(/images/organizations/cms/susd/copperridge/images/login.gif) no-repeat 0 0px;
	text-align:right;
	color:#212121;
	float:left;
	width:169px;
	height:80px;
	margin-top:0px;
	padding-top:30px;
	padding-right:12px;
}

#login input[type='text'], #login input[type='password']{font-size:9pt; font-family:sans-serif; background-color:#aeaeae;border-top:1px solid #666666;border-left:1px solid #666666;border-bottom:1px solid #eaeaea;border-right:1px solid #eaeaea;}
#login input[type='image'], #login input[type='submit']{border:0;}
#login_btn {background: transparent url(/images/organizations/cms/susd/copperridge/images/loginBtn.gif) no-repeat 0 0px;
height:22px;
width:53px;
border:0;
margin-top:0px;
padding-bottom:0px;
cursor:pointer;
}
#loginUsername, #loginPW {
	color:#fff;
	}

#forgotten a {
font:10px arial;
color: #212121;
text-align:center;
display:block;
float:right;
margin:4px 0 0 0px;
}
#forgotten {display:none;}

#weather {
	float:left;
	margin:5px 0px 5px 2px;
	}

#personal {
	clear:both;
	background: transparent url(/images/organizations/cms/susd/copperridge/images/divider.gif) no-repeat 0px 0px;
	margin: 0px 0px 0px -2px;
	padding-top:10px;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	padding-left:12px;
	width:175px;
	}

#whats_happening {
	background: transparent url(/images/organizations/cms/susd/copperridge/images/divider.gif) no-repeat 0px 0px;
	padding: 10px 0px 10px 9px;
	margin-left:-12px;
	color:#555;
	width:175px;	
}

#whats_happening .medium_text {color:#555;}



#welcome li {

	text-align:left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 0px 0px 33px;
	margin: 0px 0px -4px -42px;
	height:32px;
}

.indivEvent a font, #whats_happening .text_light {color:#888;}

#wel_cal {background-image: url("/images/organizations/cms/susd/copperridge/images/cal.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_files {background-image: url("/images/organizations/cms/susd/copperridge/images/files.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_pers {background-image: url("/images/organizations/cms/susd/copperridge/images/pers.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_admin {background-image: url("/images/organizations/cms/susd/copperridge/images/admin.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_help {background-image: url("/images/organizations/cms/susd/copperridge/images/help.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_log {background-image: url("/images/organizations/cms/susd/copperridge/images/logout.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_mychildren {background-image: url("/images/organizations/cms/susd/copperridge/images/fam.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_lesson {background-image: url("/images/organizations/cms/susd/copperridge/images/lesson.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_onlinegrades {background-image: url("/images/organizations/cms/susd/copperridge/images/grades.gif");background-repeat: no-repeat;background-position: 0 0;}
#wel_email {background-image: url("/images/organizations/cms/susd/copperridge/images/email.gif");background-repeat: no-repeat;background-position: 0 0;}

#welcome a {font:11px Verdana, Arial, Helvetica, sans-serif;}
#welcome a:link {color:#078a92} 
#welcome a:visited {color:#078a92} 

	
#mainBody {
	width:740px;
	min-height:300px;
	clear: none;
	padding-top:10px;
	padding-left:0px;
	padding-bottom:20px;
	background-color:transparent;
	list-style-position: inside;
	overflow:visible;
	}
	
#bodyWrap {
	height:auto;
	background-color:transparent;
	margin:0px 7px 0px 210px;
	}	

#foot {
	background: transparent url(/images/organizations/cms/susd/copperridge/images/footer.gif) no-repeat 0 0;
	height:97px;
	margin:auto;
	margin-top:0px;
	clear:both;
	}
#footText {
	margin:auto;
	color:#fff;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	padding:22px 0 0 375px;
	}	
#footText a {color:#fff;}
	
#powered .spaced span{
	font:11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#555;
}

#powered {
	height:50px;
}

#powered .text_small span{
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color:#555;
}
