/*-------------------------------------------------------------------------------------------------------*/
/*	Subpage Layout
/*-------------------------------------------------------------------------------------------------------*/
table#layout
{
	width:				1024px;
}

col#leftcolumn
{
	width:				auto;
}

col#contentcolumn
{
	width:				auto;
}

col#rightcolumn
{
	width:				auto;
}

/* Subpage Layout Contents */
td#leftcontentcell
{
	display:			none;
	width:				0px;
	vertical-align:			top;
	background-color:		rgb(238,238,238);
	padding:			20px 20px;
	font-family:			arial,sans serif;
	font-size:			0.65em;
}

td#contentcell
{
	vertical-align:			top;
	padding:			125px 120px 60px 430px;
	margin:				0px 0px 0px 0px;
	line-height:			18px;
	font-family:			arial,sans serif;
	font-size:			11px;
	color:				#999999;
	background-image:		url( /images/bg_page.jpg );
	background-repeat:		no-repeat;
	background-color:		white;
}

td#rightcontentcell
{
	vertical-align:			top;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Content List Page 
/*-------------------------------------------------------------------------------------------------------*/
.listpagetable
{
	/*	Entire list table */
	font-family:			arial,sans serif;
	line-height:			16px;
	margin-top:			0px;
	margin-bottom:			40px;
	font-size:			11px;
	color:				#999999;
}

.listpagetable td
{
	/* All cells of the table */
	padding:			2px 2px 20px 0px;
}

.listpagetable td a
{
	/* All cells of the table */
	font-weight:			bold;
	margin-right:			10px;
	text-decoration:		none;
	color:				#666666;
	background-color:		white;
}

.listpagetable td a:hover
{
	/* All cells of the table */
	font-weight:			bold;
	margin-right:			10px;
	text-decoration:		none;
	color:				white;
	background-color:		#bc0067;
}

.listpagetable td img
{
	/* All images in the list table cell */
	padding-right:		20px;
	padding-top:		5px;
}

.listpagetable td a.titlelink
{
	/* The title link of the list item */
	font-weight:			bold;
	margin-right:			10px;
	text-decoration:		none;
	color:				#BC0067;
	background-color:		white;
}

.listpagetable td a.titlelink:hover
{
	/* The title link of the list item */
	font-weight:			bold;
	margin-right:			10px;
	text-decoration:		none;
	color:				BC0067;
	background-color:		white;
}

/* When there is no details page */
.listpagenodetails
{
	font-weight:			bold;
	margin-right:			10px;
	text-decoration:		none;
	color:				#BC0067;
	background-color:		white;
}

.listpagebacklink
{
	display:			none;
	padding-top:			10px;
	font-weight:			bold;	
	line-height:			16px;
}