﻿/* JewelRecycle Stylesheet */
#jrSection { 
	padding: 20px;
  	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	background-color: #FFF;
	color: #424242;
}
#jrBasic { 
	padding: 5px; 
	width: 760px; 
	margin: 10px auto; 
	margin-top: 10px;
	margin-bottom: 40px; 
	font-family: sans-serif; 
	font-size: 2.0em; 
	font-weight: strong; 
	text-align: center; 
}
#storebutton input {
	background-color: #424242;
    border: medium solid black;
    padding: 5px;	
	font-weight: bold;
	font-size: .7em;
	color: White;
	margin-left: 480px;
}
#jrBasic ul {
	color: #424242;
	text-align: left;
	display: block;
	margin-left: 50px;
}
#jrBasic li {
	color: #424242;
	font-size: .6em;
	margin-left: 20px;
}
#jrBasic li a {
	text-decoration: none;
	color: #424242;
	font-size: 1.0em;
}
#jrBasic li a:hover {
	text-decoration: underline;
	color: #424242;
}
#menubutton input {
	background-color: #424242;
    border: medium solid black;
    padding: 5px;	
	font-weight: bold;
	font-size: .7em;
	color: White;
	text-align: center;
}
#jrTrans {
	width: 770px; 
	margin: 10px auto;  
	font-family: sans-serif; 
	font-size: 1.2em; 
	font-weight: strong; 
	text-align: left; 
	border: medium solid Black;
}
#jrTransError {
	width: 750px;
	font-size: .8em;
	font-weight: bold;
	color: #FF0000;
}
#jrTransForm {
	width: 750px;
	margin: 10px auto;
	font-size: .8em; 
	font-weight: bold; 
	background-color: #424242;
	color: White;
	border: medium inset Black;
}
#jrTransFormBox {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	border: medium outset Black;
}
#jrTransFormInnerBox {
	width: 670px;
	margin: 0px 0px 0px 10px;
	font-size: 1.0em;
	font-weight: bold;
	border: medium outset Black;
}
#jrTransFormBox input {
	border: thin solid black;
}
#jrTransFormBoxGold {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #FFD700;
	color: black;
	border: medium outset Black;
}
#jrTransFormBoxSilver {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #C0C0C0;
	color: black;
	border: medium outset Black;
}
#jrTransFormBoxPlatinum {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #E5E4E2;
	color: black;
	border: medium outset Black;
}
#jrTransFormBoxPalladium {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #BCC1A5;
	color: black;
	border: medium outset Black;
}
#jrTransFormBoxDiamond {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #B9F2FF;
	color: black;
	border: medium outset Black;
}
#jrTransFormBoxDiamondsIn {
	width: 670px;
	margin: 0px 0px 0px 0px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #B9F2FF;
	color: black;
	border: small outset Black;
}
#jrTransFormBoxMetal {
	width: 730px;
	margin: 0px 6px 6px 6px;
	font-size: 1.0em;
	font-weight: bold;
	background-color: #7B9095;
	color: black;
	border: medium outset Black;
}
#submitbutton input {
	background-color: white;
    border: medium solid black;
    padding: 1px;	
	font-weight: bold;
	color: black;
}
#jrTransFormBox select {
	border: thin solid black;
	background-color: white;
}
#jrTransFormBox textarea {
	border: thin solid black;
	background-color: white;
}
#jrTransForm a {
	font-weight: bold;
	color: White;
	text-align: right;
}
#jrPrint { 
  	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	color: Black;
	position: absolute;
  	background-color: white;
 	width:738px;
	margin: auto; 
	font-size: 1.0em; 
	text-align: left; 
}
#jrPrintSigBox {
	border: thin solid black;
	width:728px;
	margin: auto;
}
#jrEmail { 
	padding: 10px;
	margin: 0px auto; 
	text-align: left; 
	font-family: sans-serif; 
	font-size: .8em; 
	font-weight: bold;
	background-color: #424242;
	color: White;
	border: medium inset Black;
}
#itemtable {padding-left: 20px;}
#itemtable th {text-align: left; background: white; font-size: smaller; padding-right: 10px; text-decoration: underline;}
#itemtable td {vertical-align: top; font-size: smaller; padding-right: 10px;}