/*
* Ceres Engine
* Copyright (C) 2004-2005 Alexander Munro
* 
* File Summary
* 	Default site style sheet
* 
* Version:  0.9.08
* Modified: 2005-01-29 00:01:00
* 
* File Authors:
*	Alexander Munro (support@inzen.com.au)
*/

body
{
 	font-family: verdana, tahoma, arial, sans-serif;
 	font-size: 8.5pt;
 	padding: 5px 5px 5px 5px;
 	margin: 0px;
 	border-style: none;
}

span
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

div
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

p
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

pre
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

table
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

tr
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

th
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

td
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

table.tl1 
{
	 border: 1px solid #CDCDCD;
	 border-collapse: collapse;
}

table.tl1 th 
{
 	border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
}

table.tl1 td 
{
	 border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
}

table.tl2 
{
	 border: 1px solid #CDCDCD;
	 border-collapse: collapse;
}

table.tl2 th 
{
	 font-weight: bold;
	 border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
	 background-color: #FFFAEB;
	 color: black;
}

table.tl2 td 
{
 	border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
}

table.tl3 
{
	 border: 1px solid #CDCDCD;
	 border-collapse: collapse;
	 background-color: #fffdf7;
}

table.tl3 th 
{
	 font-weight: bold;
	 border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
	 background-color: #FCF1C3;
	 color: black;
}

table.tl3 td 
{
	 border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
}

table.tl4 
{
	 border: 1px solid black;
	 border-collapse: collapse;
	 background-color: #F1F1F1;
}

table.tl4 th 
{
	 font-weight: bold;
	 border: 1px solid black;
	 padding: 2px 4px 2px 4px;
	 background-color: #F5F8FF;
	 color: black;
}

table.tl4 td 
{
	 border: 1px inset #CDCDCD;
	 padding: 2px 4px 2px 4px;
	 color: black;
}

table.tl5 
{
	 border: 1px solid black;
	 border-collapse: collapse;
	 background-color: #F0E1BB;
}

table.tl5 th 
{
	 font-weight: bold;
	 border: 1px inset black;
	 padding: 2px 4px 2px 4px;
	 background-color: #EDEFE8;
	 color: black;
}

table.tl5 td 
{
	 border: 1px inset black;
	 padding: 2px 4px 2px 4px;
	 color: black;
}

table.tl6 
{
 	border-collapse: collapse;
 	background-color: #F1F1F1;
}

table.tl6 th 
{
 	font-weight: bold;
 	padding: 2px 4px 2px 4px;
 	background-color: #F5F8FF;
  border-top:1px solid white; 
  border-left:1px solid white; 
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
 	color: black;
}

table.tl6 td 
{
 	border: 1px inset #CDCDCD;
 	padding: 2px 4px 2px 4px;
 	color: black;
}

table.tl7 
{
 	border-collapse: collapse;
 	background-color: #F1F1F1;
}

table.tl7 th 
{
	 font-weight: bold;
	 padding: 2px 4px 0px 4px;
	 background-color: #F5F8FF;
  border-top:1px solid white; 
  border-left:1px solid white; 
  border-right:1px solid #666666;
  border-bottom:1px solid #666666;
	 color: black;
}

table.tl7 td 
{
	 border: 1px outset #CDCDCD;
  border-bottom:1px solid #ffffff;
	 padding: 0px 4px 0px 4px;
	 color: black;
}

table.tl8 
{
 	background-color: #F6F5F0;
  background-image: url(/images/cs_LongGradient.gif);
  background-repeat: repeat-x;
  border-right:#efefde 1px outset;
  border-bottom:#efefde 1px outset;
}

table.tl8 td 
{
	 color: black;
}

ul
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

li
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

form
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

input
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

select
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

textarea
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
}

textarea.textEditor 
{
  border:#000000 1px solid;
  padding:4px 0px 4px 4px;
  margin-left:0px;
  margin-right:0px;
  width:100%;
  height:100%;
  overflow:auto;
  background-color:#fff;
}  

a
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  text-decoration: none;
}

a:hover
{
  color: #FF9933;
	 text-decoration: none;
}

a.cl1:hover
{
	 border-bottom: 1px solid;
  color: #FF9933;
	 text-decoration: none;
}

a.cl1
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #004A80;
  text-decoration: none;
}

a.cl2:hover
{
 	background-color: #FAF6E6;
 	border-bottom: 1px solid;
  color: #FF9933;
  text-decoration: none;
}

a.cl2
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #D17E62;
  text-decoration: none;
}

a.cl3
{
  font-size: 8.5pt;
  font-weight: normal;
  font-family: verdana, tahoma, arial, sans-serif;
  color: #0000FF;
  text-decoration: none;
}

a.cl3:hover
{
 	background-color: #FAF6E6;
 	border-bottom: 1px solid;
  color: #FF9933;
  text-decoration: none;
}

ol
{
  font-size: 8.5pt;
  font-family: verdana, tahoma, arial, sans-serif;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 25px;
}

h1
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h2
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h3
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h4
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h5
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h6
{
  font-family: verdana, tahoma, arial, sans-serif;
}

h7
{
  font-family: verdana, tahoma, arial, sans-serif;
}

.bold
{
 	font-weight: bold;
}

.scriptblock
{
 	border: #8b4513 1px solid;
	 padding: 8px 8px 8px 8px;
	 color: #000066;
	 font-family: 'Courier New' , Monospace;
	 background-color: #FCD675;
}

.title
{
  font-size: 14.5pt;
  font-weight: 900;
  font-family: verdana, tahoma, arial, sans-serif;
}

.subtitle
{
  font-size: 12.5pt;
  font-weight: 600;
  font-family: verdana, tahoma, arial, sans-serif;
}
.highlight
{
  font-size: 11.5pt;
  font-weight: 900;
  font-family: verdana, tahoma, arial, sans-serif;
}

.inputfield
{
	 border:1px solid black; 
	 margin: 1px 4px 1px 0px;
	 padding: 0px 4px 0px 2px;
}

.button
{
	 background-color: #e6e6de; 
	 border:1px outset white; 
	 padding: 0px 3px 0px 3px;
}

.dmsbutton
{
	 background-color: #ffffff; 
	 border:1px outset #CDCDCD; 
	 padding: 0px 3px 0px 3px;
}

/*
To avoide browser cinflicts use the translucancy as an inline style
#translucent 
{
  filter: Alpha(opacity=85);
  -moz-opacity: .85;
  opacity: .85;
}
*/

div.cmnu, div.nmnu, div.rmnu, div.cmnu a.cma, div.nmnu a.nma, div.rmnu a.rma 
{
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  cursor: default;
  left: 0px;
  margin: 0px;
  position: relative;
  text-decoration: none;
  top: 0px;
}

div.mbr,div.mbr a.mb,div.mnu,div.mnu a.mi 
{
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
}

div.mbr 
{
  padding: 4px 2px 4px 2px;
  text-align: left;
}

div.mbr a.mb 
{
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  z-index: 100;
}

div.mbr a.mba,div.mbr a.mba:hover 
{
  left: 1px;
  top: 1px;
}

div.mnu 
{
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.mnu a.mi 
{
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.mnu a.mi span.mit {}

div.mnu a.mi span.mia 
{
  margin-right: -.75em;
  font-size:80%;
}

div.mnu div.mis {
  margin: 2px 2px;
}

#itemAttributes
{
  padding-bottom: 15px;
}

#newsAttributes
{
  padding-bottom: 15px;
}

