﻿/* CSS Definitions for Wagga Marketplace */
body {
	margin: 0;
	background-color: #317CC0;
}

body, td, li {
	color: #fff;
}

a {
	color: #99CC60;
	font-weight: bold;
	text-decoration: none;
}

.mainmenulink a {
	color: #333333;
	font-family: Verdana, GillSans, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}
			
/* Headings */
.wmGuideCategory {
font-family: Verdana, GillSans, Arial, Helvetica, sans-serif;
font-size: 9pt;
font-style: normal;
letter-spacing: 2pt;
font-weight: inherit;
color: White;
}

.wmpPageTitle {
font-family: Verdana, GillSans, Arial, Helvetica, sans-serif;
color: White;
font-size: 17pt;
letter-spacing: 2.5pt;
}
							
/* Body text */
.wmpBody7 {
font-family: Verdana, Arial;
font-size: 8pt;
}

.wmpBody8 {
font-family: Verdana, Arial;
font-size: 9pt;
color: White;
}

.wmpheading {
font-family: Verdana, Arial;
font-size: 12pt;
font-weight: normal;
color: White;
letter-spacing: 2.5pt;
}

.wmpheadingbold {
font-family: Verdana, Arial;
font-size: 12pt;
font-weight: bold;
color: White;
}

.wmpBody10 {
font-family: Verdana, Arial;
font-size: 10pt;
}

.wmGuideDetails {
font-family: Verdana, Arial, sans-serif;
font-size: 7pt;
color: White;
}

.tabs {
font-weight: normal;
text-decoration: none;
}

#tabs a:link, #tabs a:visited {
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
}

.adminNavigation {
font-family: Verdana, Arial;
font-size: 8pt;
color: #99CC60;
}

.txtbox {
font-family: Verdana, Arial;
font-size: 8pt;
}

.errMsg {
font-family: Verdana, Arial;
font-size: 8pt;
color: #ff0000;
}

.ADControl {
font-family: Verdana,Arial;
font-size: 8pt;
color: #000000;
}

.updatebutton {
background-color: #548CC7;
color: #ffffff;
font-weight: bold;
}

.deletebutton {
background-color: #B92533;
color: #ffffff;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.listingHeader {
font-family: Verdana, Arial;
font-size: 12pt;
color: #99CC60;
font-weight: bold;
}

.blueborderbottom {
border-bottom: 1px solid #548CC7;
}

.120pxwidth {
width: 120px;
}

.padding15pxtop {
	padding-top: 15px;
}

.padding15pxbottom {
	padding-bottom: 15px;
}

.padding5pxbottom {
	padding-bottom: 5px;
}

.padding5px {
	padding: 5px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bluebackground {
	background-color: #317CC0;
}

.topalign {
	vertical-align: top;
}

.whitetext {
	color: #fff;
}

.goldborderbottom {
	border-bottom: 1px solid #B8A97C;
}