/* General page style. The scroll bar colours only visible in IE5.5+ */

body { 
/* 	background-color: #EDECEC; */
/*	scrollbar-face-color: #d3d3d3;
	scrollbar-highlight-color: #F3f3f3;
	scrollbar-shadow-color: #a3a3a3;
	scrollbar-3dlight-color: #F3f3f3;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #EBEBEB;
	scrollbar-darkshadow-color: #666666;*/
	text-align: center;
	font-size: 11px;
}

/* General font families for common tags */
font,th,td,p,div { font-family: Arial, Helvetica, sans-serif; text-align:left; }
a:link,a:active,a:visited { color : #000000; text-decoration: none; }
a:hover		{ text-decoration: none; color: #000000; }
hr	{ height: 0px; border: solid #666666 1px; border-top-width: 0px;}
p, td		{ font-size : 11px; color : {T_BODY_TEXT}; }
h1,h2		{ font-family: Arial, Helvetica, sans-serif; font-size : 11px; font-weight : bold; text-decoration : none; color : #000000; margin:0px; padding: 0px;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #f7f7f7; border-style: solid; border: black; border-width: 1px 1px 1px 1px;}
td.row2	{ background-color: #EBEBEB; border-style: solid; border: black; border-width: 1px 1px 1px 1px;}
td.row3	{ background-color: #E3E3E3; border-style: solid; border: black; border-width: 1px 1px 1px 1px;}

/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
/* 		background-color: white; */
		/* background-image: url(templates/NoseBleed/images/{T_TH_CLASS3});
		background-repeat: repeat-y; */
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #111111; font-size: 10px; font-weight : bold; 
	/*background-color: white;*/ height: 25px;
	/* background-image: url(templates/NoseBleed/images/{T_TH_CLASS2}); */
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			/* background-image: url(templates/NoseBleed/images/{T_TH_CLASS1}); */
			border: black; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 1px 1px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: black; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	/*background-color: white;*/ border: black; border-style: solid;
}

th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 1px 0px; }
th.thCornerL { border-width: 1px 0px 1px 0px; }
th.thCornerR { border-width: 1px 0px 1px 0px; }
th.thOnlyTop { border-width: 1px 0px 0px 0px; }


/* General text */
.gen { font-size : 10px; }
.genmed { font-size : 10px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #111111; }
a.gen,a.genmed,a.gensmall { color: #111111; text-decoration: none; }
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #111111; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #111111; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #111111 }
a.mainmenu		{ text-decoration: none; color : #111111;  }
a.mainmenu:visited	{ text-decoration: none; color : #111111; }
a.mainmenu:hover{ text-decoration: underline; color : #111111; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 11px ; letter-spacing: 0px; color : #9F0002}
a.cattitle		{ text-decoration: none; color : #9F0002; }
a.cattitle:hover	{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 11px; color : #9F0002; }
a.forumlink 	{ text-decoration: none; color : #9F0002; }
a.forumlink:hover{ text-decoration: underline; color : #9F0002; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #9F0002;}
a.nav			{ text-decoration: none; color : #9F0002; }
a.nav:visited	{ text-decoration: none; color : #9F0002; }
a.nav:hover		{ text-decoration: underline; color : #9F0002;}

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; }
a.topictitle:link   { text-decoration: none; color : #111111; }
a.topictitle:visited { text-decoration: none; color : #111111; }
a.topictitle:hover	{ text-decoration: underline; color : #111111; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 10px; color : #111111;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #111111; }

/* The content of the posts (body of text) */
.postbody { font-size : 13px; line-height: 17px}
a.postlink:link	{ text-decoration: none; color : #9F0002 }
a.postlink:visited { text-decoration: none; color : #9F0002; }
a.postlink:hover { text-decoration: underline; color : #9F0002}

/* Quote & Code blocks */
.code { 
	font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #111111; letter-spacing: 0px; line-height: 16px;
	background-color: #fbfbfb; border: #dbdbdb; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #111111; line-height: 16px;
	background-color: #efefef; border: #dbdbdb; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #111111; letter-spacing: -1px;}
a.copyright		{ color: #9F0002 ; text-decoration: none;}
a.copyright:visited		{ color: #9F0002 ; text-decoration: none;}
a.copyright:hover { color: #9F0002; text-decoration: underline;}

/* Form elements */
input,textarea, select {
	color : #111111;
	font: normal 10px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

/* The text input fields background colour */
input.post, textarea.post, input.searchfield {
	background-color : white;
	/*border: #e51919 1px solid;*/
	border: #000000 1px solid;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #D4D0C8;
	color : #black;
	font-size: 10px; font-family: Arial, Helvetica, sans-serif;;
}

/* The main submit button option */
input.mainoption {
	background-color : #D4D0C8;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #D4D0C8;
	font-weight : normal;
}

.red {
	color: #FF0000;
}
.darkred {
	color: #e51919;
}
.mediumtext {
	font-size: 14px;
}

.event {
	border-bottom: #666666 2px solid;
}

.message {
	font-size: 12px;
	border-bottom: #666666 1px solid;
}
td.messagebody {
	padding: 2px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #E3E3E3; border-style: none; }

/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************
/* ARTANDSEEK Styles */

div.nojavascript {
	font-size: 13px;
	width: 980px;
	height: 110px;
	border: #e51919 2px solid;
	background: #EDECEC url('/templates/artandseek/images/attention.jpg') no-repeat top left;
	margin-top: 10px;
	padding: 10px;
	padding-left: 150px;
}
html>body div noscript div.nojavascript {
	width: 820px;
	height: 90px;
}
div.nojavascript h1 {
	font-size: 16px;
	letter-spacing: 0.1em;
}
div.nojavascript .gen {
	font-size: 11px;
}

.hide { width: 1px; height: 1px; display: none; }

/* Header */
div.header {
	width: 100%;
	height: 172px;
	background: #FFFFFF url('/templates/artandseek/images/header.jpg') repeat-x top left;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
}
div.header .navi {
	width: 980px;
	margin: 0px auto;
	text-align: center;
}
div.header .navi ul {
	padding: 0px;
	margin: 0 auto;
	margin-top: 135px;
	width: 780px;
}
div.header .navi ul li {
	list-style: none;
	display: block;
	float: left;
	margin-top: 0px;
	padding: 0px;
	height: 37px;
}
/*.navi ul li a,.navi ul li a:visited,.navi ul li a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.navi ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}*/
div.header .logo {
	position: absolute;
	top: 0px;
	left: 218px;
}

div.header .art {
	position: absolute;
	top: 0px;
	right: 20px;
}

/* Page */
div.page {
	position: relative;
	top: 165px;
	margin: 165px auto 10px auto;
	width: 980px;
/* 	height: 1500px */
	text-align: left;
	padding: 0px;
	display: table;
/* 	overflow: auto; */
}
html>body div.page {
	top: -3px;
	margin: 165px auto;
/* 	margin-bottom: 10px; */
	width: 980px;
	height: 0px;
	min-height: 400px;
	text-align: left;
	padding: 0px;
/* 	display: table; */
}

/* Left Row */
.left {
	float: left;
	display: inline;
	width: 315px;
/* 	min-height: 600px; */
}

/* Main Content */
.main {
	position: relative;
	display: inline;
	margin-top: 50px;
	margin-right: 0px;
	float: right;
/* 	clear: both;  */
	width: 605px;
/* 	min-height: 600px; */
/* 	overflow: auto; */
}

/* Login */
div.login {
	margin-top: 50px;
	margin-bottom: 1px;
	border: darkred 1px solid;
	padding: 2px;
	width: 315px;
	display: table;
	background-color: #EDECEC;
}
div.login form {
	margin: 0px;
	padding: 0px;
}
html>body div table tr td div div.login {
/* 	margin-top: 50px; */
	width: 311px;
}
div.login form table tr td,div.left,div.right {
	font: bold 11px Arial, Helvetica, sans-serif;
}

div.login div.left {
	width: 100px;
	heigth: 100px;
	display: inline;
	vertical-align: middle;
	text-align: center;
	padding: 10px;
	margin: 0px;
}
div.login div.right {
	display: inline;
	width: 160px;
	padding: 10px;
}
div.right ul,
#cont_main_panel ul,
#cont_main_aw ul,
#cont_main_awinfo ul,
#cont_main_ad ul,
ul.results {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div.right ul li,
#cont_main_panel ul li,
#cont_main_aw ul li,
#cont_main_awinfo ul li,
#cont_main_ad ul li,
ul.results li {
	border-bottom: #A09F9F 1px solid;
}
li#welcome {
	font-size: 13px;
	padding-bottom: 10px;
	border: none;
}
img#logout {
	position: absolute;
	margin-left: 268px;
	margin-top: -15px;
}

/* Search Box */
div.searchbox {
	margin-bottom: 15px;
}

div.searchbox form {
	margin: 0px;
	padding: 0px;
}
div.searchbox form table {
	margin-left: -2px;
}
html>body div table tr td div div.searchbox form table {
	margin-left:0px;
}
input.searchfield {
	width: 167px;
}
html>body div table tr td div div.searchbox form table tr td input.searchfield {
	width: 171px;
}

/* Register Box */
div.register {
	/*margin-top: -11px;*/
	/*width: 315px;*/
	/*height: 64px;*/
	width: 0px;
	height: 0px;
	/*background: #f3f3f4 url('/templates/artandseek/images/index_tour_register_bg.jpg') no-repeat top left;
	padding: 5px;
	border: #000000 1px solid;
	font: normal 12px Arial;
	line-height: 150%;
	margin-top: 1px;
	margin-bottom: 20px;*/
}
html>body div table tr td div div.register {
	width: 305px;
	height: 54px;
}
div.register a {
	color: #000000;
}
div.register a img {
	position: absolute;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 102px;
	margin-bottom: 0px;
}
html>body div table tr td div div.register a img {
	position: absolute;
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 107px;
	margin-bottom: 0px;
}

/* Container Left */
div.cont_left {
/* 	margin-top: 10px; */
	margin-bottom: 20px;
	width: 315px;
	height: 33px;
	background: #f7f7f7 url('/templates/artandseek/images/container_left_bg.jpg') no-repeat top left;
	border: darkred 1px solid;
	padding: 10px;
	display: table;
}
html>body div table tr td div div.cont_left,
html>body div table tr td div div table tr td div.cont_left  {
	width: 295px;
	height: 13px;
}
div.cont_main {
	width: 295px;
	height: 155px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	margin-top: 2px;
/* 	overflow: auto; */
	display: block;
	font: normal 11px Arial;
}
html>body div table tr td div div div.cont_main,
html>body div table tr td div div table tr td div div.cont_main {
	height: 150px;
}
div.cont_main img {
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.cont_main h1,div.cont_main div h1 {
	font-size: 11px;
	margin-bottom: 10px;
}
div#cont_main_arrow {
	width: 11px;
	height: 11px;
	display: inline;
}
div#cont_main_panel {
	overflow: visible;
}
img.arrow {
	padding-right: 5px;
	display: inline;
	width: 11px;
	height: 11px;
}
div.cont_bottom {
	display: none;
	width: 313px;
/* 	background-color: #FFFFFF; */
	height: 3px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-left: -10px;
	margin-top: 6px;
/* 	border: #000000 1px solid; */
}
html>body div table tr td div div div.cont_bottom {
/* 	display: block; */
	margin-left: -10px;
	margin-top: 7px;
}
div.cont_left h1,
div.cont_left div form h1,
div.cont_big h1,
div.cont_med h1 {
	margin: 0px;
	padding: 0px;
}
div.cont_left h1 a,
div.cont_left h1 a:hover,
div.cont_left h1 a:active,
div.cont_left h1 a:visited,
div.cont_big h1 a,
div.cont_big h1 a:hover,
div.cont_big h1 a:active,
div.cont_big h1 a:visited,
div.cont_med h1 a,
div.cont_med h1 a:hover,
div.cont_med h1 a:active,
div.cont_med h1 a:visited {
	text-decoration: none;
}

div.cont_med h1,
div.cont_left h1,
div.cont_big h1,
div.cont_left h1 a,
div.cont_left h1 a:hover,
div.cont_left h1 a:active,
div.cont_left h1 a:visited,
div.cont_big h1 a,
div.cont_big h1 a:hover,
div.cont_big h1 a:active,
div.cont_big h1 a:visited,
div.cont_med h1 a,
div.cont_med h1 a:hover,
div.cont_med h1 a:active,
div.cont_med h1 a:visited
{
	color: #ffffff;
	font-family: Bookman Old Style, Georgia, Monotype Corsiva, Forte, Arial Black, Times New Roman;
}

div#recommend {
	overflow: visible;
}

div.main
{
	margin-right: 40px;
}

div.left_tabs {
	width: 295;
	height: 19px;
	position: absolute;
	margin-top: -30px;
/* 	padding-left: 173px; */
	text-align: right;
}
html>body div table tr td div div div.left_tabs {
	margin-top: -28px;
/* 	padding-left: 196px; */
	width: 295px;
}

/* Container Big */
div.cont_big {
	margin-top: 0px;
	margin-bottom: 25px;
	width: 604px;
	height: 33px;
	background: #f7f7f7 url('/templates/artandseek/images/cont_big_bkg.jpg') no-repeat top left;
	/*background: #f7f7f7 url('/templates/artandseek/images/container_big_bg.jpg') no-repeat top left;*/
	border: darkred 1px solid;
	padding: 8px;
	display: table;
}
html>body div table tr td div div.cont_big {
	width: 588px;
	height: 13px;
}
div.big_main {
	width: 584px;
	height: 153px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	overflow: auto;
	display: block;
	clear:both;
	font: normal 11px Arial;
}
div.big_main table tr td {
	font: normal 11px Arial;
}
html>body div table tr td div div div.big_main{
	width: 584px;
	height: 148px;
}
div#big_main_arrow {
	width: 11px;
	height: 11px;
	display: inline;
}
div#big_main_awc {
	overflow: visible;
}
div.big_tabs {
	width: 593px;
	height: 19px;
	position: absolute;
	margin-top: -27px;
/* 	padding-left: 473px; */
	padding-left: 0px;
	text-align: right;
}
html>body div table tr td div div div.big_tabs {
	margin-top: -24px;
	padding-left: 0px;
	width: 593px;
}

div.current,div.recent,div.archive,div.activetab,div.inactivetab {
	cursor:pointer;
	text-wrap: none;
}

div#recent_artists,
div#recent_art,
div#last_month
{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: inline;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	width: 115px;
	height: 19px;
	background-color: #b3bab3;
	border: none;
	border-bottom: 1px;
	border-bottom-color: #000000;
	margin-left: 1px;
	margin-right: 1px;
}

div#most_viewed_artists,
div#upload_event,
div#archive_art,
div#archive_artists,
div#archive_new,
div#archive_pics,
div#archive_exhib,
div#archive_port,
div#archive_myexhib,
div#profile_personal,
div#archive_press,
div#archive_network,
div#inactivetab,
div.inactivetab,
div#archive_awc,
div#archive_pop_paint {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: inline;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	width: 110px;
	height: 19px;
	background-color: #b3bab3;
	border: none;
	border-bottom: 1px;
	border-bottom-color: #000000;
	margin-left: 1px;
	margin-right: 1px;
}

div#current_event,
div#current_art,
div#current_artists,
div#current_new,
div#current_pics,
div#current_exhib,
div#current_port,
div#current_myexhib,
div#profile_basic,
div#current_press,
div#current_port,
div#current_collection,
div#current_favourites,
div#current_fav_work,
div#current_myauction,
div#current_sold,
div#current_bids,
div#current_network,
div#activetab,
div.activetab,
div#current_awc,
div#current_pop_paint {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	display: inline;
	width: 110px;
	height: 19px;
	background-color: #A00E0F;
	color: #ffffff;
	border: darkred 1px solid;
	border-bottom-color: #A00E0F;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
	margin-left: 2px;
}

.load {
	position:absolute;
	width: 584px;
	height: 153px;
	background: url('/templates/artandseek/images/lightbox/loading.gif') no-repeat 50% 50%;
	display:block;
/* 	border: #000000 1px solid; */
}
.load_left {
	position:absolute;
	width: 286px;
	height: 153px;
	background: url('/templates/artandseek/images/lightbox/loading.gif') no-repeat 50% 50%;
	display:block;
}

div.big_bottom {
/* 	display: block; */
	width: 602px;
	height: 3px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-left: -8px;
	margin-top: 3px;
	border: none;
}
html>body div table tr td div div div.big_bottom {
	display: block;
	margin-left: -8px;
	margin-top: 4px;
}

div#big_archive_art,
div#big_archive_artists,
div#big_archive_new,
div#big_archive_pics,
div#big_archive_exhib {
	width: 584px;
	height: 253px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	overflow: auto;
	display: none;
	font: normal 11px Arial;
}
html>body div table tr td div div div#big_archive_art,
html>body div table tr td div div div#big_archive_artists,
html>body div table tr td div div div#big_archive_new,
html>body div table tr td div div div#big_archive_pics,
html>body div table tr td div div div#big_archive_exhib{
	height: 248px;
}

/* Portal */
img.celeb_pic {
	margin-right: 10px;
	margin-bottom: 10px;
}

img.today_pic {
	margin-right: 10px;
	margin-bottom: 10px;
}

div.color_choose {
	width: 36px;
	height: 36px;
/* 	display: table-cell; */
	margin: 0px;
	float: left;
	border: #5D0707 1px solid;
}
div.color_choose a {
	width: 36px;
	height: 36px;
	display: block;
}
.white {
	background-color: #FFFFFF;
}
.grey {
	background-color: #747272;
}
.black {
	background-color: #000000;
}
.redbg {
	background-color: #DC0000;
}
.lgrey {
	background-color: #F9F9F9;
}
#cont_main_background {
	height: 95px;
}

.solid,.auction,.nosale,.sold {
	font-size: 12px;
	font-weight: bold;
	line-height: 50%;
	height: 10px;
}
.solid {
	font-size: 18px;
	color: #33CC00;
}
.auction {
	font-size: 18px;
	color: #FFE566;
}
.nosale {
	font-size: 18px;
	color: #000000;
}
.sold {
	font-size: 18px;
	color: #FF0000;
}

/* Container Medium */
div.cont_med {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 370px;
	height: 223px;
	background: #f7f7f7 url('/templates/artandseek/images/container_med_bg.jpg') no-repeat top left;
	border: darkred 1px solid;
	padding: 8px;
	display: block;
}
html>body div table tr td div div.cont_med {
	width: 354px;
	height: 213px;
}
div.cont_med div.load {
	position:absolute;
	width: 390px;
	height: 153px;
	background: url('/templates/artandseek/images/lightbox/loading.gif') no-repeat 50% 50%;
	display:block;
}
div.med_main {
	width: 350px;
	height: 153px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	overflow: auto;
	display: block;
	clear:both;
	font: normal 11px Arial;
}

html>body div table tr td div div div.med_main{
	width: 350px;
	height: 148px;
}
div.cont_med h1, div.med_main h1 {
	font-size: 14px;
	color: #e51919;
}
div.med_main table tr td input.post,
div.med_main table tr td select,
div.med_main table tr td textarea.post {
	border: none;
	border-top: #666666 1px solid;
	border-left: #666666 1px solid;
}

div.med_tabs {
	width: 370;
	height: 19px;
	position: absolute;
	margin-top: -26px;
	padding-left: 273px;
}
html>body div table tr td div div div.med_tabs {
	margin-top: -24px;
	padding-left: 260px;
	width: 100px;
}

/* Footer */
div.footer {
	position: static;
	display: block;
	background: #000000 url('/templates/artandseek/images/footer_background.jpg') repeat-x top left;
/* 	background: #000000 url('templates/artandseek/images/footer_background.jpg') repeat-x top left; */
	background-color: none;
	width: 100%;
	height: 25px;
/* 	margin: 0px auto; */
	text-align: center;
	margin-top: 180px;
}
html>body div.footer {
	margin-top: 50px;
	position: absolute;
}
div.footer ul {
	padding: 0px;
	margin: 0 auto;
/* 	width: 542px; */
	width: 639px;
}
div.footer ul li {
	list-style: none;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 25px;
}

.clear {
	clear: both;
	background: none;
}



/* Memberlist */
div.member_tabs {
	width: 593px;
	height: 19px;
	position: absolute;
	margin-top: -27px;
	padding-left: 0px;
	text-align: right;
}
html>body div table tr td div div div.member_tabs {
	margin-top: -24px;
	padding-left: 0px;
	width: 593px;
}
div.member_tabs div a,div.member_tabs div a:hover,div.member_tabs div a:active,div.member_tabs div a:visited {
	color: #000000;
}

/*div#tabs_members {
	width: 400px;
	height: 19px;
	position: absolute;
	margin-top: -26px;
	padding-left: 223px;
}
html>body div table tr td div div div#tabs_members {
	margin-top: -24px;
	padding-left: 246px;
	width: 400px;
}*/

/* Artwork Details */
h1.artwork_title {
	font-size: 16px;
	color: #e51919;
	line-height: 140%;
	letter-spacing: 0.1em;
}

/* Forms */
.shortfield_20 {
	width: 20px;
}
.shortfield_40 {
	width: 40px;
}
.shortfield_60 {
	width: 60px;
}

/* Paging */
div.pagina {
	text-align: right;
}

div.pagina a.current_page {
	color : #9F0002;
}

div.pagina a {
	color: #000000;
}

/*******************************************************************
/*  styles for the unit rater
--------------------------------------------------------- 
ryan masuga, masugadesign.com
ryan@masugadesign.com 
Licensed under a Creative Commons Attribution 3.0 License.
http://creativecommons.org/licenses/by/3.0/
See readme.txt for full credit details.
--------------------------------------------------------- */

.ratingblock {
	display:block;
/* 	border-bottom:1px solid #999; */
	padding-bottom:8px;
	margin-bottom:8px;
	}

.loading {
	height: 20px;
	background: url('/templates/artandseek/images/working.gif') 50% 50% no-repeat;
	}
	
.unit-rating .red-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/templates/artandseek/images/starrating_dc0000.gif') top left repeat-x;
}

.unit-rating .grey-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/templates/artandseek/images/starrating_747272.gif') top left repeat-x;
}

.unit-rating .white-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/templates/artandseek/images/starrating_ffffff.gif') top left repeat-x;
}

.unit-rating .black-rating
{
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/templates/artandseek/images/starrating_000000.gif') top left repeat-x;
}
	
.unit-rating { /* the UL */
	list-style:none;
	margin: 0px;
	padding:0px;
	height: 20px;
	position: relative;
	background: url('/templates/artandseek/images/starrating_000000.gif') top left repeat-x;		
}

.unit-rating li{
    text-indent: -90000px;
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
	}
	
.unit-rating li a {
	outline: none;
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	}
	
.unit-rating li a:hover{
	background: url('/templates/artandseek/images/starrating_000000.gif') left center;
	z-index: 2;
	left: 0px;
	}
	
.unit-rating .black-rating li a:hover{
	background: url('/templates/artandseek/images/starrating_000000.gif') left center;
	z-index: 2;
	left: 0px;
	}

.unit-rating .white-rating li a:hover{
	background: url('/templates/artandseek/images/starrating_ffffff.gif') left center;
	z-index: 2;
	left: 0px;
	}
	
.unit-rating .grey-rating li a:hover{
	background: url('/templates/artandseek/images/starrating_747272.gif') left center;
	z-index: 2;
	left: 0px;
	}
	
.unit-rating .red-rating li a:hover{
	background: url('/templates/artandseek/images/starrating_dc0000.gif') left center;
	z-index: 2;
	left: 0px;
	}
	
.unit-rating a.r1-unit{left: 0px;}
.unit-rating a.r1-unit:hover{width:20px;}
.unit-rating a.r2-unit{left:20px;}
.unit-rating a.r2-unit:hover{width: 40px;}
.unit-rating a.r3-unit{left: 40px;}
.unit-rating a.r3-unit:hover{width: 60px;}
.unit-rating a.r4-unit{left: 60px;}	
.unit-rating a.r4-unit:hover{width: 80px;}
.unit-rating a.r5-unit{left: 80px;}
.unit-rating a.r5-unit:hover{width: 100px;}
.unit-rating a.r6-unit{left: 100px;}
.unit-rating a.r6-unit:hover{width: 120px;}
.unit-rating a.r7-unit{left: 120px;}
.unit-rating a.r7-unit:hover{width: 140px;}
.unit-rating a.r8-unit{left: 140px;}
.unit-rating a.r8-unit:hover{width: 180px;}
.unit-rating a.r9-unit{left: 180px;}
.unit-rating a.r9-unit:hover{width: 200px;}
.unit-rating a.r10-unit{left: 200px;}
.unit-rating a.r10-unit:hover{width: 220px;}

.unit-rating li.current-rating {
	background: url('/templates/artandseek/images/starrating_000000.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.unit-rating .black-rating li.current-rating {
	background: url('/templates/artandseek/images/starrating_000000.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.unit-rating .white-rating li.current-rating {
	background: url('/templates/artandseek/images/starrating_ffffff.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.unit-rating .grey-rating li.current-rating {
	background: url('/templates/artandseek/images/starrating_747272.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}
	
.unit-rating .red-rating li.current-rating {
	background: url('/templates/artandseek/images/starrating_dc0000.gif') left bottom;
	position: absolute;
	height: 20px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
	}

.voted {color:#999;}
.thanks {color:#36AA3D;}
.static {color:#5D3126;}	


.calendar-event
{
  width: 100%;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #eef;
  font-family: tahoma,verdana,sans-serif;
}

.calendar-month
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.calendar-year
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.calendar-day
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	background: #f4f3ed;
	color: #000000;
	cursor: default;
}

.calendar-weekend
{
	color: #555555;
}

.calendar-day-selected
{
	background: #f15d60;
}

.calendar-day-special
{
	font-weight: bolder;
}

/*******************************************************************
/*******************************************************************
/*******************************************************************
/*******************************************************************

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/artandseek/formIE.css");

