@charset "UTF-8";
/* CSS Document */

p {padding:2px !important;}

.twoColFix #container {
	width: 994px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.twoColFix #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 500px;
	padding-top: 32px;
	padding-left: 10px;
}
.twoColFix #mainContent {
	width: 484px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.space {
	height: 170px;
	width: 994px;
	margin-right: auto;
	margin-left: auto;
}
.mainContentTab {
	width: 482px;
	}
.mainTab {
	width: 470px;
	background-image: url(images/tab_482px.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 7px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	COLOR: #E9415C; 
	}
.mainBox {
	width: 480px;
	padding-top: 5px;	
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	}

.mainBase {
	width: 482px;
	background-image: url(images/base_482px.png);
	background-repeat: no-repeat;
	height: 9px;
	}

.mapTab {
	width: 478px;
	background-image: url(images/tab_500px.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 7px;
	padding-left: 22px;
	font-size: 16px;
	font-weight: bold;
	COLOR: #E9415C;
	}
.searchBox {
	width: 498px;
	padding-top: 8px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	}
.searchBase {
	width: 500px;
	background-image: url(images/base_500px.png);
	background-repeat: no-repeat;
	height: 9px;
	}
.rdgrid
{
	border-right: #d2d3d4 1px solid; border-top: #d2d3d4 1px solid; border-left: #d2d3d4 1px solid; border-bottom: #d2d3d4 1px solid; border-collapse: collapse
}

.rdgrid td
{
	border-right: #d2d3d4 1px solid; border-top: #d2d3d4 1px solid; border-left: #d2d3d4 1px solid; border-bottom: #d2d3d4 1px solid
}




.box588 .mainTab {
	width: 576px;
	background-image: url(images/588pxcoltab.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 7px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	COLOR: #E9415C;
	}
.box588 .mainBox {
	width: 586px;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	}
.box588 .mainBase {
	width: 588px;
	background-image: url(images/588pxbasetab.png);
	background-repeat: no-repeat;
	height: 12px;
	}


.box380 .mainTab {
	width: 378px;
	background-image: url(images/392pxcoltab.png);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 7px;
	padding-left: 12px;
	font-size: 16px;
	font-weight: bold;
	COLOR: #E9415C; 
	}
.box380 .mainBox {
	width: 388px;
	padding-top: 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d1d1d1;
	border-left-color: #d1d1d1;
	}
.box380 .mainBase {
	width: 390px;
	background-image: url(images/392pxbasetab.png);
	background-repeat: no-repeat;
	height: 12px;
	}
.scrollBox
{
	height: 225px; overflow: auto; border: 1px solid #ccc;
}
