@charset "utf-8";
a:link {text-decoration: none;}
a:visited {text-decoration: none};
a:active {text-decoration: none};
a:hover {text-decoration: underline;}

.noLinkStyle a:link {text-decoration: none};
.noLinkStyle a:visited {text-decoration: none};
.noLinkStyle a:active {text-decoration: none};
.noLinkStyle a:hover {text-decoration: none;}

#tr10 td{padding:2px 5px;}
#tr11 td{background-color: #CCCCCC; padding:2px 5px;}

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif ;
	font-size:.8em;
  background-image:url('../../includes/images/background.png');
  background-repeat:repeat-x;
	margin: 5 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

input[type="button"], input[type="submit"] { 
    color:#ffffff; 
    background-color:#F27C2E; 
} 

h1 {font-size:1.5em;}                     
h2 {font-size:1.25em;}
h3 {font-size:1.1em; display: inline;}


table.file tr td {border-top:1px solid orange;}
tr.rc0 td {background-color: #FFFFFF; color: black; padding:3px 6px 3px 6px; margin:0px; border:none;}
tr.rc1 td {background-color: papayawhip; color: black; padding:3px 6px 3px 6px; margin:0px; border:none;}
tr.rch td {background-color: sandybrown; color: black; padding:3px 6px 3px 6px; margin:0px; border:none;cursor:pointer;} 
tr.rhd td {background-color: #FFFFFF; color: black; padding:3px 6px 3px 6px; margin:0px; border-top:1px solid #000000; vertical-align:top;}
td.chd { color: black; font-weight:bold;}
td.firstcol {vertical-align:top;width:50px;}
table.edt {width:70%; margin-left:15%; margin-right:15%; margin-top:10px; margin-bottom:10px; border-collapse:collapse;}
div.edt {width:70%; margin-left:15%; margin-right:15%; margin-top:10px; margin-bottom:10px; border:1px solid #000000; padding:10px;}
div.edtTitle {width:70%; margin-left:15%; margin-right:15%; margin-top:5px; margin-bottom:5px;}
div.edtBtns {width:70%; margin-left:15%; margin-right:15%; margin-top:10px; margin-bottom:10px;text-align:right;}

.exitButtons {color:#FFFFFF; background-color: #F27C2E; border: 2px outset #d7b9c9; font-size:1.25em; padding:2px 5px 2px 5px;}
.exitButtonsHover {color:#FFFFFF; background-color: #FFAE5E; border: 2px outset #d7b9c9;  font-size:1.25em; padding:2px 5px 2px 5px;}
.fileButtons {color:#FFFFFF; background-color: #F27C2E; border: 2px outset #d7b9c9; font-size:1em; padding:2px 3px 2px 3px;}
.fileButtonsHover {color:#FFFFFF; background-color: #FFAE5E; border: 2px outset #d7b9c9;  font-size:1em; padding:2px 3px 2px 3px;}

.startButton {color:#FFFFFF; background-color: #F27C2E; border: 2px outset #d7b9c9; font-size:1.25em; padding:2px 5px 2px 5px;}
.startButtonHover {color:#FFFFFF; background-color: #FFAE5E; border: 2px outset #d7b9c9;  font-size:1.25em; padding:2px 5px 2px 5px;}

.grouping1{
         border: 1px outset #F6F6F6;
         background-color:#EEEEEE;
         padding: 4px;
         margin: 5px 0px 5px 0px;
}

.grouping1 #title {
   width: auto;
   background-color: #BAD7A6;
   color: #666666;
   font-weight: bold;
   padding: 3px 3px 3px 5px;
}

.tableInset{
   border: 0px;
   margin: 0px;
   padding: 0px;
}
.tableInset td{
   padding: 0px 4px 2px 4px;
}

.cellHead{
  background: #F0F0F0;
  border-width:1px;
  border-style:none none solid none;
  font-weight:bold;
}

li.sizeColor {margin-top: 10px;}
li.attribution{margin-top: 5px;}
li.attributionColor{margin-top: 2px;}

.oneColFixCtrHdr #container {
	width: 1004px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

/*------------- Top Bar -------------------------------------------------------*/
.oneColFixCtrHdr   #topBar  {
	/*background-color: #704404;*/
	background-color: #F27C2E; 
	padding: 5px 10px 5px 10px;
	/*color: #EBDDC3;*/
	color: #FFFFFF;
}
.oneColFixCtrHdr  #topBar a {
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.oneColFixCtrHdr #topBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*------------- Main Menu -------------------------------------------------------*/
.oneColFixCtrHdr #mainMenu  {
	background-color: #F27C2E;
	border-top: 1px solid #FFFFFF;
  padding: 5px 10px 5px 10px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.oneColFixCtrHdr #mainMenu  a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #mainMenu a:hover {
	text-decoration: underline;
}

.oneColFixCtrHdr #mainMenu .opposite {
	color: #FFFFFF;
	text-decoration: underline;
}
/*---------  BEGIN NEW MENU STYLE ----------------------------------------------------*/
.menuS1  {
  	background-color: #F27C2E; 
  	margin-left:-10px;
  	margin-right:-10px;
  	padding: 5px 10px 5px 10px;
  	text-align:center;
  	border-top:1px solid #FFFFFF;
  	color: #FFFFFF;
  }
  .menuS1  a {
  	color: #FFFFFF;
  	font-weight:bold;
  	text-decoration: none;
  }
  .menuS1  a:hover {
  	color: #FFFFFF;
  	text-decoration: underline;
  }
  .menuS1Inv  {
  	color: #F27C2E;
  	font-weight:bold;
  	text-decoration: none;
  	padding:5px;
    background-color:#FFFFFF;
  }
  .menuS1Inv a {
  	color: #F27C2E;
  	font-weight:bold;
  	text-decoration: none;
  	padding:5px;
    background-color:#FFFFFF;
  }
    .menuS1Inv a:hover {
  	color: #F27C2E;
  	font-weight:bold;
  	text-decoration: underline;
  	padding:5px;
    background-color:#FFFFFF;
  }
/*---------  END NEW MENU STYLE ----------------------------------------------------*/
.oneColFixCtrHdr #header {
	background: #FFFFFF;
  text-align: center; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 5px 10px 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#704404;*/
	background: #F27C2E; 
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

/* --------- BEGIN CALANDER POPUP ----------------------------
/* the div that holds the date picker calendar */
.dpDiv {
	}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: white;
	border: 1px solid #AAAAAA;
	}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}
/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
/* --------- END CALANDER POPUP ----------------------------