.loginclass { 
	background-attachment: fixed;
	background-image: url(../../images/back-global.gif);
	background-repeat: no-repeat;
	background-position: center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	color: black;
}

a:hover {
	color: #666666;
}

#top_buttons {
	float: right;
	padding: 10px;
}

#logo {
	float: left;
}

/*
a:visited {
	color: #666666;
}
*/

/* Pagination */
/* old style */
.pagination {
	text-align: center;
}

/* new style for use with ajax pages */
div.ajaxPagination {
	text-align: center;
}

div.ajaxPagination span {
	text-decoration: underline;
	cursor: pointer;
}

/* form stuff */
.text {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif; 
	background-color:#FFFFFF;
	border-style: solid;
	padding-left: 2px;
	border-width: 1px;
	border-color: #666666;
	margin-top: -1px;
}

input.file {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif; 
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}

select.select_1 {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif; 
	background-color:#FFFFFF;
	border-style:solid;
	padding-left: 2px;
	border-width:1px;
	border-color:#666666;
	margin-top: -1px; /* ie workaround */
}

span.css_button {
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	background-color: #F5F5F5;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: black;
	border-width: 1px;
	border-style: outset;
	border-color: #666666;
}

span.css_button_pressed {
	cursor: pointer;
	background-color: #F5F5F5;
	margin-left: 3px;
	margin-right: 3px;
	padding-right: 7px;
	padding-left: 9px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: black;
	border-width: 1px;
	border-style: inset;
	border-color: #666666;
}

input.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #666666;
	background-color: #F5F5F5;
}

input.checkbox {
	vertical-align: middle;

}

.block {
	margin: 3px;
	padding: 5px;
}

.form {
	margin: 3px;	
	background-color:#F5F5F5;
	overflow: auto;
}

/* XXX: eventually replace all 'form.admin' with the a surrounding div using the above '.form' class */
.admin {
	margin: 3px;	
	background-color:#F5F5F5;
	overflow: auto;
}

/* Lists of checkboxes in form. */
.list {
	width: 780px;
	float: left;
}

.list_heading {
	width: 769px;
	float: left;
	height: 18px;
	padding: 7px 6px 4px 5px;
	font-weight: bold;
	color: #666666;
}

div.row3 {
	width: 249px;
	float: left;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

div.row2 {
	width: 379px;
	float: left;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

/* textarea in form */
.textarea_text {
	width: 148px;
	float: left;
	height: 40px;
	padding: 18px 6px 5px 5px;
	color: #666666;
}

.textarea_field {
	float: left;
	width: 609px;
	padding-left: 6px;
	padding-right: 6px;
	height: 40px;
	color: #666666;
}

/* text field in form. */
.form_text {
	width: 148px;
	float: left;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

.form_field {
	float: left;
	width: 210px;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

.long_form_field {
	float: left;
	width: 610px;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

/* Takes up the whole width of form. For submit buttons etc. */
.full_row {
	float: left;
	width: 768px;
	height: 18px;
	padding: 7px 6px 4px 5px;
	color: #666666;
}

/* other */
body {
	background-color: #EEEEEE;
}

.heading {
	background-color: #000000;
	padding: 5px;
	height: 15px;
	clear: both;
	color: white;
	margin: auto;
}

/* Tan hack for ie6 \*/
* html .heading {
	width: 762px;
}
/* end hack */

img.news_thumb_preview {
	max-width: 160px;
	max-height: 100px;
	padding: 3px;
}

/* list tables */
table.list { /* total width 786px */
	border-collapse: collapse;
	text-align: left;
	clear: both;
	width: 780px;
	margin: 3px;
}

/* Tan hack for ie6 \*/
* html table.list {
	width: 772px;
}

table.list tr {
	height:30px; 
} 

table.list tr.row1 {
	background-color:#EEEEEE;
}

table.list tr.row2 {
	background-color:#FFFFFF;
}

table.list th {
	font-weight: normal;
	color: #ffffff; 
	padding-left: 5px;
	background-color:#000000;
}

table.list td {
	padding-left: 5px;
}

tr.new, div.new {
	background-color: #ADB1D6;
} 

tr.active, div.active {
	background-color: #B0D7AA;
} 

tr.sold, div.sold {
	background-color: #CCCCCC;
} 

tr.lost, div.lost {
	background-color: #795959;
} 

table.list tr:hover {
	background-color:#FFCC99;
}

table.list img {
	border: 0px;
	cursor: pointer;
}

div.new, div.active, div.sold, div.lost{
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 2px;
	margin-left: 2px;
}

/* id tags */
#container {
	background-color: #EEEEEE;
        margin-left: auto;
        margin-right: auto;
	width: 1000px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border: 1px dashed;
	overflow: auto;
}

#nav { /* total width 200px */
	padding: 4px;
	float: left;
	width: 186px;
	min-height: 700px;
	background-color: #999999;
	margin: 3px;
}

#content { /* total width 800px */
	padding: 3px;
	float: right;
	background-color: #FFFFFF;
	width: 786px;
	min-height: 700px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000;
	margin: 3px;
}

/* Tan hack. Only IE-win sees this. \*/
* html #content {
	margin-left: -6px;
}

* html #nav {
	width: 180px;
	height: 700px;
}
/* End hack */

#top {
	float: left;
	background-color: #FFFFFF;
	width: 100%;
}

/* XXX: replace all id='title' with class='title' */
.title { 
	height: 22px;
	margin: 3px;
	line-height:22px;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
	font-size:12px; 
}

#title { 
	height: 22px;
	margin: 3px;
	line-height:22px;
	vertical-align:middle;
	color:#000000;
	font-weight:bold;
	font-size:12px; 
}

.images {
	clear: both;
}

.images div {
	float: left;
	margin: 2px;
}

.images img {
}

input[type='button'] {
        font-size: 11px;
        border-width: 1px;
        background-color: #F5F5F5;
        background-color:#FFFFFF;
        border-color: #666666;
}

input[type='button']:active {
        border-style: inset;
}
