@charset "utf-8";
/* CSS Document DALIA.CSS --------- NON-IE VERSION OF CSS FOR DALIASCHOOL */

/*	ANY DIFFERENT ENTRIES FOR IE ARE AT THE BOTTOM  */

/* THESE ARE THE SAME AS NORMAL DALIA.CSS */

* {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
html {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	width: auto;
	background-image: url(images/stripe_bg7.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	font-size: 100%;
}
#container {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 974px;
	background-color: #FFFFFF;
} 
#test_header {
	width: 974px;
	height: 135px;
	background-image: url(images/ds_hdr_banner.gif);
	background-repeat: no-repeat;
}
#test_leftside {
	width: 200px;
	height: 430px;
	background-color: #FFFFFF;
	background-image: url(images/ds_leftside_bg.png);
	float: left;
	background-repeat: no-repeat;
}
#test_main {
	width: 774px;
	height: 430px;
	background-color: #FFFFFF;
	float: left;
	background-repeat: no-repeat;
}
#test_main td {
	margin-top: 5px;
}
#test_main p {
	margin: 10px 0px 0px 0px;
}
#test_main .home_bg {
	background-image: url(images/ds_content_bg.png);
	float: left;
	background-repeat: no-repeat;
	width: 774px;
	height: 400px;
	margin-top: 3px;
	margin-left: 0px;
}
#h_menu {								/* Whole menu area - LHS and RHS */
	background-color: #FFFFFF;
}
#h_menu ul {
	margin: 0px;
	height: 20px;
	padding: 5px 0px 0px 30px;
	list-style-type: none;
	font-size: 110%;
}
#h_menu ul li {
	display: inline;
	border: 1px thin #900;
}
#h_menu ul li a {
	text-decoration: none;
	padding: 0px;
	text-align: left;
}
#menulhs {
	width: 370px;
	padding: 0px;
	text-align: left;
	float: left;
}
#menulhs img {
	margin: 0px 4px 0px 0px;
}
#menurhs {
	width: 380px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	float: left;
}
#menurhs .hbuttons a {
	float: left; 
	text-decoration: none;
	display: inline;
	width: 92px;
	height: 20px;
	padding-top: 2px;
	margin: 5px 0px 0px 0px;
	text-align: center;
	background-image: url(images/mi_common_hover.png);
	color: #F00;
	background-repeat: no-repeat;
}
#menurhs .hbuttons a:hover {
	background-image: url(images/mi_common_hover.png);
	color: #F00;
	font-weight: bold;
	background-repeat: no-repeat;
}
#test_content {
	margin-left: 20px;
	width: 734px;
	line-height: 120%;
	text-align: center;
	float: left;
}
#test_content p {
	color: #900;
	font-size: 120%;
	text-align: center;
} 
#test_footer {
	width: 974px;
	height: 20px;
	clear: both;
	padding-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
	font-size: 70%;
	background-color: #FFFFFF;
}

/********************   FORM CSS   *********************/

#wrapper {
	width: 680px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#formwrapper {
	background-color: #FFFFFF;
}
#formcontainer {
	background-color: #FFFFFF;
}
#formholder { 
	margin: 0px; 
	padding: 0px; 
}
#mainform {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #900;
	text-align: left;
	padding-bottom: 10px;
	margin-right: 10px;
}
#mainform td {
	background-color: #FFFFFF;
	padding: 1px 5px;
	vertical-align: middle;
	margin: 0px;
}
#mainform td label {
	padding-left: 10px;
}
#ddmm {
	text-align: center;
}
#yyyy {
	text-align: center;
}
.msgtext {
	color: #900;
	font-weight: bold;
}
.buttons {
	width: 100px;
	margin: 10px 20px 20px 20px;
	text-align: center;
}
.secrefresh {
	background-image: url(images/reload.png);
	background-repeat: no-repeat;
	border: thin;
	width: 20px;
	height: 17px;
}
#message {
	visibility: hidden;
	color: blue;
	font-weight: bold;
	font: 20px/22px sans serif;
	border: solid 1px red;
	width: 300px;
}
.inpmsg {
	border: none;
}

/********************   LOGIN FORM CSS   *********************/

#loginformwrapper { 
}
#loginformholder { 
	margin: 0px; 
	padding: 0px; 
}
#logintable {
	background-color: #CCF;
	border: 1px double #900;
	text-align: left;
	padding: 10px 0px;
	width: 300px;
	margin-left: 25%;
}
.titlecenter {
	text-align: center;
	padding: 5px 0px;
	font-weight: bold;
}
.logmsgcenter {
	background: none;
	text-align: center;
	color: #F00;
	font-weight: bold;
	border: none;
}
.loglabel {
	text-align: right;
	font-weight: bold;
}
.loginput {
	margin: 1px;
	background: none;
}
.loginput td {
	margin-left: 0px;
}
.loginbuttons {
	width: 100px;
	text-align: center;
}
/* ABOVE DEFINITIONS ARE SAME AS DALIA_IE - THESE ARE DIFFERENT TO DALIA_IE.CSS */

.secinput {
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
}
.secimage {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	color: #900;
	background-image: url(images/security_image.png);
	background-repeat: no-repeat;
	border: none;
	width: 82px;
	height: 18px;
}
.titletext {
	color: #060;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}
