/* $Id: main.css,v 1.8 2004/03/10 00:06:59 jfornall Exp $ */

/* ------------- */
/* html elements */
/* ------------- */

body {
	margin: 10px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial;
}


/* forms */

form { margin: 0px; }

select,input {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial;
	font-size: 11px;
}

input.login {
	margin: 2px;
	border: 1px white inset;
	width = 96px: ;
}

input.button {
	padding: 2px;
	background-color: #D6E3E3;
	border: 1px white outset;
	width: 60px;
}

input.varbutton {
	padding: 2px;
	background-color: #D6E3E3;
	border: 1px white outset;
}

textarea.text,input.text {
	margin: 2px;
	border: 1px white inset;
	width = 168px: ;
}


/* text */

h1 {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: gray;
	margin: 5px;
	font-variant: small-caps;
	letter-spacing: 1pt;
}

p.preview {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0px;
	color: #333;
}

img.preview { margin-right: 4px; }


/* table */

table.list {
	margin: 8px;
	border: 1px gray solid;
	background-color: #EFEFEF;
}

tr.verysmall {
	font-size: 2px;
	padding: 0;
	margin: 0;
}

th {
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-weight: bold;
	text-align: left;
	background-color: #114477;
	color: white;
}

th.navygradient {
	font-size: 			11px;
	background-image:	url(../images/navyGradient.gif);
	background-repeat:	repeat-x;
}

th.sub1 {
	background-color: silver;
	color: #404040;
}

th.sub2 {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	background-color: silver;
	color: #404040;
}

td {
	font-size: 12px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

td.mainframe { border: 1px solid gray; }
td.verysmall { font-size: 2px; }


/* element <a> */

a:visited {	color: navy; text-decoration: none; }
a:link { color: navy; text-decoration: none; }
a:hover { text-decoration: underline; }

td.info a:visited {	color: gray; text-decoration: none; }
td.info a:link { color: gray; text-decoration: none; }
td.info a:hover { color: navy; text-decoration: underline; }

a.h2 {
	font-size: 18px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-variant: small-caps;
	font-weight: bold;
	color: #333;
	margin-left: 4px;
	padding: 4px;
	letter-spacing: 1pt;
	border-bottom: 1px gray dotted;
	display: block;
}

a.h2:visited { color: gray; text-decoration: none; }
a.h2:link {	color: gray; text-decoration: none; }
a.h2:hover { color: gray; text-decoration: none; background-color: #FFC; border-bottom: 1px silver solid; }

/* element <div> */

div.disabled {
	margin: 2px;
	padding: 1px;
	border: 1px white inset;
	background-color: #dddddd;
	font-size: 11px;
}

div.preview {
	margin: 4px;
	width: 300px;
	float: left;
}

div.thumbnail {
	margin: 6px;
	width: 128px;
	height: 150px;
	float: left;
	text-align: left;
}

div.upload {
	margin: 4px;
	padding: 4px;
	border: 1px solid gray;
}

/* --------------- */
/* general classes */
/* --------------- */

.alert {
	margin: 16px;
	padding: 4px;
	border: 1px solid gray;
	background-color: #FFC;
}

.caution {
	margin: 32px;
	padding: 4px;
	border: 1px solid gray;
	background-color: #FFC;
}

.description {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-top: 1px gray dotted;
	padding: 5px;
}

.graytop { font-size: 2px; border-top: 1px solid gray; }
.graybottom { font-size: 2px; border-bottom: 1px solid gray; }
.grayright { border-right: 1px solid gray; }
.grayleft { border-left: 1px solid gray; }

.hidden {
	width: 2px;
	height: 2px;
	visibility: hidden;
	float: left;
}

.highlighted {
	background-color: #FFFFCC;
}

.info {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Tahoma;
	color: gray;
}

.label {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial;
	font-size: 11px;
}

.navi01 {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Tahoma;
	background-color: #dddddd;
	padding: 2px;
	border-bottom: 1px solid silver;
}

.navi02 {
	background-color: #dddddd;
	border-bottom: 1px solid silver;
}

.navi03 { background-color: #dddddd; }


.title { padding: 4px; }


