body {
	background-color: #666;
	background-image: url('../img/darkheader03.gif');
	background-repeat: repeat-x;
}

.blueLink {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

#leftPanelMask {
	height: 735px;
	width: 225px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}


#leftPanel {
	top: 20px;
	right: 5px;
	width: 220px;
	height: 710px;
	border-left: 0;
}




#rightPanelMask {
	height: 735px;
	width: 285px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}

#rightPanel {
	top: 20px;
	left: 5px;
	width: 280px;
	height: 710px;
	border-right: 0;
}

#bottomPanelCenter {
	height: 285px;
	width: 455px;
	text-align: left;

}

#bottomPanelMask {
	height: 285px;
	width: 455px;
	overflow: hidden;

	bottom: 0px;	
	left: 230px;
}

#bottomPanel {
	position: absolute;
	top: 5px;
	width: 450px;
	height: 280px;
	border-bottom: 0;

}


#middlePanelCenter {
	height: 710px;
	width: 980px;
	text-align: left;


}

#middlePanel {
	position: absolute;
	top: 20px;
	height: 710px;
	width: 980px;
	background-image: url('../img/stripebg15.gif');
	background-repeat: repeat;
	background-color: #fafafa;
	cursor: crosshair;
	border: 1px solid #d0d0d0;
}


#miniBrowser {
	position: absolute;
	top: 20px;
	left: 10px;
	height: 710px;
	width: 675px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	background-color: #fafafa;
}


#browserNavBar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
	background-image: url('../img/metalpanel.jpg');
	background-repeat: repeat;
	background-color: #fafafa;
	border-bottom: 1px solid #d0d0d0;
}

.browserNavBarText {
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 3px 2px 0 10px;
}

#browserFrame {
	position: absolute;
	top: 23px;
	left: 0px;
	width: 100%;
	height: 675px;
}

#browserSearchBar {
	height: 18px;
	font-size: 11px;
	background-color: #fafafa;
	width: 350px;
	font-family: arial;
	margin: 2px 2px 0 0;
	padding: 0 2px;
	border: 1px solid #d0d0d0;
}

.panelMask {
	position: absolute;
}

.panelContainer {
	position: absolute;
	background-image: url('../img/metalpanel.jpg');
	background-repeat: repeat;
	background-color: #e7e7e7;
	border: 1px solid #d0d0d0;
}

.panelHeader {
	font-size: 20px;
	width: 100%;
	text-align: center;
	margin: 10px 0;
}


.leftPanelContentContainer {
	width: 200px;
	margin: 4px 0 0 10px;
}

.rightPanelContentContainer {
	width: 260px;
	margin: 4px 0 0 10px;
}

.rightPanelContentContainerTop {
	height: 450px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.bottomPanelContentContainer {
	height: 260px;
	width: 270px;
	float: left;
}


.bottomPanelOptionsContainer {
	float: left;
	width: 170px;
}


.bottomPanelSpacer {
	margin: 6px 0 0 10px;

}


#centerColumn {
	width: 450px;
	position: absolute;
	left: 230px;
	top: 0px;
	cursor: default;
}


#viewFrameContainer {
	width: 100%;
	background-color: #fafafa;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #d0d0d0;

}

#viewFrame {
	width: 450px;
	height: 360px;
}


.viewFrameViewer {
	width: 450px;
	height: 360px;
	position: relative;
}


.viewFrameContents {
	width: 450px;
	text-align: center;
	font-size: 11px;
	padding: 6px 0;
}


.viewFrameInfo {
	background-color: #e7e7e7;
	border-bottom: 1px solid #d0d0d0;
}

.viewFrameOptions {
	background-color: #e7e7e7;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	white-space: nowrap;
}

.viewFrameOptions img {
	position: relative;
	top: 1px;
	margin: 0 1px;
}


.viewFrameContents span {
	font-weight: bold;
}

.viewFrameLink {
	cursor: pointer;
}

.message {
	position: absolute;
	width: 100px;
	background-color: #fafafa;
	border: 1px dashed #d0d0d0;
	font-family: arial;
	font-size: 11px;
	padding: 4px;
	cursor: default;
}


.messageHeader {
	width: 100%;
	font-weight: bold;
	background-color: #e7e7e7;
	margin-bottom: 2px;
}


.messageBody {
	line-height: 12px;
}


#postMessageBox {
	position: absolute;
	width: 100px;
}

#postMessageBoxTextarea {
	width: 100%;
	height: 80px;

	background-color: #fafafa;
	border: 1px dashed #d0d0d0;

	padding: 4px;
	font-family: arial;
	font-size: 11px;
	line-height: 12px;


}

#postMessageBoxButtons {
	width: 140px;
	position: absolute;
	right: 0px;
}




.iconTabContainer {
	height: 60px;
	width: 200px;
	overflow: hidden;
}



.iconTab {
	height: 60px;
	width: 66 px;

	float: left;
	text-align: center;
	cursor: default;


}


.iconTabLabel {
	font-size: 10px;
	line-height: 10px;
	width: 64px;
	margin-top: 2px;

}



.channelListContainer {
	width: 100%;
	height: 354px;
	overflow: auto;
	background-color: #E7E7E7;
	border: 1px solid #D0D0D0;
}

.channelCategory {
	font-size: 12px;
	margin-left: 6px;
}

.channelHeader {
/*	background-image: url('../img/person.gif');*/
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 14px;
	font-weight: bold;
	cursor: default;
	border-bottom: 1px solid #d0d0d0;
	margin: 2px 0;
}

.channelHeaderLink {
	color: #0000ff;
/*	text-decoration: underline;*/
	cursor: pointer;
}

.channelListing {
	background-repeat: no-repeat;
/*	background-position: 14px 2px;
	padding-left: 28px;*/
	background-position: 0px 2px;
	padding-left: 14px;
	cursor: default;
}

.channelNotUpdated {
/*	background-image: url('../img/channel.gif'); */
}

.channelUpdated {
	font-weight: bold;
	background-image: url('../img/dark_flag.gif');
	color: #333;
}

.channelHighlighted {
	background-color: #666;
	color: #fff;
	font-weight: bold;
}

.channelFooter {
	margin: 0 14px;
	text-align: right;
	font-size: 11px;
	color: #00f;
	cursor: pointer;
}

.tabsNavigationContainer {
	width: 100%;
	height: 16px;
	margin-bottom: 0px;
}


.tabsContainer {
	height: 16px;
	width: 100%;
	overflow: hidden;
}


.tab {
	height: 16px;
	background-image: url('../img/mini_tab_grey.gif');
	background-repeat: no-repeat;
	background-position: top right;
	text-align: center;
	float: left;
	cursor: default;
}


.firstTab {
	width: 66px;
}


.hiddenTab {
	width: 63px;

}

.tabLabel {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;

}


.panelContent {
	height: 320px;
}


.videoListContainer {
	height: 354px;
}


.listContainer {

	height: 354px;
	width: 260px;
	border: 1px solid #aaa;
	overflow: auto;
	background-image: url('../img/rowcolors03.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	margin: 0 0 6px 0;
}


.listHeader {
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	background-image: url('../img/headercolor03.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #aaa;

}


.listBody {
	width: 100%;
	background-image: url('../img/rowcolors03.gif');
	background-repeat: repeat;
	background-attachment: scroll;

}

.listRow {
	height: 16px;
	width: 100%;
	font-size: 10px;

}

.listRowUsed {
	font-style: italic;

}

.listColumn {
	height: 100%;
	float: left;
	overflow: hidden;
	cursor: default;
}

/*.width60 {
	width: 59%;
	border-right: 1px solid #aaa;
}


.width40 {
	width: 39%;

}*/

.width60 {
	width: 69%;
	border-right: 1px solid #aaa;
}


.width40 {
	width: 29%;

}


.listItem {
	margin: 1px 4px 0 4px;
	white-space: nowrap;

}


.deleteIcon {
	position: absolute;
	right: 2px;
	top: 2px;
	border: 0;
}



.miniButtonContainer {
	width: 100%;
	height: 30px;

}

/*.miniButton {
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	float: right;
	overflow: hidden;
	background-image: url('../img/headercolor03.gif');
	background-repeat: repeat-x;
	background-color: #fafafa;
	border: 1px solid #aaa;
	margin: 2px 2px 0 2px;
	padding: 0 4px;
	cursor: pointer;
	color: #000;
}
*/

.miniButton {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	float: right;
	overflow: hidden;
	background-image: url('../img/headercolor03.gif');
	background-repeat: repeat-x;
	background-color: #fafafa;
	border-top: 1px solid #fafafa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #fafafa;
	margin: 2px 2px 2px 0;
	padding: 4px 8px;
	cursor: pointer;
	color: #000;
}

.miniButton img {
	position: relative;
	top: 1px;
	margin: 0 1px;
	border: 0;
}

.miniButtonVertical {
	height: 16px;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 6px;
	margin-bottom: 2px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
}

.miniButtonVertical img {
	position: relative;
	top: 1px;
	margin: 0 1px;
	border: 0;
}

.miniButtonLink {
	text-decoration: none;
}

.bottomPanelContent {
	float: left;
	height: 242px;
}

.channelInfoBody {
	width: 100%;
	margin-top: 10px;
	font-size: 11px;
	overflow: auto;
}

.channelInfoTitle {
	font-size: 13px;
	background-color: #fafafa;
	width: 100%;
	font-family: arial;
	line-height: 13px;
	padding-left: 2px;
	border: 1px solid #d0d0d0;
}

.channelInfoDescription {
	background-color: #fafafa;
	height: 40px;
	width: 100%;
	font-family: arial;
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #d0d0d0;
}

.channelInfoLabel {
	font-size: 11px;
	font-weight: bold;
}


.channelRadioLabel {
	font-size: 12px;
	position: relative;
	top: -1px;
}

.channelInfoSubLabel {
	font-size: 12px;

}

.channelInfoContent {
	margin-bottom: 6px;
/*	width: 100%;*/
}

.channelInfoTextbox {
	background-color: #E7E7E7;
	width: 100%;
	font-family: arial;
	font-size: 11px;
	line-height: 11px;
	padding-left: 2px;
	border: 1px solid #d0d0d0;
}


.channelInfoTextarea {
	background-color: #E7E7E7;
	height: 60px;
	width: 220px;
	font-family: arial;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #d0d0d0;
}

.channelInformation {
	font-size: 11px;
	width: 100%;
	background-color: #fafafa;
	border: 1px solid #d0d0d0;
}

#channelInformation {
	height: 60px;
	overflow: auto;
}

#friendsList {
	height: 60px;
	overflow: auto;
}

.channelInformation div {
	margin: 0 2px 4px 2px;

}

.libraryButtonFormInformation {
	padding: 0 10px 10px 10px;
}

.channelInformation a {
	text-decoration: underline;
	color: #00f;
}

#channelLink a {
	font-weight: normal;
	text-decoration: underline;
	color: #00f;

}

.libraryContentContainer {
	/*width: 260px;
	width: 100%;
	overflow: hidden;*/
	clear: both;
}

.libraryContent {
	margin-bottom: 6px;
	width: 260px;
}

.bigButton {
/*	font-size: 16px;
	font-weight: bold;*/
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
}

.bigButton a {
	font-size: 14px;

	text-align: center;
	padding: 4px 14px;
	background-image: url('../img/headercolor03.gif');
	background-repeat: repeat-x;
	background-color: #fafafa;
	border-top: 1px solid #fafafa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #fafafa;
}

.bigButton a:link, .bigButton a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

.bigButton a:hover {
	text-decoration: underline;
	color: #00f;
}


.bigButton a:active {
	color: #999;
}

.errorMessage {
	clear: both;
	margin-top: 4px;
	padding: 1px 2px;
	background-color: #f00;
	color: #fff;
	font-size: 11px;
}

.errorMessage a {
	text-decoration: underline;
	font-weight: bold;

}

.emptyListMessage {
	text-align: center;
}

.emptyListMessageText {
	font-size: 11px;
	font-weight: bold;
	background-color: #fafafa;
	border: 1px dashed #d0d0d0;
	margin: 24px 20px 0 20px;
	padding: 6px 10px;

}


#topContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 3;
	color: #fafafa;
}

.topContainerLeft {
	margin: 3px 0 0 6px;
	float: left;
}

.topContainerRight {
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 4px 8px
}

.topContainerRight a {
	color: #fafafa;
	text-decoration: none;

}

#bottomContainer {
	position: absolute;
	top: 736px;
	left: 0px;

	width: 100%;
	height: 20px;
	
	color: #fafafa;
	font-size: 11px;
	font-weight: bold;
}

#bottomContainer a {
	text-decoration: none;
	color: #fafafa;
	
}

#bottomContainer img {
	border: 0;
}

.miniTabContainer {
	height: 20px;
	width: 260px;
}


.miniTab {
	width: 120px;
	height: 20px;
	background-image: url('../img/minitab02.gif');
	background-repeat: no-repeat;
	text-align: center;
	float: right;
	cursor: pointer;
}

.miniTabLabel {
	margin-top: 2px;
	font-size: 11px;
	font-weight: bold;
}


#viewFrameLeftButton {
	position: absolute;
	top: 164px;
	left: -17px;
	cursor: pointer;
}


#viewFrameRightButton {
	position: absolute;
	top: 164px;
	right: -18px;
	cursor: pointer;
}





#bottomPanelHideButton {
	position: absolute;
	top: 0px;
	left: 209px;
	cursor: pointer;
}

#leftPanelHideButton {
	position: absolute;
	top: 230px;
	right: -5px;
	cursor: pointer;
}

#rightPanelHideButton {
	position: absolute;
	top: 230px;
	left: -5px;
	cursor: pointer;
}