/*
		Styles by gavjof
		www.gavjof.com
		
	\\ PRINT.CSS (for use when printing) //
*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000;
	background: #fff;
}
a:link, a:visited, a:active {color: #900;text-decoration: underline;}
hr {
	color: #660033;
	height: 1px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:0;
	margin:0;
}
h1  	{font-size:2.2em;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;}

#main {
	width: 100%;
	margin: 0;
	padding: 0;
}
#banner {
	font-weight: bold;
	color: #cecece;
	padding: 20px;
	text-align: center;
	border: 2px solid #666;
}

#content {
	margin: 0;
	text-align: justify;
}
#footer {
	font-size: 10pt;
	color: #666;
	text-align: left;
	padding-top: 20px;
	border-top: 2px solid #666;
}

/* Stuff we're not so bothered about seeing in print */
#login-box, #powered_by, #coding, #search_box, 
#nav, .stealth {display: none;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Inline font Styles */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

/* NewsBoxDetail (News)*/
#NewsBoxDetail{
	width: 100%;
	float: left;
	display: block;
	margin-right:10px;
	border-left: 1px solid  #e6e6e6;
	border-right: 1px solid  #e6e6e6;
	border-bottom: 1px solid  #e6e6e6;
	margin-top:10px;
}

#NewsBoxDetail .header{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#80C8FF url(images/topMenuImages.png) repeat scroll 0 32%;
	line-height:30px;
	padding:0 10px 0 0;
	text-align:right;
	color:#ffffff;
	font-weight: bold;
}
#NewsBoxDetail .content{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
	font-size: 12px;

}
#NewsBoxDetail .footer{
	display:none;
}
