html
{
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	background: #E4E4E4 url(../images/bg_blue.gif) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif, sans-serif; color:#464646; 	margin: 0; font-size:12px; line-height:20px;
}
a, a:visited, .item a, .item a:visited {
	color: #36C;
}
a:hover, a:active {
	color: #06F;
}
img{ 
	border:0px; 
}
td {
	font-family:Tahoma, Arial, Helvetica, sans-serif, sans-serif; 
	font-size:12px;
}
#header {
	height:149px; width: 980px;
}
.topicons { 
	float: right; padding-top:16px; padding-right:30px;
}
.menu {
	background: url(../images/bg_menu.gif) no-repeat; width: 980px; 
	font-family: Arial, Helvetica, sans-serif; text-align:left; font-size:12px; color:#5C5C5C; text-decoration: none; 
	line-height:18px; height:46px; padding-top:3px; padding-left:95px; font-weight:bold;
}
.menu a, .menu a:visited {
	color:#36516D; text-decoration: none;
}	
.menu a:hover {
	color:#627F9D; text-decoration: underline;
}
#content {
	width: 980px;
}
#footer {
	background: url(../images/footer_bg.gif); width: 100%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; text-align:center; font-size:11px; color:#5C5C5C; text-decoration: none; 
	line-height:18px; height:46px; padding-top:10px; margin-top:20px
}
a.footers, a.footers:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif; text-align:center; font-size:11px; color:#5C5C5C; text-decoration: none;
}	
a.footers:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif; text-align:center; font-size:11px; color:#5C5C5C; text-decoration: underline;
}
.altheadings { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#607288; padding-left:20px; padding-top:5px;
}

.headings { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#607288; padding-left:20px; float:left; padding-top:5px;
}
.small{
	font-size: 10px
}
.links, .links:link, .links:visited, .links:hover  {
	color:#5E883B;
	font-size:12px;
	text-decoration:none;
	line-height: 18px;

}
.forumposts, .forumposts:link, .forumposts:visited {
	color:#5E883B;
	font-size:11px;
	text-decoration:none;
	line-height: 1.5em;
	padding-left: 7px;
}
.forumposts:hover {
	color:#5E883B;
	font-size:11px;
	text-decoration:underline;
	line-height: 1.5em;
	padding-left: 7px;
}

/** Module Overrides **/
p.business-heading {
	font-size:12px;
}
.headline {
	color:#464646;
	font-size:12px;
	font-weight:bold;
}
.date {
	color:#464646;
	font-size:9px;
	vertical-align: middle;
}
	

/** Imported from transparentia_color **/

a, a:visited, .item a, .item a:visited {
	color: #36C;
}
a:hover, a:active {
	color: #06F;
}

input, select {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
	}

h2 {
	font-size: 1.5em;
}

code {
	background: url(../images/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(../images/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}


/* misc */
.clearer, .clearboth, .bluehr {
	clear: both;
}

/* structure */
#ad {
	display: none;
	float: right;
	padding-left: 5px;
}

#container {
/*	background: url(../images/bgcontainer.gif) repeat-y; */
	background: url(../images/bgcode.gif);
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	border-left: 2px solid #B1CCE4;
	border-right: 2px solid #B1CCE4;
}
.header {
	background: url(../images/header.gif) repeat-x;
	padding: 0px;
	height: 70px;
	margin-bottom: 4px;
}

/* content */
.content {
	float: right;
	width: 520px;
}
.content .item, .content #hmderror, .content .item-left, .content .item-right {
	padding: 6px 12px;
	border: 1px solid #B1CCE4;
	background: #FFF;
	margin-bottom: 8px;
	font-size: 12px;
	
}

.content .item, .content #hmderror {
	clear: both;
	/* position: relative; */
	z-index: 1;
}

.content .item-right {
	float: right;
	padding: 6px;
}

.content .item-left {
	float: left;
	padding: 6px;
	margin-right: 3px;
	width: 157px;
	height: 150px;
}

.content #hmderror {
	color: #000000;
	font-weight: bold;
}

.content #hmderror span {
	color: red;
	font-size: 1.2em;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../images/li.gif);
	margin-left: 18px;
}

.item .news-img img {
	border: 0px;
	float: left;
	margin: 5px;
}

.item .news-gal-img {
	float: right;
	margin: 5px;
}

.item .news-gal-img img {
	border: 0px;
}

.item .readmore {
	text-align: right;
}

.item h2, .item h1 {

	margin: 2px -13px 5px -13px;
	padding: 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#607288; 
	background-color: #e3e6eb;

}

.item h1 {
	/*font-size: 1.4em;*/
	font-size: 14px;
}

.item-left h2, .item h3 {
	margin: -7px -7px 5px -7px;
	padding: 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#607288; 
	background-color: #e3e6eb;

}

.item h3 {
	margin: -7px -13px 5px -13px;
}

.moditem .news-img img {
	border: 0px;
	float: left;
	margin: 5px;
}

.moditem .news-gal-img {
	float: right;
	margin: 5px;
}

.moditem .news-gal-img img {
	border: 0px;
}

.moditem .readmore {
	text-align: right;
}

.moditem h2, .item h1 {

	margin: 2px -13px 5px -13px;
	padding: 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#607288; 
}

.moditem h1 {
	/*font-size: 1.4em;*/
	font-size: 14px;
}

.moditem-left h2, .item h3 {
	margin: -7px -7px 5px -7px;
	padding: 2px 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold; 
	color:#607288; 
	background-color: #e3e6eb;

}

.moditem h3 {
	margin: -7px -13px 5px -13px;
}

.thickbox img {
	border: 0px;
}

.post {
	background-color : #FFF;
	padding : 3px 5px 3px 2px;
	border : 0px dashed #8a795d;
	text-align: right;
	font-size : 90%;
	margin-top: 5px;
	clear: both;
}

.date {
	background : url(../images/clock.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 2px 0 5px;
}

.readmore {
	background : url(../images/document.gif) no-repeat left center;
	padding-left : 15px;
	margin : 0 15px 0 5px;
	font-size: 10px;
}
/*
======================================
Form styles
======================================
*/

label {
	cursor: pointer;
}

INPUT.nostyle, TEXTAREA.nostyle, SELECT.nostyle {
	background: #FFF url(../images/input_bkg.gif) no-repeat;
	border: 0px;
	padding: 0px;
}

.styled, INPUT, TEXTAREA, SELECT {
	border: 1px solid #8BADC9;
	padding: 2px;
	background: #FFF url(../images/input_bkg.gif) no-repeat;
}

.styled, INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2C2C2C;
	background-color: #FFF;
}



/*

/* search form */
/* form {
	padding: 0 0 6px 0px;
}
.styled, input, textarea, select {
	border: 1px solid #DDD;
	padding: 4px;
} */
.button {
	background: url(../images/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

/* transaction table styles */
table.tbltransaction {
	margin: 5px;
	padding: 0px;
	border: 1px solid #C0C0C0;
}

table.tbltransaction th {
	background-color: #C0C0C0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

table.tbltransaction td {
	padding: 5px;
	background-color: #EFEFEF;
	text-align: left;
}

/* Gallery List */
#hmdGalleryList {
	margin: 0;
	padding: 20px 0 0 0;
	list-style: none;
}

#hmdGalleryList li {
	float: left;
	margin: 0;
	padding: 0;
	width: 135px;
	height: 170px;
	text-align: center;
	font-size: 0.8em;
	background: none;
	list-style: none;
}

#hmdGalleryList li img {
	border: 1px solid #000;
}

#hmdGalleryListPagination {
	clear: left;
	text-align: center;
}

/* Gallery Edit */
#hmdGalleryEdit label {
	float: left;
	width: 160px;
}

#hmdGalleryEdit label.error {
	float: none;
	margin-left: 160px;
	width: auto;
}

#hmdGalleryEdit p.submit {
	margin-left: 160px;
}

/* Products pages */
.hmdProducts h2 {
	margin: 10px 0;
	padding: 6px 0 10px 10px;
	cursor: pointer;
	background: url(../../transparentia_colour/images/products/bg_open.gif) top left no-repeat;
	color: black;
	font-size: 1em;
	width: 100%;
    border: 1px solid #FFFFFF;
}

* html .hmdProducts h2 {
	cursor: hand;
}


/* Pagination */
.pagenav, a.pagenav:link, a.pagenav:visited
{font-size:12px; color: #0066FF; text-decoration:underline; font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.pagenav:hover
{font-size:12px; color: #55A0FF; text-decoration:underline; font-family: Tahoma, Arial, Helvetica, sans-serif;}
.pagenav-current
{font-size:12px; color: #464646; text-decoration:none; font-family: Tahoma, Arial, Helvetica, sans-serif;}



/* New Footer */
td.newfooter 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5C5C5C; 
	text-decoration: none;
}
a.newfooter, a.newfooter:visited 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5C5C5C; 
	text-decoration: none;
}	
a.newfooter:hover 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5C5C5C; 
	text-decoration: underline;
}
a.newboldfooter, a.newboldfooter:visited 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5C5C5C; 
	text-decoration: none;
	/*font-weight:bold;*/
}	
a.newboldfooter:hover 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	color:#5C5C5C; 
	text-decoration: underline;
	/*font-weight:bold;*/
}


/* Business Module Carousel */
img.thumbscroller
{
	border: 0px solid #ffffff;
}

/* datepicker */
div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("calendar_icon.png") no-repeat center;
}

#CalendarPickerControl{
	background-color: transparent;
	width: 250px;
	height: 200px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid black;
	background-color: buttonface;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font: normal 11px Verdana;
	color: buttontext;
	font-weight: bold;
	background-color: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight  threeddarkshadow;
	background-color: buttonshadow;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font: normal 11px Verdana;
	color: captiontext;
	font-weight: bold;
	background-color: activecaption;
}

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Verdana;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

#CalendarPickerControl td.today{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: red;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current{
	font: normal 11px Verdana;
	font-weight: bold;
	background-color: highlight;
	color: highlighttext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font: normal 11px Verdana;
	background-color: buttonface;
	color: buttontext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight buttonshadow buttonshadow buttonhighlight;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.weekend{
	font: normal 11px Verdana;
	color: buttontext;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: buttonhighlight threeddarkshadow threeddarkshadow buttonhighlight;
}

#CalendarPickerControl td.weekend:hover{
	background-color: buttonshadow;
	text-decoration: underline;
	border-color: threeddarkshadow buttonhighlight buttonhighlight threeddarkshadow;
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Verdana;
	background-color: buttonhighlight;
	color: inactivecaptiontext;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font:normal 9px Verdana;
	background-color: buttonface;
	color: inactivecaptiontext;
	border-width: 0px;
}

.classifiedSpan
{
    margin: 3px 0px 4px 0px;
}