﻿#right
{
	display: block;
	width: 99%;
	position: relative;
}

#content
{
	/* Test background-color: yellow;*/
}

.adminContent
{
	/* Test background-color: red; */
}

.Modal 
{
	background-color: Gray
}

.PanelOn {
  background-color: #EEC5AA;
  border-style: outset;
  border-width: 3px;
  padding: 5px;
  vertical-align: top;
}

.PanelOn ul {
	list-style: none;
}

.PanelOff {
	background-color: silver;
	color: white;
	border-style: inset;
	border-width: 3px;
	padding: 5px;
	vertical-align: top;
}

.PanelOff INPUT {
	background-color: #D3D3D3;
	color:  #FFFFF0;
	list-style: none;
}

.PanelOff td, .PanelOff ul {
	list-style: none;
	color: white;
	background-color: silver;
}

.PanelReadOnly {
	background-color: #F5F5F5;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
	vertical-align: top;
	color: black;
}

.PanelReadWrite {
	background-color: transparent;
	border-style: none;
	border-width: 1px;
	padding: 5px;
}

.MsgBoxOn 
{
	position: fixed;
	border: solid 1px black;
    padding: 10px;
    top: 290px;
    left: 490px;
    background-color: white;
    width: 300px;
    font-family: Arial;
    font-size: 11pt;
}

.MsgBox2On
{
	position: fixed;
	border: solid 1px black;
    padding: 10px;
    top: 290px;
    left: 590px;
    background-color: white;
    width: 300px;
    font-family: Arial;
    font-size: 11pt;
    display: block;
    z-index: 999;  
}

.MsgBox3On
{
    position: fixed;
    border: solid 1px black;
    padding: 10px;
    top: 140px;
    left: 590px;
    background-color: white;
    width: 300px;
    font-family: Arial;
    font-size: 11pt;
    display: block;
    z-index: 999
}

.MsgBox4On
{
    position: static;
    border: solid 1px black;
    padding: 10px;
    top: 140px;
    left: 590px;
    background-color: white;
    width: 300px;
    font-family: Arial;
    font-size: 11pt;
    display: block;
    z-index: 999
}

.MsgBoxInputOn
{
	position: fixed;
	border: solid 1px black;
    padding: 10px;
    top: 290px;
    left: 590px;
    background-color: white;
    width: 400px;
    font-family: Arial;
    font-size: 11pt;
    display: block 
}

.MsgBoxOff
{
	position: fixed;
	border: solid 1px black;
    padding: 10px;
    top: 290px;
    left: 490px;
    background-color: white;
    width: 300px;
    font-family: Arial;
    font-size: 11pt;
    display: none
}

/*
.MsgBoxLargeInputOn
{
	position: fixed;
	border: solid 1px black;
	padding: 10px;
	top: 190px;
    left: 490px;
    background-color: white;
    width: 500px;
    font-family: Arial;
    font-size: 11pt;
    display: block
}

.MsgBoxLargeInputOff
{
	position: fixed;
	border: solid 1px black;
	padding: 10px;
	top: 190px;
    left: 490px;
    background-color: white;
    width: 500px;
    font-family: Arial;
    font-size: 11pt;
    display: none
}
*/

.Black.RadEditor 
{
	height: 450px;
	background-color: white;
	color: black
}

.toolbar {
	color: White;
	background-color: #00008B;
	font-size: 15px;
    font-family: Verdana;
    height: 25px; 
}
.toolbar A:link {
	text-decoration: none;
	color: white;
	font-weight: bold;
}
.toolbar A:visited {text-decoration: none;}
.toolbar A:active {text-decoration: none;}
.toolbar A:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}

.CreatePaySiteFrame {
	padding: 10px;
	width: 450px;
	height: 100%;
   border: 	thin;
}

#Confirm {
   font-weight: bolder;
	font-size: 30pt;
}

.GridHeaderStyle {
	 background-color: #949263;
}

.ItemStyle {
	 background-color: #FFFFE0;
	}

.AltItemStyle {
	 background-color: #EFC308;
	}
.PageBkgrd {
background-color: #FFFFE0;
	}

.MaskedEditFocus
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #ffcccc;
}
.MaskedEditFocusNegative
{
    background-color: #ffffcc;
    color: #000000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
	
}

.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar .ajax__calendar_other .ajax__calendar_year{
	background-color: #D3D3D3;
	color: black;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
	 background-color: #D3D3D3;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
	 background-color: #CCEAFF;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
	 background-color: aqua;
	 
	 border-color: lightblue;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}



.submitButton {
	float: left;
	margin-right: 5px;
}
.Normal2 {
	display: none;
}
.LoginError {
	color: red;
	font-weight: bold;
	/*background-color: #FFEEEE;
   padding: 10px;
	font-size: 15px;
	text-transform: capitalize;
	
	padding: 4px 0px 0px 25px;*/
	float: left;
	height: 20px;
	width: 200px;
}

.Progress
{
  background-image: url(spinner.gif);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  cursor: wait;
  float: left;
  width: 85px;
  height: 20px;
  padding: 4px 0px 0px 25px;  
}
.ProgressButton {
	background-image: url(Spinner.gif);
	background-repeat: no-repeat;
	cursor: wait;
}

.DocumentStyle{
	background-color:  White;
   margin-left: 10px;
	margin-top: 0px;
	
}

Table{
	
   color: black	;
}

.FieldOffStyle {
   background-color: silver;
   color: black;	
}

.FieldOnStyle {
	background-color: transparent;
	color: blue;
}
Fieldset {
	border-color: Silver;
}

.SectionTitle {
	color: blue;
	font-weight:bold;
	position:relative;
	left:10px;
   text-align: left;
   font-size: 20px;
	
}
.SectionTitle HR {
 	color:white;
}
.GroupTitle {color: black;
	font-weight:bold;
	position:relative;
	vertical-align: top;
	text-align: left;
}
.GroupText {color: black;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	vertical-align:middle;
	text-align: left;
}
.GroupArea {color: black;
	padding-top:5px;
	padding-bottom:5px;	
	font-weight:normal;
	position:relative;
	text-align: center;
	
}
.GroupSubArea HR {
	color: white;
}
.GroupSubArea Fieldset {
	border-style: none;
}
.GroupSubArea {
	color: black;
	width: 75%;
   text-align: center;
	
}
.GroupSubArea td {
	text-align: left;
}
.HiddenColumn {display:none;}
.Alt {background-color:gray;}

.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}



.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
	 padding: 0px;
}



.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;
	padding: 1px;
}



.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
   	
}


.animationReferenceTable
{
}

.animationReferenceRow
{
}

.animationReferenceField
{
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
}

.animationReferenceCode
{
	margin-top: 5px;
	vertical-align: top;
	font-family: 'Courier New', Monospace;
	font-style: normal;
	font-weight: bold;
	
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
	margin-bottom: 5px;
}

.animationReferenceItems
{
	vertical-align: top;
}

.animationReferenceItemTable
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItemRow
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.animationReferenceItem
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
}

.animationReferenceItemCode
{
	display:block;
	background-color:#FFF;
	color:#000;
	font-family:'Courier New', Monospace;
	font-size:0.9em;
	font-style:normal;
	font-weight: bold;
}


.page-subnav {
	background-color: #990000;
}
.LoginHeader {
   text-align: left;
}
.LoginHeader A:link {text-decoration: none;}
.LoginHeader A:visited {text-decoration: none;}
.LoginHeader A:active {text-decoration: none;}
.LoginHeader A:hover {
	text-decoration: underline;
	color: red;
   font-weight: bold;
}


.AltLinkStyle A:link {
	text-decoration:underline;
	color: maroon;
	font-weight: normal;
}
.AltLinkStyle A:visited {text-decoration: none;}
.AltLinkStyle A:active {text-decoration: none;}
.AltLinkStyle A:hover {
	text-decoration: underline overline;
	color: red;
	font-weight: bold;
}

.WizardStyle A:link {
	text-decoration: underline;
	color: maroon;
	font-weight: normal;
	}
.WizardStyle A:visited {text-decoration: none;}
.WizardStyle A:active {text-decoration: none;}
.WizardStyle A:hover {
	text-decoration: underline overline;
	color: red;
   font-weight: bold;
}
.WizardStyle {
	background-color: #EEE8AA;
	border-style: none;
	/*border-color: #FFDFAD;*/
	border-width: 1px;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	height: 625px;
	width: 700;
}

.WizardContent {
	height: 625px;
	width: 700;
	vertical-align: middle;
	padding-left: 5px;
}

.WizardContent .title {
	text-align:left;
	padding: 5px 0px 0px 0px;
	font-size: 1.5em;
	color: #333333;
	font-weight: bold;
	line-height: 1.5em;
}


.WizardContent h1 ul {
	text-align: left;
	padding: 30px 0px 0px 30px;
}

.WizardContent ul {
	list-style-type:none;	
	list-style-image: url(images/arrow.gif);
	list-style-type: circle;
}

.InputForm {
	padding: 5px 10px 10px 10px;
	vertical-align: middle;
	background-color: #EEE8AA;
   color: black;	
}
.FormHeader {
	 text-align:left; 
	 padding:5px;
	 background-color: #EEE8AA;
	 color: black;
}
.FormHeader HR {
	color: white;
}
.FormTabs {
	background-color: #EEE8AA;
	color: black;
}
.InputForm .title {
	text-align:left;
	padding: 5px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: .1em;
}

.InputForm ul {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin-left: -20px;
   padding-top: 5px;
   layout-flow: horizontal;
}
.InputForm hr {
	color: #FFCC66;
}

.InputForm label {
	
	width:8em;
}



.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	color: maroon;
	font-size: 10pt;
	font-weight: normal;
}
.modalPopupHeader {
	cursor: move;
	background-color: LightSkyBlue;
	border:solid 1px Gray;color:Black
}
h1 {
	color: maroon;
   font-weight: bold;
	font-size: 12pt;	
}
.dgProjects td {
	 padding-left: 10px;
}



#Meeting {
   /*
	border-style: solid;
	border-width: 1px;
	text-align: left;
	background-color: palegoldenrod;
	color:black;
	*/
}
#Meeting HR {
	color: white;
}
#Meeting Fieldset {
	border-style: none;
}

.SmallType {
    font-size: .8em;
}
/*
#Meeting TD {
	padding: 5px;
}
*/
#Meeting ul {
    list-style: none;
	 list-style-position: outside;
	 line-break: strict;
	 margin-top: 0px;
	 margin-bottom: 0px;
	 margin-left: 10px;
}
.MeetingDetail:Hover {
	background-color: #AAD2EE;
	color: maroon;
}
.MeetingSelected{
	background-color: #AAB0EE;
	color: maroon;
}
.Meeting TD:Hover {
	background-color: #AAD2EE;
	color: maroon;
}
.Meeting TD {
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	background-color: palegoldenrod;
	color:black;
}




.UCContent {
	background-color: #EEE8AA;
	color: black;	
}
.backgroundTest

{

    background-color:aqua;
    padding: 0px;

}


.Tab .TabPanel {
	background-color: #EEE8AA;
}







.ProjectList th {
	color: maroon;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	font-weight: bold;
	background-color: #F5F5F5;
}
.ProjectList td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.ProjectList table {
	
}
.ProjectList A:link {
	text-decoration: underline;
	color: maroon;
	font-weight: normal;
}
.ProjectList A:visited {text-decoration: none;}
.ProjectList A:active {text-decoration: none;}
.ProjectList A:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}

#ProjectListDiv {
	height: 430px;
	overflow: auto;
	padding: 0px 0px 0px 0px;
}

.ProjectListPager {
	text-align: left;
}

.ProjectListPager A:link {
	text-decoration: underline;
	color: maroon;
	font-weight: normal;
}
.ProjectListPager A:visited {text-decoration: none;}
.ProjectListPager A:active {text-decoration: none;}
.ProjectListPager A:hover {
	text-decoration: underline;
	color: red;
	font-weight: bold;
}


.LabelAlignLeft
{
	margin-top:3px;
	float:left;
	width:6em;
	margin-right:1em;
}

.DivSpaced
{
	clear: left;
	margin-bottom: .5ex
}
