/* GENERAL */
body, td, th, p {
        font-family: Verdana, Arial, sans-serif;
        font-size: 13px;
}
body {
	background: white;
        margin: 10px;
}
#page {
	width: 800px;
	margin: 5px auto;
}
#footer {
	text-align: right;
	border-top: 1px solid #C0C0C0;
	font-size: 10px;
	color: #C0C0C0;
	margin-top: 20px;
}
.popup {
        color: white;
        background-color: white;
        margin-left: 10px;
        margin-right: 10px;
}
.printonly {
  display: none;
}
ul {
        margin-left: 18px;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0px;
}
pre {
        font-family: Courier New, fixed;
}
hr {
        height: 1px;
        color: black;
        background-color: #C0C0C0;
        border: none;
}
sup {
        font-size: 10px;
}
.tiny {
        font-size: 10px;
}
.small {
        font-size: 12px;
}
img {
	border:0px;
}

/* FORMS */
input, textarea, .textarea, select {
        font-size: 12px;
}

/* HEADERS */
h3 {
        font-size: 14px;
        font-weight: bold;
        margin-top: 5px;
        margin-bottom: 10px;
        color: black;
        border-bottom: 1px solid black;
}
h2 {
        font-size: 16px;
        font-weight: bold;
        color: black;
        margin: 0 0 5px 0;
}
h1 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0px;
}

#formerror {
        color: #C00000;
}

/* LISTS */
.table {
	border: 0px;
	cellspacing: 0px;
	cellpadding: 0px;
}
table.main {
	width: 100%;
	/* margin-top: -20px; */
}
table.listtable {
        border-thickness: 0px;
}

.listhead {
        background-color: #FFFFFF;
        color: black;
        text-decoration: none;
        font-weight: bold;
}
.listrowodd {
        background-color: #FFFFFF;
        font-size: 12px;
        color: black;
}

.listroweven {
        background-color: #F0F0F0;
        font-size: 12px;
        color: black;
}

.listrowselected {
        background-color: #FFFFFF;
        font-size: 12px;
        color: black;
        font-weight: bold;
}

input.flat {
	border: 1px solid #000;
}
form.inline {
	border: 0px;
	padding: 0px;
	display: inline;
}

/* ERRORS/MESSAGES */
#box-error {
	background-color: #FFC0C0;	
	padding: 0 0 0 5;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #800000;
	font-weight: bold;
	width: 100%;
	
}

#box-info {
	background-color: #C0FFC0;	
	padding: 0 0 0 5;
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
	border-top:1px solid #999;
	color: #004000;
	font-weight: bold;
	width: 100%;
}

table.listgrid {
	background-color: white;
	table-layout:fixed;
	border-collapse: collapse;
	border-bottom: 1px solid #999;
}
table.listgrid th {
	background-color: #C0C0C0;
	border-bottom: 2px solid grey;
	font-size: 14px;
}
table.listgrid td {
	white-space: nowrap;
	padding: 0 5 0 1px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	white-space: nowrap;
}
table.listgrid tr:focus {
	background-color: #FFEEB3;
}

a.thumb img {
	border: 1px solid white;
}
a.thumb:hover img {
	border: 1px solid #C0C0C0;
}
