/*--------------------------------------------------------------
 Print CSS Document 

Version:	1.0
Author:		James Roberts
Email:		info@method.org.uk
Website: 	http://www.method.org.uk
--------------------------------------------------------------*/

body {
	color: #2b2b2b;
	margin: 0px;
	text-align: left;
	font: 8pt/16pt "Helvetica", Verdana, Arial, sans-serif;
}
#homeFlash {
	display: none;
}
a:link, a:visited{
	text-decoration: none;
	color: #8BC53F;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #3399cc;
}

/*DIV'S*/

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background: url(../images/logo.gif) no-repeat left top;
	height: 120px;
}
#homeLeader {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 160%;
	color: white;
	font-weight: bold;
	float: left;
	padding-top: 10px;
	width: 760px;
}
#content {
	width: 800px;
}
#text {
	padding: 0px 30px 0px 30px;
}
#homePanels {
	padding-bottom: 10px;
	padding-top: 20px;
}
#footer {
	text-align: center;
	font-size: 90%;
	line-height: 110%;
	width: 740px;
	border-top: 1px dotted #FFFFFF;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 20px;
}
#leftBox {
	float: left;
	width: 360px;
}
#leftBoxLarge {
	float: left;
	width: 560px;
}
#rightBox {
	float: right;
	width: 360px;
}
#rightBoxSmall {
	float: right;
	width: 160px;
}
#flashSelect {
	float: right;
	width: 360px;
	height: 40px;
	padding-bottom: 20px;
	display: block;
}
#loginIcon{
	width: 53px;
	height: 85px;
	float: right;
	background: url(../images/loginIcon.gif) no-repeat left top;
}
#controlPanel {
	width:800px;
}
#highestBox {
	color: #666;
	background-color: #cccc98;
	margin: 10px 0;
	padding: 10px;
/*	border: 1px solid #fff;*/
	width: 335px;
	clear: right;
}
#highestBox h2 {
	text-align: left;
	color: #3399cc;
}
/*Main Classes*/

.imgLink {
	border: 0px;
}
.iconLeft {
	float: left;
	width: 80%;
}
.clear {
	clear: both;
	height: 0px;
    overflow: hidden;
    width: 100%;
}

.line {
	width: 100%;
	border-top: 1px dotted #FFFFFF;
	padding-bottom: 10px;
}
.auctionsTable {
	width: 100%;
	background-color: #cccc98;
	border: 1px solid #fff;
	padding: 20px;
}
.auctionsTable a:link, .auctionsTable a:visited {
	font-weight: bold;
	color: #666;
}
.auctionsTable a:hover, .auctionsTable a:active {
	font-weight: bold;
	color: #fff;
	background: #8BC53F;
}
.itemsTable {
	width: 330px;
}
.itemsTable th {
	color: #fff;
	padding-right: 5px;
}
.itemsTable a:link, .auctionsTable a:visited {
	font-weight: bold;
	color: #666;
}
.itemsTable a:hover, .auctionsTable a:active {
	font-weight: bold;
	color: #fff;
	background: #8BC53F;
}
.tableOdd {
	background-color: #CCCC98;
	color: #666666;
}
.tableEven {
	background-color: #CCCC98;
	color: #666666;
}
.tableHover {
	background-color: #3399cc;
}
.infoBox {
	color: #666;
	background-color: #cccc98;
	margin: 10px 0;
	padding: 10px;
/*	width: 100%;*/
}
.infoBox a:link {
	text-decoration: none;
	color: #3399cc;
}
.infoBox a:visited {
	text-decoration: none;
	color: #3399cc;
}
.infoBox a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #3399cc;
}
.infoBox a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #3399cc;
}
.infoBox h2  {
	text-align: left;
	color: #3399cc;
}

/*COMMOM*/

p {
	padding: 0px 0px 10px;
	margin: 0px;
}
h1 {
	font-size: 180%;
	color: #8BC53F;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
.star {
	color: #8BC53F;
}
th {
	font-size: 120%;
	text-align: left;
	background-color: #3399cc;
	padding-left: 10px;
}
td {
	padding-left: 10px;
}
a.button, a.button:hover {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    color: white;
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
a.button2, a.button2:hover {
    background: transparent url('../images/bg_button2_a.gif') no-repeat scroll top right;
    color: #000;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    font-weight: bold;
    height: 22px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button2 span {
    color: white;
    background: transparent url('../images/bg_button2_span.gif') no-repeat;
    display: block;
    line-height: 12px;
    padding: 5px 0 5px 18px;
}
a.button2:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button2:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/*ERROR/INFORMATION BOXES*/

#KT_tngdeverror, #KT_tngerror {
	background: #3399cc url(../images/errorIcon.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#KT_tngtrace, #infoBox {
	background: #3399cc url(../images/infoIcon.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 60px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
#KT_tngtrace {
	width: 258px;
}
#KT_tngtrace ul {
	padding-left: 10px;
}
#KT_tngdeverror label, #infoBox label, #KT_tngerror label, #KT_tngtrace label {
	font-size: 120%;
	float: none;
	color: #8BC53F;
	font-weight: bold;
}
#KT_tngtrace a:link {
	text-decoration: none;
	color: #8BC53F;
}
#KT_tngtrace a:visited {
	text-decoration: none;
	color: #8BC53F;
}
#KT_tngtrace a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #8bc53f;
}
#KT_tngtrace a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #8BC53F;
}

/*CONTROL PANELS*/

.controlPanel {
	padding: 5px 20px 5px 60px;
	text-align: left;
	/*border-bottom: 1px dotted #FFF;*/
	width: 280px;
	height: 150px;
	float: left;
}
#panelDetails {
	background: #2b2b2b url(../images/panelDetails.gif) no-repeat left top;
	background-position: 15px 10px; /* x-pos y-pos */
	
}
#panelAuctions {
	background: #2b2b2b url(../images/panelAuctions.gif) no-repeat left top;
	background-position: 15px 10px; /* x-pos y-pos */
	
}
#panelInvites {
	background: #2b2b2b url(../images/panelInvites.gif) no-repeat left top;
	background-position: 15px 10px; /* x-pos y-pos */
}
#panelLogout {
	background: #2b2b2b url(../images/panelLogout.gif) no-repeat left top;
	background-position: 15px 10px; /* x-pos y-pos */
}
#panelBids {
	background: #2b2b2b url(../images/panelBids.gif) no-repeat left top;
	background-position: 15px 10px; /* x-pos y-pos */
}
.controlPanel h2 {
	padding: 0px 0px 5px 0px;
	margin: 0px;	
	color: #8BC53F;
}

/*NAVIGATION*/

ul#nav {
	position: relative;
	top: 60px;
	width: 415px;
	margin: 0;
	height: 22px;
	list-style-type: none;
	overflow: hidden;
	float: right;
}
ul#nav li a {
	position: absolute;
	top: 0;
	width: 84px;
	text-indent: -9000px;
	text-decoration: none;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* IE5/Win */
	background: transparent url(../images/nav.png) no-repeat 0 0;
}
ul#nav li#wel a { 
	background-position: 0 -44px; 
	left: 0; 
}
ul#nav li#wel a:hover { 
	background-position: 0 -22px; 
}
ul#nav li#reg a { 
	background-position: -84px -44px; 
	left: 84px;
}
ul#nav li#reg a:hover { 
	background-position: -84px -22px; 
}
ul#nav li#log a { 
	background-position: -168px -44px; 
	left: 168px; 
}
ul#nav li#log a:hover { 
	background-position: -168px -22px; 
}
ul#nav li#con a { 
	background-position: -252px -44px; 
	left: 252px; 
}
ul#nav li#con a:hover { 
	background-position: -252px -22px; 
}
ul#nav li#pan a { 
	background-position: -336px -44px; 
	left: 84px; 
}
ul#nav li#pan a:hover { 
	background-position: -336px -22px;
}
ul#nav li#out a { 
	background-position: -420px -44px; 
	left: 168px; 
}
ul#nav li#out a:hover { 
	background-position: -420px -22px; 
}
ul#nav li#sup a { 
	background-position: -504px -44px; 
	left: 336px; 
}
ul#nav li#sup a:hover { 
	background-position: -504px -22px; 
}
body#welcome ul#nav li#wel a { 
	background-position: 0 0; 
}
body#register ul#nav li#reg a { 
	background-position: -84px 0; 
}
body#login ul#nav li#log a { 
	background-position: -168px 0; 
}
body#contact ul#nav li#con a { 
	background-position: -252px 0; 
}
body#control ul#nav li#pan a { 
	background-position: -336px 0; 
}

/*FORMS*/

fieldset {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #fff;
	background: #cccc98;
}
fieldset a:link {
	text-decoration: none;
	color: #3399cc;
}
fieldset a:visited {
	text-decoration: none;
	color: #3399cc;
}
fieldset a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #3399cc;
}
fieldset a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #3399cc;
}
fieldset h2 {
	text-align: left;
}
legend {
	font-weight: bold;
	font-size: 150%;
	color: #FFF;
	background-color: #3399cc;
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid #fff;*/
}
fieldset p {
	color: #666;
}
label {
	color: #666;
	float: left;
	width: 10em;
/*	display: block;*/
}
.checkLine {
	color: #666;
	width: 5em;
	float: none;
}
input {
}
textarea {
	width: 200px;
	font: 10pt "Helvetica", Verdana, Arial, sans-serif;
}
.formFill input, .formFill textarea {
	width: 160px;
}
.formFill fieldset {
	background: #cccc98 url(../images/formIcon.gif) no-repeat right bottom;
}
.formFillFull input, .formFill textarea {
	width: 250px;
}
.formFillFull fieldset {
	background: #cccc98 url(../images/formIcon.gif) no-repeat right bottom;
}
input.checkbox, input.radio, input.submit {
	width: auto;
}
input.radio {
	float: left;
	margin-right: 1em;
}
label.radio {
	color: #666;
	display: block;
	float: none;
}
input[type='submit'] {
	width: auto;
}
textarea {
	width: 300px;
	height: 100px;
}
input:focus, textarea:focus {
	background: #ffc;
}
.KT_field_hint {
	font-size: 80%;
	color: #990000;
}
.KT_field_error {
	font-weight: bold;
	font-size: 80%;
	color: #990000;
}
.form_validation_field_error_error_message {
	color: #990000; 
	clear: left;
	padding-left: 10em;	
}
/* span containing the "*" for required field labels */
span.required {
	padding: 0 2px;
	color: #3399cc;
	font-family: Courier New, Courier, monospace;
	font-weight: normal;
}

