﻿/* ************************************************************************	* */
/* * 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: #369;	
	text-decoration: none;
}a:hover 	
{
	color: #c03;	
	text-decoration: none;
}
ul li 	
{
	list-style-image: url(/resources/adolphus/images/feature/bullet_blue.gif);
}
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_blue_gradient_top
{
	display: block;
	text-align: left;
	background: url(/resources/adolphus/images/features/left_bg_blue_gradient.gif) rgb(255,255,255) no-repeat;
	color: #666;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.left_blue_gradient_bottom
{
	display: block;
	background: url(/resources/adolphus/images/features/left_bg_blue_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/adolphus/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/adolphus/images/features/right_cream_bottom.gif) rgb(255,236,193) 0 100% no-repeat;
	color: #ffecc1;
	width: 185px;
	line-height: 5px;
}
.right_blue_border
{
	border: 4px solid #0b2fbc;
	display: block;
	text-align: left;
	background: url(/resources/adolphus/images/features/right_bg_blue_gradient.gif) rgb(253,252,252) repeat-x;
	color: #666;
	padding: 10px 15px;
	width: 145px; /* 185 - (15*2) - (5*2) = 145px */
}
.right_blue_top
{
	display: block;
	text-align: left;
	background: url(/resources/adolphus/images/features/right_bg_blue_top.gif) rgb(117,140,228) no-repeat;
	color: #fff;
	padding: 10px 15px;
	width: 155px; /* 185 - (15*2) = 155px */
}
.right_blue_bottom
{
	display: block;
	background: url(/resources/adolphus/images/features/right_bg_blue_bottom.gif) rgb(117,140,228) 0 100% no-repeat;
	color: #758ce4;
	width: 185px;
	line-height: 5px;
}












.white_underline 
{
	text-decoration: underline;
	color: #fff;
	background-color: #ccc;
}

.box_blue_gradient 
{
	display: block;
	background: #758ce4 url(/resources/adolphus/images/features/bg_blue_grad.gif) no-repeat 50% 0%;
	width: 166px;
	padding: 10px;
	color: #fff;
	border-bottom: solid 1px #cfcfcf;
	margin-left: 15px; /* Left Margin required to provide separation between features and content */
}

.box_blue_gradient a
{
	background-color: #758ce4;
	color: #fff;
	text-decoration: underline;
}

.box_gold_gradient 
{
	color: #666;
	display: block;
	background: #758ce4 url(/resources/adolphus/images/features/bg_gold_grad.gif) no-repeat 50% 0%;
	width: 166px;
	padding: 10px;
	border-bottom: solid 1px #cfcfcf;
	margin-left: 15px; /* Left Margin required to provide separation between features and content */
}
