/************************************/
/*     Report - List Style          */
/************************************/

div.table-list {clear:both;margin:0;padding:0;display:block;} 
table.table-list, .table-list table {width:100%;border-color:#B0C4DE;border-style:solid;border-width: 1px 1px 1px 1px;margin:0;padding:0}
.table-list th {background-color: #ECF1FF;font-size:11px;border-color:#B0C4DE;border-style:solid;border-width: 0px 0px 1px 0px;padding:3px;color:#003366;}
.table-list td {padding:2px;font-size:11px;}
.table-list tr.row1 {background-color: #ECF1FF;}
.table-list tr.subheading td,.table-list td.subheading  {font-weight:bold;background-color: #ECF1FF;color:#003399;font-size: 12px;border-bottom: 1px solid #B0C4DE;text-align:left;font-wieght:bold}
.table-list tr.total td, .table-list td.total {background-color: #FFFFFF;color:#003399;font-size: 11px;border-top: 1px solid #B0C4DE;text-align:right;font-wieght:bold}


/******************************/
/*       Form Style           */
/******************************/

div.table-form {clear:both;margin:0;padding:0} 
.table-form form {margin:0;padding:0}
.table-form table { width: 99%;margin:0;padding:0;border: 1px solid #B0C4DE;border-collapse:collapse}
.table-form th {
	width: 25%;
	text-align: right;
	padding: 3px;
	background-color: #ECF1FF;
	border-top: 1px solid #ffffff;
	color: #003366;
	font-size: 12px;
}
.table-form td {
	width: 75%:
	padding:3px;
	font-size: 11px;
	background-color: #ECF1FF;
	border-top: 1px solid #ffffff;
}

.table-form textarea {
	width: 500px;
	height: 100px;
}
#ACTION {width: 90px;}

/************************************/
/*              Tab Style           */
/************************************/

#tab-area {	
	clear: both;
	display:block;
	padding: 10px 0px 0px 0px;
	border-collapse:collapse;
 }

#tab-set {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 11px;

}
#tab-set ul {
	padding: 0;
	margin: 0;
}

#tab-set li {float: left;text-align:center;margin-bottom:0px}

#tab-set a {
	display: block;
	text-decoration:none;
	font-weight:bold;
	margin:0 3px 0 0;
	padding:6px 0 6px 0;
	width: 95px;
}

#tab-set a, #tab-set a:active,#tab-set a:visited {
	color: #003366;
	border-bottom: 1px solid #B0C4DE;
	background-image: url('/system/modules/au.com.dia/resources/images/tab.gif');
	background-repeat: no-repeat;
}

#tab-set a:hover {
	color:#003366;	
	border-bottom: 1px solid #B0C4DE;
	background-image: url('/system/modules/au.com.dia/resources/images/tab_hover.gif');
	background-repeat: no-repeat;
}
#tab-set a.here {
	color:#003366;
	border-bottom: 1px solid #ECF1FF;
	background-image: url('/system/modules/au.com.dia/resources/images/tab_selected.gif');
	background-repeat: no-repeat;
}

#tab-set a.disabled {color: #999999;}


/************************************/
/*              Buttons             */
/************************************/

#buttonBar {
	font-size: 11px;
	text-align: center;
	}
#buttons3 {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width:335px;
	height: 40px;
}
#buttons2 {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width:225px;
	height: 40px;
}
#buttons1 {
	margin-left: auto; 
	margin-right: auto; 
	text-align: center;
	width:115px;
	height: 40px;
}
#buttons1 .button, #buttons2 .button, #buttons3 .button   {
	color: #003366;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 20px;
	padding-top:3px;
	margin: 10px 10px 10px 0px;
	cursor: pointer;
	float:left;
}
#buttons_html {
	text-align: center;
	margin: 10px 0;
}
#buttons_html input {
	font-size: 11px;
	margin:	0 5px;
	width: 100px;
	height: 20px;
	padding: 0 5px;
	overflow: visible;
}


#hover {
	background-image: url(/system/modules/au.com.baybeecino/resources/buttons/aqua_hover.jpg);
	background-repeat:no-repeat;
}
#inactive {
	background-image: url(/system/modules/au.com.baybeecino/resources/buttons/aqua.jpg);
	background-repeat:no-repeat;
}
#active{
	background-image: url(/system/modules/au.com.baybeecino/resources/buttons/aqua_active.jpg);
	background-repeat:no-repeat;
}

/************************************/
/*      Navigation Styles           */
/************************************/
div.subnav, div.subnavright {margin:0;padding:0;float:right;clear:right;display:block}
div.subnavleft {margin:0;padding:0;float:left}
div.newButton {margin:0;padding:0;clear:both;display:block}

.subnav a:link, .subnav a:visited, .subnav a:active,.subnavleft a:link, .subnavleft a:visited, .subnavleft a:active, .newButton a:link, .newButton a:visited, .newButton a:active
{
  text-decoration: none;
  color: #003399;
  font-size:11px;
}


/**********************************/
/* NEW DIA form template          */
/* Thx to Nick Rigby for concept  */
/**********************************/

	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

form.diaform fieldset {
	border: none;
	border-top: 1px #B0C4DE solid;
}

form.diaform {
	color: #333;
	text-align:left;
	clear:both;
	}

form.diaform fieldset { margin-bottom: 10px; }

	
form.diaform legend {
	padding: 0 2px 0 0;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
form.diaform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.diaform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.diaform fieldset li {
	list-style: none;
	margin: 0;
	padding: 3px 10px 3px;
	}
	
form.diaform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.diaform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.diaform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.diaform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
form.diaform #inner {
	width:	350px;
	font-size:0.9em;
}

form.diaform .inner {
	width:	350px;
	margin-left:110px;
	float:left;
}

form.diaform label { width: 110px; } /* Width of labels */
form.diaform fieldset fieldset label { margin-left: 113px; } /* Width plus 3 (html space) */

/*\*//*/ form.diaform legend { display: inline-block; } /* IE Mac legend fix */

/**********************************/
/* Login Form			  */
/**********************************/
div.loginform {
	background-color:	#e5e3f0;
	position: 	fixed;
	left:		300px;
	top:		250px;
	border:		1px ridge #000000;
}

/**********************************/
/* Tool Tip			  */
/**********************************/

.balloonstyle {
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px #21618E solid;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #EFF4FB;
width: 400px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead {
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}



	
