body {
	margin: 10px 0px 30px 0px;
	padding: 0px;
}

form {margin: 0px;}
.message {
	padding-left: 50px;
	padding-right: 50px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 18px;
	color: red;
}

div.tantalus {
	margin: 0px 6px 20px 6px;
}

.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

div, p, td, th, li, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	}	


/* .tantalus {
	margin-right: 20px;
	} */	
th {
	text-align: left;
	}	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 20px;
	font-weight: bold;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 16px;
	font-weight: bold;
	}

	
.leftmenu {
	padding: 10px 8px 100px 6px;
	margin-right: 10px;
	background-color: #eee;
	width: 150px;
	}	

table.pad td {
	padding: 4px;
}

td, th {
	padding-right: 4px;
	vertical-align: top;
	text-align: left;
	}
	
table.coin {
	border: 1px solid #cccccc;
	
	}
		
tr.public td  { 
	background-color: #99FF99;
	}

tr.forsale td  { 
	background-color: #BD89F7;
	}

	
tr.private td {
	background-color: #FFCCFF;
	}	

#search {
	margin-top: 80px;
	}
	
#search td {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	}
#search a {
	text-decoration: none;
}

/*
td.spacerrow {
	height: 2px;
	}	 */
	
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6F578A;
	line-height: 22px;
}


.inbox {
	margin: 0px 0px 10px 0px;
	padding: 3px;
	background-color: #CCCCCC;
}

#greekeditor td{
	font-family: "Asia Unicode", "Georgia Greek", "Minion Pro", "Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#greekeditor a{
	color: black;
	text-decoration: none;
}

#smgreekeditor td {
	font-family: "Asia Unicode", "Georgia Greek", "Minion Pro", "Arial Unicode MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 2px;
	font-size: 14px;
}
#smgreekeditor a {
	color: black;
	text-decoration: none;
}

td.sheetactive {
	background-color: white;
	border: 1px solid #000000;
	border-bottom-width: 0px;
	width: 100px;
	text-align: center;
	padding: 4px 0px;
}

td.sheetnotactive {
	background-color: #f0f0f0;
	border: 1px solid #000000;
	width: 100px;
	text-align: center;
	padding: 4px 0px;
}

td.sheetspace {
	border-bottom: 1px solid black;
	width: 18px;
}

td.sheetactive a, td.sheetnotactive a  {
	text-decoration: none;
}

table.grid {
	border-width: 0px;
	/*
	border-style: solid;
	border-color: gray;
	*/
}

td.gridcell {
	border-style: solid;
	border-width: 1px;
	width: 42px;
	height: 42px;
	border-color: gray;	
}

div.popupdiv {
	border: 2px solid black;

	position: absolute;
	display: none;
	background-color: #FAFBE8;
	z-index: 10;
	
	width: 160px;
}

.ssheet_odd {
	background-color: #EEEEEE;
}

.ssheet_even {
	background-color: #FFFFFF;
}

/* hovered spreadsheet table rows */
table tr.ssheet_odd:hover,
table tr.ssheet_even:hover,
{
	background-color:#CC99CC;
}

	
