@import url("new_menu.css");

body {
	font-family: Geneva, Arial, SunSans-Regular, sans-serif;
	background-image: url("../images/bg_parchment3.jpg");
	background-repeat: repeat;
	text-align: center;
	margin: 0;
	padding: 0;
}

p {
	color: #716655;
	font-size: 100%;
	line-height: 150%;
	margin: 0;
	padding: 0 0 12px;
}

td, th {
	color: #716655;
	font-size: 90%;
	line-height: 150%;
	padding: 0 2px;
}

th { text-align: center; color: #AB703A; }

tr.unread td { font-weight: bold; }

div.terms p {
	font-size: 90%;
	line-height: 120%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #AB703A;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0.67em 0;
}

a {
	color: #630;
	text-decoration: none;
}

a:hover {
	color: #c16920;
	text-decoration: underline;
}

h2 {
	font-size: 117%;
	font-weight: bold;
	margin: 0.67em 0;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 1em 0;
}

h3.poemTitle {
	background: url("../images/doc_16.gif") center left no-repeat;
	padding-left: 18px;
}

h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 1em 0;
}

label {
	display: block;
	width: 460px;
	clear: left;
	margin: 0 0 4px;
}

p.product span,
label span {
	display: inline;
	float: left;
	text-align: right;
	width: 150px;
	color: #630;
}

label input.text,
label textarea {
	width: 240px;
}

label textarea,
label select,
label input.text,
label input.submit,
label input.checkbox {
	margin: 0 0 0 8px;
}

label input.checkbox {
	vertical-align: baseline;
}

label textarea {
}

label input.short {
	width: 75px;
}

p.product {
	line-height: 100%;
	border: 1px solid #FFFFFF;
}

p.product span {
	margin-right: 8px;
	height: 100%;
	border: 1px solid #FFFFFF;
}

p.userList {
	font-size: 90%;
	line-height: 100%;
}

p.userList span {
	float: right;
	display: inline;
	width: 100%;
	margin: 1px 0;
}

p.userList span span {
	float: left;
	width: 190px;
	margin-right: 10px;
}

p.userList span form {
	display: inline;
}

p.userList span form span {
	width: 128px;
	padding: 3px;
}

.green,
.purple,
.bronze,
.silver,
.gold { padding: 3px; }

.green { background-color: #A3F565; }

.purple {
	background-color: #B697FF;
	color: #FFFFFF;
}

.maroon {
	background-color: #8B2B06;
	color: #FFFFFF;
}

.bronze { background-color: #d88b50; color: #FFFFFF; }

.silver { background-color: #DBE1E1;}

.gold { background-color: #FFE875; }

.platinum { background-color: #ececec;
			border: 2px solid #FFE875; }

/* Platinum rainbow colours */
.platinum_partrainbow
{
	background-color: #ececec;
}
.platinum_red
{
	background-color: #FF0000;
	width: 2px;
	max-width: 2px;
}

.platinum_orange
{
	background-color: #FF7F00;
	width: 2px;
	max-width: 2px;
}
.platinum_yellow
{
	background-color: #FFFF00;
	width: 2px;
	max-width: 2px;
}
.platinum_green
{
	background-color: #00FF00;
	width: 2px;
	max-width: 2px;
}
.platinum_blue
{
	background-color: #0000FF;
	width: 2px;
	max-width: 2px;
}
.platinum_indigo
{
	background-color: #4B0082;
	width: 2px;
	max-width: 2px;
}
.platinum_violet
{
	background-color: #8B00FF;
	width: 2px;
	max-width: 2px;
}

.platinum_rainbow
{
	background-image: url('../images/rainbow_bg.jpg');
	background-repeat: repeat-x;
	color: #807f7f;
}


p img
{
	vertical-align: middle;
}

.floatRight {
	display: inline;
	float: right;
	clear: right;
}

.floatLeft {
	display: inline;
	float: left;
	clear: left;
}

p.floatLeft {
	width: 100%;
}

p.editLink {
	padding-left: 18px;
	background: url("../images/edit_16.gif") center left no-repeat;
}

p.delLink {
	padding-left: 18px;
	background: url("../images/del_16.gif") center left no-repeat;
}

p.backLink {
	padding-left: 18px;
	background: url("../images/back_16.gif") center left no-repeat;
}

p.question {
	font-style: italic;
	font-weight: bold;
}

p.regText {
	text-align: right;
	width: 360px;
}

p.viewUser {
	clear: left;
	padding: 0;
}

p.viewUser span {
	float: left;
	display: inline;
	width: 160px;
	text-align: right;
	margin-right: 6px;
}

table.products th {
	text-align: left;
}

table.products tr.tint { background-color: #F3F0E3; }

table.products tr.total td { color: #663300; font-weight: bold; }

table.products tr.total td.label { text-align: right; }

#main table { width: 100%; }

#main form input {
	background-color: #F3F0E3;
}

#container {
	background-image: url("../images/poets_container2.jpg");
	background-repeat: repeat-y;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
}

#header {
	background-image: url("../images/poets_header.jpg");
	width: 780px;
	height: 168px;
}


#main {
	margin-right: 45px;
	margin-bottom: 30px;
	width: 470px;
	float: right;
	display: inline;
}

#main_rainbow {
	margin-right: 45px;
	margin-bottom: 30px;
	width: 470px;
	float: right;
	display: inline;
	background-image: url('../images/rainbow_profile_bg.jpg');
	background-repeat: no-repeat;
	background-position: 0% 8%;
}

#joinus
{
	float: right;
	display: inline;
	border: 0px;
}

#left_col {
	margin-left: 40px;
	width: 200px;
	float: left;
	display: inline;
}

#menu {
	width: 200px;
	margin-top: 10px;
	font-size: 80%;
	font-weight: bold;
}

#footer {
	background-image: url("../images/poets_footer.gif");
	background-repeat: no-repeat;
	width: 780px;
	height: 30px;
}

#pre_footer {
	width: 760px;
	clear: both;
	align: right;
}

#pre_footer p {
	font-size: 70%;
	text-align: center;
}

.tellafriendlarge
{
	width: 400px;
	border: 1px dotted #ab703a;
	background-color: #fcfee8;
	padding: 20px;
	margin: 10px 0px;
	align: center;
	text-align: center;
}


.tellafriend
{
	width: 170px;
	border: 1px dotted #ab703a;
	background-color: #fcfee8;
	padding: 10px;
	margin: 10px 0px;
	align: center;
	text-align: center;
}

.tellafriend h3
{
	font-size: 100%;
	font-weight: bold;
	text-align: center;
}

p.smalltext
{
	font-size: 80%;
	padding: 10px 0px;
}

.tourcontents
{
	display: inline;
	float: right;
	font-size: 80%;
	border: 1px dotted #ab703a;
	background-color: #fcfee8;
	padding: 10px;
	margin: 10px;
}

.tourcontents ul
{
	list-style: decimal;
	padding: 10px;
	margin: 10px;
}

.tourcontents h3
{
	font-weight: bold;
	text-align: center;
}

.tournext
{
	font-size: 90%;
	color: #4c6d2f;
	padding: 30px;
	float: right;
	display: inline;
	text-align: right;
}
.tourprevious
{
	font-size: 90%;
	color: #4c6d2f;
	padding: 30px;
	float: left;
	display: inline;
}

.tournext a, .tourprevious a
{
	color: #4c6d2f;
	font-weight: bold;
}

.tourscreenshots
{
	float: left;
	width: 170px;
	border: 1px dashed #cccccc;
	text-align: center;
	font-size: 75%;
	margin: 15px;
}

.tourscreenshots img
{
	border: 1px solid #9aaa83;
}

ul.joinquestions
{
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	list-style: decimal;
	margin: 20px;
	padding: 10px;
	font-weight: bold;
}

img.profileimage
{
	float: right;
	margin: 0px 0px 20px 20px;
}

fieldset
{
	margin: 12px;
}

p.msg_notice
{
	font-weight: bold;
	color: green;
	text-align: center;
}
p.msg_error
{
	font-weight: bold;
	color: red;
	text-align: center;
}

p.poetcloud
{
	text-align: center;
	line-height: 2em;
	background-color: #fcfcfc;
	border: 1px dashed #cccccc;
	padding: 20px;
}

p.poetcloud a
{
	margin: 15px;
}


.link_green, .link_purple, .link_bronze, .link_silver, .link_gold
{
	ppadding: 3px;
}

.link_green a
{
	color: #81cb45;
}

.link_purple a
{
	color: #795eba;
}

.link_maroon a
{
	color: #8B2B06;
}

.link_bronze a
{
	color: #a7602a;
}

.link_silver a
{
	color:#8f9292;
}

.link_gold a
{
	color: #e2c018;
}

.link_platinum a
{
	color: #807f7f;
	border-bottom: 1px solid #e2c018;
	bbackground-color: #e2c018;
}

.link_platinum_red a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #FF0000;
}
.link_platinum_orange a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #FF7F00;
}
.link_platinum_yellow a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #FFFF00;
}
.link_platinum_green a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #00FF00;
}
.link_platinum_blue a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #0000FF;
}
.link_platinum_indigo a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #4B0082;
}
.link_platinum_violet a
{
	color: #807f7f;
	background-color: #ececec;
	border-left: 10px solid #8B00FF;
}

.link_platinum_rainbow a
{
	color: #807f7f;
	background-image: url('../images/rainbow_bg.jpg');
	background-repeat: repeat-x;
	background-position: center center;
}


.notification
{
	border: 0px dashed #666666;
	padding: 0px;
}

.notification h1
{
	margin-bottom: 0px;
}

.notification_links
{
	text-transform: lowercase;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-align: right;
	background-color: #dde7f7;
}

.notification_links a
{
	color: #666666;
}

.notification_links a.highlight
{
	color: #628660;
}

.quickbox
{
	position:absolute;
	width:120px;
	left:0px;
	top:0px;
	padding:16px;
	background:#FFFFFF;
	border:1px solid #AB703A;
	text-align: center;
	font-size: 10px;
}

.quickbox input
{
	font-size: 10px;
}

select.preferences
{
	margin-left: 10px;
	border: 1px solid #AB703A;
}

label.preferences {
	width: 460px;
	clear: left;
	margin: 0 0 4px;
}

label.preferences span
{
	width: 250px;
	text-align: left;
	
}

/* Messages */

div.messagefolder
{
	display: inline;
	float: left;
	margin: 10px 5px;
	text-align: center;
	width: 75px;
}

div.messagefolder a
{
	text-decoration: none;
}
div.messagefolder img
{
	border: 0;
}


/* Sanctuary Related */
div.sanctuary-application
{
	width: 400px;
	margin: 20px;
	padding: 10px;
	border:1px dotted #AB703A;
}

div.sanctuary-scribe
{
	width: 400px;
	margin: 20px;
	padding: 10px;
	border:1px dashed #AB703A;
}

div.sanctuary-scroll
{
	width: 300px;
	margin: 10px;
	padding: 50px 75px;
	background: url('../images/bg_sanctuaryscroll.jpg') center center no-repeat;
	align: center;
}

div.sanctuary-scroll h2
{
	text-align: center;
}

div.sanctuary-parchment
{
	border: 4px outset #d0d6b4;
	background-color: #e5d9b4;
}

#sanctuaryscroll
{
	float: right;
	display: inline;
	border: 0px;
	margin: 10px;
}

a img
{
	border: 0;
}


.poem-view-box
{
	border: 4px outset #d0d6b4;
	padding: 5px;
	font-size: 14px;
}

.poem-view-box p
{
	line-height: 100%;
}



#profile_deceased
{
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

#profile_deceased img
{
	padding: 5px;
	border: 2px solid #cccccc;
}

.award-image
{
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}