

/* custom stuff*/
table {
	text-align:left;

}

textarea.inputbox {
	width: 300px;
}


a:link, 
a:visited {
	text-decoration: none;
	font-weight: normal;
	outline: none;
	color: #333399;
}

a:link:hover, a:visited:hover {
	color: #6b6b6b;
}

div#menu .moduletable table{
	text-align:center;
	font-size: 12px;
	color:white;
}


div#top-padding {
	height: 40px;	
}

div#page {
/*background: #030362 url(../images/background.jpg) no-repeat;*/
height:100%;
}

/* default menu link styles */

div#menu .mainlevel {
	color:white;
}

div#menu a.mainlevel {
	padding-left: 17px; /*27 before rekry*/
	padding-right: 17px; /*27 before rekry*/
}

 div#menu a.mainlevel:link,
 div#menu a.mainlevel:visited {
	color: black;
}

div#menu a.mainlevel:link:hover {
	color: white;
}

div#menu a.mainlevel:hover {
	text-decoration: none;
	color: white;
}

div#header {
	position: relative;
	background: #fff url(../images/header.jpg) 420px 0 no-repeat;
	height: 96px;
	width:830px;
	overflow: hidden;
}

div#wrapper {
	margin: 0px;
	paddin-top: 20px;	
	position: relative;
	width:830px;
	height:500px;
	border-left: 1px solid #BEC1C8;
	border-top: 1px solid #BEC1C8;
	border-bottom: 3px solid #BEC1C8;
	border-right: 3px solid #BEC1C8;
	background: #fff;
	
}
div#image_left {

	float:left;
	margin: 0px;
	padding: 0px;
	margin-left:23px;
	margin-top: 35px;
	width:337px;

}



div#menu {
 background: #BEC1C8;
 color: white;	
 padding-right: auto;
	overflow:hidden;
	width: 830px;
}




/*Scroll box*/
div.maincontent {
	float:right;
	width: 365px;
	height: 320px;
	margin-right: 20px;
	padding-right:15px;
	margin-top:35px;

}

#scroll {
	overflow-x:hidden;
	overflow-y:scroll;

}



html {
  height: 100%;
}

/* Default */

body {
		margin: 0;
		padding: 0;
		font-size: 12px;
		line-height: 130%;
		color: #131E2D;
		background: #030362 url(../images/background.jpg) no-repeat;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway img {
	padding: 0px 5px;
}

img {
	margin-right: 10px;	

}

a img, img a {
	border:0px;	
}

span.pathway {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	background: url(../images/arrow.png) 0 0 no-repeat;
}



a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/** colors set in the color css file **/


td#usercol {
	color: #ccc;
}

#horizmenu a,
a.mainlevel,
a.sublevel,
ul.submenu a,
div.moduletable h3,
.contentheading,
.componentheading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

.contentheading, div.componentheading, h1, h2, h3, h4 {
        color:black;
        font-size: 12px;
        font-weight: bold;
        padding-left:0px;
        padding-bottom: 10px;
        text-align:left;
}

/* headings */





.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}


/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 100%;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}


.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}



/* some page content things */

form {
	border: 0;
	margin: 0;
	padding: 0;
}

table.blog span.article_seperator {
	display: block;
	height: 20px;
}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.nopad td {
	padding: 5px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}

div, td {
	font-size: 12px;
}

div#contact, div#contact.table.p {
	float:left;
	margin:23px;
	font-size:9px;
}

