a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

a.maintitle{
	color: #000182;
	font-size: 24px;
	text-decoration: none;
	
}

body{
	/*background-image: url(../../gfx/eosnes1.jpg);*/
	background-image: url(../../gfx/wood_18.jpg);
	background-color: #DCDCDC;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: "MS Sans Serif", Geneva, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 0px;
}

div.code{
	background-color: #E1E1E1;
	background-image: url(img/html.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	margin: 10px;
	padding: 5px;
}

textarea.code{
	background-color: #E1E1E1;
	background-image: url(img/html.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	margin: 10px;
	padding: 5px;
	width: 100%;
	height: 300px;;
}

div.css{
	background-color: #AEAEFF;
	background-image: url(img/css.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	font-size: small;
	margin: 10px;
	padding: 5px;
}

div.item{
	margin: auto;
}

div.item h2{
}

div.rightsidebar {
	background-color: #DCDCDC;
	border: #000000 1px solid;
	clear: right;
	float: right;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 10px;
	text-align: left;
	width: auto;
}

div.support{
	background-color: #99FF99;
	background-image: url(img/support.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	border: 2px dashed #008000;
	color: #008000;
	margin: 10px;
	padding: 5px;
}

h1{
	font-size: 22px;
}

h1, h2, h3, h4{
	color: #000182;
	font-weight: normal;
}

h2{
	font-size: 20px;
}

h3{
	font-size: 18px;
}

ul li{
	list-style-image: url(img/arrow.png);
	margin-bottom: 7px;
}

td.footer{
}

ul ul li, ol ul li{
	list-style: circle;
	list-style-image: none;
}

.codecomment{
	color: #FF0000;
}

.codecomment a{
    text-decoration: underline;
}

.footer a:hover{
	text-decoration: underline;
}

.footer, .footer a {
	color: #000182;
	font-size: x-small;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.instructions{
	background-color: #99FF99;
	color: #000000;
	font-style: italic;
	margin: 10px;
	padding: 10px;
}

.small{
	font-size: small;
}

.support img{
	border: 2px solid #000000;
	margin: 5px;
	padding: 2px;
}

#linkbar a, #tutorialbar a{
	display: block;
}

#linkbar a:hover, #tutorialbar a:hover{
	text-decoration: underline;
}

#maincontent{
	padding: 0px 15px;
}

#maintable{
	background-color: #FFFFFF;
	width: 80%;
	border-bottom: 2px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 2px solid #000000;
}

#toplink{
	clear: both;
	float: right;
	font-size: 9px;
	width: auto;
}

#toplinks a {
  font-size: small;
  color: #000;
  background-color: #FFF;
  text-decoration: none;
}

#toplinks a:hover {
  text-decoration: underline;
}
#toplinks{font-size: small}
