/* New Table Style */

.dia_table2 table {
	border-collapse: collapse;
	font-size: 1.0em 'Trebuchet MS',helvetica,arial,verdana;
	width: 100%;
	clear: both;
	border-top: 1px #6B1435 solid; 
	border-bottom: 1px #6B1435 solid; 
}

.dia_table2 #leftBorder {
	border-left:1px #E8D09C solid;
}

.dia_table2 caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

.dia_table2 table th {
	font-size: 1.0em;
	color: #6B1435;
	background: #EFE1DB;
	border-bottom: 1px #6B1435 solid; 
	padding: 4px;
}

.dia_table2 table td {
	border-top: 1px #EFE1DB solid;
	padding: 4px;
}
.dia_table2 table tr.subheading {
	font-size: 14px;
	font-weight: bold;
	color: #6B1435;
	background: #EFE1DB;
	border-bottom: 1px #6B1435 solid; 
}
.dia_table2 table tr:hover {
	background: #EFE1DB;
}


.dia_table2 tr.total td, .dia_table2 #total th {
	border-bottom: 1px #6B1435 solid; 
	font-weight: bold;
}




/**********************************/
/* NEW DIA form template 	  */
/* SCott Familton - DIA		  */
/* Thx to Nick Rigby for concept  */
/**********************************/

	
.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}

form.diaform input, form.diaform textarea, form.diaform select {
	border: 1px solid #B36C7E;
}

form.diaform {
	color: #333;
	text-align:left;
	clear:both;
	}

form.diaform fieldset { 
	margin-bottom: 10px; 
	width: 550px;
	border: none;
}
	
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:	300px;
	font-size:0.9em;
}
form.diaform textarea {
	width: 250px;
	height: 50px;
}

#button_bar {
	width: 375px;
	text-align:right;
}

form.diaform label { width: 180px; } /* Width of labels */
form.diaform fieldset fieldset label { margin-left: 183px; } /* Width plus 3 (html space) */

/*\*//*/ form.diaform legend { display: inline-block; } /* IE Mac legend fix */


/**********************************/
/* Login Form			  */
/**********************************/
div.loginform {
	background-color:	#e5e3f0;
	color:		#000000;
	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: 200px;
/*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;
}


