
/* Main Page boxes */


table.main-table {
	width: 100%;
}

td.main-left {
	vertical-align:top;
	width:400px;
	padding: 0px;
}

td.main-right {
	vertical-align:top;
	width:222px;
	padding: 0px;
}

div.main-box {
	position:relative;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 400px;
	height: 200px;
	margin: 15px 0px 15px 0px;
}

div.top-right-box {
	position:relative;
	float: right;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 222px;
	height: 90px;
	margin: 15px 0px 9px 0px;
}

div.bottom-right-box {
	position:relative;
	float: right;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 222px;
	height: 90px;
	margin: 9px 0px 15px 0px;
}

div.main-inner-box {
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 8px;
	padding-bottom: 2px;
}

div.right-inner-box {
	background: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
}

font.box-title {
	font-size: 11px; 
	font-family: verdana; 
	font-weight: bold; 
	color: #DE421E; 
	line-height:25px;
}

font.box-text {
	font-size: 9px; 
	font-family: verdana; 
	font-weight: normal; 
	font-color: #000000; 
	line-height:10px;
}

/* Corner images for main page boxes */

img.box-top-left {
	position: absolute; 
	top: -1px; 
	left: -1px; 
	width: 16px;
	height: 16px;
	background-color: white
}

img.box-bottom-left {
	position: absolute; 
	bottom: -1px; 
	left: -1px; 
	width: 16px;
	height: 16px;
	background-color: white
}

img.box-top-right {
	position: absolute; 
	top: -1px; 
	right: -1px; 
	width: 16px;
	height: 16px;
	background-color: white
}

img.box-bottom-right {
	position: absolute; 
	bottom: -1px; 
	right: -1px; 
	width: 16px;
	height: 16px;
	background-color: white
}

/* END corner images */
