.tab a.open, .tab a.close {
	cursor: pointer;
	display: block;
	width: 90px;
	position: relative;
	top: 0px;
	-moz-border-radius-bottomleft:3px; 
	-moz-border-radius-bottomright:3px;
	background-position: 93px center;
	background-repeat: no-repeat;

}
.tab a.open {
	color: #0096a5;
	background-image: url(arrow-grey-down.gif);
		font-weight:bolder;

}
.tab a.close {
	background-color: #0096a5;
	color: #FFFFFF;
	background-image: url(arrow-white-up.gif);
		font-weight:bolder;

}
/* sliding panel */
#toppanel {
    top: 0;
	left:0;
    width: 100%;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
}
#panel_top {
	width: 100%;
	height: auto;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #0096a5;
	font-weight:bolder;
}
#panel_top h1 {
	font-size: 14px;
	padding: 0px 0 5px;
	margin: 0;
	color: white;
}
#panel_top p {
	margin: 5px 0;
	padding: 0;
	color:#999999;
}
#panel_top a {
	text-decoration: none;
}
#panel_top a-lost-pwd {
	display: block;
	float: left;
}
#panel_top .content {
	width: 960px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
#panel_top .content .left {
	width: 155px;
	float: left;
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 1px;
}
#panel_top .content .left li {
	float: left;
	margin-right: 8px;
	margin-bottom: 1px;
	border: 1px solid #333333;
	list-style-type: none;
}
#panel_top .content li:hover {
	cursor: pointer;
	border: 1px solid #666666;
}
#panel_top .content .left li.inline {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: inherit;
	color:#ffea01;
	line-height: 1.2em;
}
#panel_top .content .left li.inline a {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	height: auto;
	color:#ffea01;


}

#panel_top .content .left li.inline a:hover {
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
	float: none;
	width: auto;
	height: auto;
	color:#ffae00;
	font-weight:bolder;
	text-decoration:underline;


}

#panel_top .content .left a {
	width: 70px;
	height: 50px;
	display:block;
	font-size: 12px;
	color:#ffea01;

}
#panel_top .content .left img {
	width: 139px;
	height: 28px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#panel_top .content li:hover {
	cursor: pointer;
	border: 1px solid #666666;
}
.tabholder
{
	width:890px;
	margin:0px auto;
}
/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 550px;
	height: 10px;
	margin: 0 auto;
	padding-top: 25px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(http://www.ycdsb.ca/thickbox/panel/images/button_login.jpg) no-repeat 0 0;
}

#login .loginClose {
	display: block;
	position: absolute;
	right: 18px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

#login .loginClose a {
	display: block;
	width: 100%;
	height: 20px;
	background: url(http://www.ycdsb.ca/thickbox/panel/images/button_close.jpg) no-repeat right 0;
	padding-right: 10px;
	border: none;
	font-size: 0.9em;
	color: white;
}

#login .loginClose a:hover {
	background: url(http://www.ycdsb.ca/thickbox/panel/images/button_close.jpg) no-repeat right -20px;
}

