﻿.AdminLink {
    text-decoration: none;
	font-size: 1em;
    font-weight:bold;
	color: #2C4890;
	display: block; 
	padding-top: 2px;
	padding-bottom: 2px;
    }
.minWidth {
    min-width: 150px;
}
.divider{
    width:20px;
    height:auto;
    display:inline-block;
}
.AdminLinkHeader {
    text-decoration: none;
	font-size: 1em;
    font-weight:bolder;
    text-decoration: underline;
	color: Black;
	display: block; 	
	padding-bottom: 2px;
}
.AdminText {
    text-decoration: none;
	font-size: 1em;
    font-weight:normal;    
	color: Black;
	
}
.body {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	background-color: #F4F2F0;
	background: #F4F2F0;
}

.bodymaster {
	font-family: Arial, sans-serif;
	font-style:italic;
	font-size: 100%;
	font-weight: bold;
	background-color: #F4F2F0;
	padding: 0;
	background: #F4F2F0;
}	

.login {
	font-family: Arial, sans-serif;
	font-size: .9em;
	background-color: #FFFFFF;
	margin: 10% 30% 20% 30%; 
	background: #F3F5FA;
    border-left: solid thin;
    border-right: solid thin;
}
.hidden { display: none; }
.modalBackground {
	background-color:Black;
	filter:alpha(opacity=90);
	opacity:0.8;
}
.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:black;
	padding-top:10px;
	padding-left:10px;
	
}
.modalConfirm {
	background-color:darkgreen;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalError {
	background-color:lightpink;
	filter:alpha(opacity=80);
	opacity:0.7;
}
.modalWarning{
	background-color:orange;
	filter:alpha(opacity=80);
	opacity:0.7;
}

.form {
	font-family: Arial, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0% 0% 0% 0%;
	padding: 0 0 0 0;  
	background: #F3F5FA;
    border-left: solid thin;
    border-right: solid thin;
}
.logout {
	font-size: .85em;
    font-weight:bolder;
	color: BLACK;
	background: transparent;
	padding: 3px 0px 0px 0px;
}
.CaptionLabel {
    font-size:xx-large;
    font-weight:bolder;
	color: #9DACB3;
	padding: 0px 0px 0px 50px;
	position:inherit;
}
.MLIText{
	text-decoration: none;
	font-size: large;
    color: BLACK;
    font-weight:700;
    }
.MasterText{
	text-decoration: none;
	font-style:italic;
	font-size: large;
    color: BLACK;
}
.MasterText2{
	text-decoration: none;
	font-weight:bold;
	font-size: 1.4em;
    color: BLACK;
}
.btns{
	text-decoration: none;
	font-size: .9em;
	font-weight:600;
    font-family:Arial, sans-serif;
	color:white;
    font-size:large;
	border:OUTSET 2 black;
    background-color:#2C4890;
    text-align:center;
    vertical-align:middle;
}


.Normal, .NormalDisabled
{
	font-family: Arial,Tahoma, Helvetica;
	font-size: 11px;
	font-weight: normal;
}


#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/Navbar.jpg);
	background-repeat: repeat-x;

}
#footer {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
	background-image: url(images/Navbar.jpg);
	background-repeat: repeat-x;
    text-align:center;
    font-family:Arial;
    font-size:smaller;
    font-weight:bolder;
}
.AdminPanel {
	min-height: 600px;
	height:auto !important;	
	text-align: Justify;	
}
.AdminPanelDetails {	
	height:auto !important;	
	text-align: Justify;	
}	
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menubar, #menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
    font-weight:bolder;
	color: BLACK;
}

#menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/DownArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-style:italic;
}

#menubar li {
	float: left;
	width: 14em;
}
#menubar li ul, #menubar ul li  {
	width: 14em;
}
#menubar ul li a  {
	color: #000000;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#menubar li ul {
	position: absolute;
	display: none;
	background-color: #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	background-image: url(images/HoverNavbar.jpg);
	background-repeat: repeat-x;
}
#menubar li:hover a, #menubar a:focus,
#menubar a:active, #menubar li.hvr a {
	color: #000000;
	background-color: #111111;
}
#menubar li:hover ul, #menubar li.hvr ul {
	display: block;
}
#menubar li:hover ul a, #menubar li.hvr ul a {
	color: #c8d2ee;
	background-color: transparent;
}
#menubar ul a:hover {
	background-color: #000000!important;
	color: #c8d2ee!important;
}
#menubar li {width: auto;}

.content
{
    background-color:white;
    border:Solid 1px black;
    height:auto;
}

.content2
{
    border-right:Solid 1px black;
    border-left:Solid 1px black;
    border-top:Solid 1px black;
    border-bottom:Solid 0 white;
    background-color:white;
    height:auto;
	text-align:right;
}

.MaskedEditFocus
{
    background-color: #FFFFCC;
    color: #000000;
}
.MaskedEditMessage
{
	color: #ff0000;
	font-weight: bold;
}
.MaskedEditError
{
    background-color: #FFFFCC;
}
.MaskedEditFocusNegative
{
    background-color: #FFFFCC;
    color: #ff0000;
}
.MaskedEditBlurNegative
{
    color: #ff0000;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FFFFCC;
    color: #CC0000;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.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;
}



#master_content .dropShadowPanel span {color:white;text-decoration:underline;}
#master_content .dropShadowPanel span:hover {text-decoration:none;}


.dropShadowPanel 
{
	width:300px;
	background-color:#5377A9;
	color:white;
	font-weight:bold;
}