/* Content Styles
	aStahl * 3.Aug 2008 for Web Associates
	global.css: all major tags and commonly used classes
	page_specific.css: styles that are only used on specific pages 
	content.css: general form, table and list styles
							 contents (in order of apperance)
									Forms
									Lists
									Tables
									Boxes / Columns
									Scrollbars and Resizers
									Columns 27/75
									Sort Drop Down Menu
									Sort Drop Down Menu-Light Gray Background
									Sort Dropdown
									Tooltips
-------------------- */


/* Forms
-------------------- */
input, select, textarea {
	font: 11px "Verdana", "Arial", "Helvetica";
	color: #666;
}
label, input, select {
	display: block;
	float: left;
	margin-top: 7px;
	padding: 0;
}
label {
	text-align: right;
	width: 100px;
	padding: 4px 10px 0 0;
}
form br { clear: left; }
input.text, select {
	border: solid 1px #38444a;
	width: 170px;
	height: 14px;
	padding: 4px;
	color: #888;
}
input.focused{ color: #333; }
select { height: 24px; }
input.checkbox {
	background-color: transparent;
	margin: 0;
	width: 20px;
}
label.checkbox {
	margin:0;
	padding: 0;

	*padding-top: 2px;
}
/* Lists
-------------------- */
ul {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 0;
}
#main ul, #content ul { overflow:hidden; }
#main ul li, #content ul li {
	padding: 0 0 0 20px;
	background: url(../images/buttons/bullet_ListDefault.gif) no-repeat 5px 3px;
	margin: 5px 2px;
}
/* Tables
-------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
td { vertical-align:top; }

/* Boxes  (use  for columns! )
------------------------------------ */

/* boxcontainer in combination with the number of boxes it contains is the wrapper that allows us to style the .box */
div.boxcontainer { overflow: hidden; }
/* this is the 'column' */
div.boxcontainer div.box { float:left; }
div.boxcontainer div.box h2 { margin-top: 0; }
/* Left box */
div#dashboard div.box {
	border: 3px solid #989898;
}
/* Right box */
div.boxcontainer.two div.box.right {
	float: right;
	margin-left: 0;
}
/* Box content block */
div.box div.box-content {
	background: #3f5a70;
	border-bottom: solid 1px #415463;
	border-right: solid 1px #40586c;
	padding: 10px;
	position: relative;
}

/* the above box is the default panel - below are styles for  taller panels *
div.box div.box-content.medium { background-image:url(../images/bg_panel_medium.gif)}
div.box div.box-content.tall {background-image:url(../images/bg_panel_tall.gif)} */


#content h2 {margin:0;}
/* three cols/boxes */
.boxcontainer.three .box {
	width: 30%;
	margin-right: 2%;
}

.mini-video { width:100px }
/* Ad Space - same throughout site */
#ad-space { margin-top:10px; }
#ad-space.boxcontainer.two .first {
	width: 562px;
	margin: 0 10px 0 0;
}
#ad-space.boxcontainer.two .second {
	margin: 0;
	width: 378px;
}
/* Quick View - on numerous pages  but taken out from designs - see prototype for old styles */

/* Scrollbars and Resizers */
.resize-column {
	position: absolute;
	height: 100%;
	width: 9px;
	top: 0;
	right: 0;
	background: #888 url(../images/scroll_elements/scroll.gif) no-repeat left center;
	overflow: hidden;
}

.scrollbar,
.scrollbar div {
	position: absolute;
	width: 14px;
	height: 100%;
	border-top: 0 none;
}
.scrollbar {
	/*visibility: hidden;  only shows when there are scrollable elements a-plenty */
	top: 0;
	right: 0;
	overflow: hidden;
	background: url(../images/scroll_elements/scrollbar_vert.png) repeat-y;
}
.scrollbar div {
	position: absolute;
	top: 13px;
}
.scrollbar span {
	position: absolute;
	text-indent: -999em;
	right: 0;
	padding: 0;
}
.scrollbar a.scroll {
	position: absolute !important;
	display: block;
	left: 1px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background: url(../images/scroll_elements/scroll_arrow_up.png) no-repeat;
	outline: 0 none;
}
.scrollbar a.scroll.handle {
	position: relative;
	width: 12px;
	height: 31px;
	background: #3E6A84 url(../images/scroll_elements/scroll_handle_resizable.png);
	cursor: hand;
	cursor: pointer;
}
.scrollbar a.scroll.up { top: 0; }
.scrollbar a.scroll.down {
	bottom: 0;
	background-image: url(../images/scroll_elements/scroll_arrow_down.png);
}


/* this is the global container for scrollbars */
.scrolling-list { position: relative;  overflow:hidden;}
.scrolling-list .status {
	position: absolute;
	display: block !important;
	right: 20px;
	height: 15px !important;
	width: 15px !important;
	padding-right: 0 !important;
	text-indent: -9999px;
}

/* dashboard alt. scrollbar  in dashboard.css */

/* horizontal scrollbar */
.scrollbar.horizontal,
.scrollbar.horizontal div {
	width: 100%;
	height: 14px;
}
.scrollbar.horizontal {
	visibility: visible !important;
	top: auto;
	overflow: hidden;
	background: url(../images/scroll_elements/scrollbar_horiz.png) repeat-x;
}
.scrollbar.horizontal div {
	top: 0;
	left: 13px;
}
.scrollbar.horizontal a.scroll {
	width: 12px;
	height: 12px;
	top: 1px;
	left: auto;
	background: url(../images/scroll_elements/scroll_arrow_left.png) no-repeat;
}
.scrollbar.horizontal a.scroll.handle {
	background: url(../images/scroll_elements/scroll_handle_horiz_resizable.png);
	width: 31px;
	height: 12px;
}
.scrollbar.horizontal a.scroll.up { left: 0; }
.scrollbar.horizontal a.scroll.down {
	bottom: auto;
	right: 0;
	background-image: url(../images/scroll_elements/scroll_arrow_right.png);
}


/* 4-up scrollbar */
.scroller.four-up {
	position: relative;
	width: 464px;
	height: 134px;
	margin-top: 12px;
	padding-right: 14px;
	overflow: hidden;
	border-width: 1px 0px 1px 1px;
	border-style: inherit;
	border-color: #8e8e8e transparent #b5b5b5 #7d7d7d;
	
}
div#scrollerBg {
	-moz-opacity: 0.6;
	opacity: 0.6;
	background: #2d2d2d url(../images/modalbox/scroller_bg.png) repeat-x !important;
}
.scroller.four-up ul {
	position: relative;
	margin: 0 auto;
}
.scroller.four-up ul li.video-thumb {
	height: 110px !important;
	margin: 0 15px 0 5px !important;
	padding: 10px 0 !important;
	color: #fff;
	text-align: center;
	font-size: 12px;
}
.scroller.four-up li a {
	margin: 0 !important;
}
.scroller.four-up li span {
	position: relative;
	display: block;
	font-size: 12px;
}
.scroller.four-up li span.time {
	font-size: 10px;
}
	

#my-inbox,
#my-groups,
#create-group,
#my-groupsList, 
#my-peopleList { position:relative; } /* making containers that might have scrollbars relative to place scrollbar within */

div.closed {
	border-width: 1px !important;
	display: none !important;
}

/* Buttons (flexible length)  NO LONGER USED
----------------------------------
a.button {
	background: url(../images/buttons/btn_link_rt.gif) no-repeat scroll right top;
	color: #fff;
	display: block;
	float: left;
	font: bold 14px/14px "Century Gothic", sans-serif;
	margin-right: 6px; 
	text-decoration: none;
	padding-right: 8px;
	white-space: nowrap;
}
a.button span {
	background: url(../images/buttons/btn_link_lt.gif) no-repeat;
	display: block;
	line-height: 14px;
	height: 21px;
	padding: 9px 7px 7px 16px;
	white-space: nowrap;
	font-weight: normal;
	cursor: pointer;
}*/

/*
 Buttons (static fixed length)
-------------------------------------*/
div.box .static-button.center {
	height: 43px;
	bottom: 20px;
	left: 50%;
	position: absolute;
}
.static-button a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	width: 100%;
}
#btn-register-now.static-button {
	background: url(../images/buttons/btn_register_now.png) no-repeat;
	margin-left: -69px;
	width: 138px;
}
#btn-login.static-button { 
	background: url(../images/buttons/btn_login.gif) no-repeat;
	margin-left: -41px;
	width: 82px;
}

/*
Columns 27/75
-------------------------------------*/
div.lcol {
	float: left;
	width: 33%;
}

div.rcol {
	float: right;
	width: 62%;
}

div.panel-separator {
	background: url(../images/bg_panel_separator.gif) repeat-x;
	clear: both;
	height: 2px;
}


/* Sort button / menu
------------------------------------*/
.header-with-sort { 
	clear:both; 
/*	overflow:hidden; Removed for srot button */
	height:50px; }
.header-with-sort h2 { float:left; }
.header-with-sort h2.image-text {width:200px;}
#dashboard .header-with-sort ul.sort-desc {
	position: relative;
	float: right;
	margin: 0;
	overflow: visible;
	z-index: 1;
}
#dashboard .header-with-sort ul.sort-desc li {
	background: none;
	margin: 0 0 0 3px;
	padding: 0;
	width: auto;
	float: left;
}
#dashboard .header-with-sort ul.sort-desc li a.sort {
	text-indent: -9999px;
	background: url(../images/buttons/btn_sort.gif) no-repeat;
	display: block;
	height: 31px;
	width: 50px;
	float: left;
}
#dashboard .header-with-sort ul.sort-desc li.hover a.sort {	background-position: left -31px;}
.header-with-sort ul.sort-desc li div.view-sorting-menu {
	display: none;
	position: absolute;
	top: 23px;
	right:0;
	width: 160px;
}
.header-with-sort ul.sort-desc li.hover div.view-sorting-menu { display:block; }
.header-with-sort ul.sort-desc li ul {
	background: url(../images/bg_sortList.gif) no-repeat;
	padding-top: 5px;
	margin: 0;
	width: 160px;
}
#dashboard .header-with-sort ul.sort-desc ul li {
	padding: 0;
	margin: 0 0 0 5px;
	_margin:0 0 0 3px;
	height: 26px;
}
.header-with-sort ul.sort-desc ul li a {
	background: url(../images/bg_sortListItem.gif) no-repeat;
	height: 21px;
	width: 140px;
	display: block;
	margin: 0;
	padding: 5px 0 0 10px;
	font-size: 10px;
	color: #fff !important;
}
.header-with-sort ul.sort-desc div.view-sorting-bottom {
	background: url(../images/bg_sortList_bottom.png) no-repeat left bottom;
	height: 11px;
	font-size: 0;
}

#dashboard .header-with-sort ul.sort-desc ul li.first a {
	background: url(/images/bg_sortListItem_first.gif) no-repeat;
}



/* Sort button / menu -Light Gray Background
(to use, add class="light-bg" to the overall UL tag
------------------------------------*/

#dashboard .header-with-sort ul.sort-desc.light-bg li a.sort {
	background: url(/images/buttons/btn-sort-light-bg.gif) no-repeat 0 0;
}

#dashboard .header-with-sort ul.sort-desc.light-bg li:hover a.sort {
	background: url(/images/buttons/btn-sort-light-bg.gif) no-repeat 0 -31px;
}

#dashboard .header-with-sort ul.sort-desc.light-bg li ul {
	background: url(/images/bg_sortList-light-bg.gif) no-repeat;
}

#dashboard .header-with-sort ul.sort-desc.light-bg ul li a {
	background: url(/images/bg_sortListItem-light-bg.gif) no-repeat;
	color: #FFFFFF;
}

#dashboard .header-with-sort ul.sort-desc.light-bg ul li.first a {
	background: url(/images/bg_sortListItem_first-light-bg.gif) no-repeat;
}

#dashboard .header-with-sort ul.sort-desc.light-bg div.view-sorting-bottom {
	background: url(/images/bg_sortList_bottom-light-bg.png) no-repeat left bottom;
}

.header-with-sort ul.sort-desc li a.mark-watched {
	background:transparent url(../images/buttons/mark_watched.gif) no-repeat scroll 0 1px;
	display:block;
	float:left;
	height:41px;
	text-indent:-9999px;
	width:180px;
}


a.moderator { background: url(../images/icons/moderator.gif) no-repeat; }
span.block { background: url(../images/icons/block.png) no-repeat; }
#dashboard li.pending a.status { background: url(../images/icons/pending.gif) no-repeat; }
#dashboard li.pending a { color: #999; }
#dashboard li.pending img { -moz-opacity: 0.5; opacity: 0.5; }


/* view all/sort dropdown - general styles in content.css */
#dashboard #videos-head ul.sort-desc {	width: 127px;}
#dashboard #videos-head ul.sort-desc li.view-sorting {	float: right;}
#videos-head.header-with-sort ul.sort-desc li div.view-sorting-menu {_right:4px;}
#dashboard .header-with-sort  ul.sort-desc li a.view-all {
	background: url(../images/buttons/view-all.png);
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#dashboard .header-with-sort  ul.sort-desc ul li.view-all {
	margin: 0;
	padding: 8px 50px 0;
	height: 31px;
	width: 60px;
	display: block;
}
#dashboard .header-with-sort ul.sort-desc ul li.view-all a {
	background: url(../images/buttons/view-all.png) no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	margin: 0;
	padding: 0;
	display: block;
	position: static;
}

#dashboard .header-with-sort  ul.sort-desc li a.view-more {
	background: url(../images/buttons/view_more.gif);
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#dashboard .header-with-sort  ul.sort-desc ul li.view-more {
	margin: 0;
	padding: 8px 50px 0;
	height: 31px;
	width: 60px;
	display: block;
}
#dashboard .header-with-sort ul.sort-desc ul li.view-more a {
	background: url(../images/buttons/view-more.png) no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	margin: 0;
	padding: 0;
	display: block;
	position: static;
}

#dashboard .header-with-sort  ul.sort-desc li a.view-less {
	background: url(../images/buttons/view_less.gif);
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#dashboard .header-with-sort  ul.sort-desc ul li.view-less {
	margin: 0;
	padding: 8px 50px 0;
	height: 31px;
	width: 60px;
	display: block;
}
#dashboard .header-with-sort ul.sort-desc ul li.view-less a {
	background: url(../images/buttons/view_less.png) no-repeat;
	text-indent: -9999px;
	height: 31px;
	width: 66px;
	margin: 0;
	padding: 0;
	display: block;
	position: static;
}


/* basic tooltip styles */

.tooltip {
	position: absolute;
	display: block;
	visibility: hidden;
	top: 50%;
	left: 50%;
	padding: 0 3px;
	color: #666;
	font-size: 10px;
	text-decoration:none;
	text-align: left;
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index: 9999;
}
.tooltip img { display: inline-block; }
.tooltip .tip {
	display: block;
	margin: 0;		
	padding: 4px 0;
	overflow: visible;
	background: #333 url(../images/modalbox/tooltip_bg.png);
}
.tooltip div.tip.top-left,
.tooltip div.tip.top-right, 
.tooltip div.tip.bot-left,
.tooltip div.tip.bot-right {
	position: absolute;
	width: 3px;
	height: 4px;
	padding: 0 !important;
	overflow: hidden;
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.tooltip div.tip.top-left,
.tooltip div.tip.top-right {
	top: 0;
}
.tooltip div.tip.top-left {
	left: 0;
	background: url(../images/modalbox/tooltip_top-left.png) no-repeat;
}
.tooltip div.tip.top-right {
	right: 0;
	background: url(../images/modalbox/tooltip_top-right.png) no-repeat;
}
.tooltip div.tip.bot-left,
.tooltip div.tip.bot-right {
	bottom: 0;
}
.tooltip div.tip.bot-left {
	left: 0;
	background: url(../images/modalbox/tooltip_bot-left.png) no-repeat;
}
.tooltip div.tip.bot-right {
	right: 0;
	background: url(../images/modalbox/tooltip_bot-right.png) no-repeat;
}
.tooltip div.tip.arrow {
	position: absolute;
	min-height: 0;
	width: 5px;
	height: 5px;
	padding: 0;
	overflow: hidden;
}
.tooltip div.tip.arrow.bottom {
	left: 50%;
	margin: 0 0 0 -3px;
	background: url(../images/modalbox/tooltip_bottom-arrow.gif) no-repeat;
}
.tooltip div.tip.arrow.left {
	top: 50%;
	left: -3px;
	margin: -3px 0 0;
	background: url(../images/modalbox/tooltip_left-arrow.gif) no-repeat;
}
.tooltip div.tip div.tip {
	position: relative !important;
	width: auto !important;
	margin: 0;
	margin-left: -3px;
	margin-right: -3px;
	padding: 4px 8px;
	overflow: hidden;
}
.tooltip span.highlight, .tooltip div.tip .tip-title { color:#fff; }

/* popup tooltip styles */
.tooltip.popup img {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -11px;
	border:solid 1px #666;
}
.tooltip.popup div.tip div.tip div {
	padding: 5px 10px;
}
.tooltip.popup.icon div.tip div.tip div {
	position: relative;
	padding-left: 45px;
}
.tooltip div.tip .tip-title, 
.tooltip div.tip .tip-text {
	padding: 0 !important;
}
.tooltip div.tip .tip-title {
	display: block;
}
span.data { display:none; } /* hide passed data from browser window */