.content
{
	width:100%;
}

/******************** Default Content Page ********************/

.contenttext					/* page text */
{
}
.contentunavailable p 			/* page content unavailable text */
{
}

/******************** Default List Page ********************/

.listtextintro					/* module configuration introduction text */
{
	margin-top:10px;
}
.list 							/* list of records */
{
	 width:100%;
	 height:auto;
}
.listtitle 						/* list title */
{
}
.listgrouptitle h3 				/* record category title */
{
	background-color:#CCCCCC;
}
.list2colrow 					/* record 2 column row */
{
	position:relative;
	display:block;
	width:49%;
	height:auto;
	float:left;
}
.listimage						/* record image */
{
	position:relative;
	float:left;
	display:block;
	width:130px;
	height:155px;
}
.listimagereplacement
{
	width:123px;
	height:148px;
	background-color:#CCCCCC;
	border:1px solid #666666;
}
.listcaption 					/* record caption */
{
	position:relative;
	float:left;
	display:block;
	width:120px;
	height:auto;
	line-height:15px;
}
.listcaption a
{
	line-height:18px;
	font-weight:bold;
}
.listpagenavigation				/* page navigation */
{
	padding:10px;
}
.listunavailable p				/* list unavailable text */
{
}

/******************** Default Selected Page ********************/

.selected						/* selected record */
{
	width:100%;
	height:auto;
}
.selectedtitle h3				/* selected record title */
{
}
.selectedimage					/* selected image */
{
}
.selectedimagereplacement		/* selected image replacement */
{
}
.selectedtext					/* selected record text */
{
}
.selectedunavailable p			/* selected record unavailable text */
{
}
.selectedpreviouspage			/* previous page link */
{
}

/******************** Default Search Page ********************/

.searchtext						/* page text */
{
}
.contentunavailable p 			/* page content unavailable text */
{
}
