/* CSS Document */

body {
	margin-top : 0.0in;
	margin-right : 0.0in;
	margin-left : 0.0in;
	margin-bottom : 0.0in;
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	background-image : url('graphics/body_bg2.jpg');
	background-color : ( 204, 102, 51 );
}

table, tr, td {
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	color : black;
}

input, select, textarea {
	font-family : Arial;
	font-size : 10pt;
	font-weight : normal;
	text-decoration : none;
	background-color : white;
	color : black;
	border : 1px solid black;
}

a {
	color : rgb( 51, 51, 51 );
}

.header {
	font-size : 14pt;
	font-weight : normal;
	color : darkslategray;
}

.title {
	font-size : 11pt;
	font-weight : bold;
	color : firebrick;
}

.soldText {
	background-color : forestgreen;
	color : white;
}

.admin { 
	width : 60px;
	background-color : lightyellow;
	border-top : 1px gray solid;
	border-left : 1px gray solid;
}

.admin-end {
	width : 60px;
	background-color : lightyellow;
	border-top : 1px gray solid;
}

.main {
	background-color : rgb( 255, 255, 204 );
	border-left : 2px solid rgb( 204, 204, 153 );
	border-right : 2px solid rgb( 204, 204, 153 );
}

.windowBorder {
	border : 1px solid gray;
	background-color: aliceblue;
	text-align:center;
}

.galleryBorder {
	border : 1px solid rgb( 204, 204, 153 );
	padding : 8px;
	background-color: lightyellow;
}

.galleryItem {
	border : 4px solid black;
}

.pageIndicator {
	color : orange;
}

.navigator {
	height:22px;
	background-color:rgb( 51, 51, 51 );
}

.navLink {
	font-size : 9pt;
	text-decoration : none;
	font-weight : none;
	color : rgb( 255, 255, 204 );
}

.price {
	font-size : 10pt;
	background-color : rgb( 255, 255, 204 );
	color : darkslategray;
	font-weight : bold;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 2px;
	padding-bottom : 2px;
}	