.content {
	width: 960px;
	height: 100%;
	font-family: Arial, sans-serif;
	margin: 0 auto;
}

.top_info {
	/*width: 970px;*/
	width: 100%;
	height: 100%;
	/*margin-bottom: 5px;*/
}

.top_info_right {
	float: right;
	margin-top: 20px;
	/*padding: 5px;*/
}

.top_info_center {
	float: left;
	margin-left: 30px;
}

.top_info_left {
	float: left;
	/*padding: 5px;*/
}

.header {
	height: 60px;
	border-bottom: solid 2px #CAD8BE;
}

.navDiv {
	width: 100%;
	height: 40px;
}

#tabs {
	width: 100%;
	height: 100%;
}

#tabs p {
	text-align: center;
}

.bar {
	/*background-color: #005DB3;*/
}

.bar ul {
	margin-top: 10px;
	text-align: center;
	height: 100%;
	padding-left: 160px;
}

.bar li {
	margin-left: 20px;
}

.bar li a { 
	/*font-weight: bold;*/
	color: #000; 
	background: inherit;
	text-decoration: none;
}

.bar li a:hover { 
	text-decoration: underline;
}

.bar li a.activeTab { 
	text-decoration: underline;
}

.tabRight {
	color: #000;
	/*font: bold 1.0em "Trebuchet MS", Arial, Sans-Serif;*/
}

.tab a {
	text-decoration: none;
}

.tab a span {
	color: #000;
}

.bar li {
	float: left;
	/*padding: 0px 12px 0px 12px;*/
}

ul { 
	list-style : none;
}

.hoverTable {
	/*border-collapse: collapse;*/
	border: solid 1px #ccc;
	text-align: left;
	height: 100%;
}

.hoverTable thead {
	border-bottom: solid 1px #ccc;
	background: #F0F0F0;
}

.hoverTable thead tr {
	height: 10px;
}

.hoverTable td {
	border-bottom: dotted 1px #ccc;
	padding: 2px;
}

.hoverTable tbody td {
	height: 25px;
}

.hoverTable tbody tr:hover {
	background: #D6DFFF;
}

.greyBox {
	border: solid 1px #ccc;
	margin-top: 5px;
	overflow: auto;
	background-color: #F5F5F5;
}

/* main */
#tabContainer {
	/*border-bottom: solid 2px #E6E6E6;*/
	width: 100%;
	height: 100%;
}

#tabContainer.treeBackground {
	/*background-image: url("../images/youtubetree_tree.jpg");*/
	background-color: #f4f3ee;
	border: solid 1px #ccc;
}

/* browse tab */
#divGroupListContainer {
	padding: 20px;
	text-align:center;
	width: 100%;
	height: 100%;
	margin-left: 10px;
	font-size: 0.8em;
}

.divFirstGroupOuter {
	float: left;
	width: 245px;
	text-align: left;
}

.divGroupOuter {
	margin-right: 40px;
	float: left;
	width: 180px;
	text-align: left;
}

.divGroupInner {
	height: 210px;
	overflow: auto;
	border: solid 1px #000;
	margin-left: 2px;
	background-color: #FFFFFF;
}

a.groupMemberAnchor {
	text-decoration: none;
	color: #000;
	width: 100%;
}

a.groupMemberAnchor:hover {
	/*text-decoration: underline;*/
	/*color: #fff;*/
}

a.groupMemberAnchorSelected {
	/*color: #fff;*/
	/*text-decoration: underline;*/
}

.videoGroupTable {
	width: 100%;
}

.videoGroupTable tr:hover {
	background-color: #95B37F;
	color: #fff;
}

.videoGroupTable tr:hover a {
	color: #fff;
	cursor: default;
}

.videoGroupTable tr.highlightTr {
	background-color: #618D40;
	color: #fff;
}

.videoGroupTable tr.highlightTr a {
	background-color: #618D40;
	color: #fff;
}


/*player container*/
#divPlayerContainer {
	height: 420px;
	width: 1000px;
	margin: auto;
}

#divVideoAdd {
	width: 350px;
	height: 100%;
	float: right;
	margin-right: 40px;
}

#divVideoListingOuter {
	width: 100%;
	height: 350px;
	border: 1px solid #ccc;
	text-align: left;
	background: #fff;
	overflow-y: scroll;
}

/* classes tab*/
#classListing {	
	width: 100%;
	text-align: left;
}

.classList {
	width: 46%;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	text-align: left;
}

.classList div.autoScrollDiv {
	width: 98%;
	height: 360px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: solid 1px #ccc;
}

.classList div {
	float: left;
}

.classList div.classHeader {
	width: 100%;
	height: 25px;
	border-bottom: dotted 1px #ccc;
	background: #F0F0F0;
}

.classList div.classRow {
	width: 100%;
	height: 25px;
	border-bottom: dotted 1px #ccc;
}

.classList div.classRow:hover {
	background: #D6DFFF;
}

.classList div.className {
	width: 70%;
	padding: 2px;
}

.classList div.classButtons {
	width: 25%;
	padding: 2px;
}

.classList .hoverTable {
	width: 100%;
}

.classList .hoverTable tbody {
	height: 300px;
	overflow-y: auto;
}

#classListing a {
	text-decoration: none;
}

/* user tab*/
#userHoverTable {
	width: 100%;
	margin-top: 10px;
}

/* tree */
.treeNodeSelected {
	background: #DDE7F2 none repeat scroll 0 0;
}

/* add video popup */
div.addLeftCol {
	height: 100%;
	width: 25%;
	float: left;
}

div.addRightCol {
	width: 70%;
	float: left;
}

div.addRow {
	width: 100%;
	height: 50%;
}

div.addVideoDiv {
	width: 400px;
	height: 60px;
	border-bottom: dotted 1px;
	margin-bottom: 10px;
}

/* edit app tab */
input.appTextField {
	width: 300px;
}

.blueBox {
	background: #F5F5F5;
	border: solid 1px #ccc;
}
