/*
* Custom Styles
*/

option.exception {
	text-align: right;
}

span.highlight {
	font-weight: bold;
}

/* This combination of rules are used ad nauseum, so I am stringing them together here */
#eventView .body .row:after,
.fieldsection .row:after,
.controlButtons:after,
.horizontalrow div.row:after
{
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#console {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	padding: 5px 15px;
	background-color: #ffffff;
	border: 1px solid #99BBDD;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin-left: -500px;
	box-shadow: 0px 0px 20px #ff0000;
	
	_height: expression( this.scrollHeight > 300 ? "300px" : "auto" ); /* sets max-height for IE6 */
	max-height: 300px; /* sets max-height value for all standards-compliant browsers */
	overflow: auto;
}

input.errorfield {
	background-image: url(/admin/images/check-wrong.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.pseudolink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	cursor: pointer;
}

.pseudolink:hover {
	text-decoration: underline;
}

.toplink {
	color: #ffffff;
}

.pseudolink-sm {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	cursor: pointer;
}

.pseudolink-sm:hover {
	text-decoration: underline;
}

.pseudolinkWhite {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}

.pseudolinkWhite:hover {
	text-decoration: underline;
}

.pseudobutton {
	cursor: pointer;
}

.errordiv {
	background-color: #FFDBDB;
	border: 1px solid #FF9393;
	padding: 3px;
	display: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.attentionArrow {
	margin-left: 5px;
	display: none;
}

/* ##### Checkbox List #####*/
.checklistbox {
	width: 450px;
	height: 100px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	border: 2px #dbdbdb inset;
}

.checklistbox .toggler {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}

.checklist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

.checklist li:hover {
	background-color: #dbdbdb;
}

.checklist label {
	float: none !important;
}

.checklist label .contact {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	float: right;
}

.checklistdialogue {
	width: 450px;
	background-color: #FEFF95;
	padding: 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #99BBDD;
}

.clearLink {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}

.blockcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Popup Widget*/
.subfield {
	position: absolute; /* Functionality */
	z-index: 1;
	display: none;
	padding: 0px; /* Appearance */
	text-align: left;
	background: #ffffff;
	border-style: solid;
	border-color: #7F9DB9;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}

.dot {
	position: absolute;
	border: 0px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.plainlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.plainlist li {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}

.flatlist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.flatlist li {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	padding: 3px 0px 3px 3px;
}

.flatlist li:hover .subtext {
	background-color: #3366CC;
	color: #ffffff;
}

.subtext {
	font-size: 11px;
	color: #808080;
	font-family: Arial;
	float: right;
	padding-right: 3px;
	vertical-align: middle;
}


/* ##### Detail Page Layout ##### */

div.pseudoTab {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	padding: 3px 10px;
	background-color: #dbdbdb;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.viewtabs ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.viewtabs li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: inline;
	margin: 0px 6px 0px 0px;
	padding: 2px 15px 3px 15px;
	background-color: #bdbdbd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.viewtabs li.active {
	background-color: #dbdbdb !important;
}

.viewtabs li a {
	padding: 0px 0px 0px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.viewtabs li.float {
	float: right;
	margin-right: 0px !important;
}

.fieldsection {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	background-color: #dbdbdb;
	margin-bottom: 10px;
	border-radius: 3px;
	box-shadow: 3px 3px 3px #1d1d1d;
}

.flattop {
	border-top-left-radius: 0px !important;
}

.horizontalrow div.row>div {
	width: 200px;
	float: left;
	text-align: center;
}

.fieldsection .header {
	padding: 2px;
	text-align: center;
	background-color: #99BBDD;
	border-top: 3px solid #99BBDD;
	border-right: 3px solid #99BBDD;
	border-left: 3px solid #99BBDD;
	color: #000000;
	font-size: 11px;
	font-family: trebuche,verdana,geneva,lucida,arial,helvetica,sans-serif;
	font-weight: bold;
}

.fieldsection .halfheader {
	width: 474px;
	float: left;
}

.fieldsection .leftfloat {
	margin-right: 2px;
}

.fieldsection .content {
	height: 100%;
	float: left;
	padding: 2px;
	border: 3px solid #99BBDD;
	background-color: #ECEFF8;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}


.fieldsection .content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	display: table;
}

.fieldsection .content ul li {
	display: table-row;
}

.fieldsection .content ul li label {
	text-align: right;
	font-weight: bold;
	display: table-cell;
	width: 110px;
	padding: 0px 30px 3px 0px;
}

.fieldsection .halfcontent {
	width: 474px;
}

.fieldsection .separator {
	margin-bottom: 5px;
}


.errorspan {
	font-family: arial, helvetica, sans-serif;
	color: #ff0000;
	font-size: 11px;
	margin-left: 0px;
}

.success {
	color: #00B60D !important;
}

#txtLiteral {
	display: none;
}


/* ##### Event Viewer ##### */

#eventView .body {
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#eventView .body .txtDescrip {
	height: 200px;
	padding: 5px;
	overflow: auto;
	background-color: #ffffff;
	border: 2px #dbdbdb inset;
	margin-bottom: 20px;
}

#eventView .body .row {
	margin-bottom: 5px;
}

#eventView .body hr {
	height: 1px;
}

#eventView .body .labels {
	width: 175px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

#eventView .body .values {
	width: 200px;
	float: left;
}

/* ##### Get Help Popups ###### */

.gethelp {
	cursor: pointer;
}

/*
* Control Buttons
*	A row of control buttons at the top/bottom of a form
**/

.controlButtons > div {
	width: 150px;
}

.flright {
	float: right;
	text-align: right;
}

.flleft {
	float: left;
	text-align: left;
}


/**
* Pseudo Popup Interface
**/

.pseudoPop {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	border: 3px solid #99BBDD;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #1d1d1d;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ECEFF8;
}

.pseudoPop .header {
	background-color: #99BBDD;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.pseudoPop .body {
	padding: 5px 10px;
	margin-bottom: 10px;
}

.pseudoPop .foot {
	background-color: #99BBDD;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	padding: 5px 00px;
	text-align: center;
}

.pseudoPop .controls {
	text-align: right;
}


/**
* Basic Table
**/

table.spreadsheet {
	width: 100%;
	border-collapse: collapse;
}

table.spreadsheet tbody, table.spreadsheet th, table.spreadsheet tfoot {
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
}

table.spreadsheet th {
	text-align: center;
	font-weight: bold;
	background-color: #D6D6CE;
	padding: 3px;
}

table.spreadsheet td {
	border: 1px solid #000000;
	border-collapse: collapse;
	background-color: #ffffff;
	padding: 3px;
}

table.spreadsheet td.integer {
	text-align: center;
}

table.spreadsheet .cellcenter {
	text-align: center;
}

table.spreadsheet a:link, table.spreadsheet a:active, table.spreadsheet a:visited {
	color: #000000;
}

table.spreadsheet a:hover {
	color: #FF0000;
}

.scrollingBox {
	width: 450px;
	height: 150px;
	overflow: auto;
	overflow-x: hidden;
	background-color: #ffffff;
	border: 2px #dbdbdb inset;
}


/*
* Google Map Button
*/

.gMap {
	height: 24px;
	width: 24px;
}

.gMapSel {
	height: 20px;
	width: 20px;
	border: 2px solid #0000ff;
}


/*
* Dialogues and blurbs that are uppose to catch eyes
*/
.dialogueBox {
	background-color: #feff95;
	border: 1px solid #99bbdd;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 12px;
	margin: 0px auto;
	padding: 5px 15px;
	width: 80%;
}


.pulsingText {
	font-weight: bold;
	text-decoration: underline;
	-webkit-animation: color_change 500ms infinite alternate;
	-moz-animation: color_change 500ms infinite alternate;
	-ms-animation: color_change 500ms infinite alternate;
	-o-animation: color_change 500ms infinite alternate;
	animation: color_change 500ms infinite alternate;
}

@-webkit-keyframes color_change {
	from { color: red; }
	to { color: green; }
}
@-moz-keyframes color_change {
	from { color: red; }
	to { color: green; }
}
@-ms-keyframes color_change {
	from { color: red; }
	to { color: green; }
}
@-o-keyframes color_change {
	from { color: red; }
	to { color: green; }
}
@keyframes color_change {
	from { color: red; }
	to { color: green; }
}

/**
* Animation
**/

.shake {
	-webkit-animation: shake 2s infinite;
	-moz-animation: shake 2s infinite;
	-o-animation: shake 2s infinite;
	animation: shake 2s infinite;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(10px);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(10px);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(10px);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}