﻿body 
{
	margin:0;
	background-color:#2d462e;
}

table
{
	background-image:url('../images/background1.gif');
	background-repeat:repeat-y;
	/*height: 60px;*/
}

td
{
	background-image:url('../images\menu_top.gif');
	background-repeat:repeat-y;
}

#login
  {
    display: block;
  
    background: url("../images/login.png") no-repeat 0 0;
    
  }

  #login:hover
  { 
  	width: 112px;
    height: 42px;
    background: url('../images/login_org.png') no-repeat 0 0;
  }
  
 .login-layout
 {
 	background-color: #00527e;
 	vertical-align: top;
 }
  
 .login-layout #log1
 {
  	background-color: #00527e;
 }
  
 .login-layout #log2
 {
  	vertical-align: bottom;
 }
 
 .login-layout #log3
 {
 	font-family: Georgia;
 	font-style: normal;
 	font-size: 24px;
 	color: White;
 	text-align:right; 
 	vertical-align: bottom;
 }
 
 
 
 ul.nav
{
	margin-top: 0px;
	float: left;
	margin-bottom: 5px;
	padding: 5px 0px 5px 5px;
	font-family: Verdana;
}
 
 ul.nav li a
 {
 	text-decoration:none;
 	list-style:none;
 	font-family:Palatino Linotype;
 	font-size:18px;
 	color:White;
 	padding-right:10px;
  
 }
 
 ul.nav li
 {
 	display:inline;
 }
 
 ul.nav li a:hover
 {
 	color:#004063;
 }
 
 .nav li a:active
 {
 	color:Blue;
 }
 
 .info1, .success1, .warning1, .error1, .validation1 
{
	border: 1px solid;
	margin: 5px 0px;
	padding: 7px 10px 7px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:800px;
}
 
.info, .success, .warning, .error, .validation 
{
	border: 1px solid;
	margin: 10px 0px;
	padding: 10px 10px 12px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	width:800px;
}
.info,.info1 
{
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}
.success, .success1 
{
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}
.warning, .warning1 
{
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}
.error, .error1 
{
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}
.validation, .validation1 
{
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url('validation.png');
}

/* footer */

#footer-wrap
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background: url('../images/foot_center.gif') repeat-x scroll 0 0 ;
	height:150px;
	display:block;
	  
}

#footer-wrap 
{
min-width:100%;
position:relative;
}

#header-middle
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url('../images/middle-header1.gif') repeat-x scroll 0 0 ;*/
	background: url('../images/header/top-bar.jpg') repeat-x scroll 0 0 ;
	
	display:block;
	
}

#header-top
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url('../images/top-header.gif') repeat-x scroll 0 0 ;*/
	background-color:#72a074;
	height:20px;
	display:block;
	width:-9999px;
}

#header-bot-wrap
{
	/*width:878px;	*/
}

#header-bottom
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background: url('../images/bottom-header.jpg') repeat-x scroll 0 0 ;*/
	background: url('../images/header/bluefireback.gif') repeat-x scroll 0 0 ;
	height:30px;
	display:block;
	width:-9999px;
}


#header-middle
{
 min-width:100%;
 position:relative;
 height:80px;
 width:-9999px;
}

#header-top,
#header-bottom
{
min-width:100%;
position:relative;
}


.school-header
{
	font-family:Lucida Sans;
	font-size:28px;
	font-weight:bold;
	color:ThreeDDarkShadow;
	width:700px;
	padding:20px 0px 5px 50px;
}

.ddl_align{vertical-align :middle; float :left;width :120px
}

.login-text
{
	color: #f81764;
	 float: right; padding:
	  0px 0px 0px 0px; 
	  font-size: 12px
}

a:hover
{
	color:Gray;
}

