/**
******************************************************
* madaniGirlsSchool.css - Madana Girls School
******************************************************
*
* Main Style Sheet
*
******************************************************
*
* NOTES: This is the default style sheet for fonts and width range
*
******************************************************
*
* Developed By	: Ewave Designs (UK)
* Company URL	: http://www.ewavedesigns.co.uk
* Author         	: M S Rahman
* Contact       	: s.rahman@webain.co.uk
* Author URL   	: http://www.webain.co.uk
* Date Created	: 09/02/2005
* Script Status	: Healthy. No bugs found.
* Version			: 1.2 Re
* Last Modified	: 30/05/2006
*
******************************************************
*
*  Copyright (c) 2006 Ewave Designs (UK). All rights reserved.
*
******************************************************
*
**/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 7%;
	margin-bottom: 20px;
	margin-left: 7%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #FDFDFC;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #9A030C;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0px;
	margin-left: 20px;
}
/*-------------------------<Header Style>-------------------------*/
#divHeader {
	height: 63px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECD9E3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECD9E3;
}
/*-------------------------<Header Style>-------------------------*/

#banner {
	background-color: #9A030C;
	height: 50px;
	color: #FFFFFF;
	background-image: url(../images/banner_logo.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 17px;
	padding-top: 30px;
	padding-left: 120px;
}
/*-------------------------<Top Navigation Style>-------------------------*/
#divNavBarHolder {
	background-color: #ECD9E3;
	height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#divTopNav {
	padding: 0px;
	width: 673px;
	margin-left: auto;
	margin-right: auto;
}


#divTopNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#divTopNav li {
	display: inline;
	float: left;
}

#divTopNav a {
	text-decoration: none;
	display: block;
	height: 19px;
	text-align: center;
	padding-top: 6px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #ECC3D9;
	width: 95px;
}
#divTopNav a:link,#divTopNav a:visited, #divTopNav a:active {
	color: #990000;
	font-size: 10px;
	font-weight: bold;
}
#divTopNav a:hover, #divTopNav a.current {
	font-weight: bold;
	background-color: #ECD9E3;
}

/*-------------------------</Top Navigation Style>-------------------------*/


div.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

#container {
	margin-top: 1px;
	background-color: #ECE6E9;
}

#homeContainer{
	margin-top: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECD9E3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECD9E3;
}
#divLeft {
	width: 183px;
	float: left;
}

#content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 183px;
	min-height:325px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECD9E3;
	background-color: #FFFFFF;
}
/* sub cat*/

#SubNavigation {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	margin: 0px;
	padding: 0px;
}

#SubNavigation ul {
	list-style: none;
	background-color: #ECE6E9;
	margin: 0px;
	padding: 0px;
}

#SubNavigation li {
	display: inline;
}

#SubNavigation ul li a  {
	color: #990000;
	background: #ECC3D9;
	display: block;
	text-decoration: none;
	padding: 3px 5px;
	border-left: 5px solid #ECE6E9;
	font-size: 11px;
	font-weight: bold;
	background-color: #ECC3D9;
	width: 167px;
	margin-top: 1px;
	height: 15px;
}

#SubNavigation ul li a:hover,  #SubNavigation ul li  a.currentSub {
	background-color: #ECD9E3;
	border-left: 5px solid #990000;
}

/* end sub cat*/

/* footer link */
#footer {
	border-top: 1px solid #FFFFFF;
	background-color: #ECD9E3;
	height: 20px;
}
#footerNavHolder {
	margin: auto;
}
#footerNav {
	padding: 0px;
	width: 532px;
	background-color: #ECD9E3;
	margin-left: auto;
	margin-right: auto;
}
#footerNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footerNav li {
	display: inline;
	float: left;
}

#footerNav ul li a {
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 3px;
	width: 105px;
	height: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#footerNav a:link,#footerNav a:visited, #footerNav a:active{
	color:  #666666;
	font-size: 10px;
}
#footerNav a:hover{
	color:#9A030C;
}
#eWave {
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	float: right;
	width: 252px;
	font-size: 11px;
}
#bottom {
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	float: left;
	width: 510px;
}
/* end footer link*/

.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
div.spacer {
	height:25px;
}

/* content styles */

#content h1 {
	color: #000000;
	height: 30px;
	padding-top: 10px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9A030C;
}
#content h5 {
	font-size: 0.9em;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECE6E9;
	width: 55%;
	margin: 0px;
}
.subTitle {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
}
.lightBGtd {
	background-color: #EAE6E6;
	color: #333333;
}
.lightBGth {
	background-color: #DCDCDC;
	color: #000000;
}
.lightBGWhite {
	background-color: #ECD9E3;
	color: #000000;
}
.tableDecor {
	background-color: #ECE6E9;
}
table.curriState {
	font-size: .85em;
}

/* end of content styles */


/* images styles */
#divImgCntre {
	text-align: center;
}
#content img {
	padding: 3px;
	margin: 3px;
}

#content img.floatRightWOborder {
	float: right;
	padding: 3px;
	margin: 3px;

}
#content img.floatRight {
	float: right;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ECE6E9;

}

#content img.floatLeft {
	float:left;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ECE6E9;

}
/* end_of images style */

/* form */
#wrapper {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px auto; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px
}
#header {
	BACKGROUND-POSITION: right top; BORDER-BOTTOM: 4px solid #FF9900; BACKGROUND-COLOR: #fff
}
#mambo {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #F1F3F5 url(../images/header_blue.jpg) no-repeat right top; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 100%; PADDING-TOP: 0px; POSITION: relative
}
#break {
	HEIGHT: 50px
}
FORM {
	MARGIN: 0px
}
.button {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	BACKGROUND: #e9ecef;
	PADDING-BOTTOM: 4px;
	COLOR: #666666;
	PADDING-TOP: 4px;
	border: 1px solid #cccccc;
}
.login {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BACKGROUND: #f1f3f5;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 429px;
	BORDER-BOTTOM: #cccccc 1px solid;
	padding: 15px;
	margin: auto;
}
.welcome {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BACKGROUND: #f1f3f5;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 429px;
	BORDER-BOTTOM: #cccccc 1px solid;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14%;
	margin-bottom: 2px;
	text-align: right;
}
.welcome a:link, .welcome a:visited, .welcome a:active {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
.welcome a:hover {
	text-decoration: underline;
}
.login {
	background-color: #FF0000;
}
.login H1 {
	PADDING-RIGHT: 4px; PADDING-LEFT: 50px; FONT-SIZE: 1.5em; BACKGROUND: url(../images/login_header.png) no-repeat left top; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #333; PADDING-TOP: 15px; HEIGHT: 50px; TEXT-ALIGN: left
}
.login P {
	PADDING-RIGHT: 1em; PADDING-LEFT: 1em; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.form-block {
	BORDER-RIGHT: #cccccc 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #cccccc 1px solid;
	PADDING-LEFT: 10px;
	BACKGROUND: #e9ecef;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: #cccccc 1px solid;
	PADDING-TOP: 15px;
	BORDER-BOTTOM: #cccccc 1px solid;
	width: 100%;
}
.loginForm {
	background-color: #FF0000;
}
.login-text {
	FLOAT: left; WIDTH: 40%; TEXT-ALIGN: left
}
.inputlabel {
	/*FONT-WEIGHT: bold; TEXT-ALIGN: left*/
}
.inputbox {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	MARGIN: 0px 0px 2px;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 150px;
	BORDER-BOTTOM: #cccccc 1px solid;
	background-color: #FFFFFF;
}
.inputBoxWarning{
	WIDTH: 150px;
	MARGIN: 0px 0px 2px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
}
/* form validation error message class */
.warning{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	border: 1px solid #FF0000;
	text-align: center;
	padding: 5px;
}
.clr {
	CLEAR: both
}
.ctr {
	TEXT-ALIGN: center
}
.version {
	FONT-SIZE: 0.8em
}
.footer {
	text-align: center;
}
h2{
	font-size: 15px;
	color: #FF9900;
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	BACKGROUND: #E9ECEF;
	BORDER-LEFT: #cccccc 1px solid;
	BORDER-BOTTOM: #cccccc 1px solid;
	margin: 0px 0px 2px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
#frmEnq{

}


/* end form*/

/* new form styles */
div.input {
	WIDTH: 200px;
	text-align: right;
	float: left;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.frmsize {
	width: 200px;
	border: 1px solid #ECD9E3;
	background-color: #ECE6E9;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #9A030C;
}
.inputRequired {
	color: #CCCCCC;
	width: 100px;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
}
div.frmButtons {
	margin-left: 200px;
	padding-left: 25px;
	margin-top: 10px;
}
/* index welcome nav styles */
#indexContent {
	/*height: 330px;*/
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECD9E3;
}
#midContent {
	height: 330px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
	border: 1px solid #9A030C;
	/*background-color: #ECD9E3;*/
	/*text-align: center;
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#midContentPolicies {
	height: 330px;
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0px;
	margin-left: 220px;
	border: 1px solid #9A030C;
	background-color: #EEEEEE;
	/*text-align: center;
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
	background-position: center center;*/
}

#midAnnouncement {
	margin: 10px;
	font-size:14px;
	color:#9A030C;
}

#indexNavWrapper {
	width: 200px;
	float:left;
	height: 330px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

#indexRightWrapper {
	width: 200px;
	float:right;
	height: 330px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}

#divAPP {
	background-color: #9A030C;
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 9px;
}
#divAPP a:link,#divAPP a:visited,#divAPP a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#divAPP a:hover{
	text-decoration: underline;
}
/****************************************/
.csAPP {
	background-color: #ECD9E3;
	height: 20px;
	color: #9A030C;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	margin-bottom: 9px;
}

.csIndexButtonImage {
	background-color: #ffffff;
	height: 91px;
	color: #9A030C;
	text-align: center;
	margin-bottom: 10px;
}

.csAPP a:link, .csAPP a:visited, .csAPP a:active {
	text-decoration: none;
	color: #9A030C;
}
.csAPP a:hover{
	text-decoration: underline;
}
/****************************************/

#welcomeWrapper {
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #ECD9E3;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #ECD9E3;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECD9E3;
	height: 286px;
	margin-right: 0px;
}
#welcome {
	background-color: #ECD9E3;
	height: 25px;
	color: #9A030C;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 9px;
}
#welcomeNav  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#welcomeNav li {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
#welcomeNav a:link,#welcomeNav a:visited,#welcomeNav a:active {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #ECD9E3;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}
#welcomeNav a:hover {
	color: #990000;
}
/*************************/
#divFluid {
	border: 1px solid #FF0000;
	height: 376px;
	width: 680px;
	margin: auto;
}
#divSqBig {
	border: 3px solid #ECD9E3;
	height: 80px;
	width: 80px;
	position: relative;
	top: 75px;
	left: 460px;
}
#divSqLeft {
	border: 2px solid #ECD9E3;
	height: 60px;
	width: 60px;
	position: relative;
	top: 80px;
	left: 50px;
}
#divHomeImg {
	background-image: url(../images/pencil.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 170px;
	left: 240px;
	height: 159px;
	width: 215px;
}
#divImage {
	background-image: url(../images/pencil.gif);
	background-repeat: no-repeat;
	height: 159px;
	width: 215px;
	margin-top: 1in;
	margin-left: 2in;
}
.borderpink {
	border: 1px solid #ECD9E3;
}
h2 {
	line-height: 15px;
}
/* =FONTSIZE
================================================= */
#divHeader form {
	float: right;
	margin-top: 20px;
	margin-right: 5px;
}
#divHeader input {
	background-color:#ECE6E9;
	color:#9A030C;
	border: 2px solid #ECD9E3;
	padding: 0px;
	margin: 0px;
}

#divHeader input.login {
	background-color: #9A030C;
	color: #ECE6E9;
	border: 2px solid #ECD9E3;
	padding: 0px;
	margin: 0px;
}

.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
}
.msgSuccess {
	font-size: 14px;
	color: #9A030C;
	font-weight: bold;
}

.csMainLoginArea {
	width:auto;
	margin-right: 10px;
	margin-top: 10px;
	font-size:12px;
	font-weight:normal;
	float:right;
}

#divHeader input.csBtn {
	border: 1px solid #ECD9E3;
	padding: 1px;
	margin-right: 3px;
	background-color:#c10075;
	color:#FFFFFF;
}