/* CSS Document */
html, body {
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(bottom.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#container {
	overflow:scroll;
	overflow-x:auto;
	height:100%;
	width:100%;
}

#main_table{
	margin-left:15px;
}

#main_table td {
	padding:10px;
}

#top {
	position:fixed !important;
	top:0px;
	left:8px;
	position:absolute;
	width:90%;
	z-index:10000;
	background-color:#FFFFFF;
}

#top table {
	background-color:#FFFFFF;
}

#top td {
	background-color:#FFFFFF;
}

#logo {
	text-align:right;
}

#left {
	position:fixed !important;
	position:absolute;
 	background-color: #667777;
	width:5px;
	left:10px;
	top:0px;
	height:100%;
}

#right {
	position:fixed !important;
	position:absolute;
	top:0px;
	right:10%;
	width:145px;
	z-index:900;
	height:100%;
	background-color:#FFFFFF;
	border-left:1px solid #667777;
	padding-left:2px;
}

#content {
	padding-top:80px;
}

#nav {
	position:absolute;
	right:0px;
	top:80px;
	width:145px;
	height:420px;
	text-transform:lowercase;
}

#nav a {
	display:block;
	color:#FFFFFF;
	border-bottom:1px dotted #999999;
	width:143px;
	background-color:#667777;
	font-size:11px;
	margin:0px;
}

#nav a:hover { 
	background-color:#778888;
}

#nav .link {
	padding:3px;
	background-image:url(link_item.gif);
	background-repeat:no-repeat;
	background-position:10px;
	display:block;
	text-align:left;
	padding-left:25px;
}
			
#subnav a {
	padding:0px;
	background-color:#777766;
	border:none;
}

#subnav a:hover {
	background-color:#666655;
}


#foot {
	position:absolute;
	right:0px;
	bottom:20px;
	width:145px;
}

#copy {
	text-align:right;
	position:absolute;
	right:0px;
	bottom:5px;
	width:145px;
	font-weight:bold;
}

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

#spanner {
	background-color:#E0E0E0;
	color:#FFFFFF;
	height:22px;
	font-size:10px;
	text-transform:lowercase;
	color:#000000;
}

#spanner a {
	color:#000000;
}

#breadcrumb {
	float:left;
	margin:4px 0px;
}

#trans {
	float:right;
	margin:4px;
}

#inner_container {
	border-left:5px solid #667777;
	border-right:1px solid #667777;
	display:table;
	height:100%;
	width:99%;
}

.ajax-loading {
	padding: 20px;
	background: url(spinner.gif) no-repeat center;
}

.main-loading {
	padding: 20px;
	padding-top:150px;
	background: url(spinner.gif) no-repeat center;
}

#no_subnav { display:none; }

p {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

#content_container {
	padding-top:95px;
	margin-left:25px;
}

#sub_right {
	text-align:justify;
	background-image:url(footcandy.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:25px;
	bottom:0px;
	width:142px;
	z-index:0;
	margin-bottom:5px;
}

.emph {
	padding:0px;
	margin:0px;
	color:#667777;
	font-size:14px;
	font-weight:bold;
}

#painting {
	margin:0px 5px;
	padding:5px;
	border:1px solid black;
	font-size:10px;
	background-color:#EEEEEE;
}

#painting img {
	margin-bottom:5px;
}

#start {
	font-size:18px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	line-height:12px;
	margin-right:2px;
}

hr {
	border:1px solid #667777;
}

.fieldstyle {
	border:1px solid black;
	color:#333333;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#short {
	width:20px;
}

#ontop {
	z-index:1000;
}

#content a {
	z-index:1000;
}

form {
	display:inline;
}

#thumbs {
	float:left;
}

#thumbs table td {
	padding:1px;
}

#thumbs img {
	margin:0px;
}

#painting_display {
	float:left;
	padding-top:0px;
	padding-left:10px;
}

#fix_painting {
	margin-top:0px;
	padding:5px;
	border:1px solid black;
	font-size:10px;
	background-color:#EEEEEE;
	background-image: url(spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#topper_most {
	position:absolute;
	display:block;
	height:0px;
	width:0px;
	left:0px;
	top:-15000px;
}

#spacer {
	width:70px;
	height:10px;
	display:block;
}