body {
	color: #E0E5FB;
	background-color: #060E33; background-image: url(images/background.gif); background-repeat: repeat-x;
}

.logo {
	background-image: url('images/logo_header.gif');
	width: 185px; height: 44px;
}

a:link		{ color: #E0E5FB; text-decoration: none; background-color: inherit; }
a:visited	{ color: #E0E5FB; text-decoration: none; background-color: inherit; }
a:hover		{ color: #E0E5FB; text-decoration: none; background-color: inherit; }

#siteContainer {
}

.header {
}

.footer {
	background-image: url(images/footer-bg.gif); background-repeat: repeat-x;
}

/*Navigation bar styles */
html>body #navbar {
}

*html #navbar {
}

.navBarItem-static		{ color: #FAFAC9; font-family: "Times New Roman", Times, serif; text-transform: uppercase; }

.navBar-separator { color: #cdcdcd; }

a.navBarItem-link:link		{ color: #FAFFDF; text-decoration: none; font-family: "Times New Roman", Times, serif; text-transform: uppercase; }
a.navBarItem-link:visited	{ color: #FAFFDF; text-decoration: none; font-family: "Times New Roman", Times, serif; text-transform: uppercase; }
a.navBarItem-link:hover		{ color: #0E1638; text-decoration: none; font-family: "Times New Roman", Times, serif; text-transform: uppercase; }

.navBarItem-subItem			{ background-color: #FFFFCC; padding: 5px; }
.navBarItem-subItem-over	{ background-color: #FFFFCC; padding: 5px; }

a.navBarItem-subLink:link		{ color: #0E1638; text-decoration: none; white-space: nowrap; }
a.navBarItem-subLink:visited	{ color: #0E1638; text-decoration: none; white-space: nowrap; }
a.navBarItem-subLink:hover		{ color: #0E1638; text-decoration: none; white-space: nowrap; }


.selectedPage {
	color: #DADDE6;
}

/* PAGE CLASSES */

h1 {
	color: #cdcdcd; background-color: inherit;
}

h2 {
	color: #FAFBE9;
}

html>body h3 {	
	color: #FAFBE9;
}

* html h3 {
	color: #FAFBE9;
}

.panel {
}

.featuredPropertySplitter {
	color: #cdcdcd;
}

a.propAdd:link		{ color: #FAFBE9; text-decoration: none; white-space: nowrap; background-color: Transparent; }
a.propAdd:visited	{ color: #FAFBE9; text-decoration: none; white-space: nowrap; background-color: Transparent; }
a.propAdd:hover		{ color: #FAFBE9; text-decoration: none; white-space: nowrap; background-color: Transparent; }


/* Property Next/Prev Control */

#forwardContainer {
	border: solid 1px #4C445D;
	background-color: #FFFFCC;
	color: #081035;	
}

#backContainer {
	border: solid 1px #4C445D;
	background-color: #FFFFCC;
	color: #081035;	
}

.txtBackToSearchResultsOver
{
	background-color: #ffffff;	
}

/* Property Next/Prev Control */


.smallImage, .pagingBorder
{
	border: solid 1px #C8CAD7;
}

.smallImage:hover
{
	border: solid 1px #C8CAD7;	
}

.hr
{
	background-color: #cdcdcd;
}

/* ICONS */

.icon 		{ }
.icon:hover { }


/* FOOTER CLASSES */

.copyRight
{
	color: #FFFFFF; background-color: Transparent;
}

/* Message Panels */

.messagepanel-container
{
    background-color: #FAF2CF;
    border: solid 1px #EBD581;
}

.messagepanel-generic
{
    color: #000000;
}

.messagepanel-error
{
    color: Red;
}

.saveContainer{}

/* COLUMN SKIN COLOURS */

#container {
}

/* MAGAZINE VIEW STYLES */

.MagazineSearchResult
{
	background-color: #313131;
}

.MagazineResultContainer
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	border-bottom: solid 1px #cdcdcd;
}

/* MOBILE */

.mobileBack
{
	padding: 10px;
}