
.dangerButton, .dangerButtonBig, .buttonBigGreen {
	color: #ffff00;
	text-decoration: none;
	background-color: #ff0000;
	background-image: url(images/button_bg_danger.png);
	background-repeat: repeat-x;
	background-position: top;
	border-width: 1px;
	border-style: solid;
	border-color: #ff0000;
	padding: 2px;
	margin-right: 2px;
}

.dangerButton {
	font-size: 8px;
	font-weight: normal;
}

.dangerButtonBig, .buttonBigGreen {
	font-size: 12px;
	font-weight: bold;
}

a.buttonBigGreen, .buttonBigGreen {
	color: #f0f000;
	background-color: #5c8111;
	background-image: url(images/button_bg_green.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	border-color: #9ac900;
}

a.buttonBigGreen:hover, .buttonBigGreen:hover {
	color: #ffff00;
	background-color: #9ac900;
	background-image: none;
	border-color: #00c000;
}

.buttonBig, .buttonBig:hover {
	color: #ffffff;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 2px;
	margin-right: 2px;
}

.buttonBig {
	background-color: #000000;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

.buttonBig:hover {
	color: #ffff00;
	background-image: none;
	background-color: #a2a3a3;
}

a:hover {
	color: #0000EF;
	text-decoration: underline;
}

.buttonBig {
	font-size: 12px;
	font-weight: bold;
}

.viewButton, .viewButtonText, .deleteButton, .deleteButtonText, .downloadButton, .downloadButtonText {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	width: 18px;
	height: 18px;
	padding: 1px;
}

.viewButtonText, .deleteButtonText, .downloadButtonText {
	width: auto;
	padding-left: 18px;
	font-weight: bold;
	font-size: 12px;
}

.viewButton, .viewButtonText {
	background-image: url(images/search_16.png);
}

.deleteButton, .deleteButtonText {
	background-image: url(images/banlist_16.png);
}

.downloadButton, .downloadButtonText {
	background-image: url(images/downloads_16.png);
}

.box {
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin: 3px;
	padding: 3px;
}

.cal_item, .cal_item:visited {
	font-size: 9px;
	color: black;
}

li.cal_item {
	display: list-item;
	list-style-position: inside;
}

.cal_item:hover {
	color: black;
	background-color: #eeeeee;
	font-size: 9px;
	text-decoration: none;
}

div.cal_item, li.cal_item {
	padding: 1px;
}

div.cal_item:hover, li.cal_item:hover {
	border-width: 1px;
	border-color: black;
	border-style: dashed;
	padding: 0px;
}

div.caution {
	background: #ffff99 url(images/warning.jpg);
	position: relative;
	left: 27.5%;
	width: 45%;
	border: 1px solid #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

div.info, .filter, div#filter, div#details, div.details {
	color: #000000;
	background: #DBE4C9;
	border: 1px solid #699614;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	width: 100%;
}

div#filter p {
	margin-bottom: 5px;
	font-weight: bold;
}

div#hl {
	background: #ffffaa;
}

div.tabs {
	margin: 7px;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ececec;
	border-bottom-width: 2px;
	width: 98%;
	color: #a08000
}
div.tabs .active,
div.tabs .inactive {
	margin: 0px;
	padding: 4px;
	padding-bottom: 0px;
	border-width: 2px;
	border-style: solid;
	text-decoration: none;
	color: #8c7000
}
div.tabs .active {
	border-left-color: #ececec;
	border-top-color: #ececec;
	border-right-color: #6a6a6a;
	border-bottom: none;
	background-color: #ececec;
	margin: -2px;
}
div.tabs .inactive {
	border-bottom-color: #ececec;
	border-top: none;
	border-left: none;
	border-right: none;
}
div.tabs .inactive:hover {
	border-top: 2px dotted #ececec;
	border-left: 2px dotted #ececec;
	border-right: 2px dotted #ececec;
	border-bottom: none;
	margin: -2px;
}

div.warning {
	background: #ffff99 url(images/warning.jpg);
	border: 1px solid #ff0000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 1px;
}
div.warning p {
	font-weight: bold;
}

span.box {
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	margin: 3px;
	padding: 3px;
}

span#hl, span.hl {
	background: #ffffaa;
}

span.info {
	background: lightblue;
	border: 1px dashed white;
	padding: 2px;
}

span#selected {
	background: #cccccc;
}

span.warning {
	background: #ffff99 url(images/warning.jpg);
	border: 1px solid #ff0000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

table.info {
	border-collapse: collapse;
	empty-cells: show;
	border:  thin black;
}

tr.info {
	vertical-align: top;
}

td.info {
	padding: 2px;
	border: solid thin black;
}









table.data {
	page: rotated;
	margin-top: 1em;
	margin-bottom: 1em;
	page-break-after: always;
	border-style: solid;
	border-color: #5c8111;
	border-width: 1px;
	border-collapse: collapse;
	empty-cells: show;
}

th.data, th.group {
	background: #C2D2A6;
	font-size: 12px;
	margin-bottom: 4px;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c8111;
}

th.group {
	border-bottom: 1px solid #5c8111;
}

td.data, td.centerData, td.longData {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c8111;
	padding-top: .75ex;
	padding-bottom: .75ex;
	padding-left: 3px;
	padding-right: 3px;
}

td.centerData {
	text-align: center;
}

td.longData {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c8111;
	font-weight: bold;
	background-color: #ecffe0;
}

td.posData, td.negData {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c8111;
	padding-top: .75ex;
	padding-bottom: .75ex;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

td.posData {
	background: #FF9B9B;
}

td.negData {
	background: #9BFF9B;
}

td.numData {
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5c8111;
	padding-top: .75ex;
	padding-bottom: .75ex;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
}

td.balData {
	font-size: 10px;
	padding-top: .5em;
	padding-bottom: .5em;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	color: blue;
	font-weight: bold;
	background-color: #FFFF9B;
}

table.FieldSelector {
padding: 0px;
border-style: solid;
border-width: 1px;
border-color: #5c8111;
}

th.FieldSelector {
	background: #C2D2A6
}

tfoot.data {
	background-color: lightyellow;
}






.data a.action {
	font-size: 8px;
}

.giDescription {
    font-size: 1.1em;
    line-height: 1.4em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.giDescription h3.emptyAlbum {
    line-height: 4.0em;
    text-align: center;
}

.giInfo {
    font-size: 0.9em;
    color: #888;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.one-image {
	margin-right: 50px;
}

.one-image h3 {
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.one-image img {
	border: none;
}

.resource-current, .resource-other, .resource-any {
	margin: 0px;
	padding: 1px;
}

.resource-current {
	color: #ffe;
	background: #00f;
}

.resource-other, .resource-other a, resource-other a:visited, .resource-other a:hover {
	color: #000;
	background: #f99;
	text-decoration: none;
}

.resource-any, .resource-any a, .resource-any a:visited, .resource-any a:hover {
	color: #ffe;
	background: #004B00;
	text-decoration: none;
}

div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	z-index: 100;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.autocomplete ul li.selected {
	background-color: #ffffbb;
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 48px;
	cursor: pointer;
}