#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;
	padding-left: 15px;
}
#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;
}

#categoriesTabs {
	border-bottom: 1px solid #69d1ff;
}

.categoryTab {
	width: 120px;
	height: 26px;
	text-align: center;
	background-image: url("../images/courses_tab.gif");
	background-repeat: no-repeat;
}

.categoryTab a{
	text-decoration: none;
}

.categoryTab_selected{
	background-image: url("../images/courses_tab_selected.gif");
	font-weight: bold;
}

