body,html {
	margin:0;
	width:100%;
	height:100%;
	font:menu;
	font-size:12px;
	}
.greytext {
	color:#999999;
	font-size:12px;
	}
.errortext {
	color:#FF0000;
	}
.greentext {
	color:#00CC00;
	}
.greyborder {
	border:1px solid #999999;
	}
.helpbox {
	border:1px solid #999999;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.hoverbox {
	position:relative;
	z-index:3;
}
.hoverbox span {
	display:inline;
}
.hoverbox span table {
	display:none;
	}
.hoverbox span:hover table {
	display:inline;
	position:absolute;
	background:white;
	border: 1px solid #dfdfdf;
	top:0px;
	right:50px;
	font-weight:normal;
	}	  
.logindetails {
	border-left:1px solid #dfdfdf;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#ffffff;
	}
a, a:link, a:visited, a:active, a:hover {
	border:0px;
	text-decoration:none;
	color:#000000;
	}
.camptab {
	background:url(graphics/tabs/<? echo $_SESSION['graphics']->tabset ?>/<? echo $_SESSION['graphics']->campaigns ?>.gif);
	background-repeat:no-repeat;
	width:85px;
	height:33px;
	}
.tablerow:hover {
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.summarytablerow {
	border-bottom: 1px dashed #dfdfdf;
	}
.quicklink {
	border:1px solid #dfdfdf;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.quicklink:hover {
	border:1px solid #999999;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.quicklinkheader {
	color:#000000;
	background:#dfdfdf;
	border:1px solid #999999;
	-moz-border-radius:1em;
	border-radius:1em
	}
.smalltext {
	color:#999999;
	font-size:10px;
	}
.whitetext {
	color:#ffffff;
	font-size:10px;
	}
.tinytext {
	color:#999999;
	font-size:6px;
	}
img {
	border:0px;
	}
.error {
	border:3px solid #FF0000;
	background:#FFE2E2;
	background:url(graphics/fades/redfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font:menu;
	font-size:12px;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.warning {
	border:3px solid #FFFF00;
	background:#FFFFCC;
	background:url(graphics/fades/yellowfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font:menu;
	font-size:12px;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.notice {
	border:3px solid #00CC00;
	background:#CCFFCC;
	background:url(graphics/fades/greenfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	font:menu;
	font-size:12px;
	-moz-border-radius:1em;
	border-radius:1em;
	}
.success {
	border:3px solid #00CC00;
	font:menu;
	font-size:12px;
	}
.submitButton {
	border-left:1px solid #99FF99;
	border-top:1px solid #99FF99;
	border-right:1px solid #00CC00;
	border-bottom:1px solid #00CC00;
	background:#ffffff;
	background:url(graphics/fades/greenbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #00CC00;
	font-weight:bold;
	width:200px;
	padding:3px;
	cursor: hand;
	}
.submitButton:hover {
	border-right:1px solid #99FF99;
	border-bottom:1px solid #99FF99;
	border-left:1px solid #00CC00;
	border-top:1px solid #00CC00;
	background:url(graphics/fades/greenbuttonfadeinvert.png);
	background-repeat:repeat-x;
	background-position:top;
	color: #00CC00;
	cursor: hand;
	}
.editButton {
	border-left:1px solid #FFCCCC;
	border-top:1px solid #FFCCCC;
	border-right:1px solid #FF0000;
	border-bottom:1px solid #FF0000;
	background:#ffffff;
	background:url(graphics/fades/redbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #FF0000;
	font-weight:bold;
	width:200px;
	padding:3px;
	cursor: hand;
	}
.editButton:hover {
	border-right:1px solid #FFCCCC;
	border-bottom:1px solid #FFCCCC;
	border-left:1px solid #FF0000;
	border-top:1px solid #FF0000;
	background:#ffffff;
	background:url(graphics/fades/redbuttonfadeinvert.png);
	background-repeat:repeat-x;
	background-position:top;
	color: #FF0000;
	cursor: hand;
	}
.swapbutton {
	border:1px solid #999999;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color: #999999;
	padding:1px;
	font-weight:bold;
	}
.swapbutton:hover {
	border:1px solid #999999;
	background:#999999;
	color: #ffffff;
	padding:1px;
	}
.logout {
	border-left:1px solid #FFCCCC;
	border-top:1px solid #FFCCCC;
	border-right:1px solid red;
	border-bottom:1px solid red;
	background:url(graphics/fades/redbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color: red;
	padding:3px;
	font-size:10px;
	}
.logout:hover {
	border-right:1px solid #FFCCCC;
	border-bottom:1px solid #FFCCCC;
	border-left:1px solid red;
	border-top:1px solid red;
	background:url(graphics/fades/redbuttonfadeinvert.png);
	background-repeat:repeat-x;
	background-position:top;
	color: red;
	padding:3px;
	font-size:10px;
	cursor: hand;
	}
.datafield {
	border:0px solid #999999;
	/*background:#f2f2f2;*/
	}
.errorfield {
	background:#ffff99;	
	}
.crumb {
	background:url(graphics/fades/redfadeinvert.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background:#FFE2E2;	
	font-weight:bold;
	}
.formbox {
	background:url(graphics/fades/greylongfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	background:#ffffff;
	}
.labelfield {
	/*border:1px dotted #dfdfdf;*/
	/*background:#f2f2f2;*/
	text-align:right;
	padding:0px;
	font-weight:bold;
	}
.advancedlabelfield {
	/*border:1px dotted #dfdfdf;*/
	/*background:#f2f2f2;*/
	color: #999999;
	text-align:right;
	padding:0px;
	font-weight:bold;
	}
textarea, select, input {
	font:menu;
	font-size:12px;
	}
.subsection {
	border:1px solid #dfdfdf;
	background:#ffffff;
	-moz-border-radius:1em;
	}
.highlighted {
	/*background:#dfdfdf;*/
	font-weight:bold;
	}
.tabletitle {
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.tabletitlesort {
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	background:url(graphics/fades/greyfadeinvert.png);
	background-repeat:repeat-x;
	background-position:top;
	}
.lefttablecell {
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	/*background:#ffffff;*/
	}
.sublefttablecell {
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	color:#999999;
	/*background:#ffffff;*/
	}
.tablecell {
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	/*background:#ffffff;*/
	}
.subtablecell {
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	color:#999999;
	/*background:#ffffff;*/
	}
.lefttablecellsel {
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	background:#efefef;
	}
.tablecellsel {
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	background:#efefef;
	}
.lefttablecelldisable {
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	color:#dfdfdf;
	}
.tablecelldisable {
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	color:#dfdfdf;
	}
.detailcell {
	border-left:1px dotted #999999;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
	}
.navsection {
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.formsubsection {
	border:1px solid #dfdfdf;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.pending {
	color:#FFCC00;
	}
.live {
	color:#009900;
	}
.finished {
	color:#FF0000;
	}
.filter {
	background:url(graphics/backgrounds/filter.png);
	background-repeat:repeat;
	width:100%;
	height:10000px;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
	}
.popup {
	border:3px solid #999999;
	background:#ffffff;
	width:50%;
	/*height:200px;*/
	position:fixed;
	left:25%;
	top:150px;
	padding:5px;
	z-index:11;
	}
.detailscell {
	border:1px solid #dfdfdf;
	}
.reddynamicfield {
	border:1px solid #FF0000;
	background:url(graphics/fades/redbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:2px;
	/*width:100px;*/
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	float:left;
	}
.greydynamicfield {
	border:1px solid #999999;
	/*background:url(graphics/fades/redbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
	padding:2px;
	/*width:100px;*/
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	float:left;
	}
.greendynamicfield {
	border:1px solid #00CC00;
	background:url(graphics/fades/greenbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:2px;
	/*width:100px;*/
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	float:left;
	}
.conflictalert {
	margin-top:4px;
	float:left;
	}
.progress {
	width:0px;
	background:url(graphics/fades/progressfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.editUnder {
	border:2px solid #00CC00;
	background:#ffffff;
	padding:3px;
	}
.editOver {
	border:2px solid #FF0000;
	background:#ffffff;
	padding:3px;
	}
.greyButton {
	border:2px solid #999999;
	background:#ffffff;
	color: #999999;
	font-weight:bold;
	padding:3px;
	width:150px;
	}
.greyButton:hover {
	background:#999999;
	color: #ffffff;
	width:150px;
	}
.chatbubbleuser {
	border:1px solid #999999;
	padding:15px;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.chatbubbleuserreply {
	border:2px solid #999999;
	font-weight:bold;
	padding:15px;
	background:url(graphics/fades/greyfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.chatbubbleresponder {
	border:1px solid #00CC00;
	padding:15px;
	background:url(graphics/fades/greenbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.chatbubbleignored {
	border:3px solid #FFFF00;
	padding:15px;
	background:#FFFFCC;
	background:url(graphics/fades/yellowfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.chatbubblenew {
	border:1px solid #999999;
	padding:15px;
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}
.topline {
	border-top:1px solid #999999;
	}
.livelefttablecell {
	border-left:1px dotted #999999;
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	font-size:18px;
	/*background:#ffffff;*/
	}
.livetablecell {
	border-bottom:1px dotted #999999;
	border-right:1px dotted #999999;
	/*background:#ffffff;*/
	font-size:18px;
	}
.rate {
	background:url(graphics/icons/ratenone.png);
	background-position:center;
	width:32px;
	height:32px;
	}
.rated {
	background:url(graphics/icons/rate.png);
	background-position:center;
	}
.censor {
	background:url(graphics/icons/censornone.png);
	background-position:center;
	width:32px;
	height:32px;
	}
.censored {
	background:url(graphics/icons/censor.png);
	background-position:center;
	}
.censoredtablerow {
	background:url(graphics/fades/redfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.helphighlight {
	background:url(graphics/fades/redfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.faileddr {
	background:url(graphics/fades/redfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.successdr {
	background:url(graphics/fades/greenfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.unknowndr {
	background:url(graphics/fades/yellowfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	}
.loginbutton {
	border:1px solid #00CC00;
	padding:5px;
	width:100px;
	background:url(graphics/fades/greenbuttonfade.png);
	background-repeat:repeat-x;
	background-position:bottom;
	-moz-border-radius:1em;
	}


