table.list {
	width: 100%;
}

table.list tr {
//	background: silver;
	cursor: default;
//	padding-bottom: 20px;
}

table.list tr:hover {
	background: #e2eddc;
}

table.list tr th {
	font-variant: small-caps;
	font-size: 13pt;
	border-bottom: solid thin green;
	padding:5px;
//	border: solid thin green;
}


table.register {
	border: none;
	border-collapse: collapse;
	width: 70%;
}

table.register td {
	padding: 10px 0px 10px 0px;
}


table span.label {
//	font: normal normal bold 12pt/normal sans-serif;
//	color: #00008b;
	font-variant: small-caps;
}

table.row-seperator {
	border-collapse: collapse;
}

table.row-seperator tr td {
	border-bottom: dotted green thin;
	padding: 15px 0px 15px 5px;
}

table.profile {
//	border: solid #483d8b thin;
//	padding: 10px;
	width: 100%;
}

table.profile td {
	padding: 5px;
	margin-left: 10px;
	font-size: 13pt;
}

table.profile td.label {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14pt;
	width:30%;
}
table.login, table.bid-item {
	width:50%;
	margin-left: 25%;
	margin-right:25%;	
	margin-top: 10%;
	margin-bottom: 5%;
	padding: 20px;
	background: #f7fdf7;
	border: ridge thin #aee3b4;
}
table.login td {
	width:50%;
}
table.bid-item {
	width:60%;	
	margin-left: 20%;
	margin-right:20%;	
}

table td.label {
	font-variant: small-caps;
	font-size: 13pt;
}

table.item-details {
	width: 100%;
}
table td.item-header {
	width: 40%;
	text-align: left;
	text-transform: capitalize;
	font-size: 14pt;
	font-weight: bold;
	font-family: "MS Dialog"
	margin: 10px;
	padding: 5px;
//	border: ridge 1px grey; 
}

/*
p:first-letter {
	font-size: 20pt;
	font-variant: small-caps;
	color: blue;
}

p:after {
	content: "\"";
}
*/
a.menu-item, a.button, a.link, a.text-link {
	text-decoration: none;
}

a.menu-item:hover, a.button:hover, a.link:hover, a.text-link:hover {
	text-decoration: none;
}

a.menu-item div, a.menu-item div:hover, a.button div, a.button div:hover, a.link div, a.link div:hover, a.text-link div, a.text-link div:hover {
	background: #164169;
	cursor: pointer;
	color: #e6e6fa;
	text-align: center;
	font: bold 10pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	//width: 80px;
	padding-left: 20px;
	padding-right: 20px;
	border: #9400d3;
//	float: left;
	display: inline;
	padding: 3px 20px 3px 20px;
	margin-left: 2px;
	margin-right: 2px;
}

a.menu-item div:hover {
	background: #93a1ae;
// color: #164169;
	color: black;
}

a.button div, a.button div:hover, a.link div, a.link div:hover, a.text-link div, a.text-link div:hover {
   padding:5px 8px;
//	padding-bottom:5px;
	background: #dfead9;
	color:#52753e;
	border:solid thin #52753e; 	
}

input.button, input.button:hover {
	background: #dfead9;
	color:#52753e;
	border:solid thin #52753e; 	
	padding: 2px 10px 2px 10px;
//	background-color: gray;
//	color:#f0f1ff;
	font-weight: bold;
	font-family: "Trebuchet MS";
	cursor: pointer;
	margin-left:2px;
	margin-right:2px;
}

a.link div, a.link div:hover, a.text-link div, a.text-link div:hover {
	padding:2px;
	font-weight: bold;
	font-size: 12pt;
	color:black;
}

/* overriding only one style from previous template */
a.button div:hover, a.link div:hover, input.button:hover, a.text-link div:hover {
	background: #52753e;
	color:#dfead9;
	border:solid thin #dfead9;
}

a.text-link div, a.text-link div:hover {
	font-size:10pt;
	font-weight: bold;
	float: right;
	padding: 1px 5px 1px 5px;
}


a.link div, a.link div:hover {
	height:100px;
	padding:0px;
}

div.float-right {
	float: right;
}

/*
div.square {
	height: 30px;
	vertical-align: middle;
	padding-top: 40%;
}
*/
/*
iframe#userContent {
	border: none;
//	border: ridge;
	width: 100;
	height: 100;
//	margin-left: 2px;
//	margin-right: 2px;
}
*/

div#test {
	background: orange;
	width: 100px;
}

#test span {
	color: blue;
	font-size: 18pt;
}

div#dashboard-content {
	text-align: left;	
/////	padding-left: 10px;
	width: 100%;
//	border: solid black thin;
}

div#menu-header {
	padding: 1% 2% 1% 2%;
	margin-bottom: 30px;
//	margin-left: auto;
//	margin-right: auto;
	width:96%;
	border-top: solid #2d5e42 thin;
	border-bottom: solid #2d5e42 thin;
	background-color: #a9c195;
}

span.menu-header-label {
	font-family: cursive;
//	font-stretch: expanded;
	color:#2f4f4f;
//	font-weight: bold;
}
div#menu-group {
	float: right;	
//	padding-right: 6%;
}

div.page-content {
//	width: 98%;
//	border: solid black thin;
	width: 80%;
}
div.page-content-expanded {
	width: 100%;
}
div.page-content-header {
	font-size: 20pt;
//	font-weight: bold;
	font-variant: small-caps;
	border-bottom: thin ridge #556d41;
//	width: 80%;
	margin-bottom: 20px;
}
div.page-content-footer {
	margin-top: 20px;
	float:right;
}
div.page-content-topmenu {
	margin-top: 20px;
//	float:right;
	width:100%;
	margin-bottom: 20px;
}
div.page-data-content {
	min-height: 350px;
}
table.editprofile {
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.editprofile td {
	padding: 10px 0px 10px 0px;
}

table.page-content-layout {
	width:100%;
}

table.page-content-layout td.page-content-layout-height {
	height: 500px;	
	width: 0%;
}
table.page-content-layout td.page-content {
	width: 100%;
	vertical-align: top;
}

div.error, div.info {
	color:#b22222;
	font-weight: bold;	
}
div.info {
	background:#daf5e7;
	color:#2a825b;
//	font-weight:bold;
	font-size: 14pt;
	font-family: Default;
	width:100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

span#min-height-elem {
	float: left;
	height: 500px;
	width: 1px;
}
img.item-image {
	float:left;
	border: ridge thin green;
	padding: 2px;
	width: 250px;
}
img.clickable:hover {
	cursor: pointer;
}
span.title {
	font-size: 12pt;
	font-family: "Lucida Console";
	font-weight: bold;
}
span.notes {
	font-size: 8pt;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
p.desc {
	font-size:12pt;
	text-align: justify;
	margin-right:3px;
}
p.desc:first-letter {
	font-size: 14pt;
	text-transform: capitalize;
}
td.desc {
	width: 60%;
}
span.items-list-label {
	font-weight: bold;
	font-variant: normal;
}
div.red-mark, div.gray-mark, div.green-mark {
	background:RED;
	float:left;
	padding: 1px 6px;
	border:solid thin black;
}

div.gray-mark {
	background: gray;	
}

div.green-mark {
	background: lime;	
}

h2.blink {
	text-decoration: blink;
}
td.image-code {
	border:dotted thin brown; 
	margin: 5px;
	padding: 5px;
}

table.payment {
	width: 80%;
	border-top: dotted thin black;
	border-bottom: dotted thin black;
}

table td.title {
	width:100%;
	text-align: center;
	text-decoration: underline;
	font-variant: small-caps;
	font-weight: bold;
	font-size:13pt;
}

table tr.leading-bidder {
	background:#8ee4ba;
}

table tr.trailing-bidder {
	background:#ffc455;
}
/* pagination related styles */
div.pagination {
	width: 100%;
//	background: #d1ddf0;
}
div.pagination div.prev, div.pagination div.next, div.pagination div.pages {
	width: 25%;
	padding: 3px;
	text-align: right;
	background: #acbedf;
	display: inline;
	margin:3px;
}
div.pagination div.next {
	text-align: left;
}
div.pagination div.pages {
	width: 50%;
	text-align: center;
}
div.pagination a {
	text-decoration: none;
}
div.pagination a:hover {
	text-decoration: underline;
}
div.pagination a.current-page {
	text-decoration: underline;
	padding: 2px;
	background: #d2dbef;
//	border:solid thin ;
}
div.pagination div.disabled {
	background: #d3d3d3;
}
div.pagination div.disabled a {
	text-decoration:none;
}
a span#bid-history {
	display: inline;
}
a span#bid-history:hover {
	text-decoration:none;
	background: #b1e5d2;
	display: inline;
}

td.bid-item-status {
	font-weight: bold;
	text-transform: capitalize;
	font-family: arial;
	font-size: 10pt;
	text-align:center;
}

table.payment-options {
	border:dotted thin black;
	margin:20px 2% 20px 2%;
}

table.payment-options td.title {
	font-variant:smallcaps;
	font-size:13pt;
	font-weight:bold;
	text-decoration:underline;
}

table.payment-options td.desc {
	//font-style:italic;
	font-size:11pt;
	//text-transform:capitalize;
}

table.payment-options td.info {
	font-size:12pt;
	text-transform:capitalize;
	padding:5px;
	padding-left:10px;	
}
span.item-id {
	font-size:14pt;
	background:#99cc99;
	margin-right:8px;
	border:outset 2px;
	padding:0px 6px 0px 6px;
	font-weight:bold"
}
table.auction-type {
	border:solid thin gray;
}
table.auction-type tr th, table.auction-type tr td {
	border-bottom:dotted thin black;
	border-right:solid thin black;
}