/*		Begin General		*/

html {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-image: url('/templates/website/images/bizareCashBgFill.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 9pt;
	color: #E5E5E5;
	background-color: #E5E5E5;
}


div.bizarreCash {
	background-position: 50% 0%;
	background-image: url('/templates/website/images/bizareCashBg.jpg');
	margin: auto;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}


div.bizarreCashWrapper {
	width: 980px;
	margin: auto;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}


a:link { color: #FFF; }
a:visited { color: #FFF; }
a:active { color: #FFF; }
a:hover { color: #FFF; }

/*		End General		*/




div.bizarreCashRow1 {
	background-image: url('/templates/website/images/bizareCashHomeBg1.jpg');
	width: 980px;
	height: 36px;
	position: relative;
}

div.bizarreCashMenuTop {
	width: 900px;
	position: absolute;
	top: 12px;
	left: 38px;
}

div.bizarreCashMenuTop ul {
	padding: 0px;
	margin: 0px;
}

div.bizarreCashMenuTop li {
	background-image: url('/templates/website/images/bizareCashMenuVerticalLine.jpg');
	background-position: 100% 0px;
	background-repeat: no-repeat;
	float: left;
	list-style-type: none;
	font-size: 9pt;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFF;
	padding: 0px 15px;
}

div.bizarreCashMenuTop li.bizarreCashMenuTopEnd {
	background-image: url('/templates/website/images/empty.gif');
}


div.bizarreCashRow2 {
	width: 980px;
	height: 174px;
}

div.bizarreCashRow3 {
	background-image: url('/templates/website/images/bizareCashHomeBg3.jpg');
	width: 980px;
	height: 126px;
	position: relative;
}

div.bizarreCashNavigation {
	right: 0px;
	position: absolute;
}

div.bizarreCashRow6,
div.bizarreCashRowFooter {
	background-image: url('/templates/website/images/bizareCashHomeBg6.jpg');
	width: 980px;
	height: 106px;
	text-align: center;
}

div.bizarreCashRowFooter {
	background-image: url('/templates/website/images/bizarreCashRowGeneralBottom.png');
	width: 980px;
	padding-top: 164px;
	height: 100px;
	text-align: center;
}


div.bizarreCashRow6 ul,
div.bizarreCashRowFooter ul {
	width: 520px;
	padding: 0px;
	margin: 0px;
	margin: auto;
}

div.bizarreCashRow6 li,
div.bizarreCashRowFooter li {
	float: left;
	list-style-type: none;
	font-size: 9pt;
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #FFF;
	padding: 0px 10px;
}


div.bizarreCashRowGeneral {
	color: #E5E5E5;
	text-align: center;
	color: #E5E5E5;
	width: 840px;
	overflow: visible;
	position: relative;
	padding-left: 40px;
	padding-right: 100px;
	background-image: url('/templates/website/images/bizarreCashRowGeneralRepeat.png');
}

div.bizarreCashRowGeneralMenu {
	width: 210px;
	float: left;
}

div.bizarreCashRowGeneralMain {
	width: 600px;
	float: right;
}


div.bizarreCashRowGeneralMain table {
	margin: auto;
}

td {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	text-align: left;
}

td.left { text-align: left; }
td.right { text-align: right; padding-right: 2px; }
td.center { text-align: center; }

input, select, option {
	background-color: #FFF;
	color: #000;
	border: 1px solid #DFDFDF;
	margin: 1px;
}


option {
	border-width: 0px;
}


div.description {
	width: 550px;
	margin: 20px auto 10px auto;
}

div.error {
	font-weight: bold;
	font-size: 11pt;
	color: #E40001;
	margin: 10px auto;
}


/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    float:left; 
    position:relative; 
    overflow:hidden; 
	width: 510px;
	height: 250px;
	line-height: 250px;
} 
 
/* 
    root element for scrollable thumbnails. Must be absolutely positioned 
    and it should have a super large width to accomodate scrollable thumbnails. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.thumbnails { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated on horizontal scrolling 
    typically this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.thumbnails div { 
    float:left; 
	height: 250px;
	width: 150px;
	margin: 0px 10px;
} 
 
/* you may want to setup some decorations to active item */ 
div.thumbnails div.active { 
    background-color: #000; 
}

div.updatesMissing {
	width: 530px;
	text-align: center;
	height: 250px;
	line-height: 250px;
	font-weight: bold;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	width:10px;
	height:250px;
	background:url('/templates/website/images/back.jpg') no-repeat;
	float:left;
	margin:0;
	cursor:pointer;
	font-size:1px;
	float: left;
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url('/templates/website/images/next.jpg');
	clear:right;	
}

div.updatesSite {
	width: 530px;
	height: 272px;
	margin: 15px auto;
}


div.wrapper {
	background-color: #000;
    width: 530px;
	height: 250px;
	margin: auto;
	border: 1px solid #FFF;
}

img.thumbnail {
	border: 1px solid #000;
}


img.thumbnail:hover {
	border: 1px solid #7F7F7F;
}


span.contentImg {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 200px;
	height: 200px;
	width: 160px;
}

span.contentText {
	float: none;
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	height: 15px;
	width: 160px;
}


div.updatesHeading {
	height: 20px;
	font-weight: bold;
	font-size: 12pt;
	width: 530px;
	padding: 0px;
	margin: 0px;
}


div.updatesHeadingLinks {
	height: 20px;
	font-weight: bold;
	font-size: 12pt;
	width: 530px;
	padding: 0px;
	padding-top: 20px;
	margin: 0px;
	text-align: center;
}



div.dumpBox {
	background-color: #FFF;
	border: 1px solid #000;
	color: #000;
	margin: 9pt;
	overflow: auto;
	width: 550px;
	height: 400px;
}


#outputDiv {
	text-align: left;
	margin: 20px 0px;;
}

legend {
	color: #FFF;
}


td.dataMarginVertical {
	padding-top: 25px;
	padding-bottom: 25px;
}