@charset "utf-8";
/* CSS Document */

body, html
{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	width:100%;
	margin-bottom:30px;
}

.body
{
	width:100%;
	min-width:1200px;
	background:url( '../images/body.gif' ) top left repeat-x;	
}

a,
a:visited,
a:hover
{
	/* color:#ec048d; */
	color:#009ae9;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{

}

.left
{
	float:left;
	display:block;
}

.right
{
	float:right;
	display:block;
}

p
{
	padding-bottom:10px;
}

.container
{
    overflow:hidden;    
}

.split
{
	margin-top:14px;
}

.split_long
{
	margin-top:65px;
}

.header_logo
{
	margin:10px 15px 0px 10px;
	float:left;
}

.header ul
{
	margin:0px 10px 0px 10px;
	overflow:hidden;
}

.header li
{
	float:left;
	list-style:none;
}

.header a
{
    background-size: 18px 18px;
}

.section_home
{
	background-image:url( '../images/section_home.png' );
}

.selected .section_home
{
	background-image:url( '../images/section_home_hover.png' );
}

.section_people
{
	background-image:url( '../images/section_people.png' );
}

.selected .section_people
{
	background-image:url( '../images/section_people_hover.png' );
}

.section_tasks
{
	background-image:url( '../images/section_tasks.png' );
}

.selected .section_tasks
{
	background-image:url( '../images/section_tasks_hover.png' );
}

.section_media
{
	background-image:url( '../images/section_media.png' );
}

.selected .section_media
{
	background-image:url( '../images/section_media_hover.png' );
}

.section_events
{
	background-image:url( '../images/section_events.png' );
}

.selected .section_events
{
	background-image:url( '../images/section_events_hover.png' );
}

.section_sales
{
	background-image:url( '../images/section_sales.png' );
}

.selected .section_sales
{
	background-image:url( '../images/section_sales_hover.png' );
}

.section_report
{
	background-image:url( '../images/section_report.png' );
}

.selected .section_report
{
	background-image:url( '../images/section_report_hover.png' );
}

.section_export
{
	background-image:url( '../images/section_export.png' );
}

.selected .section_export
{
	background-image:url( '../images/section_export_hover.png' );
}

.section_stats
{
	background-image:url( '../images/section_stats.png' );
}

.selected .section_stats
{
	background-image:url( '../images/section_stats_hover.png' );
}

.section_email
{
	background-image:url( '../images/section_email.png' );
}

.selected .section_email
{
	background-image:url( '../images/section_email_hover.png' );
}

.section_cal
{
	background-image:url( '../images/section_calendar.png' );
}

.selected .section_cal
{
	background-image:url( '../images/section_calendar_hover.png' );
}

.section_company
{
	background-image:url( '../images/section_blank.png' );
}

.selected .section_company
{
	background-image:url( '../images/section_blank_hover.png' );
}

.section_admin
{
	background-image:url( '../images/section_admin.png' );
}

.selected .section_admin
{
	background-image:url( '../images/section_admin_hover.png' );
}

.section_logout
{
	background-image:url( '../images/section_logout.png' );
}

.selected .section_logout
{
	background-image:url( '../images/section_logout_hover.png' );
}

.sections
{
	width:100%;
	min-height:70px;
	background:#e6e8e8 url( "../images/header_top_bg.gif" ) top left repeat-x;
	min-width:1220px;
}

.sections ul a span
{
	display:block;
	font-size:11px;
	padding-left:5px;
	padding-right:5px;
	padding-top:12px;
	min-height:48px;
	padding-bottom:10px;
	text-align:center;
	width:55px;
	
}

.sections a,
.sections a:visited,
.sections a:hover
{
	color:#666;	
	display:block;
	background-position:center 36px;
	background-repeat:no-repeat;
    background-size: 18px 18px;
	font-weight:bold;
}

.sections a:hover
{
	color:#444;	
}

.sections ul
{
	background:url( "../images/toolbar_bg.gif" ) bottom right repeat-y;
	padding-right:1px;
	float:left;
	display:block;
	text-transform:uppercase;
}

.sections li
{
	text-shadow: 1px 1px 1px #fff;	
}

.sections li:hover
{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#f7f7f7 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
}

.sections li.selected
{
	text-shadow:none;
	background: #f067a6; /* Old browsers */
	background: -moz-linear-gradient(top, #f067a6 0%, #ec048d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f067a6), color-stop(100%,#ec048d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f067a6 0%,#ec048d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f067a6', endColorstr='#ec048d',GradientType=0 ); /* IE6-9 */
	
}

.sections li.selected span
{
	color:#ffffff;
	font-weight:bold;
	background-image:url( '../images/sub_toolbar_arrow.png' );
	background-position:bottom center;
	background-repeat:no-repeat;
}

.sections h2
{
	background:url( "../images/toolbar_bg.gif" ) bottom left no-repeat;
	text-align:center;
	display:block;
	cursor:pointer;
	padding-right:1px;
}

.sections h2.disabled a,
.sections h2.disabled a:visited,
.sections h2.disabled a:hover
{
	opacity:0.2;
	cursor:pointer;	
}

.header_search
{
	padding-top:13px;
	float:right;
}

.header_search p
{
	font-size:10px;
	color:#808282;
	margin-bottom:3px;
}

.header_searchbar
{
	background:#ffffff url( "../images/searchbar_bg.gif" ) top left repeat-x;
	border:1px solid #5a5c5b;
	min-height:16px;
	width:110px;
	float:left;
	color:#5a5c5b;
	padding:1px 2px 1px 2px;
	font-size:12px;
}

.header_submit
{
	background:#d6d6d6 url( "../images/search_button_bg.gif" ) top left repeat-x;
	border:1px solid #5a5c5b;
	margin-right:10px;
	float:left;
	min-height:20px;
	min-width:40px;
	color:#5a5c5b;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	padding-left:20px;
	padding-bottom:0px;
}

.header_submit:hover
{
	background:#e7e7e7 url( "../images/search_button_bg_hover.gif" ) top left repeat-x;
}

.toolbar
{
	min-width:1220px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	min-height:28px;

}

.toolbar ul
{
	float:left;
    min-height:28px;
}

.toolbar ul li
{
	font-size:11px;
	
}

.toolbar a.selected,
.toolbar a.selected:visited,
.toolbar a.selected:hover
{
	color:#fff;
	text-shadow:none;
	background: #818181; /* Old browsers */
	background: -moz-linear-gradient(top, #818181 0%, #767676 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#818181), color-stop(100%,#767676)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #818181 0%,#767676 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #818181 0%,#767676 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #818181 0%,#767676 100%); /* IE10+ */
	background: linear-gradient(to bottom, #818181 0%,#767676 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818181', endColorstr='#767676',GradientType=0 ); /* IE6-9 */
}

.toolbar a,
.toolbar a:visited,
.toolbar a:hover
{
	text-decoration:none;
	padding:8px 10px 8px 10px;
	display:block;
	color:#666;
	text-shadow: 1px 1px 1px #fff;
}

.toolbar a:hover
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cfcfcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#cfcfcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#cfcfcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
	color:#444;
}



.sub_toolbar
{
	min-width:1220px;
	background:#767676 ;

}

.sub_toolbar ul
{
	float:left;
}

.sub_toolbar ul li
{
	font-size:11px;
	
}

.sub_toolbar a.selected,
.sub_toolbar a.selected:visited,
.sub_toolbar a.selected:hover
{
	color:#fff;
	background:url( '../images/sub_toolbar_arrow.png' ) bottom center no-repeat;
}

.sub_toolbar a,
.sub_toolbar a:visited,
.sub_toolbar a:hover
{
	text-decoration:none;
	padding:8px 10px 8px 10px;
	display:block;
	color:#dedede;
}

.sub_toolbar a:hover
{
	color:#fff;
}

.block_toolbar
{
    background:#777;  
    color:#fff;
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    min-width:1220px;
}

.block_toolbar_header
{
    margin:0 10px;
    overflow:hidden;    
    padding:5px 0px;
}

.block_toolbar_trigger
{
    background:url( "../images/block_toolbar_menu.png" ) center left no-repeat; 
    font-size:14px;
    font-weight:bold;  
    float:left; 
}

.block_toolbar_trigger:hover
{
    text-decoration:underline;   
}

.block_toolbar_trigger a,
.block_toolbar_trigger a:visited,
.block_toolbar_trigger a:hover
{
    color:#fff;    
    padding:10px 10px 10px 40px;
    display:block;
}

.block_toolbar_popup
{
    display:none;
    padding:10px 0 10px 0; 
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);     
}

.block_toolbar_popup hr
{
    background:none;
    border:0;
    border-top:3px solid #fff;
    padding-bottom:10px;    
    margin:0 10px;
}


.side_menu
{
	float:right;
}

.side_menu ul
{
	background:url( "../images/toolbar_bg.gif" ) top right no-repeat;
	padding-right:1px;
	float:left;
	color:#808282;
}

.side_menu h2
{
	font-size:11px;
	display:block;
	color:#808282;
}

.side_menu span
{	
	background:url( "../images/toolbar_bg.gif" ) top left no-repeat;
	padding-right:1px;
	float:left;
	height:24px;
	padding-left:12px;
	padding-right:11px;
	text-align:center;
	padding-top:13px;
	cursor:pointer;
	display:block;
	color:#808282;
}

.side_menu span:hover
{	
	background:url( "../images/menu_hover_bg.gif" ) top left repeat-x;
	display:block;
	color:#ffffff;
}


/* ::FORM */

.block
{
	font-size:11px;
	display:block;
	margin:0px 10px 10px 10px;
	padding:10px 10px 1px 10px;
	background:#e6e8e8 url( "../images/form_bg.gif" ) top left repeat-x;
	color:#5a5c5b;
}

.block h4
{
	margin-left:0px;
	margin-right:40px;
	margin-bottom:10px;
	margin-top:0px;
	color:#404041;
	font-size:12px;
	font-weight:bold;
}

h3
{
	font-size:14px;
	text-transform:capitalize;
	margin-top:20px;
	padding-bottom:10px;
	background:url( "../images/form_header.gif" ) bottom center repeat-x;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
	display:block;
}

/*
h3 span
{
	font-size:12px;
	color:#aaa;
}
*/

/*** form ***/

.form label
{
	font-weight:bold;
	display:block;
	margin-bottom:3px;
	font-size:11px;
}

.form .inline
{
	display:block;	
	overflow:hidden;
	margin-bottom:3px;
}

.form .inline label
{
	display:inline; 
	margin:0px;	
	vertical-align:middle;
	cursor:pointer;
}

.form .inline label:hover
{
	color:#111111;	
}

.form .inline input[type=checkbox],
.form .inline input[type=radio]
{	
	margin:1px 10px 0px 0px; 
	float:left;
}

.form input[type=text],
.form input[type=password],
.form textarea,
.form textarea.mce_editor,
.form select
{
	background:#ffffff;
	border:solid 1px #888888;
	padding:4px 5px 4px 5px;
	width:248px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.form select
{
	padding:3px 3px 3px 5px;
	width:260px;
}

.form_stretch .col input[type=text],
.form_stretch .col input[type=password],
.form_stretch .col textarea,
.form_stretch .col select,
.col4 input[type=text],
.col4 input[type=password],
.col4 textarea,
.col4 select,
.col6 input[type=text],
.col6 input[type=password],
.col6 textarea,
.col6 select,
.form textarea,
.form textarea.mce_editor,
.defaultSkin table.mceLayout
{
	width:100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;  	
}

.form input[type=text]:focus,
.form input[type=password]:focus,
.form textarea:focus,
.form select:focus
{
	box-shadow: 0px 0px 2px #ec008c;
	border-color:#ec008c;
}

.form .switch p
{
	width:278px;
}

.form .switch p select
{
	height:400px;
	float:none;
} 

.col6 .switch p
{
	width:183px;
}


.form .switch p.buttons
{
	width:auto;
	float:left;
	padding:186px 10px 0px 10px;
}

.form .switch p.buttons input
{
	display:block;
	margin-bottom:10px;
	width:24px;
}

.form textarea
{
	height:160px;
}

.form .narrow
{
	float:left;
	padding-right:5px;
	width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;  
}

.form .cols3 .narrow
{
	width: 33.333333%;	
}

.form .end
{
	padding-right:0px;
	padding-left:5px; 	
}

.form .left input[type=text],
.form .right input[type=text],
.form .left select,
.form .right select
{
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box;  
}

.table
{
	margin-bottom:10px;
	width:100%;
	border-collapse:collapse;
	font-size:11px;
}

.table th
{
	color:#111111;
	padding:4px;
	min-height:17px;
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

.table td
{
	padding:2px 4px 2px 4px;
	vertical-align:middle;
	border:2px solid #ffffff;
}

.table tr:nth-child(odd) td { background-color:#fff; }
.table tr:nth-child(even) td { background-color:#fddef0; }

.table .odd, .table .odd td
{
    background-color:#fff !important;    
}

.table .even, .table .even td
{
    background-color:#fddef0 !important;    
}

.table tr.selected td
{
	background-color:#ec0d8e;
	color:#ffffff;
}

.table .selected td a,
.table .selected td a:visited,
.table .selected td a:hover
{
	color:#ffffff;
}

.table tr td.highlight
{
    background:#e7f5ff !important;
}

.table tr.icon,
.table td.icon,
.table td.icon_static
{
	width:1px;
	text-align:center;
	
}

.table td.icon img
{
	width:16px;
	height:16px;
	vertical-align:middle;
	margin:0px 5px 0px 5px;	
}

.table td.icon img:hover
{
	width:14px;
	height:14px;
	padding:1px;	
}

.table td.icon_static img
{
	vertical-align:middle;
	margin:0px 5px 0px 5px;	        
}

.table__totals td
{
    padding-top:20px;
    font-size:14px;
    font-weight:bold;
}

.table__totals--collapse td
{
    padding-top:0px;
}

.table__totals b
{
    color:#000;
}

.form input[type=submit],
.form input[type=button]
{
	border:1px solid #bbbbbb;
	color:#444444;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefed',GradientType=0 ); /* IE6-9 */
}

.form .inline_button input[type=submit],
.form .inline_button input[type=button]
{
	padding:4px;
	float:left;
}

.form input[type=submit]:hover,
.form input[type=button]:hover
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fafaf9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafaf9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#fafaf9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaf9',GradientType=0 ); /* IE6-9 */	
}

.form .inline_button select
{
	width:200px;
	margin-right:5px;
	float:left;
}

.form input[type=submit].important,
.form input[type=button].important
{
	color:#ffffff;
	background: #f067a6; /* Old browsers */
	background: -moz-linear-gradient(top, #f067a6 0%, #ec048d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f067a6), color-stop(100%,#ec048d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f067a6 0%,#ec048d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f067a6', endColorstr='#ec048d',GradientType=0 ); /* IE6-9 */
	border:1px solid #e10896;
}

.form input[type=submit].important:hover,
.form input[type=button].important:hover
{
	background: #fb84ca; /* Old browsers */
	background: -moz-linear-gradient(top, #fb84ca 0%, #f905b1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb84ca), color-stop(100%,#f905b1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb84ca 0%,#f905b1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb84ca 0%,#f905b1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb84ca 0%,#f905b1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fb84ca 0%,#f905b1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb84ca', endColorstr='#f905b1',GradientType=0 ); /* IE6-9 */	
}

.form input[type=submit].disabled,
.form input[type=submit].disabled:hover,
.form input[type=button].disabled,
.form input[type=button].disabled:hover
{
	opacity:0.5;
	cursor:default;
}

.form p.left input[type=submit],
.form p.left input[type=button]
{
	margin-right:5px;
}

.form p.right input[type=submit],
.form p.right input[type=button]
{
	margin-left:5px;
}

.form input.input--error
{
    background: #f067a6;
	border:1px solid #e10896;
    color:white;
}

.col_left,
.col_right
{
	width:260px;
	padding-right:40px;
	float:left;
}

.col_right
{
	padding:0px;
	float:right;
}

.form input.long
{
	width:548px;
}

.form input.extra_long
{
	width:848px;
}

.form input.short,
.form textarea.short
{
	width:125px;
}

.form select.short
{
	width:137px;
}

.form .check_all,
.form .uncheck_all
{
	float:left;
}	

.form .check_all a,
.form .uncheck_all a
{
	display:block;
	padding:6px 15px 6px 20px;
	background:url( "../images/check.png" ) center left no-repeat;
}

.form .uncheck_all a
{
	background:url( "../images/uncheck.png" ) center left no-repeat;
}

.photo
{
	background:#e6e8e8 url( "../images/form_bg.gif" ) top left repeat-x;
	margin:0px 10px 10px 10px;
	display:block;
	width:120px;
	padding:10px 10px 0px 10px;
	line-height:0px;
	float:left;
}

.block .photo
{
	margin:0px 0px 10px 0px;
}

.photo .thumb img
{
	width:120px;
}

.photo p
{
	padding-bottom:10px;
}

.video
{
	background:#e6e8e8 url( "../images/form_bg.gif" ) top left repeat-x;
	margin:0px 10px 10px 10px;
	display:block;
	width:280px;
	padding:10px 10px 0px 10px;
	line-height:0px;
	float:left;
}

.video p
{
	padding-bottom:10px;
}

.photo .icon img,
.video .icon img,
.photo .icon input[type=image],
.video .icon input[type=image]
{
	float:left;
	margin-right:10px;
	display:block;
}


.messages
{
	padding:10px 10px 0px 10px;
	font-size:12px;
}

.messages ul
{
	margin-top:10px;
	padding:10px 10px 10px 25px;
	width:auto;
}

.messages p
{
	margin-top:10px;
}

.error
{
	padding:10px;
	border:1px solid #c20073;
	background-color:#ffbee5;
	color:#c20073;
	display:block;
	
}

.block span.error
{
	margin:0px 0px 5px 0px;
	width:auto;
	max-width:268px;
	padding:5px;
}

.block .left span.error,
.block .right span.error
{
	width:125px;
}

.success
{
	border:1px solid #01a36d;
	padding:10px;
	color:#01a36d;
	background-color:#bfffea;
	margin-top:10px;
}

.warning
{
	padding:10px;
	border:1px solid #c2b200;
	background-color:#fffabe;
	color:#908400;
	display:block;
}

.sites
{
	list-style:none;
	overflow:hidden;
}

.sites li
{
	margin:10px;
	float:left;
	width:140px;
	height:100px;
	line-height:0px;
	background:#ffffff url( '../images/site_blank.gif' ) top left no-repeat;
}

/*** popup menu ***/
.popup_menu {
  position:absolute;
  background:url( '../images/popup_menu.png' ) top left repeat;
  border:1px solid #000000;
  margin:0px;
  padding:0px;
  color:#ffffff;
  width:200px;
  font-size:12px;
  max-height:200px;
  display:block;
}

.popup_menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:block;
}
.popup_menu ul li.selected { background-color: #666666; }
.popup_menu ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:5px;
  cursor:pointer;
  border:0px;
}



/*** Stef's stuff that I need to sort out! ***/

.input_form_bullet
{
	margin-left:5px;
	max-width:125px;
	float:left;
}

.input_form_bullet p
{
	margin-top:5px;
}

.form_checkbox
{
	margin-top:7px;
}

.checkbox
{
	margin-bottom:10px;
}

.text_input_form
{
	
}

.input_long
{
	width:270px;
}

.form_breaker
{
	background:url( "../images/form_breaker.gif" ) bottom center no-repeat;
	height:2px;
	margin:10px 5px 10px 5px;
}

.input_dropdown
{
	background:#ffffff;
	border:solid 1px #5a5c5b;
	min-height:18px;
	margin-left:0px;
}

.input_dropdown_left
{
	background:#ffffff;
	border:solid 1px #5a5c5b;
	min-height:18px;
	margin-left:6px;
	margin-right:14px;
}

.text_left
{
	margin-left:6px;
}

.input_dropdown_list
{
	margin-top:2px;
	margin-left:2px;
	margin-bottom:8px;
	background:#ffffff;
	border:solid 1px #5a5c5b;
	min-height:17px;
	padding-left:1px;
	margin-right:0px;
	font-size:12px;
	background:#ffffff;
	border:1px solid #5a5c5b;
	color:#5a5c5b;
}

.information_button
{
	margin-left:0px;
	border:1px solid #5a5c5b;
	margin-right:2px;
	margin-bottom:-5px;
}

.information_button p
{
	text-decoration:none;
}

.form_button
{
	margin-left:4px;
	background:#c9cac9 url( "../images/form_button_bg.gif") repeat-x;
	border:1px solid #5a5c5b;
	min-height:22px;
	color:#5a5c5b;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
	margin-bottom:10px;
	max-width:150px;
}

.form_button:hover
{
	background:#e0e0e0 url( "../images/form_button_bg_hover.gif") repeat-x;
}

.form_list_box
{
	font-size:11px;
	margin-top:14px;
	margin-left:5px;
	margin-bottom:10px;
}

.checkbox_margin
{
	margin-right:20px;
}

.formlist_button
{
	margin-left:5px;
	margin-top:4px;
	font-weight:bold;
	border:solid 1px #8f92a1;
	background:#c9cbda url('../images/formlist_button_bg.gif') repeat-x;
	min-height:22px;
	width:28px;
	border-radius:2px;
	cursor:pointer;
	padding-bottom:2px;
}

.formlist_button:hover
{
	background:#dfe0e6 url('../images/formlist_button_bg_hover.gif') repeat-x;
}

.sel_container
{
	
	margin:0px 10px 10px 10px;
	overflow:auto;
	font-size:12px;
	font-weight:bold;
	color:#666666;
	width:auto;
}

.sel_canvas
{
	width:auto;
}

.sel_corner
{
	width:30px;
	height:30px;
	background:#ffffff url('../images/sel_corner.gif') bottom right no-repeat;
	margin-bottom:5px;
	float:left;
}

.sel_top
{
	width:54px;
	height:23px;
	background:#ffffff url('../images/sel_top.gif') bottom center no-repeat;
	margin-left:5px;
	float:left;
	text-align:center;
	padding-top:7px;
}

.sel_left
{
	height:34px;
	width:30px;
	background:#ffffff url('../images/sel_left.gif') center right no-repeat;
	float:left;
	padding-top:20px;
	text-align:center;
}

.sel_cell
{
	height:52px;
	width:52px;
	text-align:center;
	border:1px dashed #bcbcbc;
	margin:0px 0px 5px 5px;
	float:left;
	color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
}

.sel_cell:hover
{
	cursor:pointer;
	border:1px dashed #ec048d;
	background-color:#fff4f9;	
}


.sel_cell input[type=submit],
.sel_cell input[type=submit]:hover
{
	padding:0px;
	background:none;
	font-weight:bold;
	text-align:center;
	width:52px;
	height:52px;
	border:0px;
	display:block;
	color:#ffffff;
}

.sel_cell--selected
{
    border-color:#32cc6c;     
}

.sel_cell--selected input[type=submit]
{
    background:#c9ffdd;  
}

.sel_table_0
{
	background-image:url( '../images/sel_table_0.png' );
}

.sel_table_1
{
	background-image:url( '../images/sel_table_1.png' );
}

.sel_table_2
{
	background-image:url( '../images/sel_table_2.png' );
}

.sel_table_3
{
	background-image:url( '../images/sel_table_3.png' );
}

.sel_table_4
{
	background-image:url( '../images/sel_table_4.png' );
}

.sel_table_5
{
	background-image:url( '../images/sel_table_5.png' );
}

.sel_table_6
{
	background-image:url( '../images/sel_table_6.png' );
}

.sel_table_7
{
	background-image:url( '../images/sel_table_7.png' );
}

.sel_table_8
{
	background-image:url( '../images/sel_table_8.png' );
}

.sel_table_9
{
	background-image:url( '../images/sel_table_9.png' );
}

.sel_table_10
{
	background-image:url( '../images/sel_table_10.png' );
}

ul.sel_list
{
	display:none;
	width:auto;
	position:absolute;
	top:0;
	left:0;
	background-color:#9ff8ff;
	border:1px dashed #ec048d;
	background-color:#fff4f9;
	font-size:12px;
	font-weight:bold;
	color:#222222;
	padding:0px;
	margin:0px;
	text-align:left;
}

ul.sel_list li
{
	padding:5px 10px 5px 10px;
	margin:0px;
	list-style:none;
}

.collapse h3 span
{
	width:auto;
	background-image:url( '../images/icon_minimise.png' );
	background-position:center right;
	background-repeat:no-repeat;
	display:block;
	cursor:pointer;
}

.collapse div
{
	display:block;
}

.minimised h3 span
{
	background-image:url( '../images/icon_maximise.png' );
}

.minimised div
{
	display:none;
}

hr
{
	margin:5px 0px 10px 0px;
	padding:0px;
	height:2px;
	background-color:#5a5c5b;
	overflow:hidden;
	border:0px;
	border-bottom:1px solid #FFFFFF;
	display:block;
}

.collapse
{
	padding:0px;
	margin:0px;	
}

.controls
{
	padding:5px 5px 0px 5px;
	overflow:hidden;
	background:url( '../images/controls.gif' );
	margin:20px 10px 0px 10px;
}

.controls p
{
	padding:0px;
	margin:0px 0px 5px 0px;	
}

.controls span
{
	padding:6px;
	font-size:11px;
	display:block;
	color:#444444;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefed',GradientType=0 ); /* IE6-9 */
	margin:0px;
}

.controls span.input,
.controls span.inline
{
	padding:1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.controls p.left span
{
	margin-right:5px;	
}

.controls p.right span
{
	margin-left:5px;	
}

.col_end
{
	padding:0px;	
}

.map
{
	text-align:right;	
}

.map .placeholder
{
	display:block;
	width:100%;
	height:200px;
	margin-bottom:3px;
}

.swatch
{
	display:block;
	width:8px;
	height:16px;	
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#dddddd;
	background-image:none;
	background-position:bottom right;
}

.swatch_half
{
	background-image:url( '../images/swatch_half.png?v=1' );
}

.numbers
{
	font-size:11px;
	display:block;	
}

.numbers ul
{
	padding:0px;
	list-style:none;
	float:right;
	margin:0px 0px 10px 10px;
	display:block;
}

.numbers li
{
	margin:0px;
	padding:0px;
	font-weight:bold;
	margin-left:5px;
	display:block;
	float:left;
	overflow:hidden;
}

.numbers li a,
.numbers li a:visited,
.numbers li a:hover
{
	margin:0px;
	padding:3px 6px 3px 6px;
	color:#444444;
	-moz-border-radius:3px;
	border-radius:3px;
	background: #efefed; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#efefed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefed',GradientType=0 ); /* IE6-9 */
	border:1px solid #bbbbbb;
	display:block;
}

.numbers li a:hover
{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fafaf9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fafaf9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fafaf9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#fafaf9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafaf9',GradientType=0 ); /* IE6-9 */	
}

.numbers li.selected a,
.numbers li.selected a:visited,
.numbers li.selected a:hover
{
	color:#ffffff;
	background: #f067a6; /* Old browsers */
	background: -moz-linear-gradient(top, #f067a6 0%, #ec048d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f067a6), color-stop(100%,#ec048d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f067a6 0%,#ec048d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f067a6', endColorstr='#ec048d',GradientType=0 ); /* IE6-9 */
	border:1px solid #e10896;	
}

.numbers select
{
	padding:2px 2px 2px 2px;
	font-size:11px;	
	width:auto;
	min-width:50px;
	margin:0px;
}

.block h1
{
	font-size:20px;	
	margin-bottom:4px;
	color:#222222;
}

.block h2
{
	font-size:11px;	
	margin-bottom:4px;
	color:#444444;
	font-weight:bold;
}

.block h2 b
{
	color:#222222;	
}

.tabs .panel
{
	border-bottom:1px solid #111111;
	list-style:none;
	overflow:hidden;
	font-size:11px;
	font-weight:bold;	
}

.tabs .panel li
{
	float:left;	
	padding-left:5px;
}

.tabs .panel li a,
.tabs .panel li a:visited,
.tabs .panel li a:hover
{
	background:#dddddd;
	padding:4px 8px 4px 8px;
	-moz-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
	display:block;
	color:#5a5c5b;
}

.tabs .panel li a:hover
{
	background:#eeeeee;	
}

.tabs .panel li.social a,
.tabs .panel li.social a:visited,
.tabs .panel li.social a:hover
{
	background:#009ae9;
	color:#fff;	
}

.tabs .panel li.social a:hover
{
	background:#4cb8f0;	
	color:#fff;
}

.tabs .panel li a.selected,
.tabs .panel li a.selected:visited,
.tabs .panel li a.selected:hover
{
	background:#111111;
	color:#fff;	
}

.tabs .tab
{
	display:none;	
}

.tabs .selected
{
    display:block;    
}

.tasks
{
	width:100%;
	max-height:300px;
	margin:0px 0px 10px 0px;
	overflow:auto;
	background:#fff;
}

.tasks ul
{	
	list-style:none;
	background:#fff;
	margin:0px;
}

.tasks li
{
	padding-left:5px;
	background:#666;
	display:block;	
}

.tasks div
{
	padding:10px 10px 0px 10px;
	display:block;
}

.tasks li:nth-child(odd) div
{
	 background-color:#fddef0;
}

.tasks li:nth-child(even) div
{  
	background-color:#fff;
}

.tasks h4
{
	font-weight:normal;
	text-transform:uppercase;
	color:#666;	
	margin:0px;
}

.tasks h4 a,
.tasks h4 a:visited,
.tasks h4 a:hover
{
	text-transform:none;	
}

.tasks p
{
	font-weight:bold;	
	color:#222;
	font-size:12px;
}

.tasks span
{
	font-weight:normal;
	font-size:11px;
	color:#999;	
	display:block;
}

.indent
{
	margin-left:10px;	
}

.panel
{
	margin:10px;
	overflow:hidden;	
}

.top
{
	margin-top:20px;	
}

.blank
{
	background:none;	
}

.bullets
{
	margin-left:13px;
	margin-bottom:10px;		
}

.bullet_list
{
	border-top:1px solid #666;
	padding:10px 0px 10px 0px;
	border-bottom:1px solid #666;	
}

.subscriptions_col1
{
	float:left;
	width:140px;
	margin-right:5px; 
}

.subscriptions_col2
{
	float:left;
	width:60px;
	margin-right:5px;
}

.subscriptions_col3
{
	float:left;
}

div.buttons
{
	margin:9px 9px 0px 9px;
	background:none;	
	padding:1px;
	overflow:hidden;
	font-size:11px;
}

div.buttons_slide
{
	margin-top:-1px;
	display:none;	
}

div.buttons p
{
	padding:0px;
	margin:0px;	
	margin:0px 5px 10px 0px;
	float:left;
}

div.buttons input[type="submit"],
div.buttons input[type="button"],
div.buttons select
{
	padding:2px;
	float:left;
		
}

div.buttons .labels p
{
	margin:0px;	
}

div .buttons .check_all a,
div .buttons .uncheck_all a
{
	padding-top:4px;	
	padding-bottom:4px;
}

.popup_menu
{
	font-size:11px;
	font-weight:bold;	
}

.dominant
{
	line-height:1.4em;
	font-weight: bold;	
}

.dominant span
{
	color:#888;	
	font-size:11px;
}

.bigger
{
	font-size:12px;
}

.plugin
{
	padding-bottom:10px;	
}

.popup_form
{
	background-color:#ffffff;
	-moz-box-shadow: 0x 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	display:none;	
	position:absolute;
	left:0;
	top:0;
	padding-top:0px;
	z-index:20;
}

.popup_form_title
{
	margin:10px;
	padding:5px;	
	background: #f067a6; /* Old browsers */
	background: -moz-linear-gradient(top, #f067a6 0%, #ec048d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f067a6), color-stop(100%,#ec048d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f067a6 0%,#ec048d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f067a6', endColorstr='#ec048d',GradientType=0 ); /* IE6-9 */
	border:1px solid #e10896;
	overflow:hidden;
}

.popup_form_title p
{
	margin:0px;
	padding:0px;	
}

.popup_form_title input[type="button"]
{
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	float:right;	
}

.popup_form .grid16
{
	width:750px;
	min-width:750px;
	padding:0px;	
}

.popup_form .messages
{
	padding:0px 10px 0px 10px;
}

.popup_form .messages p
{
	margin:0px;
}

.popup_form .messages ul
{
	margin:0px;
}

.transparent
{
	background:none;	
}

.hidden
{
	display:none;	
}

.overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #666666 url("../images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
	z-index:10;
}

.figure
{
	color:#444444;
	font-size:12px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px #fff;
    -moz-box-shadow: 0 0 1px #fff;
    box-shadow: 0 0 1px #fff;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top, #e6e8e8 0%, #efefed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e8e8), color-stop(100%,#efefed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6e8e8 0%,#efefed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6e8e8 0%,#efefed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6e8e8 0%,#efefed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6e8e8 0%,#efefed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e8e8', endColorstr='#efefed',GradientType=0 ); /* IE6-9 */
}

.figure span
{
	display:block; 
	font-size:16px;	
}

.figure span.number
{
	font-size:32px;	
}

.figure_important
{
	color:#fff;
	background: #f067a6; /* Old browsers */
	background: -moz-linear-gradient(top, #f067a6 0%, #ec048d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f067a6), color-stop(100%,#ec048d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f067a6 0%,#ec048d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f067a6 0%,#ec048d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f067a6', endColorstr='#ec048d',GradientType=0 ); /* IE6-9 */
}

.figure a,
.figure a:visited,
.figure a:hover
{
	color:#444;	
}

.figure a:hover
{
	color:#222;	
}

.figure_important a,
.figure_important a:visited,
.figure_important a:hover
{
	color:#FFF;	
}

.notification
{
	color:#9b931e;
	background:#fffdc3;	
	border:1px solid #b0a82c;
	padding:10px 10px 0px 10px;
	margin-bottom:10px;
}

.notification--padded
{
    
}

.notification--private
{
    border:1px solid #c20073;
	background-color:#ffbee5;
	color:#c20073;
}

.option_list
{
    overflow:hidden;    
}

.option_list h2
{
    margin:0px;
    padding:3px 10px 0px 35px; 
    font-size:14px;
    font-weight:bold;  
}

.option_list h2 a,
.option_list h2 a:visited,
.option_list h2 a:hover
{
    color:#000;    
}

.option_list_alt h2 a,
.option_list_alt h2 a:visited,
.option_list_alt h2 a:hover
{
    color:#fff;    
}

.option_list h2 a:hover
{
    text-decoration:underline;   
}

.option_list_item
{
    margin:10px; 
    padding:10px 10px 15px 10px;
    background-color:#f9f9f9;
    background-position:10px 10px;
    background-repeat:no-repeat;
    background-image:url( '../images/site_icon_default.png' );  
    border-radius:5px;
}

.option_list_alt .option_list_item
{
    background-color:#686868;    
}

.option_list_alt .option_list_item:hover
{
    background-color:#6c6c6c;    
}

.option_list_item ul
{
    margin:0;
    padding:0;
    list-style:none; 
    font-size:12px; 
    display:block;
    padding-top:8px;     
}

.option_list_item li
{
    margin:0;
    display:block; 
    float:none;
    margin-left:10px;
    padding:3px 10px 3px 25px; 
    background-position:center left;
    background-repeat:no-repeat;
    background-image:url( '../images/option_list_arrow.png' );  
}

.option_list_item li a,
.option_list_item li a:visited,
.option_list_item li a:hover
{
    color:#ec008c;   
}

.option_list_alt .option_list_item li a,
.option_list_alt .option_list_item li a:visited,
.option_list_alt .option_list_item li a:hover
{
    color: #d5d5d5;    
}

.option_list_item li.option_list_item_add a,
.option_list_item li.option_list_item_add a:visited,
.option_list_item li.option_list_item_add a:hover
{
    color:#43a558;   
}

.option_list_item li a:hover
{
    text-decoration:underline;    
}

.option_list_alt .option_list_item li a:hover
{
    color:#fff;    
}

.expand_min
{
    display:block;    
}

.expand_max
{
    display:none;    
}

.icon_buttons--large
{
	padding: 15px 15px 20px 15px;
	text-align: center;
	display: block;
	margin:0;
}

.icon_buttons--large img
{
	display: inline-block;
	width:96px;
	height:96px;
	background: #ec048d;
	border-radius:5px;
}

.icon_buttons--large a:hover img
{
	background: #222;
}

.inline_cols
{
	font-size:12px;
	padding:0px 0px 20px 10px;
	color:#666;
}

.inline_cols table
{
	width:100%;
    line-height:140%;
}

.inline_cols tr > td > div
{
	padding-right:10px;
}

.inline_cols tr > td > div.last
{
	padding-right:0px;
}

.inline_cols input[type="text"],
.inline_cols input[type="submit"],
.inline_cols select
{
	width:100%;
	box-sizing: border-box;
}

.inline_cols th
{
	text-transform:uppercase;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px;
}

.inline_cols td.icon
{
	vertical-align:top;
}

.inline_cols td.icon img, input
{
	vertical-align:middle;
}

.inline_cols .notification
{
    margin:5px 0px;
}


.toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.toggle input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f067a6;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #01a36d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #01a36d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.clickable_radio_items
{
    margin:10px;
    overflow:auto;
}

.clickable_radio_items ul
{
    overflow: hidden;
    padding:0px;
    color:#333333;
    font-size:11px;
    line-height:150%;
}

.clickable_radio_items li
{
    position:relative;
    list-style: none;
    padding:0px 0px 0px 40px;
    background:url('../images/form_bg.gif') bottom left repeat-x;
    cursor: pointer;
}

.clickable_radio_item
{
    padding:10px;
    background:url('../images/form_bg.gif') top left repeat-x;
    display:block;
}

.clickable_radio_button
{
    position:absolute;
    top:6px;
    left:0;
    width:40px;
    text-align: center;
}

.clickable_radio_button input
{
    cursor: pointer;
}

.clickable_radio_items li.clickable_radio_items_selected
{
    background-image:none;
    background-color:#ec048d;
}

.clickable_radio_items li.clickable_radio_items_selected .clickable_radio_item
{
    background:#fcfcfc;
}

.clickable_radio_items li:hover .clickable_radio_item
{
    background:#fffabe;
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
} 

.timer
{
    z-index:1000;
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background-color: rgb(0,0,0,0.7);
}

.profile-widget
{
    position:relative;
    min-height:64px;
    padding:5px 0px;
    padding-left:84px;
    line-height:1.4em;
}

.profile-widget__img
{
    position:absolute;
    top:0px;
    left:0px;
    width:64px;  
}

.profile-widget__img--center
{
    top:0px;
    left:50%;
    margin-left:-32px;
}

.profile-widget__img--button
{
    background:#ec048d;
    border-radius:5px;
}

.profile-widget__heading-1
{
    padding:0 0 2px 0;
    margin:0;
    font-size:16px !important;
    font-weight:bold;
}

.word-wrap
{
    word-wrap: break-word;
}

.align--left
{
    text-align:left;
}

.align--right
{
    text-align:right;
}


/* floating circles start (for timer) */
#floatingCirclesG{
    z-index:1001;
	position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
	width:84px;
	height:84px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:15px;
	width:15px;
	border-radius:8px;
		-o-border-radius:8px;
		-ms-border-radius:8px;
		-webkit-border-radius:8px;
		-moz-border-radius:8px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:34px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:10px;
	top:10px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:34px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:10px;
	top:10px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:34px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:10px;
	bottom:10px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:34px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:10px;
	bottom:10px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/* floating circles end */