/* 

common and basic style definitions

*/

address, blockquote, body, dd, div, dl, dt, fieldst, form, frame, frameset, h1, h2, h3, h4, h5, h6, noframes, ol, p, ul, center, dir, hr, menu, pre { display: block; }
li { display: list-item; }
head { display: none; }
table { display: table; }
tr { display: table-row; }
thead { display: table-header-group; }
tbody { display: table-row-group; }
tfoot { display: table-footer-group; }
col { display: table-column; }
colgroup { display: table-column-group; }
td, th { display: table-cell; }
caption { display: table-caption; }
i, cite, em, var, address { font-style: italic; }
button, textarea, input, object, select, img { display: inline-block; }
center { text-align: center; }

/* 

body element definitions

*/

body
{
	font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #B8C9C9;
}

p, table p
{
	color: black;
	font-family: verdana;
	font-size: small;
	line-height: 120%;
	font-style: normal;
}

a:link, a:visited
{
	text-transform: inherit;
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

a:hover, a:active
{
	border-color: #600;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	text-decoration: none;
}

img a { border-style: none; }
:focus { outline: thin dotted invert; }



/* 

specific page div definitions

*/

#print
{
	overflow: default;
	visibility: hidden;
	height: 5px;
}

#frame
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 90px 10px 10px 10px;
	text-align: left;
	background-image: url(head2.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	border-color: #600;
	border-width: 1px 1px 6px 1px;
	border-style: solid;
	background-color: #FFF;
}

#menu
{
	position: relative;
	display: block;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, san-serif;
}

#subframe, #onecol
{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
}

#smallcol
{
	position: relative;
	width: 200px;
	padding: 0px 20px 20px 10px;
	float: left;
	display: block;
	top: -50;
	height: 100%;
}

#largecol
{
	position: relative;
	color: black;
	padding: 0px;
	width: 500px;
	display: block;
	float: left;
}

#details
{
	border-color: #666;
	border-width: 10px 0 0 0;
	border-style: solid;
	overflow: visible;
	display: block;
	text-align: left;
}

#footer
{
	padding: 0px;
	position: relative;
	background-position: center bottom;
}

#poweredby
{
	padding: 10px;
	position: relative;
	background-position: center bottom;
	text-align: center;
	vertical-align: middle;
	text-transform: inherit;
}

h1 { font-size: 14px; }

/*

specific changes to div areas

*/

#largecol form,
{
	border-color: #600;
	border-width: 1px 1px 3px 1px;
	border-style: solid;
	padding: 10px;
	display: block;
}

#largecol a:hover
{
	text-decoration: underline;
	border-style: none;
}

#menu ul
{
	border-color: #600;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	padding: 5px;
}

#menu li
{
	display: inline;
	font-size: small;
	padding: 0px;
}

#menu li a:link, #menu li a:visited
{
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	text-transform: inherit;
	text-decoration: none;
}

#menu li a:hover, #menu li a:active
{
	color: #600;
	text-transform: inherit;
	text-decoration: none;
}

#submenu ul { padding: 10px 0 0 0; }

#submenu li
{
	display: block;
	font-size: small;
}

#submenu li a:link, #submenu li a:visited
{
	color: #600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: inherit;
	text-decoration: none;
}

#submenu li a:hover, #submenu li a:active
{
	color: #600;
	text-transform: inherit;
	text-decoration: none;
}

/*

span classes for document markup

*/

.artist
{
	font-weight: normal;
	font-variant: small-caps;
}

.title
{
	background-color: #600;
	color: #FFF;
	line-height: 150%;
	font-weight: bold;
	text-indent: 10px;
	vertical-align: middle;
	text-transform: inherit;
	text-decoration: none;
}

.error
{
	color: #600;
	font-weight: normal;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
	background-color: #CCC;
	padding: 5px;
	font-style: italic;
}

.indent { margin: 0 10px 0 10px; }

.help
{
	color: #333;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}

.notes
{
	background-color: #FFF;
	border-color: #600;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
	margin: 10px;
}

.email
{
	background-color: #CCC;
	padding: 10px;
	font-family: monospace;
}

.found
{
	border-color: #999;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	font-size: 10pt;
	line-height: 12pt;
	font-style: italic;
	padding: 2px 5px 2px 5px;
}

.selected
{
	background-color: maroon;
	color: #fff;
	font-weight: bold;
}

.required
{
	color: #930;
	font-size: x-small;
	font-style: oblique;
}
.exclaim
{
	padding: 2px 5px 2px 5px;
	background-color: #600;
	color: white;
	font-weight: bold;
	margin: 0 5px 0 0;
}

.statement
{
	font-style: italic;
	font-family: skia, times, "Times New Roman", serif;
	font-size: small;
}


/* 

image definitions and shadows

*/

.thumbnail
{
	float: left;
	width: 200px;
	margin: 0 15px 15px 0;
	padding: 5px;
	text-align: center;
}

.thumbnail a:hover
{
	text-decoration: underline;
	border-style: none;
}

.clearboth { clear: both; }

img a:hover { border-style: none; }

#largecol img{
 filter:progid:DXImageTransform.Microsoft.Shadow(Color=#eeeeee, direction=135, strength=8);
}


#largecol img
{
	background-image: url(shadow6.jpg);
	padding: 0 10px 10px 0;
	border-width: 0;
	border-style: none;
	background-position: right bottom;
	top: -8px;
	right: 0;
	bottom: 0;
	left: -8px;
}

/*

html>body #largecol img {
		position:relative;
		background:url(shadow.gif) right bottom no-repeat;
 		display:block;
	}
	
#largecol img:after {
		background:url(corner_bl.gif) -16px -16px no-repeat;
		display:block;
		width:8px;
		height:8px;
		content:"";
	}
#largecol img:before {
		background:url(corner_tr.gif) 100% -16px no-repeat;
		display:block;	
		height:8px;
		content:"";
		margin-bottom:-8px;
	}
*/
