/********************************************
    IIMS CSS TEMPLTE
	COPYRIGHT© 2007 Apollo Internet Media
	Developed by Justin Kercher
********************************************/

body { 
	background-color: #cccccc;
	background-image: url(../images/layout/iimsbg.jpg); background-position: center center; background-repeat: repeat-x; background-attachment: fixed; 
	color: #210909;
	font-family: arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

a {
	color: #CC0000;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover {
	color: #990000;
}

h1 {
	color: #3D6D9D;
	font-size: 1.4em;
	margin-top: 3px;
}

h2 {
	color: #3D6D9D;
	font-size: 1.2em;
	margin-top: 3px;
	margin-bottom: 0px;
}

#frame {
	width: 901px;
	text-align:left;
}

 #email_frame {
    width: 500px;
	text-align:left;
 }  

#header {
	background-image:url(http://www.iims.org.uk/images/layout/header.png);
	background-repeat:no-repeat;
	height: 214px;
}

	#email_header {
		background-image:url(http://www.iims.org.uk/images/email/header.jpg);
		background-repeat:no-repeat;
		height: 119px;
	}

#menu {
	background-color: #597FA4;
	color: white;
	height: 28px;
	text-align:center;
	font-size: 0.8em;
}

 #menu a {
 	color: #ffffff;
	text-decoration: none;
 }

#middle {
	/* background-image: url(http://www.iims.org.uk/images/layout/ctile.jpg);*/
	background-repeat: repeat-x;
	background-position:top;
	background-color: white;
}

#footer {
	height: 28px;
	background-image: url(http://www.iims.org.uk/images/layout/footer.png);
	background-repeat: no-repeat;
}

	#email_footer {
		height: 16px;
		background-image: url(http://www.iims.org.uk/images/email/footer.jpg);
			background-repeat: no-repeat;
	}

#leftcol {
	width: 235px;
	float: left;
	clear: none;
}

#leftcol select {
	width: 98%;
	margin: 3px;
	color: #3D6D9D;
}

#content {
	width: 644px;
	float: right;
	clear: none;
	font-size: 0.8em;
}

.breaker {
	clear: both;
}

.padding10 {
	padding: 10px;
}

#copyright {
	color: #ffffff;
	font-size: 0.8em;
}

#copyright a {
	color: #ffffff;
	text-decoration: none;
}

.greybox {
	background-color: #ececec;
	border: solid 1px gray;
	padding: 5px;
	color: gray;
	font-size: 0.8em;
}

.error {
	background-color: #ececec;
	border: solid 1px silver;
	padding: 10px;
	color: red;
}

.msg {
	background-color: #ececec;
	border: solid 1px silver;
	padding: 10px;
	color: green;
}


#memberpanel { position: relative; float: right; clear: none; width: 400px; height: 30px; text-align: right; }
	#memberpanel a { text-decoration: none !important; }