.searchon {
    font-color: #196cd7;
    font-size: 9px;
}

.searchoff {
    font-color: #ccc;
    font-size: 9px;
}

.contentborder {
    width: 900px;
    height: 356px;
    margin: 3px;
    padding: 0px;
    background: transparent;
    background-image: url(https://www.toucanlearn.com/images/backgrounds/blue2.png);
	background-repeat:no-repeat;
	float: left;
}

.dynamiccontentborder {
    width: 900px;
    margin: 3px;
    padding: 0px;
    background: transparent;
    background-image: url(https://www.toucanlearn.com/images/backgrounds/blue2.png);
        background-repeat:no-repeat;
        float: left;
}

.dynamiccontent {
        width: 860px;
        margin: 20px;
        padding: 0px;
        float: left;
        background: #fff;
        color: #000;
        font-weight: normal;
}

.contentbordertop {
    width: 900px;
    height: 26px;
    background: transparent;
    background-image: url(https://www.toucanlearn.com/images/backgrounds/blue-bg-top.png);
	background-repeat:no-repeat;
	float: left;
}

.contentbordermiddle {
    width: 900px;
    background: transparent;
        background-repeat:no-repeat;
        float: left;
}

.contentborderbottom {
    width: 900px;
    height: 26px;
    background: transparent;
    background-image: url(https://www.toucanlearn.com/images/backgrounds/blue-bg-bottom.png);
        background-repeat:no-repeat;
        float: left;
}


.content {
	width: 860px;
	height: 320px;
        margin: 20px;
        padding: 0px;
	float: left;
	background: #fff;
	color: #000;
	font-weight: normal;
}

.content h1 {
	color: #049;
	}

.subtitle {
	color: #049;
}


.membersLeft {
	width:230px;
	overflow-x:hidden;
	overflow-y:auto;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
}

.membersRight {
	width:610px;
	margin-left: 20px;
 	overflow-x:hidden;
	overflow-y:auto;
}

.grey {
	background: #eee;
	color: #333;
}

.accountitem {
	border-color: #0bf;
	border-width: 2px;
	margin: 0px;
}

#dddayDisplay{
	border: 1px solid #235eaa;
	width: 75px;
	height: 95px;
	float: right;
	margin-right: 5px;
	text-align: center;
	display: table-cell;
    	vertical-align: middle;
	font-family: Verdana,Lucida,Arial,Helvetica,sans-serif;
}
#dddow {
	color: #999;
	font-size: 10px;
}
#ddmonth {
	color: #235eaa;
	font-size: 18px;
	font-weight: bold;
}
#ddday {
	color: #eb5625;
	font-size: 30px;
	font-weight: bold;
}
#ddyear{
	color: #235eaa;
	font-size: 15px;
	font-weight: bold;
}

.choice {
	font-size: 15px;
	font-weight: bold;
	color: #eb5625;
}

.dy {
        z-index:200;
        font-size: 7px;
        width: 9px;
        height: 9px;
        text-align: center;
        position:absolute;
        opacity: 0.4;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
	cursor:pointer;
        background-color:#c0c0c0;
        color:white;
}
.dy a {  text-decoration: none; color: #000;}
.dow {
        text-decoration:none;
        font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
        font-size:10px;
        color: #235eaa;
        position:absolute;
        width:76px;
}

.cmon {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

