﻿/* Accordion */

.accordionHeader
{
	border: 1px solid #DEBA84;
	color: white;
	background-color: #A55F5f;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}	

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #A55129;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

.accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #FFCF9C;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	border-width: 1px;
	border-color: #2F4F4F;
}
/* Accordion 
/*Calender*/
.calTitle   {font-weight: bold;
	             font-size: 11;
	             background-color:#cccccc;
	             color: black;
	             width: 90px;
	}



	.calBody    {font-size: 11;
	             border-width: 10px;
	}
/*Calender*/
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
/*Modal Popup*/
/*Textbox Watermark*/

.unwatermarked {
	height:18px;
	width:148px;
}

.watermarked {
	height:20px;
	width:150px;
	padding:2px 0 0 2px;
	border:1px solid #BEBEBE;
	background-color:#F0F8FF;
	color:gray;
}	
/*Textbox Watermark*/
.ajax__tab_default .ajax__tab_header
{
	white-space: normal !important;
	font-size: large;
	font-weight: bold;
	color: #996633;
}

.employeeInput
{
    color: #808080;
    font-size: medium;
    font-family: Candara;
    font-style: italic;
}
  
body
{
	font-family: 'Century Schoolbook';
	height: 100%;
}

h1
{
	font-size: xx-large;
	background-color: #996633;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	padding-left: 5px;
	font-family: 'Copperplate Gothic Light';
	color: #FFFFFF;
	border-bottom-color: #999999;
	border-bottom-style: ridge;
	border-bottom-width: thick;
	font-weight: bold;
}

h3
{
	color: #9C3000;
	font-family: 'Perpetua Titling MT';
	
	background-image: none;
	font-weight: bold;
	font-style: normal;
}
.MyOwnTable
{

	background-color: #FFCC99;
}
.MyOwnTableHeader
{
	color: White;
	font-weight: bold;
	background-color: #996633;
}
.MyOwnTableFooter
{
	font-family: 'Baskerville Old Face';
	background-image: url(  '../../images/brBrownFooter.png' );
	
}
.MyOwnTab
{
	background-position:  bottom;
	background-image: url(    '../../images/tabImage.gif' );
	background-repeat: no-repeat;
	height: 75px;
	width:100%;
}
.MyOwnBudgetTable
{
	width: 90%;
}
 .navigation a
 {
 	width:100%; display:block;
  }

