/* CSS Document */

body {

background: #ffae00 url(images/bg.png) top repeat-x;
margin:0 0 0 0;
font: 14px/100% "Verdana";
}

#wrapper {

	width:960px;
	margin:auto;
	
}

#sidebar {

	float:left;
	width:298px;

}

#main {
	
	margin-left:298px;
	width:641px;
	background:#fff;
}

#main-content {
	background:#FFFFFF;
	padding-top:5px;
}

#search {

	width:298px;
	height:202px;
	background:url(images/kidsd_02.png) top center;
	
}

#search-content {

	width:170px;
	margin:auto;
	padding-top:50px;
	padding-left:20px;
}

#browse-content {

	width:170px;
	margin:auto;
	padding-top:40px;
	padding-left:20px;
}

#browse {

	margin-top:25px;
	width:298px;
	height:256px;
	background:url(images/kidsd_07.png) top center;

}

#search-form {

	margin:0;
	padding:0;

}

#searchbox {

	width:170px;
	border:1px solid #999999;
}

.button {
    border: 1px solid #777777;
    background: #d7d5cd;
	width:50px;
}

.button:hover {
    border: 1px solid #777777;
    background: #eef;
}

.arrowlistmenu{
	width: 170px; /*width of menu*/
	margin-top:20px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
	color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #A70303;
	background-color: #F3F3F3;
}

#main-community {
	margin:0 10px;
}

#main-community a {
    color:#678197;
	text-decoration:none;
}
#main-community a:hover {
    text-decoration:underline;
}

.community-header {
	background:#e8eef7;
	padding:5px;
	margin-top:5px;
	font-weight:bold;
}

#footer {
	clear:both;
	text-align:center;
	font-size:11px;
	padding-top:15px;
	padding-bottom:20px;
	color:#333333;
}

#iefix {
	height:0px;
}

#logo {
	margin:20px 0 20px 0;
}

.scrollable {
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	width:619px;
	/*height:282px;
	z-index:1;
	overflow:auto;*/
	border:1px solid #cddcf4;
}

.tablecom {

	border-top:1px solid #e5eff8;
	border-collapse:collapse;
}

.tablecom td {

	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:5px;
	height:60px;
}

.tablecom td:hover {

	background-color:#e5eff8;
}

.tablecom .tablecom-inside {
	border-top:none;
	border-collapse:collapse;
}

.tablecom .tablecom-inside td {
	color:#678197;
	border-bottom:none;
	border-left:none;
	padding:0px;
	height:inherit;
	font-size:90%;
}

.tablecom-inside-logo{
	text-align:center;
}

#aitcom {
	display:block;
}

#swucom {
	display:none;
}

#ectcom {
	display:none;
}

.collappedbutton {
	cursor:pointer;
}