
/**********/
/* PANELS */
/**********/

.CMS_Panel
{
	/*border: solid silver 1px;*/
	/*margin:5px;	*/
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;	
}

.CMS_Panel img
{
	margin: 0px;
}

.CMS_Table
{
	
}

.CMS_SubCellTable
{
	width: 100%;
	height: 100%;	
}

.CMS_SubCellTable td
{
	border: solid black 1px;
}

.CMS_PictureCellHeader
{
	width: 100%;
	text-align: center;
	font-weight: bold;	
	padding: 5px;
	padding-bottom: 0px;
	font-size: 90%;
}

.CMS_PictureCellBody
{
	width: 100%;
	text-align: center;
	font-size: 75%;
}

.CMS_PictureCellPicture
{
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

.CMS_DetailsLinkPictureTable { width: 100%; }
.CMS_DetailsLinkPictureTable 	
{ 
	height: 14px; width: 45px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 90%;
	
	margin: 0 auto;
	/*margin-top: -10px; */
	/*margin-left: 270px;*/
	
	background-color: red;  
}

.CMS_DetailsLinkPictureTable a { text-decoration: none; color: white; }
.CMS_DetailsLinkPictureTable a:hover { text-decoration: none; color: gray; }


/***************/
/* INFO PANELS */
/***************/

.CMS_InfoPanelInner
{
	/*border: solid black 1px;*/
	width: 100%;
	padding-bottom: 10px;
}

.CMS_InfoTable
{
	border: solid #afafaf 1px;
	position: relative;
}

.CMS_DetailsLinkInfoPanelOuter { width: 100%; }
.CMS_DetailsLinkInfoPanel 	
{ 
	height: 14px; width: 45px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 90%;
	
	position: absolute;
	margin: 0 auto;
	/*margin-top: -10px; */
	/*margin-left: 270px;*/
	
	bottom: .5em; right: .5em;
	
	background-color: red;  
}

.CMS_DetailsLinkInfoPanel a { text-decoration: none; color: white; }
.CMS_DetailsLinkInfoPanel a:hover { text-decoration: none; color: gray; }

.CMS_AttachmentLinkInfoPanelOuter { width: 100%; }
.CMS_AttachmentLinkInfoPanel 	
{ 
	height: 14px; width: 65px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 90%;
	
	position: absolute;
	
	bottom: .5em; left: .5em;
	
	background-color: #788d92;  
}

.CMS_AttachmentLinkInfoPanel a { text-decoration: none; color: white; }
.CMS_AttachmentLinkInfoPanel a:hover { text-decoration: none; color: gray; }


/***************/
/* INFO TABLES */
/***************/

/* cell header styles */
.CMS_CellHeaderStyle0
{
	text-transform:capitalize;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid #e1dee0 1px;
	color: black;
	
	background-color: white;		
}

.CMS_CellHeaderStyle1
{
	text-transform:capitalize;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid #e1dee0 1px;
	color: black;
	
	background-color: #fff9fd;		
}

/*
.CMS_CellHeaderStyle2
{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 105%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom: solid black 1px;
	color: #FFFFFF;
	
	background-color: #FF0000;		
}
*/

.CMS_CellSizer
{
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

.CMS_CellInner
{
	text-align: justify;
	border: solid black 1px;
	overflow: hidden;	
	
	position: relative;
}

.CMS_CellBody
{
	padding: 10px;
}

.CMS_DetailsLinkInfoTableOuter { width: 100%; }
.CMS_DetailsLinkInfoTable 	
{ 
	height: 14px; width: 45px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 90%;
	
	position: absolute;
	margin: 0 auto;
	/*margin-top: -10px; */
	/*margin-left: 270px;*/
	
	bottom: .5em; right: .5em;
	
	background-color: red;  
}

.CMS_DetailsLinkInfoTable a { text-decoration: none; color: white; }
.CMS_DetailsLinkInfoTable a:hover { text-decoration: none; color: gray; }

.CMS_AttachmentLinkInfoTableOuter { width: 100%; }
.CMS_AttachmentLinkInfoTable 	
{ 
	height: 14px; width: 65px; 
	padding: 1px 5px 1px 5px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 90%;
	
	position: absolute;
	
	bottom: .5em; left: .5em;
	
	background-color: #788d92;  
}

.CMS_AttachmentLinkInfoTable a { text-decoration: none; color: white; }
.CMS_AttachmentLinkInfoTable a:hover { text-decoration: none; color: gray; }

.CMS_CellBody p { padding-top: 0px; margin-top: 0px; }

/****************/
/* DETAILS PAGE */
/****************/
.CMS_DetailsPanel
{
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;	
	border: solid black 1px;
}

.CMS_DetailsHeader
{
	text-transform:uppercase;
	font-weight: bold;
	font-size: 105%;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom: solid black 1px;
	color: white;
	
	background-color: gray;	
}

.CMS_DetailsBody
{
	background-color: white;
	padding: 10px;
}

.CMS_DetailsBody p { margin-top: 0px; padding-top: 0px; }

.CMS_DetailsPictureColumn
{
	background-color: silver;
	border-right: solid black 1px;	
	padding: 10px;
	
	text-align: center;
}

.CMS_DetailsPictureColumn img { border: solid gray 1px; }

.CMS_DetailsReturnLink { width: 100%; text-align: center; padding-top: 30px;}
.CMS_DetailsReturnLink a { text-decoration: none; color: gray; }
.CMS_DetailsReturnLink a:hover { text-decoration: none; color: black; }


/***********/ 
/* BANNERS */
/***********/

.CMS_Banner {	}
.CMS_Banner img { border:none; }
