html, body {border: 0; margin: 0; padding: 0;}

body {
  font: 12px arial, helvetica, sans-serif;
	background-color: #162336;
  line-height: 130%;
  width: 100%;
  min-width: 970px;
  color: black;
}

hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
}

td 
{
  font: 12px arial, helvetica, sans-serif;
}

label, legend
{ 
	color: #333;
	font-weight: bold;
}

a {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #00CCFF;
}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 14px;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 12px;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}

td.mainpage_leftcolumn
{
	padding: 0px 3px 3px 3px;
	width:400px;
	vertical-align: top;
}
td.mainpage_centrecolumn
{
	padding: 0px 3px 3px 3px;
	width:300px;
	vertical-align: top;
}
td.mainpage_rightcolumn
{
	padding: 0px 3px 3px 3px;
	width:300px;
	vertical-align: top;
}
p.homepageheading
{
	font-weight: bold;
	font-size: 14px;
	padding-top: 3px;
}

td.sectioncontent
{
	padding: 3px 3px 3px 3px;
	vertical-align: top;
	/*border: solid 1px #ddd;*/
}

table.login
{
  padding:25px;
  width:292px;
  height:165px;
  background-image:url('../Images/Login-BG.png');
}

div.spacer
{
	height: 5px;
}

/***********  Tables  ******************/
table.listtable td
{
	padding: 3px;
	vertical-align: baseline;

}

table.listtable thead, table.listtable th, table.listtable tr.tableheader td
{
	color: #fff;
	padding: 3px;
	background: #333;
	white-space: nowrap;
}

table.listtable tr.tableheader td a
{color: #fff;}

table.listtable tr.altrow td
{
	background: #ddd;
}

/*****  Top Menu   ****/
div#topmenu
{
  height:24px;
  background-color: #162336;
}

#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
	 	text-align: center;
		background: #162336;
		padding: 5px 12px;
		text-decoration: none;
		width: 85px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #24313C}
		
	#jsddm li ul
	{	margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;}
	
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: 120px;
		 	text-align: left;
			background: #162336;
			color: #EAFFED;}
		
		#jsddm li ul li a:hover
		{	background: #24313C}
		
/***** Main Layout ****/
#sectionspacer
{
  height:5px;
}

.newsheading, a.newsheading
{
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
.newsdate
{
  color: #999;
  font-size: 10px;
}

#banner
{
	background-image:url('../Images/EndeavourBanner.gif');
	height:200px;
}

div#login
{
  float: right;
  padding-right: 5px;
  padding-top: 125px;
}

#content 
{
  background-color: White;
	width: 970px;
	min-height: 400px;
  height: 400px;
  height: auto;
	margin: 0 auto;/* center the page in Firefox */
	text-align: left;
	padding: 5px;
}

#footer
{
  text-align: right;
  color: #ddd;
	height:20px;
}

.warning
{
  color: Red;
  font-weight: bold;
}

/*****************  Login Window Styles  *****************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#boxes #Register_Clinic {
  width:350px; 
  height:350px;
  background-color:White;
}

#boxes #Register_PrivateSession {
  width:350px; 
  height:350px;
  background-color:White;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}
/*****************************************/
