/* Global (default) styles go here */

/* Include mozilla 1.0's CSS file - for consistency! */
@import url("mozilla.css");

/* MSIE workarounds */
h4,table { font-size:1em }
body { font-size:10pt }
p {margin:0px;margin-top:1em;margin-bottom:1em}
/* /workarounds */

/* Opera formatting fix */
td {padding-top:0px;padding-bottom:0px}
body {padding:0px}
form {margin:0px}
th,tr,tbody,tfoot,thead 
	{
	font-size:1em;
	background-color:inherit;
	background-image:inherit
	}

/* These just for the server thingy */
br.cl {clear:left}
h4.fr {margin-left:114px;margin-top:0px}
p.fr {margin-left:114px;margin-bottom:0px}
img.fl {float:left;margin-bottom:1em;border:solid black 1px}

button.opera.doitnow {background:white}

/* mozilla pre-1.0 (aka Netscape 7.0pr1, 6.2, 6.1?,6.0?) bugaround */
td.img {line-height:0px;font-size:1px}

/* Temporary */
.edited { color: purple }

td.bord {border:solid 1px black}
th.statscentral {background:black;color:white}
pre.limited {width:100%;overflow:scroll}
table.centre {margin-left:auto;margin-right:auto}
.error {
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;	
	vertical-align:middle;
	color: #fd0;
	font-weight: bolder; 
	background:#500;
	border: outset 2px #500
}
.error a {color:white}
.error a:visited {color:#ffb}
.error a:link {color:#ffd}

/* 'Do it now' buttons */
.doitnow {
	width:70px;
	height:10px;
	background-image:url(images/doitnow.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center;
	background-color:transparent;
	border-style:none;
	cursor:pointer;
	text-decoration:none;
}

/* links with no underline */
a.noul { text-decoration:none }

/* ?? */
.c {
	font: bold normal 36px Arial, Helvetica, sans-serif;
	color: #FFFFFF
}

/* ?? */
.mini {
	font: 10px;
	color: white
}

.config {
	text-align:center;
	font-size:10px;
	font-family:Tahoma,Arial,Courier,sans-serif;
	color:#000000
}

/* for edited text */
.edited {
	text-color: purple
}

table.maildialog {
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.tabbar {
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	background: white;
}

td.tltab, td.tltabx {
	background-image: url(/templates/default/images/topleft.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding:0px
}

td.tltabx {background-image: url(/templates/default/images/topleftx.png)}

td.midtab {
	background-image: url(/templates/default/images/middle.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 11px;
	font-weight: bold;
	padding-left:0.5em;
	padding-right:0.5em;
}

td.trtab, td.trtabx {
	background-image: url(/templates/default/images/topright.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding:0px;
}

td.trtabx {background-image: url(/templates/default/images/toprightx.png)}

td.midtab span {
	padding-right: 2px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	clip: rect(   );
	width: 100%;
}

td.midtab span:hover {
	color: #6699cc;
	text-decoration: underline;
	cursor: pointer;
}

table.prefsbot {
	border: 0px;
	font-size: 11px;
}

table.prefsbot a {
	padding-right: 2px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	clip: rect(   );
	width: 100%;
}

table.prefsbot a:hover {
	color: #6699cc;
	text-decoration: underline;
	cursor: pointer;
}

table.prefsbody {
	border: 1px;
	border-color: #000000;
	border-style: solid;
}

table.zebrabox th {
	text-align: left;
	background-color: #000000;
	color: #ffffff;
}

tr.dark {
	text-align: left;
	background-color: #cccccc;
	color: #000000;
}

tr.light {
	text-align: left;
	background-color: #ffffff;
	color: #000000;
}

.sdark {
	background:#cccfcc;
	color:black;
}

.slight {
	background:#eef1ee;
	color:#444744;
}

span.fixedmsg {
	font-family: andale mono, courier, lucidatypewriter;
	font-size: 9pt;
}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

/* the stripy box thing */

table.zebrabox {
	font-size: 11px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

table.zebrabox th {
	background-color: #000000;
	font-weight: bold;
	font-color: #ffffff;
}

table.zebrabox tr.grey {
	background-color: #cccccc;
	color: #000000;
}

table.zebrabox tr.white {
	background-color: #ffffff;
	color: #000000;
}

table.zebrabox td {
	vertical-align: top;
}

table.zebrabox input {
	font-size: 11px;
}

table.zebrabox span {
	color: #000066;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

table.zebrabox span:hover {
	color: #6699cc;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}


