/*
  Andy Brown TWM 20/02/04
  Art Online Project
  Assumes the correct box model:
  width = width + left border + right border +left padding + right padding
  For more information on the hacks and fixes in this stylesheet please visit
  http://glish.com/css/
*/
h1, h2, h3, h4, h5, h6, p {
  /* mac \*/
  position: relative;
  /* end */
} 
body {
	background: #999;
	color: white;
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
}
#holder {
	position: absolute;
	top: 8px;
	left: 50%;
	width: 796px;
	margin-left: -392px;
	padding: 1px;
	background: white;
	border: 7px solid black;
	color: black;
	/* fix for correct box model */
        voice-family: "\"}\""; 
        voice-family: inherit;
	width: 780px;
}
html>body #holder {
	width: 780px;
}
#header {
	position: relative;
	top: 0px;
	height: 97px;
	background: #781557 url(topstripe.gif) no-repeat right;
	color: white;
	border-bottom: 1px solid white;
	padding: 0px;
	margin: 0px;
}
#header img {
	margin-left: 17px;
	border: none;
}
#navigation {
	height: 24px;
	border: 1px solid #999;
	border-left: 0px;
	border-right: 0px;
	background: #f4f4f4;
	color: #666;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#navigation li {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	/* mac \*/
	float: left;
	/* end */
}

#navigation a {
	position: relative;
	float: left;
	width: auto;
	display: block;
	margin: 0px;
	padding: 2px 35px 2px 35px;
	border-right: 1px solid #999;
	border-bottom: 0px;
	/* mac hack \*/
	height: auto;
	width: auto;
	/* blah */
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

#navigation > ul a {
	/* mac \*/
	width:auto;
	/* end */
}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */
#navigation a:hover {
	color:#333;
}
#navigation #current {
	background: #999;
}
#navigation #current a {
	background: #999;
	color: #fff;
}

#main {
	position: relative;
	float: right;
	width: 598px;
	color: #333;
	padding-left: 4px;
	
	background: url(mainbg.gif) repeat-y left;
	
	background-color: white;
	min-height: 400px;

	/* mac hack \*/
	height: 400px;
	/* fix for correct box model */
        voice-family: "\"}\""; 
        voice-family: inherit;
	width: 594px;
}

html>body #main {
	width: 594px;
	height: auto;
	margin-bottom: 0px;
}

#main p {
	margin: 15px 5px 15px 8px;
}

#main h2 {
	clear: left;
	line-height: 110%;
}

#wrapper {
	float: left;
	background: #7A155B url(sidebg.gif) no-repeat bottom left;
	display: block;
	border-top: 1px solid white;
	width: 780px;
}
.copystripe {
	clear: both;
	background: #ccc;
	border: 7px solid white;
	border-top: 0px;
	height: 18px;
	font-size: 8pt;
	color: #666;
	padding: 2px 5px;
}
.copystripe a, .copystripe a:link, .copystripe a:active, .copystripe a:visited {
	color: #666;
	text-decoration: none;
}
.copystripe a:hover, a:hover {
	text-decoration: underline;
}
form {
	margin: 20px 0px;
}
body {
      font:x-small/1.5em Myriad, Arial, sans-serif;
      voice-family: "\"}\""; voice-family:inherit;
      font-size:small;
      } html>body {font-size:small;
}
a , a:link, a:visited, a:active {
	color: #7A155B; 
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Myriad, "Gill Sans", "Century Gothic", "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-weight: normal;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
	line-height: auto;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	margin-left: 10px;
}
#advanced {
	margin-top: 5px;
}
form fieldset {
	background: white;
	border: none;
	padding: 5px;
	/* font-size: 85%; */
	left: -5px;
}
#advanced fieldset {
	border: 1px solid #ccc;
	width: 430px;
}
#within fieldset {
	border: 1px solid #ccc;
	width: 545px;
}
#within {
	margin: 0px 0px 12px 0px;
}
#options {
	font-size: 75%;
	width: 260px;
	text-align: right;
}
#search {
	margin: 0px 6px;
}
#tabs {
	float: left;
	width: 100%; 
	background: white url(bg.gif) repeat-x bottom;
	font-size: 93%;
	line-height:normal;
}
#tabs ul {
	margin: 0;
	padding:10px 10px 0px 10px;
	list-style:none;
}
#tabs li {
	position: relative;
	display: block;
	float: none;
	border: none;
	/* mac \*/
	margin: 0;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 0px 0px 0px 9px;
	/* end */
}

#tabs ul li a {
	margin-left: 9px;
	/* mac \*/
	margin: 0px;
	/* end */
}
#tabs a {
	float:left;
	display:block;
	width:auto;
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 5px 6px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color: white;
	background: #969;
}
#tabs > ul a {
	/* mac \*/
	width:auto;
	/* end */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header a:hover {
	color:#333;
}
#tabs #searchcurrent {
	border-bottom: 0px;
}
#tabs #searchcurrent a {
	background: white;
	color:#7A155B;
	padding-bottom: 5px;
}
#tabmain {
	clear: both;
	margin: 0px 0px 6px 0px;
	padding: 10px;
	border: 1px solid #ccc;
	border-top: 0px;
}
#tabmain p {
	margin: 6px 0px 6px 0px;
}
#letters {
	position: relative;
	margin: 5px 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px; 
}
#letters a {
	padding: 1px 2px;
}
#curletter {
	border: 1px solid #7A155B;
	text-decoration: none;
	padding: 0px;
	color: black;
	font-weight:bold;
	color: white;
	background: #969
}
#aname, #amname, #mname, #medamat, #med, #mat {
	margin-bottom: 6px;
}
#amname label, #aname label, #mname label, #medamat label, #med label, #mat label {
	display: block;
	width: 130px;
	margin-right: 10px;
	float: left;
	text-align: right;
}
.search {
	margin-top: 6px;
	margin-left: 140px;
}
.summary {
	width: 100%;
	clear: left;
	/* mac hack \*/
	clear: both;
	border-bottom: 1px solid #ccc;
	/* end */	
	margin-top: 6px; 
	margin-bottom: 6px;
}

.summary ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.summary li {
	position: relative;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	border:1px solid #ccc;
	border-bottom: none;
	/* mac \*/
	float: left;
	/* end */
}
.summary a, .summary a:link, .summary a:visited, .summary a:hover, .summary a:active {
	float:left;
	display:block;
	border: none;
	padding: 0px 40px;
	text-decoration: none;
	font-weight:bold;
	color: white;
	background: #969;
}

#works {
	padding: 6px 0px;
	margin-left: 6px;
}

.result {
	position: relative;
	float: left;
	width: 578px;
	height: auto;
	margin: 3px 0px 3px 0px;
	padding-right: 3px;
	border: 1px solid #ccc;
}

.result a {
	position: relative;
	z-index: 10;
}

.result img {
	float: left;
	width: 100px;
	padding: 4px;
	padding-right: 20px;
}

#results h4, #results h3 {
	padding: 0px;
	margin: 0px;
}
#results {
	margin-left: 6px;
	padding-right: 6px;
	border: none;
}
.text {
	display: block;
	position: relative;
	padding: 3px 0px 0px 3px;
	width: auto;
	/* mac \*/
	float: left;
	/* end */
	max-width: 450px;
}
.pages b {
	text-decoration: none;
	padding: 0px 2px;
	border: 1px solid  #7A155B;
	background: #969;
	color: white;
}

.pages {
	position: relative;
	clear: left;
	padding-bottom: 2px;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px solid #ccc;
	color: #ccc;
}

#titles {
	margin: 0px;
}

#logos {
	margin: 5px 6px 20px 6px;
	border: 1px solid #ccc;
	padding: 5px;
}

#logos img {
	border: none;
	margin:	0px 5px 0px 0px;
}

