li{
text-decoration: none;
display: block;
}

.flash,.message {
 padding: 4px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  color: white;
  font-size: 12px;
  margin-left: 3px;
  margin-bottom: 3px;
  -moz-border-radius:0.5em 0.5em 0.5em 0.5em;
    border-style:solid;
  border-width:1px 1px 3px;
  text-align:left;
  font-size:12px;
  
  
}

.warning ,.message{
	background-color:#DEB7B7;
	border-color:#C49292;
	color:#733030;
	}


.succ {
  background-color:#AAD4E6;
  border-color:#8FBED2;
  color:#2A6780;
  background-color:#EEFFEE;
}
.Fieldlabel{
	color:#808080;
	text-align:right;
	text-decoration:none;
	padding-right: 5px;
}

.InputTd {
color:#000000;
font-weight:normal;
text-align:left;
padding-left: 5px;
}
#title{
	text-align: center;
	text-shadow: lime;
	vertical-align: middle;
	background-color: #AAAC62;
	height: 25px;
	font-size: 18px;
	font-style: oblique;
	margin-bottom: 10px;
	
	
	text-shadow: #8cee7c 0px 1px 0px;
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
}
#menumaster{
	cursor:pointer;
}

#menumaster:before{
		content: "+ ";
}
#menumasterschoolcode{
	cursor:pointer;
}

#menumasterschoolcode:before{
		content: "+ ";
}
.td0 {
	background-color: #eff1f1;
	padding:4px;
	border-top:1px solid #000000 ;
 	border-bottom:1px solid #000000 ;
	height: 20px;
}
.td0 td{
	padding-left: 5px;
	padding-right: 5px;
}
.td1 td{
	padding-left: 5px;
	padding-right: 5px;
}

.td1 {
	background-color: #ffffff;
	padding:4px;
	height: 20px;
}
.redmessage {
	text-align: right;
	padding-right: 10px;
}
.redmessage label:before{
	color: #e32;
	content: '*  ';
	display:inline;
}
#loginhead{
	background: #342D1A;
	height: 30px;
	font-size:14px;
	color: #F9F2DA;
	text-align: center;
	font-weight: bold; 
}
.red{
	color: #e32;
}
.green{
	color: #009445;
}
.lbl{	
	text-align:left;
	padding-right: 5px;
	font-weight: bold;
}
.info{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.info th{
	background-color: #F8F1F1;
	height: 30px;	
	text-align: left;
}
.info .t2{
	background-color: #F4F4FF;
	height: 25px;	
}
.info .t3{
	background-color: #DDDDDD;
	height: 20px;	
}
.info .lbl{
		color: #79073F;
		text-align: right;
}
.snippetvar{
	border: 0px;
	background: transparent;
	color:blue;
}
