@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #2c4d7b;
	background-image:url(louis-antiques-contentbg.gif);
	background-repeat:repeat-y;
	margin: 0;
	padding: 0;
}

#container { 
	margin: 0 auto;
} 

#header { 
	background-image:url(louis-antiques-headerbg.gif);
	background-repeat:repeat-x;
	height:289px;
} 

#sidebar1 {
	float: left; 
	width: 200px;
	padding-left:10px;
	padding-right:12px;
}

#sidebar1 a:active, #sidebar1 a:visited, #sidebar1 a:link {
	font-size:x-large;
	color:#FFF;
	text-decoration:none;
	display:block;
	padding-bottom:15px;
}

#sidebar1 a:hover {
	color:#004999;
}
#mainContent {
	width:520px;
	margin: 0 0 0 250px;
	padding: 0 20px;
	position:relative;
	top:-150px;
	z-index:2;
} 

#login a:active, #login a:visited, #login a:link {
	font-size:x-small;
}

#footer { 
	width:200px;
} 

#footer p {
	margin: 0;
	font-size:x-small;
	color:#7492bc;
}

#footer a:active, #footer a:visited, #footer a:link {
	color:#7492bc;
	text-decoration:none;
	font-size:9px;
}

#footer a:hover {
	color:#004999;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

p, h1, h2, h3, .content {
	color:#FFF;
}

.red {
	color:#F00;
}

.small {
	font-size:x-small;
} 


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* extras - such as admin search results */

.WADASearchContainer {
	color:#FFF;
}

#WADAPageTitleArea {
	width: 555px;
}
#WADAPageTitleArea div, #WADAPageTitleArea p {
	font-size: 11px;
	padding-bottom: 5px;
}
#WADAPageTitleArea div#WADAPageTitle, #WADAPageTitle {
	font-size: 14px;
	font-weight: bold;
}

.WADAResultsNavigation {
	padding-top: 5px;
	padding-bottom: 10px;
}
.WADAResultsCount {
	font-size: 11px;
}

.WADAResultsNavTop, .WADAResultsInsertButton {
	clear: none;
}
.WADAResultsNavTop {
	width: 60%;
	float: left;
}
.WADAResultsInsertButton {
	width: 30%;
	float: right;
	text-align: right;
}
.WADAResultsNavButtonCell, .WADAResultsInsertButton {
  padding: 2px;
}
.WADAResultsTable {
  font-size: 11px;
  clear: both;
  padding-top: 1px;
	padding-bottom: 1px;
}

.WADAResultsTableHeader, .WADAResultsTableCell {
    padding: 2px;
	text-align: left;
}

.WADAResultsTableHeader {
	padding-left: 3px;
	padding-right: 3px;
}

.WADAResultsTableCell {
	padding-left: 9px;
	padding-right: 9px;
}

.WADAResultsTableCell {
  border-left: 1px solid #BABDC2;
}

.WADAResultsEditButtons {
  border-left: 1px solid #BABDC2;
  border-right: 1px solid #BABDC2;
}

.WADAResultsRowDark {
  background-color: #3f6191;
}

/* Title Section */
#WADAPageTitleArea {
	width: 555px;
}
#WADAPageTitleArea div, #WADAPageTitleArea p {
	font-size: 11px;
	padding-bottom: 5px;
}
#WADAPageTitleArea div#WADAPageTitle, #WADAPageTitle {
	font-size: 14px;
	font-weight: bold;
}

/* Details page CSS */
.WADADetailsContainer {
	font-size: 11px;
}
#WADADetails {
	padding-top: 5px;
