/**********
main.css
*********/
#header, #headerHome
{
	width: 100%;
	height: 80px;
	background-color: #43586E;
	/*background-image: url(../img/page/bg_page.jpg);
	background-repeat: repeat-x;*/
	/*border-bottom: 2px solid #022B47;*/
	/*background-image: url(../../img/header_background_right.png);
	background-repeat: repeat-y;
	background-position: right;*/
}
#header h1
{
	color: #eaeaea;	
	font-weight: normal;
	font-size: 21px;
}
#headerHome { height: 60px; }

input.checkbox
{
	width: 10px;
	min-width: 10px;
	max-width: 10px;
}

img.sample { border: 1px solid #eaeaea; }

img.validation
{
	/*float: left;*/
}

img.feature
{
	border: 1px dashed #ccc;
	padding: 1px;
}

div.feature { float: left; text-align: center; }
h3.tagline { margin: 2px 0 7px 0; }
span.small { font-size: 11px; color: #999; }

#header a, #header a:link, #header a:visited, #header a:hover
{
	color: #fff;
	text-decoration: none;
	padding: 2px 20px 0 10px;
	margin: 0px;
	color: #ccc;
}

#header h2, #header h2 a, #header h2 a:link, #header h2 a:visited, #header h2 a:hover
{
	color: #fff;
}

#header #navigation, #headerHome #navigationHome
{
	float: right;
	height: 60px;
	min-width: 200px;
	text-align: right;
	/*background-image: url(../img/navigation/highlight.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
	padding: 4px 0 0 0;
	margin: 0px;
	list-style: none;
	list-style-image: none;
	color: #ccc;
	font-size: 11px;
}
#headerHome #navigationHome
{
	padding: 15px 0 0 0;
	margin: 0px;
	float: left;
}

#header #navigation li, #headerHome #navigationHome li
{
	margin: 0px;
	padding-top: 5px;
}

#header #navigation li img
{
	margin-top: -5px;
}

#header #navigation a, #header #navigation a:link, #header #navigation a:visited, #header #navigation a:hover, 
#headerHome #navigationHome a, #headerHome #navigationHome a:link, #headerHome #navigationHome a:visited, #headerHome #navigationHome a:hover
{
	padding: 2px 5px 0 5px;
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}
#headerHome #navigationHome a, #headerHome #navigationHome a:link, #headerHome #navigationHome a:visited, #headerHome #navigationHome a:hover
{
	padding: 0;
	text-decoration: underline;
	font-size: 12px;
}
#headerHome #navigationHome a:hover
{
	text-decoration: none;
}

#header #navigation a:hover
{
	text-decoration: none;
}

#header #navigation b
{
	color: #bbdfac;
	font-weight: normal;
	padding: 2px 0 0 15px;
}

#innerHeader
{
	 width: 860px;
	 margin: 0px auto;
	 text-align: left;
}

.logo
{
	margin: 5px 20px 0 0;
	float: right;
}

/*#header .nonmemberNav
{
	font-size: 16px;
	line-height: 40px;
}*/
#header .nonmemberSignupNav
{
	font-size: 14px;
}

#subnavigation
{
	width: 100%;
	min-width: 890px;
	max-width: 100%;
	height: 34px;
	background-color: #43586E;
	padding: 0px;
	margin: 0px;
}
#subnavigation .inner
{
	width: 855px;
	margin: 0 auto;
	padding: 0px;
}

#subnavigation #activeTab
{
	float: left;
	width: 96px;
	height: 24px;
	background-image: url(../img/subnavigation/tab_active.gif);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding: 10px 0px 6px 0px;
	_padding-bottom: 0px;
	color: #666;
	text-shadow: #eaeaea 1px 1px 1px;
}

#subnavigation #inactiveTab
{
	float: left;
	width: 96px;
	height: 18px;
	background-image: url(../img/subnavigation/tab_inactive.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 6px 0px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	/*text-shadow: #000 1px 1px 1px;*/
}

#navigationtrail
{
	width: 100%;
	background-color: #fff;/*bbdfac*/
	color: #fff;
	font-size: 11px;
	padding: 6px 0 0 0;
}

#navigationtrail a, #navigationtrail a:link, #navigationtrail a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 4px 8px;
	margin: 0 4px 0 0;
	
	background-color: #ccc;
}
#navigationtrail a:hover
{
	color: #fff;
	text-decoration: underline;
	padding: 4px 8px;
	margin: 0 4px 0 0;
	
	background-color: #ccc;
}

#navigationtrail #currentPage
{
	color: #666;
	text-decoration: none;
	background-color: #fff;/*70B8E1
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;*/
	padding: 4px 8px;
	margin: 0 4px 0 0;
}

#home #content
{
	/*background: url(../../img/page_bg.jpg) repeat-x;*/
}
#content
{
	width: 100%;
	min-width: 900px;
	max-width: 100%;
	_height: 100%;
	min-height: 100%;
	background-color: #fff;
	background: url(../../img/page_bg_all.jpg) repeat-x;
	/*background-image: url(../img/page/background_bottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;*/
	/*background-image: url(../img/page/bg_shadow.gif);
	background-repeat: repeat-y;*/
}

/**********
page.css
*********/
#page
{
	width: 900px;
	min-width: 900px;
	max-width: 100%;
	margin: auto;
	text-align: left;
	/*margin: 1px auto 0 auto;
	border-top: 1px solid #ccc;*/
}

#page .instructions
{
	/*width: 90%;*/
	font-size: 12px;
	color: #999;
	padding: 0 0 10px 0;
	float: left;
	font-weight: normal;
}

.notice
{
	width: 810px;
	margin: 0 auto;
	background-color: #ffffcc;
	border: 1px solid orange;
	padding: 10px;
	margin-top: 15px;
}

.announcement
{
	background-color: #ffffcc;
	border: 1px solid orange;
	padding: 10px;
}

.indent
{
	margin: 0 0 0 10px;
}

.clear
{
	clear: both;
}

#saveBtn
{
	width: 96px;
	height: 43px;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../img/form/btn_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
}

.closeBtn
{
	float: right;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.formButton
{
	width: 96px;
	height: 43px;
	text-align: center;
	padding: 8px 0 0 0;
	background-image: url(../img/form/btn_bg.gif);
	background-repeat: no-repeat;
	color: #fff;
	cursor: pointer;
	float: right;
	margin-left: 10px;
	font-size: 18px;
}

#page #leftColumn, #page .leftColumn
{
	/*max-width: 100%;*/
	width: 55%;
	float: left;
}
#page #rightColumn, #page .rightColumn
{
	width: 40%;
	float: right;
}

#page .leftColumnV2
{
	/*max-width: 100%;*/
	width: 75%;
	float: left;
}
#page .rightColumnV2
{
	width: 24%;
	float: right;
}
#page .leftColumnV2 .module .border, #page .rightColumnV2 .module .border
{
	margin: 10px 0px;	
}
#page #tools
{
	margin: -45px -20px 0 0;
	_margin: 0px;
}
#page #tools a, #page #tools a:link, #page #tools a:visited, #page #tools a:hover
{
	display: block;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 4px;
	margin-bottom: 2px;
	text-decoration: none;
}
#page #tools a:hover { background: #f1f1f1; border: 1px solid #eaeaea; }

.module, .success_module, .error_module, .notice_module, .dropin_module
{
	width: 100%;
	clear: both;
	text-align: left;
}

/*#page .module
{
	background-image: url(../img/page/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
}*/
.summary_module .border
{
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;	
	
	background-image: url(../img/page/bg_message.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #fff;
	_padding: 0px 0px 20px 0px;
}
.error_module
{
	margin: 0 auto;
	width: 860px;
	background-color: #e97e37;
	
	/*-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-o-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;*/
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.error_module .border
{
	/*background-image: url(../img/page/bg_message.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	background: url(../img/icon/caution.gif) no-repeat;*/
	
	padding: 10px 0;
	margin: 0px auto;
	font-size: 14px;
	color: #fff;
	width: 850px;
}
.notice_module .border
{
	background-color: #ffffcc;
	border: 1px solid orange;
}

.module .border, .success_module .border, .error_module .border, .notice_module .border, .dropin_module .border, .summary_module .border, .error_module .border
{
	/*Provides border and spacing, eliminates issues with margins and padding in liquid layouts*/
	margin: 20px;
	/*border: 1px solid #fff;
	background-color: #fff;*/
}

.dropin_module .border .close
{
	margin: -25px 0 0 -20px;
	cursor: pointer;
	float: left;
	position: relative;
}
.module .border .close, .success_module .border .close, .error_module .border .close, .notice_module .border .close
{
	margin: -15px 0 0 -10px;
	cursor: pointer;
	float: left;
}

/*#dropin_background
{
	background: #000;
	opacity: 0.45;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
.dropin_module
{
	/*
	Maybe put this on another layer
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.45;
	width: 100%;
	height: 100%;
	z-index: 100001;
	text-align: center;*/
}

.dropin_module .border
{
	/*width: 850px;
	margin: auto;
	text-align: left;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -200px;*/
	
	padding-top: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-o-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	
	/*background-color: #E9EEF1;
	background-image: url(../img/form/dropin_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;*/
}

.dropinAction
{
	cursor: pointer;
}
.dropinActionBackground
{
	float: left;
	background-image: url(../img/btn/dropin_action_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	
	padding: 5px 10px 0 10px;
	font-size: 15px;
	color: #fff;
}
.dropinActionBackgroundHover
{
	float: left;
	background-image: url(../img/btn/dropin_action_bg_hover.jpg);
	background-repeat: repeat-x;
	height: 32px;
	
	padding: 5px 10px 0 10px;
	font-size: 15px;
	color: #fff;
}
.dropinActionLeft
{
	float: left;
	background-image: url(../img/btn/dropin_action_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 32px;
}
.dropinActionLeftHover
{
	float: left;
	background-image: url(../img/btn/dropin_action_left_hover.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 32px;
}
.dropinActionRight
{
	float: left;
	background-image: url(../img/btn/dropin_action_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 32px;
}
.dropinActionRightHover
{
	float: left;
	background-image: url(../img/btn/dropin_action_right_hover.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 32px;
}

.intermediateBtn
{
	cursor: pointer;
}
.intermediateBtnBackground
{
	float: left;
	background-image: url(../img/btn/intermediate_bg.png);
	background-repeat: repeat-x;
	height: 32px;
	
	padding: 4px 10px 0 10px;
	font-size: 15px;
	color: #fff;
}
.intermediateLeft
{
	float: left;
	background-image: url(../img/btn/intermediate_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	width: 15px;
	height: 32px;
	margin-left: 4px;
}
.intermediateRight
{
	float: left;
	background-image: url(../img/btn/intermediate_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 15px;
	height: 32px;
	margin-right: 4px;
}

.cancelBtn
{
	cursor: pointer;
}
.cancelBtnBackground
{
	float: left;
	background-image: url(../img/btn/cancel_bg.png);
	background-repeat: repeat-x;
	height: 27px;
	
	padding: 4px 10px 0 10px;
	font-size: 13px;
	color: #666;
	margin-top: 4px;
}
.cancelLeft
{
	float: left;
	background-image: url(../img/btn/cancel_left.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	height: 27px;
	margin-top: 4px;
}
.cancelRight
{
	float: left;
	background-image: url(../img/btn/cancel_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height: 27px;
	margin-top: 4px;
}

.success_module
{
	margin: 0 auto;
	width: 860px;
	background-color: #93DB70;
	
	/*-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-o-box-shadow: 1px 1px 4px #ccc;
	box-shadow: 1px 1px 4px #ccc;*/
	
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
}
.success_module .border
{
	/*background-image: url(../img/page/bg_message.jpg);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
	border: 1px solid #bbdfac;*/
	
	padding: 10px 0;
	margin: 0px auto;
	font-size: 14px;
	color: #fff;
	width: 850px;
}

.homeTitle, .module .title, .module .title input, .success_module .title, .notice .title, .notice_module .title, .success_module .title input, .error_module .title, .notice_module .title input, .error_module .title input, .dropin_module .title, .dropin_module .title input
{
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #2299cc;
	margin: 20px 15px 10px 20px;
}
.homeTitle { font-size: 32px; color: #2f465d; }

.module .subtitle, .module .subtitle input, .success_module .subtitle, .success_module .subtitle input, .notice_module .subtitle, .notice_module .subtitle input, .error_module .subtitle, .error_module .subtitle input , .dropin_module .subtitle, .dropin_module .subtitle input, .subtitle
{
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	color: #E97E37;
	margin: 0 0 5px 0;
	clear: both;
}

.module .subtitle a, .module .subtitle a:link, .module .subtitle a:hover, .module .subtitle a:visited
{
	color: #E97E37;
}

.module .content, .success_module .content, .error_module .content, .notice_module .content, .dropin_module .content
{
	width: 95%;
	/*max-width: 500px;*/
	margin: 0px 20px 20px 20px;
}

#page .dropin_module .formButtons
{
	width: 100%;
	max-width: 100%;
	width: 90%;
	text-align: right;
	margin-top: 4px;
}

#page .dropin_module .formButtons a, #page .dropin_module .formButtons a:link, #page .dropin_module .formButtons a:visited, #page .dropin_module .formButtons a:hover
{
	color: #999;
	text-decoration: underline;
	float: right;
	padding-top: 6px;
}

#footer
{
	width: 100%;
	height: 99px;
	background-color: #f1f1f1;
	color: #666;
	font-size: 10px;
	
	border-top: 1px solid #eaeaea;
	
	margin-top: -100px;
	position: relative;
	z-index: 100;
}

#footer #innerFooter
{
	width: 900px;
	padding-top: 10px;
	margin: auto;
	text-align: left;
}

#footer a, #footer a:link, #footer a:visited
{
	color: #2f465d;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

/**********
grid.css
**********/

#grid
{
	width: 100%;
	/*min-height: 50px;*/
	max-height: 300px;
	overflow: auto;
	overflow-x: hidden;
	clear: both;
	border-radius: 10px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;	
}

table#grid
{
	
}
#grid td, .gridIdentification td
{
	/*width: 200px;*/
	padding: 4px 8px;
	border-bottom: 1px dotted #eaeaea;
	background-color: none;
}

.gridIdentification td a, .gridIdentification td a:link, .gridIdentification td a:visited, .gridIdentification td a:hover
{
	color: #507196;
}

#grid td.gridActions
{
	/*width: 300px;*/
	text-align: right;
}

#grid td.titlebarRight
{
	/*background-image: url(../img/page/bg_grid_titlebar_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;*/
}
#grid td.titlebarLeft
{
	/*background-image: url(../img/page/bg_grid_titlebar_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
}

.gridAddition
{
	margin: 0 0 4px 0;
	float: right;
	cursor: pointer;
}
.gridAction
{
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	height: 22px;
	padding: 2px 4px 0 4px;
	background-image: url(../img/btn/action_bg.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
.gridActionHover
{
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	height: 22px;
	padding: 2px 4px 0 4px;
	background-image: url(../img/btn/action_bg_hover.jpg);
	background-repeat: repeat-x;
	font-weight: normal;
}
.gridLeft
{
	float: left;
	background-image: url(../img/btn/action_left.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}
.gridLeftHover
{
	float: left;
	background-image: url(../img/btn/action_left_hover.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}
.gridRight
{
	float: left;
	background-image: url(../img/btn/action_right.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}
.gridRightHover
{
	float: left;
	background-image: url(../img/btn/action_right_hover.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}

.gridIdentification
{
	width: 100%;
	/*background-color: #E9EEF1;*/
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0;
	/*border: 1px solid #e5e5e5;
	border: 1px solid #43586E;*/
	/*background-color: #43586E;
	background-image: url(../img/page/bg_grid_titlebar.jpg);
	background-position: top left;
	background-repeat: repeat-x;*/
}

.gridIdentification td
{
	border-bottom: 1px solid #ccc;
	background-color: #f7f7f7;
}

#grid tr.alternateRow
{
	background-color: #f9f9f9;
}

#grid tr.totals
{
	background-color: #507196;
	color: #fff;
}
#grid tr.totals td
{
	border-bottom: none;
}

#grid .innerGrid
{
	width: 100%;
	height: 20px;
	padding: 4px 0;
	border-bottom: 1px solid #eaeaea;
}

#grid a, #grid a:link, #grid a:hover, #grid a:visited
{
	/*float: right;
	padding: 0 4px;*/
}

#grid a.deleteAction, #grid a.deleteAction:link, #grid a.deleteAction:hover, #grid a.deleteAction:visited
{
	color: #CC9999;
	font-size: 11px;
}

#grid .deleteButton
{
	margin-bottom: -4px;
}

#grid td.gridActions a, #grid td.gridActions a:link, #grid td.gridActions a:hover, #grid td.gridActions a:visited
{
	padding: 0 4px;
}

#grid .gridDetails
{
	/*float: left;
	margin-left: 10px;*/
}

/**********
icon.css
**********/
#pageContainer
{
	width: 90%;
	height: 135px;
	padding: 10px 20px;
	background-image: url(../img/icon/bg_arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#pageContainer .page
{
	float: left;
	width: 125px;
	height: 125px;
	min-height: 125px;
	max-height: 125px;
	overflow: hidden;
	padding: 10px;
	margin: 0 10px 0 0;
	
	font-size: 10px;
	line-height: 18px;
	
	/*border: 1px solid #f9f9f9;*/
	background-color: #fff;
	background-image: url(../img/icon/bg_page.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#pageContainer .page .title
{
	margin: 0 0 10px 0;
}

img.icon
{
	border: 1px solid #eaeaea;
}

/**********
navigation.css
**********/
.subnavigation
{
	position: absolute;
}

a#nav, a#nav:link, a#nav:hover, a#nav:visited
{
	color: #bbdfac;
	text-decoration: underline;
	padding: 0px;
}

.subnavigation .sub
{
	position: absolute;
	top: 0px;
	text-align: left;
	width: 115px;
	background-color: #fff;
	padding: 0 5px 5px 5px;
	font-size: 10px;
	color: #666;
}

.subnavigation .sub .subItem
{
	
}

.subnavigation .sub .subItemOver
{
	cursor: pointer;
	text-decoration: underline;
}

.subnavigation #companies, .subnavigation #campaigns
{
	z-index: 2;
}

.subnavigation #companies { left: 107px; }
.subnavigation #campaigns { left: 210px; }


/******
colorPicker.css
******/

#colorPicker
{
	width: 225px;
	background-color: #fff;
	padding: 2px;
	border: 1px solid #999;
}

#colorPicker tr
{

}


#colorPicker td
{
	border: 2px solid #fff;
}

#colorPicker .colorChoice
{
	border: 2px solid #fff;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#colorPicker #colorPickerSelectedColorValue
{
	width: 100%;
}

/******
Pricing.css
******/

.plans
{
	vertical-align: top;
}

.sub-plans
{
	width: 100%;
}

.sub-plans td
{
	text-align: center;
	border-bottom: 1px dotted #eee;
	border-right: 1px dotted #eee;
}

.sub-plans th
{
	text-align: left;
	border-bottom: 1px dotted #eee;
	border-right: 1px dotted #eee;
	background-color: #ffffcc;
	/*background-color: #bbdfac;*/
}

.sub-plans th.subtitle
{
	background-color: #fff;
}

.sub-plans td.plans
{
	background-color: #fff;
}

.sub-plans td.plans h2
{
	color: #2299cc;
}

.sub-plans td.plans span
{
	color: #E97E37;
}

.sub-plans th.category
{
	background-color: #f4f4f4;
	color: #333;
	border: 1px solid #eaeaea;
}

.sub-plans td.indent
{
	border: none;
}

.sub-plans td.strong
{
	font-weight: bold;
	font-size: 14px;
}

/********
Forms
********/
.bigInput
{
	font-size: 14px;
}

.formErrorMessage
{
	color: #CC0000;
}

#statBar
{
	background-color: #6699cc;
	height: 10px;
}

#gridTitle
{
	width: 100%;
}
#gridTitle td
{
	border: 1px solid #eaeaea;
}

/* Home */
ul.homeList
{
	width: 240px;
	display: block;
	float: left;
	margin: 0 35px 0 0;
}
ul.homeList li
{
	margin-bottom: 2px;
}

/* Features */
#feature
{
	
}
#feature ul
{
	width: 500px;
	/*font-size: 13px;*/
	margin: 20px 0;
}
#feature li
{
	margin-bottom: 8px;
	line-height: 20px;
}

#feature #grid td
{
	font-size: 11px;
	padding: 4px 0 4px 4px;
	border-bottom: 1px solid #f8f8f8;
}
#feature #grid td.selected, #feature #grid td.selected a
{
	/*font-size: 11px;*/
	color: #E97E37;
	/*background-color: #f8f8f8;
	font-weight: bold;*/
}

/* Dashboard */
.dbTop
{
	float: left;
	width: 645px;
	height: 11px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page/db_top_background.png', sizingMethod='scale');
}
html > body .dbTop { height: 11px; background: url(../img/page/db_top_background.png) top no-repeat; }

.dbMiddle
{
	width: 615px;
	float: left;
	padding: 10px 15px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page/db_background.png', sizingMethod='scale');*/
	background: url(../img/page/db_background.png) repeat-y;
}
/*html > body .dbMiddle { background: url(../img/page/db_background.png) repeat-y; }*/

.dbLayer
{
}

.dbBottom
{
	float: left;
	width: 645px;
	height: 20px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/page/db_bottom_background.png', sizingMethod='crop');
}
html > body .dbBottom { background: url(../img/page/db_bottom_background.png) top no-repeat; }

/* Registration */
.registration .dropin_module .border
{
	background: url(../img/page/bg_message.jpg) top repeat-x;
}

/* Template */
.template
{
	float: left;
	padding: 4px 0;
	background: #fff;
	margin: 10px 2px 0;
	width: 195px;
	height: 200px;
	text-align: center;
	
	border: 1px solid #eaeaea;
	
	border-radius: 4px; 
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
}
.template p
{
	margin: 4px 10px;
}
.template .imgContainer
{
	overflow: hidden;
	height: 140px;
}
.template .imgContainer img
{
	width: 195px;
}