
#tags {
	width: 200px;
	background-color: #b7e9ff;
	border: 1px solid #69d1ff;
	padding: 5px;
}

.tagsTitle {
	font-weight: bold;
}

#tagsCloud {
	background-color:  #69d1ff;
	padding: 5px;
}
#tagsCloud a{
	text-decoration: none;
}

#tagsList {
	background-color:  #69d1ff;
	padding: 5px;
}
#tagsList a{
	text-decoration: none;
}

#coursesList {
	width: 720px;
}

#coursesListTitle {
	margin-bottom: 10px;
	border-bottom: 1px solid #69d1ff;
	width: 720px;
	padding-bottom: 3px;
}

.courseEntry {
	background-color: #f4f5ee;	
	border: 1px solid #e5e6e0;
	color: #383634;
	padding: 5px;
	margin-bottom: 3px;
}

.courseName {
	font-weight: bold;
	color: #383634;
	width: 530px;
}

.courseParams td{
	font-size: 11px;
}

.courseDesc {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.courseActions {
	margin-left: 500px;
	text-align: center;
}
.courseActions a{
	font-size: 11px;
	text-decoration: none;
}

#courseDataPane { 
	width: 230px;
	background-color: #b7e9ff;
	border: 1px solid #69d1ff;
	margin-left: 5px;
	margin-right: 5px;
	padding: 3px;
	text-align: left;
}

.selectedCourseTab {
	font-weight: bold; 
	border: 1px solid #65615e;
	background-color: #00b25b;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

#downloadsTable {
	width: 100%;
	border: 1px solid #69d1ff;
}

#downloadsTableTitle td {
	background-color: #b7e9ff;
	font-weight: bold;
}


.tileCell {
	width: 33.3%;
	text-align: center;
}

.partnerTile {
	width: 180px;
	height: 150px;
	border: 1px solid #69d1ff;
}

.partnerImg {
	height: 100px;
	line-height: 100px;
}

#devLink {
	margin-top: 20px;
	padding: 5px;
    border: 1px solid #e4e4e2;
	text-align: center;
	width: 150px;
}


div#export {
	width: 184px;
	height: 80px;
	border: solid 1px #7799bb;
	float: right;
	font-size: 11px;
	padding: 3px;
}

div.dayCol {
	width: 120px;
	height: 550px;
	border: solid 1px #65615e;
	float: left;
	margin-left: 5px;
	text-align: center;
	background-color: #ffffed;
}

div.chapter {
	border: solid 1px #65615e;
	margin: 1px;
	background-color: #f4f5ee;
	font-size: 10px;
}

div.chapter-selected{
	background-color: #69d1ff;
}


div.infoOuter {
	position: relative;
	display: none;
	left: 10px;
}

div.info {
	background-color: white;
	border: 1px solid #65615e;
	width: 300px;
	text-align: left;
	cursor: default;
}

div.info ul {
	margin-top: 5px;
	line-height: 15px;
	margin-right: 10px;
}

div.infoTitle {
	padding: 5px;
	background-color: #b7e9ff;
}

div.infoArrow {
	background-image: url("../images/timetable_arrow.gif");
	position: relative;
	top: 1px;
	width: 20px;
	height: 10px;
	margin-left: 10px;
}

div.listDay {
	margin: 4px;
	margin-left: 20px;
	width: 659px;
	border: 1px solid #65615e;
	padding: 2px;
}

div.listTitle {
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}
