* {
	margin: 0;
	padding: 0;

}

#wrapper {
	width: 720px;
	margin: 0 auto;

	font-family: arial;
	font-size: 13px;
}

#branding {
	text-align: center;
	margin: 40px 0 24px 0;
	border-bottom: 1px solid #d0d0d0;
}

#branding img {
	height: 72;
	width: 420;
	margin-bottom: 8px;
}

#branding h2 {

	color: #a9a9a9;
	font-size: 20px;
	font-weight: bold;
}

#content {
	width: 460px;
	float: left;
/*	background-color: #fafafa;*/
}

#shareLinks, #genericShareLinks {
	width: 320px;
	float: right;
}

#shareButtons {
	width: 120px;
	float: left;
	padding-top: 27px;
}

h3 {
	font-size: 22px;
	font-weight: normal;

}

form {

}

.contentBox {
	padding: 10px 20px;
	border-top: 1px solid #fafafa;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	border-left: 1px solid #fafafa;
	background-image: url('../img/headercolor03.gif');
	background-repeat: repeat-x;
	background-color: #fafafa;
}


.contentBox div {
	margin-bottom: 10px;
}



label {
	font-weight: bold;
	display: block;
}

#searchForm label {
	display: inline;
}

.radioLabel {
	margin-right: 10px;
	font-weight: normal;
}

input.text {
	font-family: arial;
	font-size: 13px;
	background-color: #fff;
	padding: 2px 0 2px 2px;
	border: 1px solid #d0d0d0;
}

#addForm input, #sbi {
	width: 420px;
}

#loginForm input, #channelInfo input, #userSearch {
	width: 200px;
}



#addMessage {
	padding-left: 14px;
	background-image: url('../img/warning.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	font-weight: bold;
}

ul.formButtons {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: right;
}

ul.formButtons li {
	float: right;
	margin: 0 0 0 8px;
	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;
}

ul.formButtons a {
	display: block;
	padding: 0 10px 0 28px;
	line-height: 24px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 12px 7px;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.noFormFooter {
	margin-bottom: 40px;
}

.formFooter {
	clear: both;
	padding: 4px 0 40px 0;
	text-align: center;
}

.linkFooter {
	clear: both;
	padding: 8px 0 20px 20px;
}

.formFooter a, linkFooter a {
	font-weight: bold;
	color: #00f;
}

#sideBar {
	width: 240px;
	float: right;

}

ol.videoList {
	padding: 0;
	margin: 0 0 0 10px;
	list-style-position: outside;
}

ol.videoList li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #d0d0d0;
	font-weight: bold;
}

ol.videoList li a {
	color: #00f;
	font-weight: normal;
	text-decoration: none;
}

ol.textList {
	padding: 0;
	margin: 0 0 0 20px;
	list-style-position: outside;
}

ul.textList {
	padding: 0;
	margin: 4px 0 10px 20px;
	list-style-position: outside;
}

ol.textList li {
	margin-bottom: 8px;

}

ul.textList li {
	margin-bottom: 2px;
}

.textList li a {
	color: #00f;
	font-weight: normal;
	text-decoration: none;
}

ul.optionsList {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

ul.optionsList li {
	margin: 1px 0;
}

ul.optionsList a {
	padding: 0 0 0 36px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px 2px;
	color: #00f;
	font-weight: bold;
	font-size: 12px;
}

.contentBox p {
	margin-bottom: 4px;
}

#browserInstructions {
	background-color: #fff;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding: 4px;
}

#quickAddButton {
	font-size: 16px;

	text-align: center;
	padding: 4px 0;
	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;
}

#quickAddButton a:link, #quickAddButton a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #00f;
}

#quickAddButton a:hover {
	text-decoration: underline;
	color: #00f;
}

#quickAddButton a:active {
	color: #999;
}

#viewFrameHolder .contentBox {
	padding: 16px 5px 5px 5px;
}

#viewFrameHolder ol {
	margin: 10px 40px 10px 60px;
}

#viewFrame {
	width: 450px;
	height: 360px;
}

#footer {
	clear: both;
	text-align: center;
	margin: 20px 0;
	color: #666;
}

#footer p {
	margin-bottom: 4px;
}

#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.errorMessage {
	padding-left: 14px;
	background-image: url('../img/warning.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}