@import url(style.css); 
.content{padding:5px 0px 5px 10px; text-shadow:#666666;}
/* this pasrt is used to for the main windows */


.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 375px;
	left: 0;
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	overflow: visible;
	/*background-color: #FFFFFF;*/
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 375px;
	right: 0;
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px 5px 5px; /* padding keeps the content of the div away from the edges */
	/*background-color: #FFFFFF;*/
}
.thrColAbsHdr #mainContent {
	top: 395px;
	margin-top: 0;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 233px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



/* these are used for the buttons*/
.buttontitle:hover {
	border:none;
	background:transparent url(/secure/img1/button1.gif) no-repeat top;

/*	background-image:transparent url(/secure/img1/button1.gif);		
	background:transparent url(images/dolphin_bg-ON.gif) repeat-x bottom left;*/
	width: 180px;
	height: 29px;
	margin: 0px;
	color: #ffffff;
	font-family: verdana,helvetica;
	font-size: 11px;
	font-weight: bold;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=’gray’, direction=100, strength=1);*/
	text-decoration:underline;
}
.buttontitle { 
	border:none;
	background:transparent url(/secure/img1/button.gif) no-repeat top;	

/*		background-image:transparent url(/secure/img1/button.gif);
	background:transparent url(images/dolphin_bg-OVER.gif) repeat-x bottom left;*/
	width: 180px;
	height: 29px;
	margin: 0px;color: #336666;
	font-family: verdana,helvetica;
	font-size: 11px;
/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=’gray’, direction=100, strength=1);*/
	font-weight: bold;
}

