﻿/* ALERT!!!! This is a fix for table border style*/
/* The code in this alert must be copied to the EditorContentArea.css
   of the chosen skin i.e. /RadControls/Editor/Skins/Office2007/EditorContentArea.css */
/*
table
{
	BORDER-RIGHT: #999999 1px dashed; 
	BORDER-BOTTOM: #999999 1px dashed;
}

table td
{
	PADDING: 2px;
	BORDER-TOP: #999999 1px dashed;	
	BORDER-LEFT: #999999 1px dashed;	
}

table th
{
	PADDING: 2px;
	BORDER-TOP: #000000 1px dashed;	
	BORDER-LEFT: #000000 1px dashed;
}
*/
/* END ALERT!!!! */

/*!!!ALERT!!! The below style is used to keep the content area of CMS looking consistant 
  and not be affected by the site / shopsite.css */
.CMSContent
{
	text-align:left;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
.CMSContent ul, .ul
{
	margin: 0px 10px 0px 25px;
	
	list-style-image: url("../public_images/newsletter/bulletimage.gif");
}
.CMSContent il, .il
{
	margin: 0px 10px 0px 25px;
	color: black;	
}
.CMSContent ol
{
	margin: 0px 10px 0px 30px;
	color:Black;
}
.CMSContent p
{
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:Black;
}


.CMSContent h1, h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4A749D;
	text-transform:uppercase;
	font-weight:bold;
}
.CMSContent h2, h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4A749D;
	font-weight:bold;
	font-style:normal
}

.CMSContent h3, h3, h4
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000080;
	margin: 0px 0px 0px 0px;
}
.CMSContent h5, h5
{
	font-size:11px;
}

/* Added by Monalisa 09/07/2008*/
.CMSContent h6, h6
{
	font-family:Arial, helvetica, sans-serif;
	font-weight:bold;
	color:#374c93;
	font-size:18px;
}
/* */

.CMSContent td, .CMSContent th
{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:Black;
}
.CMSContent a 
{ 
    text-decoration:none; 
	color: #496F95;

}
.CMSContent a:hover 
{ 
	text-decoration:underline; 
	color: #496F95;

}

/*.CMSContent li 
{
	color: #496F95;

}

.CMSContent a.link
{color: #496F95;}*/


.CMSContent .CMSCustomControl
{
	width: 300px;
	height: 50px;
	display: block;
}
.CMSContent .CMSNewsGroup
{
	background-image: url('../images/css/CMSNewsletterGroup.gif')
}
.CMSContent .CMSEvents
{
	background-image: url('../images/css/CMSUpcomingEvents.gif')
}

/* HR */

.CMSContent hr { height:1px; background:#c8dbf1; border-style:none;}
/*!!!END ALERT!!!*/



/* Template Style */

/* START - Content Page with 1 Content Area */
#CMS_1Part{}
#CMS_1Part_Head{}
#CMS_1Part_Inner{}
#CMS_1Part_Main{}
#CMS_1Part_Main_Head{}
#CMS_1Part_Main_Inner{}
#CMS_1Part_Main_Footer{}
#CMS_1Part_Footer{}
/* END - Content Page with 1 Content Area */
