/*
#subheader {
	border-bottom: 4px solid #c5ccd5;
}
*/

.install-flash {
	background-color: #ECEEEB;
	border: 2px solid #cc0000;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px;
	clear: both;
	text-align: center;
}

#postContentBuffer {
	display: none;
}

.sort-helper {
	clear: both;
	width: auto;
}

.main-content h2 {
	border-bottom: 0;
	margin-bottom: 0;
}

.entries .entry {
	overflow: auto;
	width: 100%;
	clear: both;
}

.entries .entry-content {
	border-top: 4px solid #c2c2c2;
	float: left;
	padding:0 10px 10px 0;
	width: 233px;
}

.entries .date {
	border-top: 1px solid #c2c2c2;
	float: left;
	font-weight: normal;
	text-align: center !important;
	font-size: 11px;
	width: 55px;
}

.entries h3 {
	border-bottom: 0;
}

#updates .entry {
	border-top: 4px solid #c2c2c2;
}

#updates h3 {
	border-bottom: 0;
}

.module-link span {
	position: relative;
	top: -1px;
}

.show-truncate-wrap {
	text-align: right;
}

h4 a.deleteItem {
	position: absolute;
	top: 6px;
	right: 0px;
}


/* Star Rating */

ul.rating li {
	float: left;
	margin: 0 0px;
	padding: 0;
}

ul.rating li a {
	display: block;
	background: url(star_off.gif) no-repeat;
	width: 12px;
	height: 12px;
}

ul.rating li a:hover {
	background: url(star_on.gif) no-repeat;
	cursor: pointer;
}

ul.rating li a span {
	display: none;
}

ul.rating li a.hovered, ul.rating li a.selected {
	background: url(star_on.gif) no-repeat;
}

span.average {
	clear: both;
	display: block;
}

span.average span {
	font-size: 13px;
	font-weight: bold;
}



/* Pagination */

ul.pagination {
	list-style: none;
	font-weight: bold;
	font-size: 12px;
	margin:3px 0 10px 0;
	text-align: right;
}

ul.pagination li {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 6px;
	text-transform: lowercase;
}

ul.pagination li span {
	font-size: 11px;
	font-weight: normal;
}

ul.pagination a {
	font-weight: normal;
	font-size: 11px;
}

.module-info ul.pagination {
	position: absolute;
	top: 0;
	right: 0;
}




/* Modules */

.odd {
	background-color: #ededed;
}

.even {
	background-color:#f8f6f6;
}

.collapsed .collapsible {
	display: none;
}

.module-info {
	position: relative;
	padding-left: 5px;
}

.module {
	text-align: left;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	margin-bottom: 10px;
}

li.module-item {
	overflow: auto;
	width: 100%;
}

.thumbnail img {
	padding:2px;
	border:1px solid #ccc;
	background:#fff;
}

.module-content .thumbnail {
	float: left;
	width: 70px;
	height: 75px;
}

.module-content li {
	padding: 5px 10px;
	margin-top: 0;
}

.module-content li .indent {
	margin-left:18px;
}

.module-content li.small-item  {
	padding-top:1px;
}

.module-content li.small-item .item-controls {
	top:1px;
}

.collapsible {
	overflow-x: hidden;
	overflow-y: auto;
	width: auto;
}

div.module-controls {
	position: absolute;
	top: 4px;
	right: 5px;
}

a.module-link {
	position: relative;
	top: 1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	margin-right: 5px;
}




/* Small Item */

.small-item {
	position: relative;
	margin-bottom: 0px;
	line-height: 14px;
}

.small-item .user-name,
.small-item .media-name {
	font-size: 11px;
}

.small-item img {
	position: relative;
	top: 4px;
}

.small-item .item-controls {
	position: absolute;
	right: 0;
	top: 5px;
}



/* Medium Item */

.medium-item {
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 110px !important;
}

.medium-item div.user-description {
	float: left !important;
	width: 125px;
}

.medium-item div.user-description p {
	margin-bottom: 0;
	line-height: normal;
}

.userdesc {
	float: left !important;
	width: 120px;
}

.userdesc p {
	margin-bottom: 0;
	line-height: normal;
}

.medium-item div.user-description2 p {
	display: none;
}

.medium-item .item-controls {
	margin-top: 5px;
}


/* List Item Controls */

.item-controls ul li {
	display: inline;
	padding: 0 1px;
}




/* Tabs */

#extra {
	padding-top: 10px;
	clear: both;
}

dl.tabs {
	width: 100%;
	height: 550px;
	background: url(genre_tabs_bg.gif) repeat-x;
	position: relative;
	z-index: 1;
	text-align: left;
}


dl.tabs dt {
	float: left !important;
	margin: 2px 0 0 1px;
}

dl.tabs dt a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	background: transparent url(genre_tab_off.gif) repeat-x;
	height: 26px;
	line-height: 26px;
	color: #fff;
	font-weight: normal;
}

dl.tabs dt a:hover {
	background: transparent url(genre_tab_over.gif) repeat-x;
}

dl.tabs dd {
	display: none;
	position: absolute;
	top: 40px;
	left: 10px;
}

dl.tabs dt a.current {
	background: none;
	background-color: #fff;
	color: #333;
}

dl.tabs dd ul.module-content li.medium-item {
	float: left;
	width: 190px;
	clear: none;
}

dl.tabs div.user-description {
	width: 120px;
}

dl.tabs .item-controls {
	clear: both;
}







/* Profile Subnav */


#profile-navigation ul {
	position: relative;
	z-index: 100;
}

#profile-navigation ul li:hover ul,
li.sfHover ul {
	top: 28px !important;
	left: -99px;
	padding-left: 0 !important;
	display: block;
	border-bottom: 0;
	padding-bottom: 0;
}

#profile-navigation ul ul {
	width: 150px;
	position: absolute;
	overflow: hidden;
	display: none;
	top: 28px !important;
	left: -99px;
	z-index: 1000;
	border: 1px solid #ddd !important;
}

#subheader #profile-navigation ul ul {
	left: -83px;
}

#profile-navigation ul ul li {
	float: none;
	clear: both;
}

#profile-navigation ul ul a {
	border: 0;
	padding-right: 20px;
	width: 80px;
	white-space: nowrap;
	display: block;
	width: 100%;
	background: none !important;
	background-color: #fff !important;
	border-bottom: 1px solid #ddd;
}

#profile-navigation ul li ul {
	margin-left:-10px;
	border-right:2px solid #ddd;
	border-bottom:2px solid #ddd;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

#profile-navigation ul li ul li {
	padding:0;
	margin:0;
	line-height: 20px;
	font-size:12px;
	background:#f6f6f6;
	border-bottom:1px solid #e2e9f3;
}

#profile-navigation ul li ul li a:hover {
	background:#fff;
}

li.link-more {
	position: relative;
}




/* Dialog Windows */

div.pause {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background-color: #aaa;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

div.window {
	text-align: left;
	z-index: 10000;
	border:1px solid #c6c6c6;
	border-right:2px solid #898989;
	border-bottom:2px solid #898989;
	background:#f9f9f9;
}

div.window h6 {
	padding: 7px 4px;
	font-weight: bold;
	font-size: 14px;
	color:#b30000;
	background:url(dialog_back.gif) repeat-x;
}

div.window h6 span {
	padding-left:15px;
	margin-left:5px;
	background:url(red_arrows.gif) no-repeat 0px 5px;
}

div.window div.content p {
	padding: 10px;
	font-size:11px;
	color: #000;
}

#submit-to li {
	display: inline;
	margin-right:3px;
}

div.content p form {
	margin-left: 10px;
}

div.window div.dialog-buttons {
	padding: 5px;
	border-top:1px dotted #ddd;
	text-align: right;
}

div.window div.dialog-buttons button {
	margin-right:5px;
}

img.toggle {
	padding-left:6px;
}



/* Tooltips */

.tooltip-msg {
	display: none;
	position: absolute;
	background-color: #000;
	color: #fff;
	width: 200px;
	padding: 5px;
}


/* Loading bar */

#loading {
	position: absolute;
	width: 60px;
	text-align: left;
	padding: 7px 5px;
	background-color: #cc0000;
	color: #fff;
	font-size: 13px;
	z-index: 1000000;
	display: none;
}






#content-padded {
	padding: 15px 20px;
}

#content-padded label .reqhelp,
#content-padded .reqhelp {
	font-weight: normal;
	font-size: 11px;
	color: #3e6294;
	margin-left: 3px;
	display: inline !important;
}

#video-upload-section .reqhelp {
	display: block !important;
}

#content-padded form {
	padding-top: 30px;
	padding-bottom: 20px;
}

#content-padded label {
	float: none;
	text-align: left;
	width: auto;
	color: #3e6294;
	font-size: 15px;
	margin-bottom: 4px;
}

#content-padded input, #content-padded textarea {
	height: 18px !important;
	font-size: 13px !important;
	border-style: inset;
	padding-top:2px;
	width: 230px;
}

.signup-form {
	background: #f5f5f5 url(bg_gradient.gif) bottom left repeat-x;
}

.signup-form .row {
	padding-left: 35px;
	clear: both;
	overflow: auto;
	margin-left: 130px;
	margin-bottom: 10px;
	position:relative;
}

.signup-form .row .note {
	float: right;
	width: 175px;
	margin-right: 18px;
}

.signup-form .subrow {
	float: left;
}

.signup-form .subrow input {
	width: 107px !important;
	margin-right: 4px;
}

#content-padded .signup-form .checkrow label {
	font-weight: normal;
	color: #333;
	font-size: 14px;
	margin-left: 10px;
	display: block !important;
	float: left !important;
	width: 400px !important;
}

#content-padded .checkrow input {
	background-color: transparent !important;
}

#content-padded .signup-form .checkrow input {
	display: block;
	float: left;
	height: auto !important;
	width: auto !important;
}

.signup-form .checkrow {
	margin-bottom: 8px;
	clear: both;
	overflow: auto;
}

#content-padded div.buttons input, #content-padded div.buttons button {
	height: 23px !important;
	width: 96px;
	background: url(submit_button.png) no-repeat;
	border: none;
	color: #fff;
	padding-top: 0;
	font-size:13px !important;
	margin: 0 2px;
}

#content-padded .checkbox label {
	color: #444 !important;
}

#content-padded .terms label, #video-submit-section .radiogroup p.note, #video-upload-section .checkbox span.note {
	font-size: 10px !important;
	color: #7c7c7c !important;
	font-weight: normal;
	line-height: 10px;
	text-transform: lowercase;
}

.signup-form .step1 {
	background: transparent url(step1.png) no-repeat scroll 4px 0;
}

.signup-form .step2 {
	background: transparent url(step2.png) no-repeat top left;
}

.signup-form .step3 {
	background: transparent url(step3.png) no-repeat top left;
}

.signup-form .step4 {
	background: transparent url(step4.png) no-repeat -1px 0;
}

.signup-form .step5 {
	background: transparent url(step5.png) no-repeat top left;
}

.signup-form .step6 {
	background: transparent url(step6.png) no-repeat top left;
}

.signup-form .step7 {
	background: transparent url(step7.png) no-repeat top left;
}

.primary-header h2 .tagline {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 14px;
}
