/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background-color:#e9f0f5;
}

td {font-family: Trebuchet MS;}
p {font-family: Trebuchet MS; font-size:12px;}
.message {color : green; }
.error {color : red; }

.loginDiv { background-color:#BDD2E1 !important; border-color:#3D6685 !important;}

/*	App Wrapper
	---------------------------------------
	*/

#appwrapper {
	padding: 20px 20px 20px 20px;
}


/*	Header Top
	---------------------------------------
	This area defines all Specific classes 
	and id's for the Header */
	
#headertop {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color:#394665;
	height: 38px;
	clear: both;
}

#headertop a {
	display: block;
	height: 38px;
	width: 184px;
	
	/* live banner logo image */
	/*background: #394665 url(http://det.wa.edu.au/common/apps/branding/images/ht_logoblue.gif) no-repeat; */
	
	/* test banner logo image */	
	/* background: #394665 url(http://javatest1:8000/branding/images/ht_logoblue.gif) no-repeat; */
	
	/* dev banner logo image */
	background: #394665 url(../images/ht_logoblue.gif) no-repeat;
	
	border: none;
}

#headertop h1 {
	display: none;
}

/*	Header App Name Area
	---------------------------------------
	*/
	
.header-right {

	/* live banner bg image */
	/*background: #394665 url(http://det.wa.edu.au/common/apps/branding/images/ht_backgroundblue.gif) no-repeat right top;*/
	
	/* test banner bg image */
	/* background: #394665 url(http://javatest1:8000/branding/images/ht_backgroundblue.gif) no-repeat right top; */
	
	/* dev banner bg image */
	background: #394665 url(../images/ht_backgroundblue.gif) no-repeat right top;

	background-color:#394665;
}

#headerappname {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float:right;
	clear:both;
	width:auto;
	right: 0px;
	top: 0px;
	color: #e3e4e6;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#headerappname a{
	border: none;
	background: transparent;
	text-decoration: none;
}

#headerappname h2{
	font-size: 16px;
	margin: 0px 0px 0px 0px;
}

#headerappname h2.version{
	font-size: 10px;
	margin: 2px 0px 0px 0px;
}

.version {font-size: 10px; margin: 2px 2px 0px 10px;}

#headerappname .hd1 {
	color: #c1cdda;
}

#headerappname .hd2 {
	color: #e3e4e6;
}

#headerappname .hd3 {
	color: #e3e4e6;
}

	
/*	Footer (f)
	---------------------------------------
	This area defines all Specific classes 
	and id's for the Standard DET Footer */

#footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 66%;
	line-height:160%;
	border-top: 2px solid #394665;
	padding: 10px 10px 20px 10px;
	clear: both;
}

#footer a {
	color: #394665;
}

#footer a:hover {
	color: #4F6CB2;
}