/* CSS Document */
a:link {
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a:active {
	color:#FFFF00;
	text-decoration: none;
}
a:visited {
	color:#FFFF00;
	text-decoration:none;
}

/* jQuery lightBox plugin - Gallery style */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-family:Arial, Helvetica, sans-serif }
body {
	background:url('/images/bgattempt2.jpg') fixed repeat-y center;
	background-color:#000000;
}

html body {
	color:#FFFF00;
	font-family: "Microsoft Sans Serif";
	font-size: 9pt;
}

.help {
	text-decoration:underline;
}

#sideNav {
	background:url('/images/sidebar_bg.png') no-repeat;
}

a:link {
	color:#FFFF00;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
a:active {
	color:#FFFF00;
	text-decoration: none;
}
a:visited {
	color:#FFFF00;
	text-decoration:none;
}
#WE {
	overflow-x: hidden;
	overflow-y: hidden;
	height: 80px;
	width: 500px;
	max-height: 80px;
	min-height: 80px;
	min-width: 500px;
	max-width: 500px;
	word-wrap: break-word;
}

/* jQuery lightBox plugin - Gallery style */
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-family:"Microsoft Sans Serif";
}

.adminHeader {
	font-family:"Microsoft Sans Serif";
	font-size: 16pt;
	color:#FFFF00;
}

.header {
	font-family:"Microsoft Sans Serif";
	font-size: 16pt;
	color:#FFFF00;
}
.clsInput {
	font-family: Microsoft Sans Serif;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #FF9900;
	padding: 1px;
	background-color: #FFFFFF;
	margin:1px;
}

.rowSilver {
	background-color: #666666;
}

.rowBlack {
	background-color:#222222;
}

.rowRed {
	/*background-color: #D7464A;*/
	background:url('/images/declined_bg.png');
}

.rowGreen {
	/*background-color: #009933;*/
	background:url('/images/approved_bg.png');
}

.rowPending {
	background:url('/images/pending_bg.png');
}

/*	Menu stuff	*/
ul#adminRealMenu
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul#adminRealMenu li
{
	float: left;
	margin: 0px;
	padding: 0px;
	//width: 1px; /* ie */
	//vertical-align: bottom;  /* ie */
}
ul#adminRealMenu li a
{
	display: block;
	white-space: nowrap;
}

ul#adminRealMenu li ul
{
	display: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	list-style: none;
	zoom: 1;  /* ie */
}
ul#adminRealMenu li ul li
{
	float: none;
}

/* Styling starts here */
ul#adminRealMenu
{
	width: 100%;
	/*height: 100%;*/
	/*height: 40px;*/
	/*background: #3f4a58 url(../images/menu-bg.gif) repeat-x left top;*/
	background: #3f4a58 url(../images/menu-bg.gif) repeat left top;
}
ul#adminRealMenu li
{
	background: url(../images/separator.gif) no-repeat right center;
	padding: 0px 10px;
}
ul#adminRealMenu li a:link, ul#adminRealMenu li a:visited
{
	font-family:"Microsoft Sans Serif";
	padding: 0px 5px;
	height: 40px;
	line-height: 40px;
	color: #e4ecf6;
	font-size: 13px;
	text-decoration: none;
	background: none;
}
ul#adminRealMenu li a:hover
{
	color: #ffffff;
	/*background: #3f4a58 url(../images/menu-bg.gif) repeat-x left bottom;*/
	background: #3f4a58 url(../images/menu-bg.gif);
}
ul#adminRealMenu ul
{
	background-color: #3f4a58;
	border-left: 1px solid #7a8087;
}
ul#adminRealMenu li ul li
{
	padding: 0px;
	background: url(../images/sub-separator.gif) repeat-x left bottom;
}
ul#adminRealMenu li ul li a:link, ul#adminRealMenu li ul li a:visited
{
	font-family:"Microsoft Sans Serif";
	min-width: 100px;
	//width: 100px;  /* ie */
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
ul#adminRealMenu li ul li a:hover
{
	/*background: #3f4a58 url(../images/menu-bg.gif) repeat-x left top;*/
	background: #3f4a58 url(../images/menu-bg.gif);
}
/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 257 2010-07-27 23:06:56Z emartin24 $
 */

#basic-modal-content {display:none;}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:360px; width:600px; color:#bbb; /*background-color:#333; /*border:4px solid #444;*/ background:url(../images/faqbg.png) repeat-y;/* padding:12px;*/}
#simplemodal-container .simplemodal-data {padding-left:8px;padding-bottom:8px;padding-right:8px;height:352px;width:582px;overflow-y:auto;overflow-x:hidden;word-wrap:break-word;}
#simplemodal-container code {background:#141414; border-left:3px solid #65B43D; color:#bbb; display:block; font-size:12px; margin-bottom:12px; padding:4px 6px 6px;}
#simplemodal-container a {color:#ddd;}
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}
#simplemodal-container h3 {color:#84b8d9;}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url(../images/icon_load_wb.gif) right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected.dp-hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td.dp-hover,
table.jCalendar tr.activeWeekHover td {
	background: #fff;
	color: #000;
}
table.jCalendar tr.selectedWeek td {
	background: #f66;
	color: #fff;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
	background: #bbb;
	color: #888;
}
table.jCalendar td.unselectable,
table.jCalendar td.unselectable:hover,
table.jCalendar td.unselectable.dp-hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}

/*.listMonths {
	width:66px;
	z-index: 3001;
}*/

a {
	font-family: "Microsoft Sans Serif";
	font-size: 12pt;
}

/*
	Pagination CSS
*/
[id^="pagination-"] {
	font-family: sans-serif;
	color:#3c3c3c;
	background: #fcfcfc;
	border: 2px solid #b3b3b3;
	border-radius: 15px;
	//
	text-decoration: none;
	width:450px;
	height:150px;
	padding:10px 0px 5px 15px;
	margin:10px;
	font-size:20px;
}

[id^="pagination-"] {
	text-decoration: none;
	display:inline-block;
	/*position:relative;
	float:left;*/
	width:36px;
	height:16px;
	font-size:12px;
	padding:5px 0px 5px 10px;
	margin:5px;
}

[id^="pagination-item-"] {
	display:inline-block;
	/*position:absolute;*/
}

[id^="pagination-item-"] {
	margin-left:667px;
}

.no-touch [id^="pagination-"]:hover, [id^="pagination-"].active {
	background:#92e8ff;
}

#pagination-click-prev, #pagination-click-next {
	display:inline-block;
	/*position:relative;
	float: left;*/
	margin-top:40px;
	/*top:10px;
	left:0px;*/
}