/**
 * $Id: elegant.css,v 1.26 2006/03/28 11:44:37 andig2 Exp $
 */


/*
 * Defaults
 */

body {
	font-family: Tahoma, Verdana, sans serif;
	font-size: 12px;
	font-family: Arial, Helvetica, sans serif;
	margin: 0px;
	padding: 0px;
	background-color: #e4e4e4;
	color: #222;
	color: #40474e
}
form, ul {
	margin: 0px;
}

a:link, a:visited, a:active {
	text-decoration: none; 
	color: #40474e
}

a:hover {
	text-decoration: underline;
	color: rgb(255,102,0);
}

table.collapse {
	border-collapse : collapse;
}

tr {
	vertical-align: top;
}

td {				/* this fixes a problem with opera */
	vertical-align: top;
	text-align: left;	
}

img {
	border: 0px;
}

input, textarea, select {
	font-size: 12px;
}

h3, h4 {			/* bold font, usually in action section */
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h4 {				/* used on edit page */
	font-weight: normal;
	display: inline;
}

/*
 *	divs
 */
 
#container {
	/*padding: 2px 8px 10px 8px;*/
	margin: 10px;
	padding-top: 10px;
	border: 1px solid #000;
}

#logo {
	text-align: right;
	float: right;	
	padding: 10px 10px 0 0;	
}
#logotitle, #logotitle a {
	font: bold 20px trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
	float: left;
	width: 400px;
	padding: 0px 0 0 5px;
}
#phone {
	font: bold 20px trebuchet ms, arial, helvetica, sans-serif;	
	float: right;
	margin-right: 10px;	
}
#logohelp, #logologin, #logoprofile, #logoversion {
	display: inline;
}

.logodivider {
	margin: 0px 3px 0px 3px;
}

#header {
	background: url("images/header.jpg") repeat-x;
}
#headerwrap {
height: 100px;
}
#headernav {
	margin: 0px 0px 4px 10px;
	padding-top: 5px;
	padding-left:0;
}

#headernav li {
	display: inline;
	list-style-type: none;
}
#headernav2 {	
	margin: 5px 0px 4px 10px;
	padding-right: 10px;
	text-align: left;		
}
#headernav2 li {
	display: inline;
	list-style-type: none;
	font-size: 11px;
	font-weight: normal;
	float: right;
}

#headerhelp, #headerlogin, #headerprofile {
	display: none;
}

#filters {
	padding: 2px 0px 4px 0px; 
	background-color: #F07B48;
	font-size: 11px;
	text-transform: capitalize;
	border-bottom: 1px solid #000;
	color: #fff;
}

#filtersok {
	float: right;
	padding: 2px 4px 0px 0px;
}

#filtersok input {
	font-size: x-small;
}

#filtersmoreless {
	float: right;
	padding: 4px 2px 0px 0px;
}

#footer {
	background-color: #fff;
	font-size: 10px;
	height: 19px;
	padding: 2px;
}

#footerpages {
	padding: 3px;
}

#footerversion {
	float: right;
	padding: 3px;
	display: none;
}

#footerimage {
	float: right;
	padding: 2px;
}

#topspacer {
}	

#topspacer2 {
	background-color: #F07B48;
	height: 25px;
	border-bottom: 1px solid #000;
}

#actions {
	background-color: #F07B48;
	padding: 4px;
	border-bottom: 1px solid #000;
}

#actionsspacer {
	display: none;
}

#actionsbuttons {
}

#actions form, #actions h3 {
	display: inline;
}

#actions div {
	display: inline;
}

#content, #listitems {
	background-color: #fff;
}

#showheader {
	border-bottom: 1px dotted #aaa;
	background-color: #DFDFDF;
}

#showheader h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
}

#showheader h2 {
	font-size: 18px; 
	font-weight: bolder;
	margin: 0px;
}

#showimage {
	float: left;
	padding: 5px;
}

#showplot, #showfile, #showcomment, #showcast {
	padding: 4px;
	text-align: justify;
}
   
#showfile, #showcomment, #showcast {
	border-bottom: 1px dotted #aaa;
}

#lookup {
	padding: 4px;
}


#editbuttons {
	position: absolute;
	top: 46px;
	right: 8px;
	float: right;
	font-size: 12px;
	padding: 3px 90px 0px 0px;
	margin: 0px;
}

#permissionbuttons {
	position: absolute;
	top: 48px;
	right: 8px;
	float: right;
	font-size: 12px;
	padding: 3px 4px 0px 0px;
	margin: 0px;
}

#savebutton {			
	position: absolute;
	top: 5px;
	right: 4px;
}

#searchimage {
	float: right;
}

#edit, #borrow, #statistics, #tools, #lookup, #users, #permissions, #contentlogin {
	border-bottom: 1px dotted #aaa;
}

#borrow {
	padding: 4px;
}

/*
 *	classes
 */

.tabActive a:visited,
.tabActive a:link,
.tabActive a:hover,
.tabInactive a:visited,
.tabInactive a:link,
.tabInactive a:hover {
	font-size: 11px; 
	font-weight: bold; 
	margin: 4px 0px 0px 0px;
	padding: 3px 6px 4px 6px;
	text-decoration: none;  
	text-transform: capitalize;
	white-space: nowrap;
}

.tabActive a:visited,
.tabActive a:link,
.tabActive a:hover {
	background-color: #F07B48; 
	color: #fff;	
} 
.tabActive a:hover {
	color: #000;	
}

.tabInactive a:visited,
.tabInactive a:link,
.tabInactive a:hover {
	background-color: #f4f4f4;
	color: #666;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
} 
.tabInactive a:hover {
	background-color: #fff; 
	color: rgb(255,102,0);
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.button {
	padding: 0px 3px 0px 3px;
	border: 1px solid #aaa;
	background: #eee;
	cursor: hand;
}

.dropcap {
	float: left;
	margin: -2px 0px -5px 0px;
	font-size: 32px;
}

.listeven, .listodd {
	clear: both;
}

.listdivider {
	border-bottom: 1px dotted #aaa;
	clear: both;
}

.listcell {
	float: left;
}

.optionseven, .optionsodd {
	border-bottom: 1px dotted #aaa;
	padding: 4px;
}

.optionsleft {
	float: left;
	width: 25%;
	text-align: center;
}

.optionsright {
	float: right;
	width: 75%;
	text-align: left;
}

.lent {
	background-color: #fdd;
}

.wanted {
	background-color: #ffb;
}

.notavail {
	font-weight: bold;
	color: rgb(255,102,0);
}

.list_title, .list_diskid {
	font-size: 12px;
	font-weight: bold; 
}

.list_info {
	font-style: italic; 
}

.list_info, .list_seen, .list_plot { 
	font-size: 10px; 
}

.list_episode { 
	padding: 2px; 
}


/*
 * Images
 */
 
.cover {
	margin: 0px 4px 0px 0px;
}

.thumb {
	float: left;
	margin: 0px 2px 1px 0px;
}

/* setup screenshot thumbnails */
.setup-thumb {
	float: left;
	width: 105px;
	text-align: center;
	border: 1px solid #999;
	margin: 0 15px 15px 0;
	padding: 5px;
}

.setup-thumb a:hover {
	text-decoration: none;
}

/* lookup thumbnail formatting */
.thumbnail {
	float: left;
	margin: 5px;
}

.img-shadow {
	float: left;	
	background: url(images/shadowalpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -8px 6px 6px -8px !important;
	margin: -8px 6px 6px -4px;
	padding: 1px;
}


/*
 * Docpart Stuff
 */

#docpart_list_target_loading {
	float: left;
	position: absolute;
	display: none;
	padding: 4px;
	font-size: 18px;
	background-color: #fff;
	filter: alpha(opacity=70);
/*	-moz-opacity: 0.7;	*/
	opacity: 0.7;
}

/* 
 * Help Browser 
 */

.helpbrowser code {font-family: monospace; color: #044;}
.helpbrowser td th {background-color: #eee;}
.helpbrowser h1 {text-align: center; font-size: 15pt; font-weight: bolder; margin-top: 0px}
.helpbrowser h2 {margin-left: 10px; font-size: 13pt; font-weight: bolder;}
.helpbrowser h3 {margin-left: 30px; font-size: 11pt; font-weight: bolder; font-variant: small-caps}
.helpbrowser p  {text-align: justify; margin-left: 50px; width: 90%}
.helpbrowser pre {margin-left: 50px; font-family: monospace; color: #044;}
.helpbrowser table ul dl {margin-left: 50px; width: 90%}
.helpbrowser dd {margin-bottom: 10px;}
