/*
 THEME COLOURS
 Mango-yellow: #FFDD00
 Light-Mango-yellow: #FFEE80
 Dark-yellow: #888800
 Facebook-blue: #3B5997
 GoogleMap-blue: #99B3CC
*/

body {
	background-color: white;
	margin: 0px 0px 0px 0px;
	font-family: sans-serif;
	font-size: 12px
}

div.main {
	padding: 20px 20px 20px 20px;
	width: 650px;	
}


div.error {
	/* margin: 5px; */
	padding: 3px; 
	color: rgb(128,0,0);
	background-color: rgb(255,200,200);
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(128,0,0);	
	/*width: 400px;*/
}

div.warn {
	/* margin: 5px; */
	padding: 10px; 
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;
}

div.warnBackup {
	/* margin: 5px; */
	padding: 10px; 
	/*color: rgb(128,128,0);*/
	background-color: rgb(255,255,200);
	/*font-weight: bold;*/
	/*
	border-width: 1px;
	border-style: solid;
	border-color: rgb(128,128,0);
	*/	
}

div.success {
	/* margin: 5px; */
	padding: 10px;
	color: rgb(0,128,0);
	background-color: rgb(200,255,200);
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(0,128,0);	
}

div.tool-tip {
	/* margin: 5px; */
	padding: 10px; 
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;
	z-index: 1000;
}

div.card {
	width: 400px;
	padding: 20px; 
	border-width: 1px;
	border-style: solid;
	border-color: black;	
}

div.censored {
	background-color: black;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	position:absolute;
}
td.censored {
	color: white;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 15px;
}

div.watermark {
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	position:absolute;
}
td.watermark {
	color: white;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
}
td.watermark2 {
	color: black;
	text-align: right;
	vertical-align: middle;
	font-size: 15px;
}

div.pageLinks {
	padding: 3px;
	width: 635px;
	background-color: white;
	text-align: right;
}

div.hidden {
	color: white;
	font-size: xx-small;
}

div.dragarea {
	cursor: move;
}

div.droparea {
}

div.droparea_hover {
	border-left-width:5px;
	border-left-style:dashed;
	border-left-color: #FFDD00;
}


div.acolT {
	height: 20px;
}

div.acolM {
	padding-left: 25px;
	width: 200px;
}

div.acolB {
	height: 20px;
}

div.popupT {
	background-color: transparent;
	background-image: url('images/admin/popupT.png'); 
	background-repeat: repeat-y;
	padding-left: 2px;
	width: 260px;
	height: 0px;
}

div.popupM {
	color: black;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images01/admin/popupGlassM.png');*/
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/	
	background-color: transparent;
	background-image: url('images/admin/popupM.png'); 
	background-repeat: repeat-y;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 260px;	
}

div.popupB {
	background-color: transparent;
	background-image: url('images/admin/popupB.png'); 
	background-repeat: repeat-y;
	padding-left: 2px;
	width: 260px;
	height: 40px;
}

div.popupMenuItem {
	width: 190px;
	cursor: pointer;
	color: black;
	font-weight: normal;
}
div.popupDetail {
	width: 150px;
	padding: 5px;
}

div.popupMenuItemCustom {
	width: 190px;
	color: black;
	font-weight: normal;
}
div.popupDetailCustom {
	width: 190px;
	padding: 0px;
	background-color: #FFDD00;
}

div.bubble {
	width: 300px;
	/*padding: 15px;*/
	/* background-image: url('images/admin/bubble.jpg'); */	
	/*
	border-right-width: 1px;
	border-right-style: solid;	
	border-right-color: #888800;
	*/
}

div.colourCell {
	width: 15px;
	height: 15px;
	border-width: 1px;
	border-style: solid;	
	border-color: #888800;
}

table {
	border-width: 0px;
	border-collapse: collapse;
}

table.popup {
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	background-color: white;
}

td {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	background-position:  bottom center;
/*
	border-width: 1px;
	border-style: solid;
	border-color: red;
*/
}

td.tabSelectedL {
	width: 6px;
	height: 30px;
	background-image: url('images/admin/tabSelectedL.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	border-width: 0px;	
}
td.tabDeselectedL {
	width: 6px;
	height: 30px;
	background-image: url('images/admin/tabDeselectedL.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	border-width: 0px;
}
td.tabDeselectedLEnd {
	width: 6px;
	height: 28px;
	background-image: url('images/admin/tabDeselectedLEnd.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	border-width: 0px;
}

td.tabSelectedM {
	height: 28px;
	background-image: url('images/admin/tabSelectedM.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;
	border-width: 0px;
	white-space: nowrap;
}
td.tabDeselectedM {
	height: 28px;
	background-image: url('images/admin/tabDeselectedM.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

td.tabSelectedR {
	width: 6px;
	height: 28px;
	background-image: url('images/admin/tabSelectedR.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	border-width: 0px;
}
td.tabDeselectedR {
	width: 6px;
	height: 28px;
	background-image: url('images/admin/tabDeselectedR.jpg');
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;	
}

td.tabDeselectedEndExtension {
	width: 100%;
	height: 28px;
	background-image: url('images/admin/tabDeselectedEndExtension.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

td.tabDeselectedREnd {
	width: 28px;
	height: 28px;
	background-image: url('images/admin/tabDeselectedREnd.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
}

td.tabBackground {
	height: 80px;
	background-image: url('images/admin/tabBackground.jpg');
	background-repeat: repeat-x;
	text-align: center;
	vertical-align: bottom;	
}

td.tabLogo {
	width: 200px;
	height: 80px;
	background-image: url('images/admin/logo.jpg');
	background-repeat: repeat;
	text-align: right;
	vertical-align: bottom;	
	cursor: pointer;
}

td.dropDownLabel {
	width: 100%;
	height: 18px;
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
}

td.dropDownButton {
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	background-image: url('images/admin/iconDown.jpg');
	background-color: #FFDD00;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;	
}

td.dropDownButtonFlipped {
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	background-image: url('images/admin/iconUp.jpg');
	background-color: #FFDD00;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;	
}

td.popupMenuList {
	padding: 0px;
}

td.popupMenuItem {
	/*font-weight: bold;*/
	padding: 0px;
	white-space: nowrap;
}
td.popupMenuItem a:hover {
	/*
	display: block;
	width: 100%;
	*/
	background-color: #FFDD00;
}
td.popupMenuItem:hover {
	background-color: #FFDD00;
}
td.popupMenuItemCustom {
	/*font-weight: bold;*/
	padding: 0px;
	white-space: nowrap;
}
td.popupMenuItemCustom a:hover {
	display: block;
	width: 100%;
	background-color: #FFDD00;
}

td.popupDetail {
	background-color: #FFDD00;
	padding: 0px;
}

td.thumbnail {
	padding: 0px;
	/*
	border-width: 1px;
	border-style: solid;
	border-color: #888800;		
	*/
}

td.thumbnail a:hover {
	/*
	display: block;
	width: 100%;
	*/
	background-color: #FFDD00;	
}
td.thumbnail:hover {
	/*
	display: block;
	width: 100%;
	*/
	background-color: #FFDD00;	
}

td.thumbnailDetail {
	padding: 0px 5px 0px 5px;
}

th {
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	background-position:  bottom center;
		
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;	
	background-color: white;
	background-image: url('images/admin/table-heading-col.jpg');
	background-repeat: repeat-x;	
	white-space: nowrap;
	/*text-align: center;*/
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

td.chartHeading { /* duplicating th */
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	background-position:  bottom center;
		
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;	
	background-color: white;
	background-image: url('images/admin/table-heading-col.jpg');
	background-repeat: repeat-x;	
	white-space: nowrap;
	/*text-align: center;*/
	font-weight: bold;
	padding: 0px 5px 0px 5px;
}

td.chartBody{
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;
	white-space: nowrap;
	/*text-align: center;*/
	/*width: 100px;*/
	padding: 0px 5px 0px 5px;
}
td.chartBodyInactive{
	border-width: 1px;
	border-style: solid;
	border-color: #FFDD00;
	white-space: nowrap;
	background-color: #DDDDDD;
	/*text-align: center;*/
	/*width: 100px;*/
	padding: 0px 5px 0px 5px;
}
tr.chartHover{		
	font-weight: bold;
}

tr.chartSelected{		
	font-weight: bold;
}

td.gridButton{		
	padding: 8px 0px 8px 0px;	
	white-space: nowrap;
}

td.report{
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	white-space: nowrap;
}
td.reportSeparator{
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
	color: white;
	white-space: nowrap;
	background-color: #000000
}
td.reportHighlighted1{ /* Referral */
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	white-space: nowrap;
	background-color: #FFDD00
}

td.reportHighlighted2{ /* Ad */
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	white-space: nowrap;
	background-color: #FFDD00
}

td.reportHighlighted3{ /* CMS */
	border-width: 1px;
	border-style: solid;
	border-color: #888800;	
	white-space: nowrap;
	background-color: #99B3CC; /*#3B5997*/
}

h1 {
	font-size: 24px;
	margin: 0px;
	padding-top: 20px;
}

h2 {
	font-size: 18px;
	margin: 0px;
	padding-top: 16px;
}

.label {
	font-weight: bold;
	white-space: nowrap;	
	/*text-align: right;*/	
}

.fineprint {
	font-size: 10px;
	padding-left: 5px;
	/*text-align: right;*/	
}

.highlighted {
	font-weight: bold;
	white-space: nowrap;
	/*
	color: #000000;
	background-color: #FFDD00;
	*/
	color: #FFDD00;
}

a {
	color: #888800;
	text-decoration: none;
	target: _top;
	font-weight: bold;
}

a:hover{
	/*text-decoration: underline;*/
}

a.tab {
	font-size: 15px;
	font-weight: bolder;
}

a.button {
	margin: 15px 2px 15px 2px;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	color: black;
	background-color: #FFDD00;
	text-decoration: none;
	border-style: outset;
	border-color: #FFDD00;
}
a.button:hover {
	border-style: inset;
	position:relative;
	left:1px;
	top:1px;
	text-decoration: none;
}

a.buttonSmall {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #FFDD00;
	text-decoration: none;
	border-style: outset;
	border-color: #FFDD00;
}
a.buttonSmall:hover {
	border-style: inset;
	position:relative;
	left:1px;
	top:1px;
	text-decoration: none;
}

a.reportSeparator {
	color: #FFDD00;
	text-decoration: none;
	font-weight: bold;
}

img {
	border: 0px;
}

img.dummy {
	height: 0px;
	src: url('images/admin/no-image.gif');
	vertical-align: top;
}
