/*
* Styles CSS
*
* @author	Duncan Mundell <duncan@lantech.co.nz>
* @version	1.0
* @updated	01/03/07
*/

#col1 h1 {
	background: url(../images/widgets/bullet-h1.png) no-repeat left center;
	margin-left: -20px;
	margin-bottom: 1em;
	padding-left: 20px;
	font: 1.3em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

#col1 h2 {
	font: bold 1.1em "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

#col1 p {
	margin: 1em 0;
	font-size: 0.9em;
	color: #252525;
	line-height: 1.6em;
	}

/* Set up lists */
#col1 ul {
	font-size: 0.9em;
	margin: 1.5em;
	list-style: outside;
	}
	
#col1 li {
	line-height: 1em;
	margin: 1em;
	}
	
#col1 a {
	font-weight: bold;
	text-decoration: none;
	color: #6e9300;
	padding: 2px;
	}
	
#col1 a:hover {
	background-color: #FFF;
	text-decoration: underline;
	}
		

/* Image formatting - shaded boxes */
div.shadedimage {
	background: #FFF url(../images/interface/img-bg-t.png) top left repeat-x;
	float: right !important;
	}

div.shadedimage div {
	background: url(../images/interface/img-bg-b.png) bottom left repeat-x;
	}

div.shadedimage div div {
	background: url(../images/interface/img-bg-l.png) top left repeat-y;
	}

div.shadedimage div div div {
	background: url(../images/interface/img-bg-r.png) top right repeat-y;
	}

div.shadedimage div div div div {
	background: url(../images/interface/img-bg-tl.png) top left no-repeat;
	}

div.shadedimage div div div div div {
	background: url(../images/interface/img-bg-tr.png) top right no-repeat;
	}

div.shadedimage div div div div div div {
	background: url(../images/interface/img-bg-bl.png) bottom left no-repeat;
	}

div.shadedimage div div div div div div div {
	background: url(../images/interface/img-bg-br.png) bottom right no-repeat;
	padding: 15px;
	}


/* Regular Tables */
table {
	background-color: #FFF;
	border-collapse: collapse;
	border: 2px solid #FFF;
	font-size: 0.9em;
	empty-cells: show;
	}
	
th {
	border-top: 1px solid #bcc9d6;
	border-bottom: 1px solid #bcc9d6;
	background-color: #e5e9eb;
	font-weight: normal;
	text-align: left;
	padding: 10px 5px;
	color: #688599;
	}

th.side {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	}
	
td {
	padding: 5px;
	color: #3e647e;
	border-right: 1px solid #eef1f5;
	border-bottom: 1px solid #bcc9d6;
	text-align: left;
	vertical-align: top;
	}
	
td.bgdark {
	background-color: #F2F3F4;
	border-right: 1px solid #E4E9EF;
	}
	
td.bglight {
	}
	

/* Misc other global styles/fixes */
strong {
	font-weight: bold;
	}
	
a img {
	border: none;
	}
	
blockquote {
	margin-left: 2em;
	}