
/*STYLES FOR THE BANNER
***************************/

/*
#banner {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	left: 2px; top: 2px; background-position: top; background-repeat: repeat-x; z-index: 18; height: 58px; 
	background-image: url("../graphics/bannerMap.gif");
}
*/
#banner h2 {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	width: 396px;
	height: 58px;
	position: relative; float: left; left: 2px; top: 0px; 
	background-image: url("../graphics/banner_left.gif");
}

#banner h1 span {}

/* Free Rostering Software  */

h1 {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
	background-color: #5461aa;
	color: #f5f6fa;
	background-color: #8484f8;
	background-color: #ffffff;
	color: #000066;
	font-family: arial black, arial, helvetica, sans serif; 
	font-size: 20px;
	font-weight: bold;
	padding-top: 6px; padding-bottom: 10px; padding-right: 0px; padding-left: 0px;
	height: 30px;
	width: 100%;
	text-align: center;
}

/* BMJ Logo
#banner h3 {
	margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	width: 277px;
	height: 58px;
	position: relative;
	float: right;
	right: 2px;
	top: 0px; 
	z-index: 10;
	background-image: url("../graphics/BMJName.gif");
}
 */
#banner h3 span {}

#banner h4 {
	width: 233px;
	height: 58px;
	position: absolute;
	top: 0px; right: 0px;
	color: red;
	z-index: 10;
}

body{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	margin-top:0px;
	width: 900px;
	text-align: center; /* Centers for FF */
	margin: 0px auto; /* Centers for IE */
}

.overview {
	border:1px solid #000000;
	background-color: #ddddff;
	background-color: #ced9eb;
	margin-top: 0px; margin-right: 10px; margin-bottom: 1px; margin-left: 10px; 
	padding-left: 10px;
}

#mainContainer{
	width: 100%;
	border: 0px solid #000000;
	margin-top: 0px; margin-right: 0px; margin-bottom: 1px; margin-left: 0px; 
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
	text-align: left;
	font-size: 10pt; 
	position: relative; 
}

.showbackground1, .showbackground2, .showbackground3 {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 0px;
	margin-left: 10px;
	margin-right: 10px;
	background-position: 0px 30px;
	background-repeat:no-repeat;
}

.showbackground1 {
	height: 670px;
	background-image:url('../graphics/bigbenb.jpg');
	background-position: right;
}

.showbackground2 {
	background-image:url('../graphics/phonecallb.jpg');
}

.showbackground3 {
	height: 880px;
	background-image:url('../graphics/handshakeb.jpg');
}

/* css menu */
/*
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
*/
a {
	color: #000;
}
a:visited {
	color: #111;
}
a:active {
	color: #222;
}
a:hover {
	text-decoration: none;
}
.menu {
	position: relative; 
	font-size: 11px;
	z-index: 100;
	padding: 10px 5px 5px 5px; /* top left bottom right */
	width: 710px;
	height: 30px;
	font-family: arial, sans-serif;
	background: #5757FA;
	border: 0px;
	text-align: center;  
	margin: 0px auto;
}
.menu ul li a {
	border-right: #fff 2px solid; border-top: #fff 2px solid; border-bottom: #888 2px solid; border-left: #888 2px solid; display: block; font-size: 11px; background: #CCCCFF; overflow: hidden; width: 104px; color: #000000; line-height: 20px; height: 20px; text-align: center; text-decoration: none;
}
.menu ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none;
}
.menu ul li {
	float: left; margin-right: 10px; position: relative;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover a {
	background: #88f; color: #fff;
}
.menu ul li:hover ul {
	display: block; left: 0px; width: 105px; position: absolute; top: 21px;
}
.menu ul li:hover ul li a.hide {
	background: #6a3; color: #fff;
}
.menu ul li:hover ul li:hover a.hide {
	background: #ccf; color: #000;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block; background: #ddd; color: #000;
}
.menu ul li:hover ul li a:hover {
	background: #ccf; color: #000;
}
.menu ul li:hover ul li:hover ul {
	display: block; left: 105px; position: absolute; top: 0px;
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}

td.darkRow { 
	background-color: #E2EBED;
	border: solid 1px #DDDDDD;
	color: #000000;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	font-size: 12px;
}

td.lightRow { 
	background-color: #FFFFFF;
	border: solid 1px #DDDDDD;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	font-size: 12px;
}

tr.rowStyle { 
	background-color: #FFFFFF;
	border: solid 0px;
	padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; 
	font-size: 12px;
}

div.footer {
	margin-top: 0px; margin-right: 0px; margin-bottom: 20px; margin-left: 17px; 
	padding-top: 10px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px;
	clear: both;
}

div.footer p {padding-left: 5px;}

.button {
	padding-left: 15px; padding-right: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #888888;
	border-style: solid;
	border-top-color: #AAAAAA; border-right-color: #444444; border-bottom-color: #444444; border-left-color: #AAAAAA; 
	border-top-width: 2px;border-right-width: 2px;border-bottom-width: 2px;border-left-width: 2px;
	cursor: pointer;
	text-decoration: none;
}
