/*
	Copyright (c) 2009 - Rene Kok
	
	colors used:
	----------------------------
	#635583 - dark purple
	#585858 - dark grey
	#b3acac - lighter grey
	#b6b6b6 - dark grey
	#656a71 - dark blue grey
	#f57900 - orange darkish
	#dc612a - other orange
	#d86500 - darker orange
*/

/* modify default attributes */

table
{
	border-spacing: 0px;
}

img
{
	border-width: 0px;
}

ul
{
	padding-left: 20px;
}

li
{
	list-style-image: url('images/list-icon.png');
	padding-top: 2px;
}

h1
{
	color: #919191;
	font-family: "trebuchet ms", "verdana", sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

td
{
	vertical-align: top;	
}

a
{
	color: #000000;
	text-decoration: none;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #b3acac;
	text-decoration: none;
	/*border-left: 3px solid #656a71;
	padding-left: 4px;*/
}

/* CSS IDs */

#container
{
	width: 100%;
	margin: 0px;
}

#dull
{
	background-image: url(images/greystrip.gif);
	background-repeat: repeat;
}

#tablestuff
{
	background-color: #FFFFFF;
	width: 80%;
	border-style: solid;
	border-width: 1px;
	position: relative;
	top: 0px;
	left: 10%;
}

#admintable
{
	border-spacing: 10px;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#admintable td
{
	border: 1px solid #e9e9e9;
	font-weight: bold;
	margin: 3px;
	text-align: center;
}

#admintable a
{
	display:block;
}

#admintable td:hover
{
	background-color: #e9e9e9;
	color: #ffffff;
}

#logobit
{
	background-image: url(images/navbar_colour_3.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 240px;
	margin: 0px;
	/* border-bottom: 3px solid #353535; */
	border-bottom: 3px solid #c0b6be;  /*#d1c7cf;*/
}

/* CSS Classes */

.default_table
{
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.link_image
{
	padding-right: 6px; 
	padding-bottom: 2px;
	vertical-align: middle;
}

.link_alt
{
	background-color: #b6b6b6;
	color: #ffffff;
}

.content
{
	font-family: "trebuchet ms", "verdana", sans-serif;
}

.heading
{
	/*font-size: large; normal*/
	font-weight: bold;
	font-family: "trebuchet ms", "verdana", sans-serif;
	margin-top: 2px;
	margin-bottom: 4px;
}

.comment
{
	color: #585858;
	font-size: smaller;	
}

.divider
{
	background-image: url(images/divider_2_small_x.gif);
	background-repeat: repeat-x;
	height: 8px;
	margin: 2px;
}

.subdivider
{
	/*border-bottom: 1px solid #b6b6b6;*/	
	background-image: url(images/subdivider.gif);
	background-repeat: repeat-x;
	width: 60%;
	height: 11px;
	/*margin-left: 20%;
	margin-right: 20%;*/
}

.subdivider_full
{
	background-image: url(images/subdivider.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 11px;
}

.menubar
{
	background-image : url(images/bar9.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 160px;
	height: 60px;
	padding: 0px; /* for IE */
	vertical-align: top; /* For table */
}

.menubarsmall
{
	background-image : url(images/bar6_smaller.gif);
	background-repeat: repeat-x;
	width: 160px;
	height: 60px;
	vertical-align: top; /* For table */
}

.menubartext
{
	vertical-align: 0px;
	padding: 5px;
	margin: 0px;
	text-align: center;
	font-weight: normal;
	font-size: large;
	font-family: "trebuchet ms", "verdana", sans-serif;
}

.downloadheading
{
	background-image: url(images/network.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	font-weight: bold;
	font-family: "trebuchet ms", "verdana", sans-serif;
}

.blogheading
{
	background-image: url(images/internet-news-reader.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-bottom: 2px;
	font-weight: bold;
	font-family: "trebuchet ms", "verdana", sans-serif;
	border-bottom: 1px solid #656a71;
}

.projectheading
{
	background-image: url(images/package-x-generic.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	font-weight: bold;
	font-family: "trebuchet ms", "verdana", sans-serif;
}

.warningheading
{
	background-image: url(images/warning.png);
	background-repeat: no-repeat;
	padding-left: 28px;
	font-weight: bold;
	font-family: "trebuchet ms", "verdana", sans-serif;
}

.screenshot
{
	float: left;
	border: 2px solid #000000;
}

.section
{
	background-color: #b6b6b6;
	width: 100%;
}

.section_border
{
	border: 1px solid #b6b6b6;
	width: 100%;
	padding: 10px;
}

.news_section_border
{
	border-left: 1px solid #656a71;
	border-right: 1px solid #656a71;
	background-color: #aed2fe;
	width: 481px;
	margin-left: 3px;
	padding: 10px;
}

.news_section_top
{
	background-image: url(images/news_box_top.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 18px;
}

.news_section_bottom
{
	background-image: url(images/news_box_bottom.gif);
	background-repeat: no-repeat;
	width: 510px;
	height: 18px;
}

.side_box
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffffff;
	width: 171px;
	margin-left: 3px;
	padding: 10px;
}

.side_box_top
{
	background-image: url(images/small_box_top.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}

.side_box_bottom
{
	background-image: url(images/small_box_bottom.gif);
	background-repeat: no-repeat;
	width: 200px;
	height: 10px;
}

.email
{
	display: none;
}

/* a purple small bold header */
.subheading
{
	color: #635583;
	font-family: "trebuchet ms", "verdana", sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}




