/* BEGIN calendar.css */
/* Main Style Sheet for jQuery Calendar */
#calendar_div, .calendar_inline {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	background: #ddd;
}
#calendar_div {
	display: none;
	border: 1px solid #777;
	z-index: 10; /*must have*/ 
}
#calendar_div, .calendar_control, .calendar_links, .calendar_header, .calendar {
	width: 185px;
}
#calendar_div * {
	font-size: 10px;
}
.calendar_inline {
	float: left;
	display: block;
	border: 0;
}
.calendar_dialog {
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
button.calendar_trigger {
	width: 25px;
}
img.calendar_trigger {
	margin: 2px;
	vertical-align: middle;
}
.calendar_prompt {
	float: left;
	width: 181px;
	padding: 2px;
	background: #ddd;
	color: #000;
}
* html .calendar_prompt {
	width: 185px;
}
.calendar_control, .calendar_links, .calendar_header, .calendar {
	clear: both;
	float: left;
	color: #fff;
}
.calendar_control {
	background: #369;
}
.calendar_links {
	background: #000;
}
.calendar_control, .calendar_links {
	font-weight: bold;
	letter-spacing: 1px;
}
.calendar_links label { /* disabled links */
	padding: 2px 5px;
	color: #888;
}
.calendar_clear, .calendar_prev {
	float: left;
}
.calendar_current {
	float: left;
	width: 35%;
	text-align: center;
}
.calendar_close, .calendar_next {
	float: right;
}
.calendar_header {
	background: #333;
	text-align: center;
	font-weight: bold;
}
.calendar_header select {
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.calendar {
	background: #ccc;
	text-align: center;
}
.calendar a {
	display: block;
	width: 100%;
}
.calendar .calendar_titleRow {
	background: #777;
}
.calendar .calendar_daysRow {
	background: #eee;
	color: #666;
}
.calendar .calendar_daysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .calendar_daysCell a{
	display: block;
}
.calendar .calendar_weekEndCell {
	background: #ddd;
}
.calendar .calendar_daysCellOver {
	background: #fff;
	border: 1px solid #777;
}
.calendar .calendar_unselectable {
	color: #888;
}
.calendar_today {
	background: #fcc !important;
}
.calendar_currentDay {
	background: #999 !important;
}

/* ________ CALENDAR LINKS _______

** Reset link properties and then override them with !important */
#calendar_div a, .calendar_inline a {
	cursor: pointer;
	margin: 0;
	padding: 0;
	background: none;
	color: #000;
}
.calendar_inline .calendar_links a {
	padding: 0 5px !important;
}
.calendar_control a, .calendar_links a {
	padding: 2px 5px !important;
	color: #eee !important;
}
.calendar_titleRow a {
	color: #eee !important;
}
.calendar_control a:hover {
	background: #fdd !important;
	color: #333 !important;
}
.calendar_links a:hover, .calendar_titleRow a:hover {
	background: #ddd !important;
	color: #333 !important;
}

/* ___________ IE6 IFRAME FIX ________ */

.calendar_cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 193px; /*must have to match width and borders*/
    height: 200px; /*must have to match maximum height*/ 
}
/* END calendar.css */
/* BEGIN farbtastic.css */
.farbtastic {
  position: relative;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(http://images.ebaumsworld.com/img/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(http://images.ebaumsworld.com/img/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(http://images.ebaumsworld.com/img/marker.png) no-repeat;
}

/* END farbtastic.css */
/* BEGIN jquery-lightbox.css */
/** Lightbox Style */
#LightBoxOverlay {
	background-image: url(http://images.ebaumsworld.com/img/overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
}

* html #LightBoxOverlay {
	background-color: #333;
	background-color: transparent;
	background-image: url(http://images.ebaumsworld.com/img/blank.gif);
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://images.ebaumsworld.com/img/overlay.png", sizingMethod="scale");*/
}

#LightBox {
	width: auto;
	/*	top: 175px;
	left: 30%;*/
	background: #2d2d2d;
	padding: 10px;
	border: 2px solid #eee;
	color: #fff;
	z-index: 9999;
	position: absolute;
}

#LightBox #close {
	position: absolute;
	top: -5px;
	right: -5px;
	cursor: pointer;
}
/* END jquery-lightbox.css */
/* BEGIN jquery.jcarousel.css */
/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
	margin: 0 auto;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 60px;
	height: 60px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}/* END jquery.jcarousel.css */
/* BEGIN lightbox.css */
#lightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: auto;
	height: auto;
	margin: -220px 0 0 -250px;
	border: 1px solid #fff;
	background: #FDFCE9;
	text-align: left;
}

#lightbox[id] {
	position: fixed;
}

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity =       80);
}

#overlay[id] {
	position: fixed;
}

#lightbox.done #lbLoadMessage {
	display: none;
}

#lightbox.done #lbContent {
	display: block;
}

#lightbox.loading #lbContent {
	display: none;
}

#lightbox.loading #lbLoadMessage {
	display: block;
}

#lightbox.done img {
	width: 100%;
	height: 100%;
}/* END lightbox.css */
/* BEGIN master.css */
html * {
	margin: 0;
	padding: 0;
}

body {
	background: #33517f url('http://media.ebaumsworld.com/img/bgdark2.jpg') repeat-x;
	font-size: 12px;
}

div, a, td, th, p, span, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap !important;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

form {
	display: inline;
}

label {
	font-weight: bold;
}
fieldset {
    margin: 10px 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    border: 1px solid #339999;
}
legend {
    margin-left: 20px;
    padding: 2px 8px;
    border: 1px solid #339999;
    background: #e0ecff;
    font-size: 14px;
    font-weight: 600;
	color: #036;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4 {
	font-weight: bold;
	padding: 0.25em;
	text-align: left;
}

h2 {
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

#siteContainer {
	width: 955px;
	margin: 0 auto;
	background: #fff
		url('http://media.ebaumsworld.com/img/content_back_test.png') repeat-y
		top left;
	border-width: 0 2px;
	border-style: solid;
	border-color: #2d2d2d;
}

#centerContainer, #centerContainerTag {
	width: 773px;
	overflow: hidden !important;
}

#centerContainer a,#centerContainerTag a {
	color: #369 !important;
}

#centerContainer a:hover,#centerContainerTag a:hover {
	color: #39c;
}

#contentContainer {
	width: 450px;
	padding: 0 5px 5px 5px;
	clear: none;
	float: left;
}

#contentContainerFull {
	width: 760px;
	padding: 5px;
	padding-top: 5px;
	clear: none;
	float: left;
}

#subSidebar {
	float: right;
	width: 310px;
	padding-bottom: 10px;
	text-align: left;
}

/** Header */
#headContainer {
	background: url('http://media.ebaumsworld.com/img/logobar.jpg') no-repeat;
	height: 100px;
	width: 100%;
	text-align: left;
	clear: both;
}

#headContainer a {
	font-weight: bold;
	color: #fff;
}

a#logo-click {
	display: block;
	width: 200px;
	height: 95px;
	float: left;
}

#headerBar {
	height: 22px;
	background: url('http://media.ebaumsworld.com/img/subheadbg.png') repeat-x;
	border-top: 1px solid #333;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 0 1em;
}

#headerBar a {
	font-weight: bold;
	color: #fff;
}

#headerBar input {
	font-size: smaller;
}

#auth {
	padding: 2px;
}

#sub-head-bar {
	height: 22px;
	text-align: left;
	padding: 2px 10px;
	background-color: #2a3748;
	border-width: 1px 0;
	border-style: solid;
	border-color: #2d2d2d;
	font-weight: bold;
	color: orange;
	clear: both;
	overflow: hidden;
}

#sub-head-bar a {
	color: #fff;
	text-decoration: none;
}

#profile-bar {
	width: 575px;
	float: left;
	padding: 0.25em;
}

#search-bar {
	width: 350px;
	float: right;
	text-align: right;
	height: 18px;
}

#search-box {
	padding-top: 20px;
	float: right;
	width: 400px;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

#search-button {
	font-size: 12px;
	font-weight: bold;
	width: 50px;
}

/** Left Sidebar */
#navContainer {
	float: left;
	width: 181px;
	height: auto;
	text-align: left;
}

#navContainer a {
	color: #fff;
}

#navContainer br {
	clear: both;
}

#navBox {
	background: url('http://media.ebaumsworld.com/img/navbg.jpg') no-repeat 0 -41px;
	font-weight: bold;
	padding: 4px 0 0 4px;
	width: 176px;
	font-size: 13px;
	min-height: 239px;
}

#navBox ul {
	width: 170px;
	margin: 4px;
}

#navBox ul li {
	margin-bottom: 3px;
}

#navBox ul li span {
	font-size: 16px;
	color: #fc0;
	font-weight: bold;
}

#navBox ul li a {
	color: #fff;
	font-size: 15px;
}

/** Frontpage Right Sidebar */
#mostpop {
	margin: 0 10px;
}

#subSidebar #plinks {
	padding: 2px 10px 10px 0;
	width: 300px;
	text-align: left;
	line-height: 1.25em;
}

#subSidebar #plinks span {
	font-weight: bold;
	color: #f90;
	font-size: 14px;
}

#subSidebar #plinks a {
	color: #000;
	font-size: 12px;
	text-decoration: none;
}

#subSidebar #plinks a:hover {
	font-size: 12px;
	text-decoration: underline;
}

#subSidebar #plinks a.contentlink {
	color: #369;
	text-decoration: underline;
}

/** Frontpage Media CSS */
#featuredContainer {
	width: 450px;
	padding: 5px;
	clear: none;
	float: left;
}

#featuredContainer h1 {
	margin: 0.25em;
}

div.mediaitem {
	text-align: left;
	padding: 6px;
}

div.mediaitem a {
	font-weight: bold;
}

div.mediaitem img {
	float: left;
	margin-right: 5px;
}

div.mediaitem div.details {
	float: left;
	width: 320px;
}

div.mediaitem div.jokedetails {
	float: left;
	margin-left: 100px;
	width: 320px;
}

div.mediaitem span.description {
	
}

div.mediaitem br {
	clear: both;
}

/** Footer */
#footer {
	padding: 16px 0 28px;
	background-color: #354253;
	width: 100%;
	clear: both;
	text-align: center;
	border-top: 1px solid #2d2d2d;
}

#footer p {
	text-align: center;
	clear: both;
	padding-top: 1em;
	color: #fff;
}

#footer ul#footernav {
	width: 660px;
	margin: 10px auto;
	clear: both;
}

#footer ul#footernav a {
	color: #fff;
}

#footer ul#footernav li h3 {
	color: #fff;
	text-align: left;
	margin: 0 0 5px 0;
	clear: both;
}

#footer ul#footernav li h3 a {
	color: #fff;
	font-weight: bold;
}

#footer ul#footernav li {
	float: left;
	width: 100px;
	text-align: left;
	padding: 5px;
}

#footer ul#footernav li ul li {
	float: none;
	padding: 1px;
}

/** Ads */
#eacs-video-ad {
	text-align: center;
	padding: 10px;
}

#eacs-video-ad a {
	font-weight: bold;
}

#googlecontent728-90 {
	margin: 0.5em;
}

#google336 {
	text-align: left;
	margin-left: 0.75em;
	border: 1px solid #ccc;
	width: 413px;
	padding-left: 15px;
}

#google300 {
	text-align: left;
	margin-left: 0.75em;
	width: 300px;
}

#right300 {
	margin: 1em 0;
	overflow: hidden;
	width: 100%;
	height: 250px;
	text-align: center !important;
}

#leaderboard {
	float: right;
	width: 728px;
	height: 90px;
	margin: 5px 0.25em;
}

#google-sidebar,#eacs-sidebar {
	width: 160px;
	padding: 5px;
}

#eacs-sidebar a {
	font-size: 12px;
	color: #fff;
}

#sponsored {
	/*margin-left: 10px;*/
	padding: 5px
	text-align: left;
}

/** Misc Styles */
.medialisting {
	clear: both;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
div.medialisting div.details {
	width:220px;
	margin:0;
}
.medialistingstats {
	font-size: 10px;
	text-align: left;
	float:right;
	width: 115px;
	font-size: 11px;
	font-family: Verdana;
	padding-left: 5px;
	border-left: 1px solid #ccc;
}
.gameSectionTitle {
	font-size: 16px;
	font-weight: 700;
}

.nowrap {
	white-space: nowrap;
}

.l {
	color: #3c4b63;
}

.t {
	background: #3c4b63;
}

h1.title {
	height: 25px;
	font-weight: 700;
	border-bottom: 1px solid #607796;
	background: #ccc
		url('http://www.ebaumsworld.com/images/headerbarbg.gif') repeat-x;
	text-align: left;
	padding: 0;
	margin: 0;
}

#diggbox {
	float: right;
	clear: right;
	padding: 2px;
}

.orange,a.orange,a.orange:visited,a.orange:active,a.orange:link {
	color: #f70;
	padding-left: 5px;
	padding-right: 5px;
}

.subnavorange {
	color: #f70;
	font-weight: bold;
}

.contenttext {
	color: #000;
	margin-left: 1em;
	text-align: left;
	font-weight: bold;
}

.titletext {
	font-size: 12px;
	font-weight: bold;
}

div.titletext {
	width: 320px;
	float: left;
}

.weekly {
	font-weight: bold;
}

.imgtable {
	background: #e7eaef;
}

img.thumb {
	border: 1px solid #369;
}

div#wrapper p {
	margin: 10px 0;
}

.req {
	color: red;
}

.notes {
	font-size: 0.8em;
	color: #999;
}

.leftFlLong,.leftFl {
	float: left;
	width: 100px;
	clear: both;
}

.leftFlLong {
	width: 150px;
}

.topUser {
	min-height: 85px;
	overflow-x: hidden;
	clear: both;
}

.userDrop {
	display: none;
}
.miniLightbox {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    padding-top: 25px;
    text-align: center;
    vertical-align: middle;
}
.userOpts {
	float: left;
	position: absolute;
	margin-top: -15px;
	margin-left: -30px;
	width: 130px;
	padding: 15px;
	z-index: 1000;
	background-color: transparent;
	background-image: url(/img/overlay.png);
	background-repeat: repeat;
}
.userOptsContent {
	border: 1px solid #fff;
	color: #fff;
	padding: 5px;
	font-weight:600;
}
.userOptsContent a {
	color: #fff !important;
}
.userOptsElinks {
	width: 170px;
	white-space: nowrap;
}
.userMediaThumb {
	width: 80px;
	height: 60px;
	border: 1px solid #000;
}

/* SPECIAL LINK CSS */
a.cat:link {
	color: #3c4b63;
	text-decoration: none;
}

a.cat:visited {
	color: #3c4b63;
	text-decoration: none;
}

a.cat:hover {
	text-decoration: underline;
}

a.cat:active {
	color: #3c4b63;
	text-decoration: none;
}

a.biglink:link {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:visited {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:hover {
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: 600;
}

a.biglink:active {
	color: #3c4b63;
	text-decoration: underline;
	font-size: 1.1em;
	font-weight: 600;
}

a.general:link {
	color: blue;
	text-decoration: underline !important;
}

a.general:visited {
	color: #000;
	text-decoration: underline;
}

a.general:hover {
	color: #999;
	text-decoration: none;
}

a.general:active {
	color: #000;
	text-decoration: underline;
}

.lightboxLogin a.general:link {
	color: #3399CC; /*#2256ff;*/
	text-decoration: none;
}

.lightboxLogin a.general:visited {
	color: #3399CC;
	text-decoration: none;
}

.lightboxLogin a.general:hover {
	color: #336699;
	text-decoration: underline;
}

.lightboxLogin a.general:active {
	color: #3399CC; /*#5e84ff;*/
	text-decoration: none;
}

/* END LINK CSS */ /* START ERRORS CSS */
.inlineError {
	font-weight: 700;
	background-color: yellow;
}

.errorMessage {
	font-size: 1.3em;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	background-color: #e6abab;
    color: #900;
    padding: 10px 5px;
    width: 450px;
    border: 1px solid #e94e4e;
}

.requiredField {
	color: red;
	padding-left: 105px;
}

/* END ERRORS CSS */ /* START UPLOAD CSS */
#regSuccess {
	width: 400px;
	padding: 10px;
}

form#uploadForm {
	width: 300px;
	margin: 0;
	padding: 0;
}

ul#uploadFormContainer {
	width: 250px;
}

ul#uploadFormContainer li {
	margin-top: 5px;
	list-style: none;
}

#terms {
	font-size: 0.9em;
	padding: 5px;
}

#terms p {
	margin-bottom: 10px;
}

/* END UPLOAD CSS */
/* START eLink items */
.voter-list-header {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
div#voter-list {
	height: 130px;
	padding: 0 0 0 45px;
	margin: 0 10px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.voter {
	padding: 2px 0;
	width: 130px;
	float: left;
}
.smAvatar {
	width: 15px;
	height: 15px;
	border: 1px solid #000;
	vertical-align: middle;
}
.voter-pagination {
	padding: 0;
	margin: -35px 10px 25px 0;
	text-align: right;
	padding-right: 15px;
	vertical-align: bottom;
}
#morelinksfrom {
	text-align: center;
	font-weight: 700;
	font-size: 11px;
}
.elinkContainerFP {
	margin-bottom: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.linkItem {
	padding: 15px 0;
}

.linkRate {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerbox.jpg) no-repeat;
}

.frontpagelinks {
	width: 35px;
	height: 35px;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerboxFP.jpg) no-repeat;
}

.linkContent {
	min-height: 55px;
	margin-left: 65px;
	padding-bottom: 5px;
}

.linkContentFP {
	min-height: 0px;
}

.linkInfo {
	margin: 5px 0 5px 65px;
	display: inline;
}

.linkInfoFP {
	margin: 0 0 0 15px;
}

.linkInfoFP span,.linkInfo span {
	margin-right: 10px;
	font-size: 11px;
}

.linkratingFP,.linkrating {
	text-align: center;
	padding: 8px 0;
	font-size: 20px;
	font-weight: 700;
}

.linkratingFP {
	font-size: 16px;
	padding: 0;
	padding-left: 3px;
}

.elinkthumbs {
	clear: both;
	width: 50px;
	height: 25px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	padding-top: 5px;
	color: #369;
	background: #ffffff
		url(http://media.ebaumsworld.com/img/roundcornerboxsm.jpg) no-repeat;
}

.voted {
	color: #000;
}

.voteit {
	cursor: pointer;
}

.morelink {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 600;
}

#timefilters {
	padding: 10px 0;
	margin-bottom: 15px;
	text-align: right;
}

#elinkfilter li {
	display: inline;
	padding-right: 10px;
}

a.fpelink:link {
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

a.fpelink:visited {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

a.fpelink:hover {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}

a.fpelink:active {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

/* END eLink items */ /* START VARIOUS BOX CSS */
div.contentbox,div.contentbox_body {
	margin: 0;
	padding: 0;
}

div.contentbox h1 {
	text-align: center;
	margin-bottom: 1em;
}

div.infobox_body label,.lightboxLogin label, div.contentbox_body label {
	display: block;
	width: 100px;
	float: left;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	margin: 3px;
}

div.infobox_body input,div.infobox_body select,.lightboxLogin input,
div.contentbox_body input, div.contentbox_body select,
div.activecontent_body input, div.activecontent_body select {
	margin: 3px;
}

div.infobox_body br,.lightboxLogin br, div.contentbox_body br,
div.activecontent_body br {
	clear: both;
}

div#uploadlist {
	margin-left: 100px;
}

div.infobox_body fieldset,.lightboxLogin fieldset {
	padding: 5px;
	-moz-border-top-colors: ThreeDShadow ThreeDHighlight;
	-moz-border-right-colors: ThreeDShadow Window;
	-moz-border-bottom-colors: ThreeDShadow Window;
	-moz-border-left-colors: ThreeDShadow ThreeDHighlight;
	-moz-border-radius: 5px !important;
}

div.infobox_body legend,.lightboxLogin legend {
	margin-left: 10px;
}

.infobox,.infoboxsmall,.infobox_body,.infobox_head,.infobox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-info.png) no-repeat bottom
		right;
}

.errorbox,.errorbox_body,.errorbox_head,.errorbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-error.png) no-repeat bottom
		right;
}

.successbox,.successbox_body,.successbox_head,.successbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-success.png) no-repeat bottom
		right;
}

.contentbox,.contentbox_body,.contentbox_head,.contentbox_head div {
	background: transparent
		url(http://media.ebaumsworld.com/img/box-content.png) no-repeat bottom
		right;
}

.activecontentbox,.activecontentbox_body,.activecontentbox_head,.activecontentbox_head div
	{
	background: transparent
		url(http://media.ebaumsworld.com/img/box-active.png) no-repeat bottom
		right;
}

.infobox,.errorbox,.successbox,.contentbox,.activecontentbox {
	padding-right: 5px;
	margin: 10px 0px 10px 0px;
	border: 0px solid purple;
}

.infobox_body img {
	border: 0px;
}

.infoboxsmall {
	padding-right: 5px;
	margin: 10px 170px 10px 0px;
	border: 0px solid purple;
}

.infobox_head,.errorbox_head,.successbox_head,.contentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 40px;
	border: 0px solid purple;
}

.contentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 6px;
	border: 0px solid purple;
}

.activecontentbox_head {
	background-position: top right;
	margin-right: -5px;
	padding-right: 6px;
	border: 0px solid purple;
}

.infobox_head div,.errorbox_head div,.successbox_head div {
	background-position: top left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	margin: 0;
	border: 0;
	padding: 10px 0px 15px 15px;
	white-space: nowrap;
}

.contentbox_head div,.activecontentbox_head div {
	background-position: top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	border: 0;
	padding: 5px 0px 5px 10px;
	white-space: nowrap;
}

.contentbox_head p,.activecontentbox_head p {
	color: #666;
	font-size: 0.5em;
	margin: 0px;
	padding: 0px;
}

.infobox_head div {
	color: #69c;
}

.errorbox_head div {
	color: #eb272b;
}

.successbox_head div {
	color: #4ea135;
}

.contentbox_head div,.activecontentbox_head div {
	color: #f70;
	font-weight: bold;
}

.contentbox_head div a,.activecontentbox_head div a {
	color: #69c;
}

.activecontentbox_head blockquote {
	float: left;
	border: 0px solid red;
	padding-right: 15px;
	font-weight: normal;
	font-size: 9px;
	color: #000;
	text-align: center;
}

.infobox_body,.errorbox_body,.successbox_body {
	background-position: bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 25px;
	padding: 0px 0px 20px 15px;
	border: 0px solid red;
}

.infobox_body {
	color: #000;
}

.errorbox_body {
	color: #9b3737;
}

.successbox_body {
	color: #386a2a;
}

.contentbox_body {
	background-position: bottom left;
	margin-right: 0px;
	padding: 1px 0px 5px 15px;
	border: 0px solid red;
}

.activecontentbox_body {
	background-position: bottom left;
	margin-right: 0px;
	padding: 1px 0px 5px 60px;
	border: 0px solid red;
}

.general-frame {
	border: 0;
	background: transparent url(http://media.ebaumsworld.com/img/boxes/bl-white.png) no-repeat left
		bottom;
}

.general-frame .frame {
	border: none;
	background: transparent url(http://media.ebaumsworld.com/img/boxes/br-white.png) no-repeat right
		bottom;
	padding: 0 0 5px 0;
}

.general-frame .headerContainer {
	background: transparent url(http://media.ebaumsworld.com/img/boxes/tl-white.png) no-repeat left top;
}

.general-frame .header {
	background: transparent url(http://media.ebaumsworld.com/img/boxes/tr-white.png) no-repeat right top
		;
	border: none;
	color: #666;
	padding: 2px 3px;
}

.general-frame .header h1 {
	font-size: 1.2em;
}
/* END VARIOUS BOX CSS */

#sectionlinks {
	clear: both;
}

#sectionlinks a {
    display: block;
    float: left;
    vertical-align: middle;
    padding: 0.5em;
    width: 150px;
}

#sectionlinks img {
    float: left;
    margin-right: 5px;
}

br.clear {
	clear: both;
}

#admNav {
	margin: 10px;
}

#admNav h1 {
	color: #fc0;
	font-size: 14px;
	border-bottom: 1px solid #fff;
}

#admNav ul li {
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}

#admNav ul li span {
	font-size: 14px;
	font-weight: bold;
	color: #fc0;
}

/** Ported CMS Styles */
table, tr, td, th {
    border-collapse: collapse;
    empty-cells: show;
}
table th {
    color: #036;
    background: transparent url(http://images.ebaumsworld.com/img/cms/th-bg.gif) repeat-y scroll;
    background-position: 0 0;
    text-align: center;
    border-top: 1px solid #dce9f2;
    border-bottom: 1px solid #b9c8e6;
    padding-left: 5px;
    padding-right: 5px;
}
table tfoot th {
    border-top: 1px solid #b9c8e6;
    border-bottom: 1px solid #dce9f2;
}
table th.left, table td.left {
    text-align: left;
    padding-left: 5px;
}
table th.right, table td.right {
    text-align: right;
    padding-right: 5px;
}
table.stripe tr td {
    background: #fff;
}   
table.stripe tr.stripeAlt td {
    background: #eee;
}   
table.stripe tr.stripeHover td {
    background: #c2ccda;
}
a.button {
    background:transparent url('http://images.ebaumsworld.com/img/cms/btn-right.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px;
    text-decoration: none;
    font-weight: bold;
}
a.button span { 
    background: transparent url('http://images.ebaumsworld.com/img/cms/btn-left.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: #000;
}   
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none;
    color: #369;
}   
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px;
    color: #369;
}   
a.button:hover span {
    color: #39c;
}
div#mediaModeration img {
	float: left;
	margin-right: 5px;
}
div#mediaModeration br {
	clear: both;
}
div#mediaModeration a {
	display: block;
	float: left;
	margin-bottom: 5px;
}
code, .code {
	font-family: 'Lucida Console', 'courier new', monospace;
}
#topuserlist {
	border: 1px solid #ccc;
}
#moderatortasks img {
	float: left;
	margin-right: 5px;
}
#moderatortasks p {
	clear: both;
	margin: 8px 0;
}
.container {
	border: 1px solid #ccc;
}
.striped {
	color: #fff;
	background-image: url(http://images.ebaumsworld.com/img/shade.png);
	background-position: bottom;
}
.striped.ebaum {
    background-color: #2a3748;
    color: #fff;
}
.striped.blue {
	background-color: #369;
    color: #fff;
}
.striped.green {
	background-color: #9c9;
    color: #fff;
}
.striped.darkgreen {
    background-color: #030;
    color: #fff;
}
.striped.purple {
    background-color: #636;
    color: #fcf;
}
.striped.red {
	background-color: #900;
    color: #fff;
}
.striped.orange {
	background-color: #f90;
    color: #000;
}
.striped.gray {
	background-color: #ccc;
    color: #000;
}
.striped.blackwhite,
.striped.black {
	background-color: #000;
    color: #f0f;
}
.striped.blackwhite {
    color: #fff;
}
.striped.pink {
    background-color: #fcf;
    color: #306;
}
.striped.brown {
    background-color: #630;
    color: #c60;
}
.striped.blind {
    background-color: #0f0;
    color: #f00;
}
.striped.blue a, .striped.green a, .striped.darkgreen a,
.striped.red a, .striped.orange a {
	color: #fff;
}
.striped.orange a, .striped.gray a {
	color: #000;
}
.striped.purple a {
	color: #fcf;
}
.striped.black a {
	color: #f0f;
}
.striped.pink a {
	color: #306;
}
.striped.brown a {
	color: #c60;
}
.striped.blind a {
	color: #f00;
}
input.striped {
	padding: 2px 4px;
}
input.striped:active {
	background-color: #2d2d2d;
	border: 2px outset #2d2d2d;
}
input.striped {
	-webkit-border-radius: 5px;
}
input.striped.blue {
	border: 2px outset #369;
}
input.striped.green {
	border: 2px outset #9c9;
}
input.striped.darkgreen {
	border: 2px outset #030;
}
input.striped.purple {
	border: 2px outset #636;
}
input.striped.red {
	border: 2px outset #900;
}
input.striped.orange {
	border: 2px outset #f90;
}
input.striped.gray {
	border: 2px outset #ccc;
}
input.striped.blackwhite,
input.striped.black {
	border: 2px outset #000;
}
input.striped.pink {
	border: 2px outset #fcf;
}
input.striped.pink {
	border: 2px outset #630;
}
input.striped.pink {
	border: 2px outset #630;
}
input.striped.blind {
	border: 2px outset #0f0;
}
/* END master.css */
/* BEGIN media.css */
#mediaDetailsContainer {
	width: 440px;
	margin: 5px auto 5px auto;
	padding: 0;
}

#commentSection, #videoDetail {
	margin: 15px 0 15px 0;
	padding: 5px;
	display: block;
	border: 1px dashed #c0c0c0;
	padding-top: 0;
}

#commentSection {
	min-height: 60px;
}
#videoDetail {
	min-height: 40px;
}

#commentSection {
	border: 1px solid #ccc;
	padding: 0;
	background-color: #efefef; 
}

#commentSection p {
	padding: 3px;
}

#mediaModeration {
	border: 1px solid #ccc;
}

#mediaModerationLinks {
	text-align: left;
}

#mediaStatBox {
	margin: 15px 0 5px 0;
	width: 300px;
	border: 1px solid #ccc;
}

#mediaStatBox p {
	padding: 3px;
}

#filterlinks {
	margin: -5px 0 0 15px;
}

#subfilterlinks {
	margin-left: 30px;
	margin-top: 5px;
	font-size: 0.8em;
}

#subfilterlinks li {
	border-right: 1px solid #ccc;
}

#subfilterlinks li,#filterlinks li {
	display: inline;
	padding: 2px 4px;
}

li.active {
	background-color: #efefef;
	font-size: 1.1em;
	font-weight: 600;
}

li.nobreak iframe {
	padding-top: 0.25em;
}

.media {
	float: left;
	width: 140px;
	margin-bottom: 5px;
	text-align: left;
	height: 200px;
}

img.bigthumbs {
	width: 100px;
	height: 75px;
	border: 1px solid #253243;
}

.small {
	font-size: 0.97em;
	font-weight: 900;
}

/* START PAGINATION CSS */
#pageBoxes {
	display: inline;
}

#pageBoxes li {
	display: inline;
	margin-right: 2px;
	padding: 0 4px;
	border: 1px solid blue;
}

#pageBoxes li.current {
	background-color: #c0c0c0;
	padding: 3px 6px;
}

.thumb-nav {
	text-align: center;
}

/* START CATEGORY CSS */
.categoryListing {
	float: left;
	width: 140px;
	text-align: center;
	height: 160px;
}

.categoryListing p {
	font-size: 1.2em;
	font-weight: 600;
	padding-bottom: 5px;
}

#categorylinks {
	height: 140px;
}

#categorylinks ul li {
	width: 125px;
	line-height: 15px;
	padding-right: 5px;
	float: left;
}

/* END CATEGORY CSS */ 
/* START RELATED MEDIA */
#relatedContainer {
	margin-top: 5px;
	border: 1px solid #ccc;
}
.relatedMedia {
	min-height: 80px;
	overflow-x: hidden;
	clear: both;
	margin: 3px;
}

.relatedMedia img {
	float: left;
	margin-right: 5px;
}

.relatedMedia ul {
	margin: 0;
}

.avatar {
	width: 50px;
}

/* END RELATED MEDIA */ /* START COMMENTS CSS */

#addCommentForm li {
	text-align: center;
	padding: 2px;
}

#addCommentText {
	border: 1px solid #ccc;
	width: 96%;
	padding: 3px;
}

#addCommentButtonContainer {
	text-align: center;
}

#addCommentButton {
	margin-top: 6px;
	background: #ffffff;
	color: #31659c;
	border: 1px solid #000000;
}

#commentList li {
	padding: 3px;
}

#comments {
	margin-top: 10px;
}

.comment {
	padding: 3px;
	min-height: 54px;
	border: 1px solid #ccc;
	background-color: #fff;
	float: left;
	clear: both;
	width: 98%;
	margin-bottom: 6px;
}

.commentUser {
	width: 15%;
	float: left;
	margin-right: 10px;
	font-size: 0.9em;
	text-align: center;
}

.commentUser .avatar {
	width: 50px;
	height: 50px;
	background-color: #fff;
	float: left;
	margin: 0 15px 5px 0;
	text-align: center;
}

.commentUser .avatar a img {
	margin: 2px 2px;
}

.commentMeta {
	float: left;
	width: 35%;
}

.commentDate {
	color: #31659c;
	font-size: 0.9em;
}

.commentToolbar {
	width: 37%;
	float: right;
	text-align: right;
	clear: right;
	margin-right: 10px;
}

.commentBody {
	text-align: justify;
	padding-right: 10px;
	clear: right;
	font-family: monospace;
}

.commentRatingToolbar {
	display: inline;
}

.commentRating {
	width: 15px;
	text-align: center;
	font-size: 1.1em;
	color: #80b361;
	display: inline;
	margin-left: 5px;
	letter-spacing: 0px 0px 2px 0px;
	font-weight: bold;
}

.negativeRating {
	color: #ff0000 !important;
}

.commentRatingMessage {
	font-size: 0.8em !important;
	color: #000 !important;
}

.commentReplies {
	float: left;
	clear: both;
	width: 100%;
}

.commentReplySeparator {
	border: 0px 0px 0px 0px dashed #ccc;
	border-top: 1px dashed #ccc;
	width: 20%;
	margin-left: 40%;
	margin-top: 3px;
	padding-bottom: 3px;
	float: left;
	clear: both;
	display: none;
}

.commentReply {
	min-height: 54px;
	float: left;
	clear: both;
	width: 92%;
	margin-bottom: 6px;
	margin-top: 6px;
	padding-top: 6px;
	margin-left: 27px;
	border: 1px solid #ccc;
	padding-left: 3px;
	background: #ffc;
	padding-bottom: 4px;
}

.commentReply .commentUser {
	width: 17%;
}

.commentReplyForm {
	background-color: #354253;
	color: #fff;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	display:none;
	text-align: center;
	width: 94%;
	margin: 0 auto 10px;
	padding-bottom: 10px;
}

.commentReplyForm textarea {
	width: 75%;
}

/* END COMMENTS CSS */ /* START MEDIA TABS CSS */
#mediaListTabs {
	margin: 0;
	padding: 4px;
	padding-bottom: 1px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

.yui-navset .yui-content {
	border: 1px solid #ccc;
}

.yui-navset .yui-nav .selected a,.yui-navset .yui-nav a:hover {
	background-color: #fff;
}

.yui-navset .yui-nav li a {
	background: #e5e5e5
		url('http://media.ebaumsworld.com/img/round_4px_trans_gray.gif')
		no-repeat;
}

.yui-navset .yui-nav li a em {
	background: transparent
		url('http://media.ebaumsworld.com/img/round_4px_trans_gray.gif')
		no-repeat top right;
	padding: 0.5em;
}

.yui-navset-top .yui-nav {
	margin-bottom: -1px;
}

.yui-navset-top .yui-nav li a {
	border-bottom: 1px solid #ccc;
}

.yui-navset-top .yui-nav .selected a {
	border-bottom: 0;
}

.yui-navset-top .yui-nav .selected a em {
	padding-bottom: 0.6em;
}

.yui-navset-top .yui-nav li a em,.yui-navset-bottom .yui-nav li a em {
	margin-left: 4px;
	padding-right: 8px;
	padding-left: 4px;
}

.yui-navset-top .yui-nav li,.yui-navset-bottom .yui-nav li {
	margin-right: 0.5em;
}

ul.yui-nav li {
	margin-bottom: -1px;
}

.yui-nav li {
	background-color: #ccc;
}

.yui-nav,.yui-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yui-navset li em {
	font-style: normal;
}

.yui-navset {
	position: relative;
	zoom: 1;
}

.yui-navset .yui-content {
	zoom: 1;
}

.yui-navset-top .yui-nav li,.yui-navset-bottom .yui-nav li {
	display: inline-block;
	display: -moz-inline-stack; *
	display: inline;
	vertical-align: bottom;
	cursor: pointer;
	zoom: 1;
}

.yui-navset .yui-nav a {
	outline: 0;
}

.yui-navset .yui-nav a {
	position: relative;
}

.yui-navset .yui-nav li a {
	display: block;
	zoom: 1;
}

.yui-navset-top .yui-nav li a,.yui-navset-bottom .yui-nav li a {
	display: inline-block;
	vertical-align: bottom;
}

.yui-navset .yui-nav li a em {
	display: block;
}

/* END MEDIA  TABS CSS */ /* Random media item images */
#randommenu {
	width: 335px;
	text-align: center;
	margin: auto;
}

#randommenu a:link,#randommenu a:visited {
	text-align: center;
	margin: 5px 10px 5px 10px;
	display: block;
	height: 41px;
	text-decoration: none;
	border-bottom: 0px;
	margin-left: 0px;
	position: relative;
	float: left;
}

#randommenu a:hover {
	background-position: 0 -41px;
	text-decoration: none;
	border-bottom: 0px;
}

a.randommenuprev,a.randommenuprev:visited {
	background: url('http://images.ebaumsworld.com/images/btprev.gif') 0 0
		no-repeat;
	width: 119px;
}

a.randommenuhome,a.randommenuhome:visited {
	background: url('http://images.ebaumsworld.com/images/bthome2.gif') 0 0
		no-repeat;
	width: 57px;
}

a.randommenunext,a.randommenunext:visited {
	background: url('http://images.ebaumsworld.com/images/btnext.gif') 0 0
		no-repeat;
	width: 119px;
}

/* End Random media item images */ /* Premium member stuff. */
a.premium {
	font-weight: bold;
}

div.premium-tagged,div.premium {
	border: 1px solid #000000;
	background-color: #FBFCCA;
}

div.premium-media>div.videoDetail {
	border: 1px solid #000000;
	background-color: #FBFCCA;
}

#userMediaListing .premium-media {
	background: transparent url(/img/boxes/bl-yellow.png) no-repeat scroll
		left bottom !important;
}

#userMediaListing .premium-media .frame {
	background: transparent url(/img/boxes/br-yellow.png) no-repeat scroll
		right bottom !important;
}

#userMediaListing .premium-media .headerContainer {
	background: transparent url(/img/boxes/tl-yellow.png) no-repeat scroll
		left top !important;
}

#userMediaListing .premium-media .header {
	background: transparent url(/img/boxes/tr-yellow.png) no-repeat scroll
		right top !important;
}

#userMediaListing .premium-media .contentContainer {
	background: transparent url(/img/mod-comment-bg.jpg) no-repeat fixed
		right top !important;
}
/* End premium member stuff. */

.quote {
	border: 1px dashed #ccc; padding: 10px;
}

/* TAF stuff */
#taf {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

#taf div.addresses {
	display: none;
}

#taf div.addresses input {
	width: 200px;
}

#taf div.addresses label {
	display: block;
	float: left;
	padding-right: 5px;
}

#taf div.note {
	display: none;
}

#taf div.note textarea {
	width: 95%;
}

#taf label[for='nlyes'],
#taf label[for='nlno'] {
	font-weight: normal;
}

#taf .addStuff {
	float: right;
	width: 48%;
	padding-left: 10px;
	display: none;
}

#taf .addStuff a {
	display: block;
}

#taf .newsletter {
	float: left;
	width: 48%;
	display: none;
}/* END media.css */
/* BEGIN rating.css */
#rating {
	float: left;
}

#votes {
	float: left;
	font-weight: bold;
	color: #afaeaa;
}

.rating .dyn {
	cursor: pointer;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.star {
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
}

.star,.star a {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 0px;
}

.half,.half a {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 -48px;
}

.halfrating {
	background: url('http://images.ebaumsworld.com/img/star.gif') no-repeat 0 -48px;
}

.cancel a,.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
}

.on,.on a {
	background-position: 0 -32px;
}

.rated,.rated a {
	background-position: 0 -16px;
}

.off,.off a {
	background-position: 0 0px;
}

.half,.half a {
	background-position: 0 -64px;
}

.halfrated,.halfrated a {
	background-position: 0 -48px;
}

div.rating div.hover a,div.rating div a:hover {
	background-position: 0 -16px;
}
/* END rating.css */
/* BEGIN rte.css */
.frameBody {
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	width: 100%;
	height: 100%;
}

.frameBody p {
	border: 1px #bbb solid;
	padding: 2px;
}

.rte-zone {
	width: 420px;
	margin: 0;
	padding: 0;
	height: 160px;
	border: 1px #999 solid;
	clear: both;
}

.rte-toolbar {
	overflow: hidden;
}

.rte-toolbar a,.rte-toolbar a img {
	border: 0;
}

.rte-toolbar p {
	float: left;
	margin: 0;
	padding-right: 5px;
}/* END rte.css */
/* BEGIN tabs.css */
/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.tabs-nav {
		display: none;
	}
}

/* Skin */
.tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
}

.tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	min-width: 84px; /* be nice to Opera */
}

.tabs-nav a,.tabs-nav a span {
	display: block;
	padding: 0 10px;
	background: url(http://images.ebaumsworld.com/img/cms/tab.png) no-repeat;
}

.tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #27537a;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
}

.tabs-nav .tabs-selected a {
	color: #000;
}

.tabs-nav .tabs-selected a,.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active
	{
	background-position: 100% -150px;
	outline: 0; /* prevent dotted border in Firefox */
}

.tabs-nav a,.tabs-nav .tabs-disabled a:hover,.tabs-nav .tabs-disabled a:focus,.tabs-nav .tabs-disabled a:active
	{
	background-position: 100% -100px;
}

.tabs-nav a span {
	width: 64px; /* IE 6 treats width as min-width */
	min-width: 64px;
	height: 18px; /* IE 6 treats height as min-height */
	min-height: 18px;
	padding-top: 6px;
	padding-right: 0;
}

*>.tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}

.tabs-nav .tabs-selected a span {
	padding-top: 7px;
}

.tabs-nav .tabs-selected a span,.tabs-nav a:hover span,.tabs-nav a:focus span,.tabs-nav a:active span
	{
	background-position: 0 -50px;
}

.tabs-nav a span,.tabs-nav .tabs-disabled a:hover span,.tabs-nav .tabs-disabled a:focus span,.tabs-nav .tabs-disabled a:active span
	{
	background-position: 0 0;
}

.tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-disabled a:link,.tabs-nav .tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
	/* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.tabs-nav .tabs-disabled {
	opacity: .4;
}

.tabs-container {
	border: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff;
}

.tabs-loading em {
	padding: 0 0 0 20px;
	background: url(http://images.ebaumsworld.com/img/cms/loading.gif) no-repeat 0 50%;
}

/* Make the box smaller for the "popular tags" version. */
.tabs-container-popular {
	border: 1px solid #97a5b0;
	padding: 1em 8px;
	background: #fff;
	/* declare background color for container to avoid distorted fonts in IE while fading */
	height: 60px !important;
	overflow: hidden;
}
/* END tabs.css */
#contentContainerFull {
	overflow: auto;
}

.nowrap {
	white-space: nowrap;
	padding-right: 5px;
}

#eacs th,.camp th {
	background: none;
	background-color: #345253;
	color: #ffffff;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding-left: 5px;
    padding-right: 5px;
}

#eacs {
	background-color: #eeeff2; /*#5c718c;*/
	border: thin solid black;
	width: 760px;
	padding: 2px;
}

#eacs table.layout {
	width: 756px;
	margin-bottom: 6px;
}

#eacs table .lbl {
	text-align: right;
	padding-right: 10px;
}

#eacs table .lbl label {
	font-weight: normal;
}

/* Stuff from CMS module.css */
td.tdheader {font-size:10px;font-weight:bold;color:#000;text-align:center;}
td.tditem {font-size:10px;color:#444;text-align:center;}
div.activated {font-size:9px;font-weight:bold;color:#00a;}
div.notactivated {font-size:9px;font-weight:bold;color:#a00;}
span.actbtn {background-color:#ccc;font-size:9px;font-weight:bold;}
a.actbtn:link,a.actbtn:visited {color:#000;text-decoration:none;}
a.actbtn:hover {color:#444;text-decoration:none;}
span.actbtndis {background-color:#ddd;font-size:9px;font-weight:bold;color:#888;}
td.calheader {font-size:10px;font-weight:bold;color:#444;}
#box {}
.row1 td, .row2 td {font-size:10px;}
.row1 td {background:transparent;}
.row2 td {background:#ddd;}
.error {color:#ff5555;padding-top:8px;font-weight:bold;text-align:center;}
.container {border:1px solid #333;background:#fff;margin-bottom:0.5em;}
.container th {border-bottom:1px solid #333;background:#ccc;}
.pager {padding:2px;text-align:center;}
.label {font-weight:bold;}
.fullday, .openday, .calslot {height:96px;}
.overday {background:#f33;}
.fullday {background:#f99;}
.openday {background:#fff;}
.calslot {background:#999;}
.requirepay {background:#f96;}
td.actions {white-space:normal;text-align:center;}
#calendar td {border-width:1px;border-style:solid;border-color:#666;border-collapse:collapse;empty-cells:show;}
#navlinks {padding:0.5em;}
#navlinks a {vertical-align:top;text-decoration:none;}
#navlinks img {vertical-align:middle;margin-right:0.5em;}
#main {border:1px solid #333;clear:both;}
#content {padding:1em;background:#eee;min-height:300px;}

#eacs {
	border: thin solid black;
}
#eacs legend {
	font-weight: bold;
}

#eacs table {
	border: none;
}
