/* ************************************************************************	* */
/* * Global Styles															* */
/* * NOTE: These styles are defined ONCE in EDITOR.CSS;						* */
/* * COPY over from editor.css to keep updated								* */
/* * sheets																	* */
/* ************************************************************************	* */

body /* NOTE: these sizes must match in ALL STYLE SHEETS */
{ 
	font-family: Arial;	
	font-size: 12px;	
	color: #666;
}
a,a:visited,
a:active	
{
	font-size: 12px;	
	color: #c63;	
	text-decoration: none;
}a:hover 	
{
	color: #f15c31;	
	text-decoration: none;
}
h1 	
{
	font-size: 18px;	
	color: #666;	
	margin: 0;	
	margin-bottom: 10px;
}
h2	
{
	font-size: 14px;	
	color: #666;
}


/* ************************************************************************	* */
/* * FEATURE Styles															* */
/* ************************************************************************	* */
.grey_header
{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.white_header
{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}
.blue_header
{
	color: #369;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
}

/* * left																	* */
/* ************************************************************************	* */
.left_blank_container
{
	display: block;
	text-align: left;
	padding: 15px; 
}
.left_orange_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/carolina/images/features/left_orange_gradient_top.gif) rgb(255,255,255) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.left_orange_gradient_bottom
{
	display: block;
	background: url(/resources/carolina/images/features/left_bg_orange_gradient_bottom.gif) rgb(255,255,255) 0 100% no-repeat;
	color: #fff;
	width: 185px;
	line-height: 5px;
}

/* * Right																	* */
/* ************************************************************************	* */
.right_blank
{
	display: block;
	text-align: left;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_cream_top
{
	display: block;
	text-align: left;
	background: url(/resources/carolina/images/features/right_cream_top.gif) rgb(255,236,193) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_cream_bottom
{
	display: block;
	background: url(/resources/carolina/images/features/right_cream_bottom.gif) rgb(255,236,193) 0 100% no-repeat;
	color: #ffecc1;
	width: 185px;
	line-height: 5px;
}
.right_orange_border_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/carolina/images/features/right_orange_border_gradient_top.gif) repeat-x;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) - = 155px */
}
.right_orange_border_gradient_bottom
{
	display: block;
	background: url(/resources/carolina/images/features/right_orange_border_gradient_bottom.gif) 0 100% no-repeat;
	color: #cc6635;
	width: 185px;
	line-height: 5px;
}
.right_orange_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/carolina/images/features/right_bg_orange_gradient_top.gif) rgb(234,187,102) no-repeat;
	color: #fff;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_orange_gradient_bottom
{
	display: block;
	background: url(/resources/carolina/images/features/right_bg_orange_gradient_bottom.gif) rgb(234,187,102) 0 100% no-repeat;
	color: #eabb66;
	width: 185px;
	line-height: 5px;
}


/* * Polls																	* */
/* ************************************************************************	* */

.left_contest_poll_main
{
	display: block;
	text-align: left;
	background: #fff url(/resources/carolina/images/features/contest_poll_main.gif) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.left_contest_poll_bottom
{
	display: block;
	background: #fff url(/resources/carolina/images/features/contest_poll_bottom.gif) 0 0% no-repeat;
	color: #fff;
	width: 185px;
	line-height: 5px;
}
