.invisible { display: none;}

.logo {
	border: 1px solid black;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 3px #adadad;
	-moz-border-radius: 5px;
}	

.collapsePanel {
    padding: 0px 5px 0px 5px;
    height:0px;
    background-color: #D0D9E2;
    overflow: hidden;
}

.collapsePanel td {
    vertical-align:top;
}

.propWizard {
    font-size: 9pt;
    background-color: #D0D9E2;
    width: 700px;
    height:450px;
}

.propWizard H2 {
    margin-top: 3px;
    font-family: verdana,helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #21364F; /*backSecondaryDark*/
}

.propWizard H3 {
    font-family: verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #2F4D70;
}

.propWizPanelInfo {
    font-size: 8pt;
    width:40%;
    vertical-align:top;
    background-color:#E3E9EF;
    border:1px solid #AAB6C4;
    color:#4F5E70;
    padding:5px;
}
.propWizPanelInfoTitle {
    /*font-size: 14px;*/
    font-weight: bold;
}

.homePanelInfo {
    font-size: 8pt;
    width:300px;
    background-color:#E3E9EF;
    border:1px solid #AAB6C4;
    color:#4F5E70;
    padding:5px;
}

/* backPrimary          #996F40 */
/* backPrimaryXLight    #D6CCC2 */
/* backSecondary        #2F4D70 */
/* backSecondaryDark    #21364F */
/* backSecondaryLight   #4F5E70 */
/* backSecondaryLighter #AAB6C4 */
/* backSecondaryXLight  #D0D9E2 */
/* backSecondaryXXLight #E3E9EF */
    
.propWizard .nextButton { 
    background-image: url(images/blankorangebtn.gif);
    border: none;
    font-size: 9pt;
    font-weight: bold;
    width: 77px;
    height: 19px;
}

.propWizard .prevButton  {
    border: solid 1px #21364F;
    width: 70px;
    padding-bottom: 1px;
    font-size: 9pt;
    font-weight: bold;
    background-color: #D6D3CE;
}


body {
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12pt;
    margin: 0px;
    padding: 0px; 
    background: url(images/bodybkgrnd.gif) top left repeat-y;
    height: 100%;
}

.mainBody {
    background-color: #EEF1F4;
    padding: 10px; 
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12pt;
}
.mainBody H1 {
    font-size:large;
    color: #2F4D70;
    margin-top: 2px;
}
.normalEmphasized {
    font-size:8pt; 
    font-weight:bold; 
    color:#2F4D70; 
}
.normalEmphasized div {
    padding: 0 2px 0 5px; text-align: left;
}

.errorMsg {
    color: Red;
    font-size:8pt; 
	font-weight: bold;
}

a, .link {
	color: #21364F;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
a:visited {
	color: #2F4D70;
}
a:hover {
	color: #5F6770;
}

a .link {
	color: #21364F;
	font-size: 12px;
	text-decoration: underline;
}
a:visited .link {
	color: #2F4D70;
}
a:hover .link {
	font-weight: bold;
	color: #5F6770;
}

.header {
    padding: 3px; 
    background-color: #99846C;
    color: White;
    height: 50px;
}
.header h1 {
	color: #10377C;
	font: bold xx-large Arial, sans-serif;
	margin: 0px;
}
.header a {
	color: white;
	font: bold small;
	text-decoration: none;
}
.header a:visited
{
	color: #FFF6ED;
}
.header a:hover {
	color: #4F5E70;
	font-weight: bold;
}

.leftNav  
{
    padding: 5px; 
    background: #4F5E70;
    color: White;
    vertical-align: top;
}
.leftNavItem {
    padding: 6px 2px 2px 2px;
}
.leftNav a {
	color: #C09F70;
	font: bold small;
	text-decoration: none;
}
.leftNav a:visited {
	color: #C09F70;
}
.leftNav a:hover {
	color: #FFF6ED;
	font-weight: bold;
}
.leftNavSection  
{
    padding: 10px 0px 5px; 
    color: White;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
}

/* Name of property at top of pages */
.propertyHeader 
{
    text-align: center;
    font-size:large;
    color: #2F4D70;
}

.calDay {
     font-size: 12pt;
}
.calDayBtn {
     background-image: url(images/reserve.gif);
     background-position: right;
     background-repeat: no-repeat;
     height: 16px;
}

.dragBar {
	background-color: #5F6770;
}

.genericPanel {
    font-size: 10pt;
    border-style: solid;
    border-width: 1px;
    border-color: #21364F;
    background: #EFEFEF;
}

.formPanel {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
    font-size: 11pt;
    background: #EFEFEF;
	color: #21364F;
    text-align: left;
}
.formTitle {
    text-align: center;
	color: #FFFFFF;
	background-color: #21364F;
    font-weight: normal;
    font-size: 10pt;
    width: 100%;
}
.formTitleLight {
    text-align: center;
	color: #FFFFFF;
	background-color: #4F5E70;
    font-weight: normal;
    font-size: 10pt;
    width: 100%;
}
.formTitleLightDrag {
    background-image: url(images/drag.gif);
    background-position: right;
    background-repeat: no-repeat;
    text-align: center;
	color: #FFFFFF;
	background-color: #4F5E70;
    font-weight: normal;
    font-size: 10pt;
    width: 100%;
}
.formLabel {
    text-align: right;
    padding: 4px 2px 2px 2px;
    font-weight: bold;
    font-size: 9pt;
    vertical-align: top;
}
.formField {
    border-color: #2F4D70;
    padding: 1px 2px 0px 2px;
    font-size: 10pt;
}
.formFieldLeft {
    text-align: left;
    border-color: #2F4D70;
    padding: 3px 2px 2px 2px;
    font-size: 10pt;
}
.formFieldReadOnly {
    padding: 1px 2px 0px 2px;
    border-color: #2F4D70;
    border-width: 1px; 
    border-style: solid;
    background-color: white;
    font-size: 10pt;
    text-align: left;
    margin-bottom: 6px;
}
.formCommands  {
    border: solid 1px #21364F;
    font-size: 9pt;
    font-weight: normal;
    background-color: #D6D3CE;
}
.detailsViewCommand  {
    padding: 3px 3px 3px 3px;
    margin: 1px 3px 1px 3px;
    border: solid 1px #21364F;
    font-size: 9pt;
    font-weight: normal;
    background-color: #D6D3CE;
}

.tablecontainer {
    display: table;
    border-spacing: 0px;
    padding: 0px 0px 0px 0px;
}
.tablerow  {
    display: table-row;
    padding: 1px 2px 1px 2px;
}
.tablecolumn {
    float:left;/*fix for  buggy browsers*/
    display: table-cell;
}
.tablerightcolumn {
    float:right;
    display: table-cell;
}

.ajax__tooltip_popup {
    border:solid 1px Black;
	background-color: Silver;
	/*opacity:.9;
	filter: alpha(opacity=90);*/
	display:block;
	height:200px;
	width:200px;
	border:solid 1px black;
	color: black;
	font: small arial,sans-serif;
	font-size:12px;
	padding:5px;
	padding-top:8px;
	position:absolute;
}

.popupMenu {
    text-align: left;
	position:absolute;
	visibility:hidden;
	background-color:#FFFFFF;
	padding: 2px 5px 5px 5px;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	z-index: 255;
}
.popupMenu div a {
	color: #0066CC;
	font: bold small arial,sans-serif;
}
.popupMenu div:hover {
	color: #333333;
	background-color:#D7E6F4;
}
.popupHover {
	background-color:#AAB6C4;
}

.validatorCalloutHighlight {
    background-color: #ffa07a;
}

.textIndicator_Password {
         background-color:Gray;
         color:White;
         font-family:Arial;
         font-size:x-small;
         font-style:italic;  
         padding: 2px 3px 2px 3px;   
    }

.modalBackground {
	background-color: #EFEFEF;
	filter:alpha(opacity=20);
	opacity:0.2;
}
.modalPopup {
    text-align:center;
	background-color: #EFEFEF;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
    font-size: 9pt;
    background: #EFEFEF;
	color: #21364F;
}
.modalBody {
    margin: 6px 6px 6px 6px;
}

.logonPanel {
    font-size: 10pt;
    border: solid 1px #21364F;
    background: #E3E9EF;
    width: 220px;
}
.registerPanel {
    font-size: 10pt;
    border: solid 1px #21364F;
    background: #EFEFEF;
    width: 220px;
}
.logoutPanel {
    font-size: 10pt;
    border: solid 1px #21364F;
    background: #EFEFEF;
    width: 400px;
}

.errMessage {
    color: Red;
    font-weight: bold;
    font-size: small;
}

.backPrimary {
    background-color: #996F40;
}
.backPrimaryLight {
    background-color: #99846C;
}
.backPrimaryLighter {
    background-color: #BBAD9D;
}
.backPrimaryXLight {
    background-color: #D6CCC2;
}
.backSecondary {
    background-color: #2F4D70;
}
.backSecondaryDark {
    background-color: #21364F
}
.backSecondaryLight {
    background-color: #4F5E70;
}
.backSecondaryLighter {
    background-color: #AAB6C4;
}
.backSecondaryXLight {
    background-color: #D0D9E2;
}
.backSecondaryXXLight {
    background-color: #E3E9EF;
}
.backSecondaryXXXLight {
    background-color: #EEF1F4
}
.backNeutral {
    background-color: #5F6770;
}
.contrastYellow {
    background-color: #FFB900;
}
.contrastRed {
    background-color: #FF4100;
}


.my_ajax__tab .ajax__tab_header {font-size:12px;background:url(WebResource.axd?d=QsC3hZMe0d-U5rRdW7iD_RBVPFLbTqXd8jFT6VRw3vXJsdDxHXFO_rsoCjvb2Dm4bf0fGvG3Dylwj1mJIhH4cw2&t=633436054703580000) repeat-x bottom;}
.my_ajax__tab .ajax__tab_outer {background:url(images/tabright.gif) no-repeat right;height:21px;}
.my_ajax__tab .ajax__tab_inner {padding-left:3px;background:url(images/tableft.gif) no-repeat;}
.my_ajax__tab .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url(images/tab.gif) repeat-x;}
.my_ajax__tab .ajax__tab_hover .ajax__tab_outer {background:url(images/tabhoverright.gif) no-repeat right;}
.my_ajax__tab .ajax__tab_hover .ajax__tab_inner {background:url(images/tabhoverleft.gif) no-repeat;}
.my_ajax__tab .ajax__tab_hover .ajax__tab_tab {background:url(images/tabhover.gif) repeat-x;}
.my_ajax__tab .ajax__tab_active .ajax__tab_outer {background:url(images/tabactiveright.gif) no-repeat right;}
.my_ajax__tab .ajax__tab_active .ajax__tab_inner {background:url(images/tabactiveleft.gif) no-repeat;}
.my_ajax__tab .ajax__tab_active .ajax__tab_tab {background:url(images/tabactive.gif) repeat-x;}
.my_ajax__tab .ajax__tab_body {background-color:#EFEFEF;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;}


.gridview .actions div {
	float: right;
	padding-right: 2px;
	text-align: right;
	width: 95px;
}

.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
}
.gridviewcentered {
     text-align: center;
}
.gridview td {
	background: #FFFFFF;
	border-bottom: solid 1px #C5DBF7;
	color: #333333;
	font: 10pt arial, sans-serif;
	padding: 3px 3px;
}
.gridview .footerrow {
    background-color: #AAB6C4;
}
.gridview th {
	background: #5F6770;
	color: #FFFFFF;
	font: 10pt Arial,Sans-Serif;
	letter-spacing: 0;
	padding: 4px;
	text-align: left;
}
.gridview th a{
	color: #FFFFFF;
	font: bold small arial,sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #D7E6F4;
}
.gridview tr.header {
	background: #4F5E70;
}
.selectedRowStyle  td {
    background-color: Yellow;
}

/* the approve/reject checkbox */
.toggleCheckbox label {
    position: absolute;
    margin: 55px 0px 0px -105px;
}

/* The pop-up panel when hovering over calendar reservations */
.calItemHover 
{
    font-size: small;
    margin-left: 20px;
    margin-top: 10px;
    /*width: 250px;*/
    background-color:White;
    border-color: gray;
    border-style:solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    visibility:hidden;
	background-color:#F0F0F0;
	opacity: .8;
	filter: alpha(opacity=80);
}

/* The pop-up panel when hovering over calendar menu */
.calHoverMenu 
{
    font-size: small;
    margin-left: -10px;
    margin-top: 10px;
    /*width: 250px;*/
    background-color:White;
    border-color: gray;
    border-style:solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    visibility:hidden;
	background-color:#F0F0F0;
	opacity: .8;
	filter: alpha(opacity=80);
}

/* Applied to the title (top line) in the hover pop-up */
.hoverPopupTitle 
{ 
    background: #4F5E70;
    color: White;
    display:block;
    width: 100%;
}
    
/* Applied to the line in the hover pop-up that matches the item hovered over */
.hoverPopupSlotName 
{ 
    margin-left: 20px;
    margin-right: 5px;
    color: Black; }

/* Applied to the otherr lines in the hover pop-up (not hovered over) */
.nonHoverPopupSlotName 
{   
    margin-left: 20px;
    margin-right: 5px;
    color: #101010; }

.validatorCalloutHighlight
{
    background-color: salmon;
}


.placeholder {
	color: #003399;
	font: bold medium "Segoe UI", Segoe, sans-serif;
	height: 40px;
}
.content {
	float: left;
	margin: 5px 5px;
	text-align: left;
}

.insert {
	width: 300px;
}
.insert span {
	font-family: "Segoe UI", Segoe, sans-serif;
}
.insertheader 
{
    color: Silver;
	background: #10377C url(images/add.gif) 6px 50% no-repeat;
	margin-top: 25px;
	padding-left: 25px;
	position: relative;
     cursor: pointer; 
     cursor: hand; 
 }
.insertheader  a {
	color: #FFFFFF;
	font: bold medium "Segoe UI", Segoe, sans-serif;
	margin-left: 20px;
}
.login {
	font: small "Segoe UI", Segoe, sans-serif;
	margin-left: 100px;
	margin-top: 30px;
}
.login input[type=text] input[type=password] {
	width: 100px;
}
.loginstatus {
	font: small "Segoe UI", Segoe, sans-serif;
	margin-left: 660px;
	margin-top: 20px;
	position: absolute;
	text-align: right;
	width: 200px;
}
.loginstatus span {
	margin-right: 20px;
}
.menu {
	border-width: 1px;
	float: left;
	margin: 20px 5px;
	width: 150px;
}
.progress {
	color: #FFFF99;
	float: right;
	font: bold x-large "Segoe UI", Segoe, sans-serif;
	margin-top: -20px;
}
.updateprogress {
	color: #FFFFFF;
	font: bold large "Segoe UI", Segoe, sans-serif;
}

.dynamicPopulate_Normal {	
	border:silver 1px inset;
	padding:2px;
	text-align:center;
	height:2em;
	margin:5px;
	width:400px;
}

.dynamicPopulate_Updating  {
	background-image:url(public/images/loading.gif);
	background-repeat:no-repeat;
	border:silver 1px inset;
	text-align:center;
	padding:2px;
	height:2em;
	margin:5px;
	width:400px;
}
