ul.menu li.hover ul,
ul.menu li:hover ul{
	display:block;
}
#main > .tools_menus > li > a > span,
#main > .menu > li.user_account > a > span {
	padding: 10px 15px;
}

#submenu_outer {
        float:left;
        clear:left;
        width: 100%;
}
ul.submenu li{
    border: none;
}
ul.submenu li a{
	background: #333;
}
ul.submenu li a:hover span {
    background: #fff;
}
ul.submenu li a.active{
    background: transparent;
    background-image: url('/static/images/Arrow_white_down.png');
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

ul.submenu li.time_mode_buttons {
    margin-right: 10px;
    margin-top: 3px;
}
ul.submenu li.first.time_selection,
ul.submenu li.first.time_selection,
ul.submenu li.first.time_selection,
ul.submenu li.first.time_selection {
	margin-right: 10px;
}
ul.submenu li.time_mode_buttons a:first-child span {
	border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
	border: none;
}
ul.submenu li.time_mode_buttons a:last-child span {
	border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
}
ul.submenu li.time_mode_buttons a.time_mode_button span, ul.submenu li.time_mode_buttons a.time_mode_button.active span {
    background-image: none;
    background: #e5e5e5;
    background: -moz-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -ms-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e5)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e5e5e5'); /* for IE */
    border-left: 1px solid #f6f6f6;
    color: #666;
    font-weight: normal;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 15px;
    width: 15px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    /*
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
    */
}

ul.submenu li.time_mode_buttons a.time_mode_button:first-child span,
ul.submenu li.time_mode_buttons a.time_mode_button.active:first-child span {
	border-left: 1px solid #333;
}
ul.submenu li.time_mode_buttons a.time_mode_button.active span {
    background: #44BAEC;
    background: -moz-linear-gradient(top,  #43bce3,  #155491); /* for firefox */
    background: -ms-linear-gradient(top,  #43bce3,  #155491); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#43bce3), to(#155491)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43bce3', endColorstr='#155491'); /* for IE */
    color: #fff;
    font-weight: bold;
}
ul.submenu li.time_mode_buttons a.time_mode_button span:hover {
    background: #44baec;
    color: #fff;
    background: -moz-linear-gradient(top,  #43bce3,  #155491); /* for firefox */
    background: -ms-linear-gradient(top,  #43bce3,  #155491); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#43bce3), to(#155491)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43bce3', endColorstr='#155491'); /* for IE */
}
ul.menu.submenu {
    background: #333;
    filter: none;
}

ul.submenu li.label {
    color: #fff;
    margin: 6px 5px 5px;
    font-size: 11px;
}
#select_li {
	margin-top: 4px;
}
ul.submenu li.label a {
    color: #fff;
    background: inherit;
}

ul.submenu li.label a:hover {
    text-decoration: underline;
}

ul.submenu li.label select {
    padding: 0px;
    margin: 0px;
}

ul.submenu li a span{
	font-size:10px;
	line-height:12px;
	color:#fff;
	text-decoration:none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB9sHBwIgFWAHtsIAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAnklEQVQY05XRsQqCUBTG8f89yh2kRVobe4ig6W4iOAUuPkMvZZvQ0BOcySdodXJraMtwq8ULYSl5xg9+B75zzOt2Xe8OxzsLJoRwA3yhqtIVQJ67xziTqW19RNZHZKVqDFCqxj6bRIHQClg6ktNFt3QkAnbIf0+RutoIjYA1AXsBa4SmSF0tc4U9BPBgttMntE/OHvyFxhccULjoRwBvogwuaNIp1NsAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding: 6px 24px 6px 10px;
}
ul.submenu li a span.disabled{
	font-size:12px;
	color:#949494;
	text-decoration:none;
}

ul.menu.submenu li.time_selection a:hover span,
ul.menu.submenu li.time_selection a span,
ul.menu.submenu li.first_time_selection a:hover span,
ul.menu.submenu li.first_time_selection a span {
	cursor: default;
	background: #333 none;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.menu.submenu li.hive_submenu a:hover span {
    background: #000;
}
ul.menu.submenu li.hive_submenu a span {
	background: #333 none;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.menu.submenu li a:hover span{
    background: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB9sHBwImAFuA9a8AAAB5SURBVCjPnc+9DYMwEIbhN1YGSE1Dmk9p2QhGgxGYgBXov4omGcNpbMmiwMA1p/t5bN0jxthI+nIxAvDhRjyPhrZbAEnbvhcqD6/AartLqMu9GpyBF7DY7oEl1fMhlDQAU1oeU54kDbUfS0xGZ24s8TujDH8n8VbWfyzyJH63YcXOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 90% center;
}
ul.menu.submenu li a:hover span.disabled{
	color:#949494;
}

ul.menu.submenu li a.active span{
	background: #000;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJCAYAAAACTR1pAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOxAAADsQBlSsOGwAAAAd0SU1FB9sHBwImAFuA9a8AAAB5SURBVCjPnc+9DYMwEIbhN1YGSE1Dmk9p2QhGgxGYgBXov4omGcNpbMmiwMA1p/t5bN0jxthI+nIxAvDhRjyPhrZbAEnbvhcqD6/AartLqMu9GpyBF7DY7oEl1fMhlDQAU1oeU54kDbUfS0xGZ24s8TujDH8n8VbWfyzyJH63YcXOAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 90% center;
    padding-right: 24px;
}
ul.menu.submenu li a.active span.disabled{
	background: #000;
}

/* form top */
#main #app_direct_form {
	float: right;
	clear: right;
	position: relative;
	margin-right: 16px;
}

#header .food{
	padding:0;
	list-style:none;
	margin: 1em 16px 1em 0;
	position: absolute;
	right: 0;
}

#header .food li{
}

#header .food li a{
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color:#9b9b9b;
	background:url('/static/images/ico-home.jpg') no-repeat 0 0;
	padding:0 0 0 20px;
	float:left;
	text-decoration:none;
}

#header .food li a:hover{
	text-decoration:underline;
}

#header .food label{
	font-weight:bold;
	font-size: 12px;
	line-height: 18px;
	color:#e6e6e6;
	margin:0 5px 0 0;
	float:left;
}

#header .food select{
	width:250px;
	font-size: 12px;
	line-height: 16px;
	color:#000;
	height:1.8em;
}

#header .rightmenu {
	float:right;
	clear:right;
	margin-top:2px;
	margin-right:16px;
}

/* content */
#content{
	clear:both;
	float:left;
	width:100%;
    background: #fff;
}
#content .content-holder{
	padding:0 16px 0 192px;
}

#content .content-holder-nofilter{
	padding:0 40px 0 40px;
}

/* filter blocks */
.filter_block h4 {
    color: #1c71a7;
}

.filter_block h5 {
    color: #595959;
    font-size: 13px;
    margin-top: 5px;
}

.filter_block {
    color: #222;
}
#filter_panel .filter_block li input[type="checkbox"],
#filter_panel .filter_block ul li {
    float: none;
    margin: 0;
}

#filter_panel .filter_block li input[type="checkbox"] ~ label {
    position: relative;
	left: 3px;
}
.actual_filters {
    float: right;
    margin-right: 15px;
}
#event_timeline_filters,
#event_details_filters,
#filter_list_block,
#gender_filter,
#location_filter,
#friends_filter {
    float: left;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#age_filter {
    float: left;
    margin: 10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 6em;
}

#mobile-device-filter,
#mobile-appversion-filter,
#mobile-os-filter {
    min-height: 305px;
    border-right: 1px solid #ccc;
    float: left;
    margin: 15px 30px 0 0;
    padding: 0 30px 0 0;
    width: 140px;
}
#mobile_filter #event_details_filters,
#mobile_filter #filter_list_block,
#mobile_filter #location_filter {
    min-height: 305px;
    border-right: 1px solid #ccc;
    float: left;
    margin: 15px 30px 0 0;
    padding: 0 30px 0 0;
}
#mobile_filter #filter_list_block {
    border: none;
    margin-right: 0;
}
#mobile_filter #filter_list_block input[type="checkbox"] ~ label {
    left: 2px;
}

#location_filter {
    max-width: 210px;
}
#location_filter > p {
	margin: 0 0 4px;
	color: #888;
}
#location_filter > h2 {
	margin-bottom: 2px;
}
#country-input {
	width: 200px;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #d0d0d0;
}
#events-list-wrapper,
#country-list-wrapper {
	width: 206px;
	max-height: 190px;
	overflow-y: auto;
	margin: 5px 0 0;
	padding: 0;
}
#filter_panel #events-list-wrapper li,
#modal_form #country-list-wrapper li,
#filter_panel #country-list-wrapper li {
	list-style-type: none;
	float: left;
	margin: 2px 4px 2px 0;
	background: #d8e9f2 none;
	padding: 3px 0 3px 7px;
	border-radius: 4px;
	color: #222;
}
#events-list-wrapper span,
#country-list-wrapper span {
	cursor: default;
}
#events-list-wrapper li:hover,
#country-list-wrapper li:hover {
	background: #add4e7 none;
}
#events-list-wrapper a,
#country-list-wrapper a {
	float: none;
	font-size: 10px;
	color: #222;
	padding: 0 7px 0 3px;
}
/* modal popup  */
#modal-popup-content {
	overflow: hidden;
	width: 500px;
}
.modal-popup {
	float: left;
}
.modal-popup a,
.modal-popup a:link {
	text-decoration: none;
}
.modal-popup ul {
	margin: 0;
	padding: 0;
}
.modal-popup li {
	list-style-type: none;
}
.modal-popup h4 {
	margin-bottom: 3px;
}
#age-popup,
#friend-popup,
#gender-popup {
	margin-right: 40px;
}
#location-popup {
	clear: left;
	margin-bottom: 20px;
}
#location-popup #country-list-wrapper {
	width: 480px;
}
#add_event_property_btn,
#add_location_btn {
}
#demo_filter {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #c0c0c0;
    padding-right: 10px;
}
#mobile-os-filter ul {
    height: 250px;
    overflow-y: scroll;
    padding-right: 10px;
}
#mobile-device-filter ul {
    max-height: 250px;
    overflow-y: auto;
}
.mobile-popup {
    float: left;
}
.mobile-popup ul,
.mobile-popup li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#os-popup ul {
    overflow-y: scroll;
    height: 200px;
}
#mobile-popup-wrapper {
    width: 600px;
}
#device-popup {
    width: 110px;
    margin-right: 10px;
}
#app-popup {
    width: 80px;
    margin-right: 30px;
}
#location-popup {
    width: 200px;
}
#os-popup {
    width: 150px;
    margin-right: 20px;
}
#event_timeline_filters {
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #c0c0c0;
    padding-right: 20px;
    padding-left: 20px;
}
#event_details_filters {
    width: 200px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-right: 1px solid #c0c0c0;
    padding-right: 20px;
    padding-left: 20px;
}

#x_axis_form ul.country {
    overflow: visible;
}

#event_timeline_submit {
    float: none;
    margin-top: 25px;
    margin-left: 0px;
    padding-left: 0px;
}

#filter_list_block {
    float: left;
    margin-top: 10px;
    margin-left: 20px;
}

#filter_list li a {
    text-decoration: none;
}

#filter_buttons {
    float: right;
    clear: both;
    margin: 5px;
}

#filter_buttons a.link {
    color: #1c71a7;
    text-decoration: none;
}

#type_form ul.country li {
    float: left;
    padding: 4px;
}
ul.menu #time_filter_form ul {
	display: block;
	position: static;
}
#submenu_outer ul.menu #time_filter_form ul li {
	float: left;
	width: auto;
}
ul.submenu li.float-right {
    float: right;
}
/* event filter */
#event_subtype_filters .block-bg{
    border:1px solid #AAAAAA;
    background-color:#EBEBEB;
}

/* time filter presets */
#time_filter_preset .block-bg{
    border:1px solid #AAAAAA;
    background-color:#EBEBEB;
}

/* monetization filter */
#monetization_subtype_filters .block-bg{
    border:1px solid #AAAAAA;
    background-color:#EBEBEB;
}

/* sidebar */
#content .sidebar{
	float:left;
	width:160px;
	margin:0 0 0 -192px;
	display:inline;
	font-size: 10.8px;
    margin-bottom: -100px;
    background-color: #fff;
}

.sidebar ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: #e5e5e5;
}
.sidebar ul li.header {
    padding-left: 12px;
    background: -moz-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -ms-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e5)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e5e5e5'); /* for IE */
    color: #333;
    font-weight: bold;
    margin-top: 0px;
    text-transform: uppercase;
	height: 19px;
	line-height: 0;
	padding-top: 21px;
}
.sidebar ul li.header span {
	font-size: 12px;
}
.sidebar ul li.header:hover {
    cursor: default;
    background: -moz-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -ms-linear-gradient(top,  #f6f6f6,  #e5e5e5); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#e5e5e5)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#e5e5e5'); /* for IE */
    color: #333;
}
.sidebar ul li {
    height: 25px;
    line-height: 26px;
    color: #000;
    cursor: pointer;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #d7d7d7;
}
.sidebar ul li a.active,
.sidebar ul li.active {
    background: #869094;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    background-image: url('/static/images/Arrow_white_side.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.sidebar ul li:hover {
    background: #869094 url('/static/images/Arrow_white_side.png') no-repeat 5% 50%;
    color: #fff;
    cursor: pointer;
	font-weight: bold;
}
.sidebar ul li a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    padding-left: 25px;
    display: block;
}
/* sidebar block */
#content .sidebar .block{
	background:url('/static/images/bg-block-2.png') repeat-y;
}

#content .sidebar .block-bg{
	overflow:hidden;
	background-color:#EBEBEB;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#content .sidebar .block-bg-static{
	overflow:hidden;
	background-color:#EBEBEB;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	padding: 6px;
}

#content .sidebar .block-bg-saved-filters {
	overflow:hidden;
	width:154px;
	background:url('/static/images/bg-filter-bottom-saved.png') no-repeat 0 100%;
	padding:0 3px 12px;
}

#content .sidebar .block h2{
	font-size:14px;
	line-height:200%;
	color:#fff;
	background:url('/static/images/bg-head-block.png') no-repeat;
	width:139px;
	padding:0 0 0 15px;
	margin:0 0 -2px 0;
}

#content .sidebar .expanded{
	font-size:12px;
	line-height:14px;
	color:#3d3d3d;
	background-color:#F9F9F9;
	/*#c0c0c0 url('/static/images/bg-side-expanded.png') repeat-x;*/
	width:130px;
	padding:3px 0 3px 29px;
	margin-left: -3px;
	margin-right: -3px;
	cursor:pointer;
	border-top:1px solid #999999;
	border-bottom:1px solid #a8a8a8;
}

#time_button {
	border-top:0;
}

#content .sidebar .expanded a{
	color:#3d3d3d;
	text-decoration:none;
	background:url('/static/images/arrow-down.png') no-repeat 0 5px;
	padding:0 0 0 16px;
	margin:0 0 0 -14px;
}

#content .sidebar .collapsed{
	margin-left:13px;
	width:123px;
	cursor:pointer;
	background:url('/static/images/arrow-light-2.png') no-repeat 4px 4px;
	padding:3px 0 3px 29px;
}




#content .sidebar .collapsed_st1{
	margin-left:5px;
	width:123px;
	cursor:pointer;
	background:url('/static/images/arrow-light-2.png') no-repeat 4px 4px;
	padding:3px 0 3px 10px;
}

#content .sidebar .collapsed_st2{
	margin-left:16px;
	width:123px;
	cursor:pointer;
	background:url('/static/images/arrow-light-2.png') no-repeat 4px 4px;
	padding:3px 0 3px 10px;
}

#content .sidebar .collapsed_st3{
	margin-left:25px;
	width:123px;
	cursor:pointer;
	background:url('/static/images/arrow-light-2.png') no-repeat 4px 4px;
	padding:3px 0 3px 10px;
}

#content .sidebar .collapsed a,
#content .sidebar .collapsed_st1 a,
#content .sidebar .collapsed_st2 a,
#content .sidebar .collapsed_st3 a{
	font-size:12px;
	line-height:14px;
	color:#3d3d3d;
	text-decoration:none;
	padding:0 0 0 4px;
	margin:0 0 0 -14px;
}

#content .sidebar .collapsed a:hover{
	cursor: pointer;
}


#content .sidebar .toggle_off{
	margin-left:13px;
	width:123px;
	/*background:url('/static/images/arrow-light-2.jpg') no-repeat 4px 4px;*/
	padding:0 0 0 17px;
}

#content .sidebar .toggle_off a{
	font-size:130%;
	line-height:150%;
	color:#3d3d3d;
	text-decoration:none;
}

#content .sidebar .toggle_off a:hover{
	text-decoration:underline;
}


#content .sidebar .start{
	overflow:hidden;
	margin: 0px -3px 0px -3px;
	background:#d9d9d9;
	padding:2px 0 5px 0px;
	list-style:none;
}

#content .sidebar .start li{
	float:left;
	padding:0 0 0 20px;
}

#content .sidebar .start input{
	float:left;
	width:14px;
	height:15px;
	margin:5px 0 0;
}

#content .sidebar .start label{
	font-size:120%;
	line-height:130%;
	color:#3f3f3f;
	float:left;
	width:32px;
	margin:4px 4px 0 0;
	text-align:right;
}

#content .sidebar .start .text{
	font-size:12px;
	line-height:14px;
	color:#3f3f3f;
	float:left;
	width:74px;
	height:14px;
	margin:3px 0 0;
}

#content .sidebar .start input.text.invalid{
	background-color: #f66;
    color: white;
}

#content .sidebar .start .footnote{
	text-align:center;
	width:100%;
	padding:2px;
	font-style:italic;
}

#content .sidebar .list{
	overflow:hidden;
	width:140px;
	padding:5px 0 5px 12px;
	margin:0 1px;
	list-style:none;
}

#content .sidebar .list li{
	width:123px;
	background:url('/static/images/arrow-light-2.png') no-repeat 4px 4px;
	padding:0 0 0 17px;
}

#content .sidebar .list li a{
	font-size:130%;
	line-height:150%;
	color:#3d3d3d;
	text-decoration:none;
}

#content .sidebar .list li a:hover{
	text-decoration:underline;
}

#content .sidebar .country,
#content .sidebar .frequency_selector{
	overflow:hidden;
	padding:5px 0 5px 0px;
	margin:0 -3px 1px -3px;
	list-style:none;
}

#content .sidebar .country {
	background:#e0e0e0;
}

#content .sidbar .frequency_selector {
    background:#ebebeb;
}

#content .sidebar .info {
       overflow:hidden;
        margin-top: 0px;
	margin-bottom: 20px;
       background:#ebebeb;
       list-style:none;
}
#content .sidebar .info #events-summary {
	padding-left: 13px;
}
#upgrade-account {
	float: left;
	padding: 0 11px;
}
#change-white-list-button {
	margin-left: 8px;
	margin-bottom: 15px;
}
#content .sidebar .info li {
    margin: 0px;
}

#content .sidebar ul.info li:hover {
    background: #ebebeb;
    color: #000;
}

#content .sidebar .country li,
#content .sidebar .frequency_selector li{
	clear:both;
 	float:left;
 	padding:4px 10px 0 20px;
	width:122px;
}

#content .sidebar .country input,
#content .sidebar .frequency_selector input{
	clear:left;
	float:left;
	width:14px;
	height:15px;
	margin:1px 0 0;
}

#content .sidebar .country label,
#content .sidebar .frequency_selector label{
	font-size:120%;
	line-height:130%;
	color:#3f3f3f;
	width:100px;
	margin:0 0 0 4px;
}

#content .sidebar .info label {
       font-size:120%;
       line-height:130%;
       color:#3f3f3f;
       width:100px;
}

#content .sidebar .country a.add{
	float:left;
	background:url('/static/images/plus.jpg') no-repeat 0 50%;
	font-size:100%;
	line-height:140%;
	padding:0 0 0 10px;
	margin:4px 0 0;
	color:#595959;
	text-decoration:none;
}

#content .sidebar .country a.add:hover{
	text-decoration:underline;
}

#content .sidebar .options{
	overflow:hidden;
	width: 158px;
	background:#4f4f4f url('/static/images/bg-filter-bottom.png') repeat-x;
	padding:0px;
	margin-left:-3px;
	margin-bottom: 0px;
	list-style:none;
}

#content .sidebar .options li{
	float:left;
	background:url('/static/images/bg-filter-bottom-seperator.png') no-repeat;
	padding:2px 10px 2px 9px;
	margin:0 0 -1px 0;
}

#content .sidebar .options li.first{
	background:none;
	padding:2px 8px 0 10px;
}

#content .sidebar .options li a{
	font-size:100%;
	line-height:200%;
	color:#fff;
	float:left;
	text-transform:uppercase;
	text-decoration:none;
}

#content .sidebar .options li a:hover{
	text-decoration:underline;
}

/* buttons */
#content .sidebar .buttons{
	overflow:hidden;
	width:140px;
	padding:3px 0 15px 5px;
	margin:0 1px;
	list-style:none;
}

#content .sidebar .buttons input{
	float:left;
	margin:0 5px 5px 0;
}

/* help box*/
#content .sidebar .help-inf{
	background:url('/static/images/help-bottom.png') no-repeat 0 100%;
	padding:3px 0 15px 5px;
	overflow:hidden;
	width:155px;
}

#content .sidebar .help-inf h3{
	font-size:120%;
	line-height:140%;
	color:#fff;
	padding:0 0 0 13px;
	margin:0;
}

#content .sidebar .help-inf ul{
	width:124px;
	overflow:hidden;
	margin:0;
	padding:7px 0 4px 13px;
	list-style:none;
}

#content .sidebar .help-inf ul li{
	float:left;
	width:124px;
}

#content .sidebar .help-inf ul li a{
	float:left;
	font-size:120%;
	line-height:120%;
	color:#4b4b4b;
	text-decoration:underline;
}

#content .sidebar .help-inf ul li a:hover{
	text-decoration:none;
}

/* info */
#content .info{
	float:left;
	width:100%;
	margin-bottom:50px;
    margin-top: 22px;
}

#content .info.apps-list {
    width: 75%;
    margin-right: 25px;
}
#content .info.apps-list .kontagent-button {
	margin-right: 0;
}
.layer{
	background:url('/static/images/layer-top-left.png') no-repeat;
}

.layer-info{
	background:url('/static/images/layer-top-right.png') no-repeat 100% 0;
	height:26px;
	padding:1px 0 0 0;
}

.layer-info h3{
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:26px;
	color:#fff;
	background:url('/static/images/arrow-newsfeed.png') no-repeat 14px 48%;
	margin:0;
	padding:0 0 0 28px;
	width:67px;
}

.layer-info a{
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:26px;
	color:#333;
	background:url('/static/images/plus-green.jpg') no-repeat 0 48%;
	padding:0 0 0 17px;
	margin:0 0 0 10px;
	display:inline;
	text-decoration:none;
}

.layer-info span{
	font-weight:bold;
	font-size:11px;
	line-height:24px;
	float:right;
	color:#4c4c4c;
	width:65px;
	text-align:center;
}

.layer-info a:hover{
	text-decoration:underline;
}

/* box-big */
.box-big{
	margin:10px 0 0;
}

.low{
	margin:20px 0 0;
}
.hide-panel {
    display: none;
}
.k-box-secondary{
    margin-bottom:9px;
    display:none;
}

.k-box-head{
    /* This is for rounded corners?
	/*background:url('/static/images/head-left.png') no-repeat black;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#overview-box-head-info {
	background: #d7d7d7 none;
}
.k-box-head-info{
    /* for rounded corners? */
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	/*background:url('/static/images/head-right.png') no-repeat 100% 0;*/
	height:24px;
	padding:1px 5px 0 0;
    background: -moz-linear-gradient(top,  #d7d7d7,  #acacac); /* for firefox */
    background: -ms-linear-gradient(top,  #d7d7d7,  #acacac); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#acacac)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#acacac'); /* for IE */
}

.k-box-head h1{
	float:left;
	font-weight:bold !important;
	font-size: 13px !important;
	line-height:24px;
	color:#505050;
	/*margin:0 0 0 10px !important;*/
	/*background:url('/static/images/ico-head.png') no-repeat 0 50%;*/
	padding:0 0 0 10px !important;
	display:inline;
}

.k-box-head a.help{
	float:left;
	background:url('/static/images/Info_Icon.png') no-repeat 0 4px;
	width:15px;
	height:20px;
	margin:0 0 0 5px;
	text-indent:-9999px;
	cursor: help;
}

.k-box-head a.export,
.k-box-head a.remove,
.k-box-head a.edit,
/* XXX this is where the OPTIONS will change from a menu to just icons */
.k-box-head a.options{
	float:right;
	font-weight:bold !important;
	font-size: 10px !important;
	line-height:23px;
	color:#000;
	margin:0 7px 0 15px !important;
	padding:0 0 0 18px !important;
	text-decoration:none;
	display:inline;
}

.k-box-head a.export:hover,
.k-box-head a.remove:hover,
.k-box-head a.edit:hover,
.k-box-head a.options:hover{
	color: #000;
	text-decoration: underline;
	cursor:pointer;
}

.k-box-head a.options.disabled:hover{
	text-decoration: none;
}

a.custom_option_link {
    font-family:Arial,sans-serif;
	font-weight:bold !important;
	font-size: 10px !important;
	line-height:23px;
	color:#000;
	text-decoration:none;
	display:inline;
}

a.custom_option_link.disabled:hover {
	text-decoration: none;
}

a.custom_option_link:hover {
	text-decoration: underline;
	cursor:pointer;
}
#sortable li.sortable_list.sortable_left {
    float: left;
}
#sortable li.sortable_list.sortable_right {
    float: right;
}
.sortable_right .k-box, .sortable_right .annotation,
.sortable_left .k-box, .sortable_left .annotation {
	width: 100% !important;
}
.k-box-head .icons{
	display:none; /* This was necessary to disable the obsolete icons in the head bar of the content boxes. - B.I. 6/19/2008 */
	width:170px;
	float:right;
	padding:0;
	margin:0;
	list-style:none;
	background-color: #505050;
}

.k-box-head .icons li{
	float:right;
	padding:0 0 0 3px;
	margin:0;
	width:auto;
	display: none;
}

.box-big-info{
	clear:both;
	background:#f4f4f4 url('/static/images/bg-big-box.jpg') repeat-y;
	border:1px solid #aeaeae;
	overflow:hidden;
	padding:0 0 10px;
	height:1%;
}

.box-chart-info{
	clear:both;
	background:#fff;
	border-top: 1px solid #aeaeae;
	overflow:hidden;
	/*padding:15px 15px 15px 15px; */
	padding: 0px 15px 0px 15px;
	/*height:1%;*/
}

.k-box-body .graph{
	padding:20px 0 0 30px;
	margin:0;
	list-style:none;
}

.k-box-body .graph li{
	float:left;
	width:45%;
	padding:0 15px 15px 0;
}

.k-box-body .graph li img{
	float:left;
	margin:0;
}

.k-box-body .graph li div{
	float:left;
	padding:0 0 0 10px;
}

.k-box-body .graph li div strong{
	font-weight:bold;
	font-size: 20px;
	line-height:22px;
	color:#000;
	float:left;
	margin:0;
}

.k-box-body .graph li div a{
	float:left;
	font-weight:bold;
	font-size: 14px;
	line-height:22px;
	color:#204ba4;
	margin:2px 0 0 5px;
	text-decoration:underline;
}

.k-box-body .graph li div a.blank:hover {
    background: none;
}

.k-box-body .graph li div a:hover{
	text-decoration:none;
}

/* k-box */
.k-box{
	float:left;
	padding:0;
	margin:0 0 20px;
	overflow:hidden;
	list-style:none;
	width:100%;
}

ul.k-box {
	margin:0;
}

.k-box li{
	float:left;
	width:48%;
	margin:0 10px 0 0; /* 20px 0 0; */
}

.k-box .k-box-body, .time-mode-select{
	clear:both;
	background:#fff;
	border:1px solid #bdbdbd;
	height:1%;
        overflow:hidden;
}

.k-box .k-box-body-horizontal-scrollbar, .time-mode-select{
	clear:both;
	background:#fff;
	border:1px solid #bdbdbd;
	height:1%;
        overflow-x:auto;
        overflow-y:hidden;
}



.k-box .k-box-body ul, .time-mode-select ul{
	width:100%;
	/* background:#d7d7d7; */
	overflow:hidden;
	margin:0;
	padding:2px 0 3px;
	list-style:none;
}

.k-box .k-box-body ul li, .time-mode-select ul li{
	/*float:left;*/
	margin:0 0 0 5px;
	width:auto;
	/*display:inline;*/
}

.kt_tab_chart .k-box .k-box-body ul li {
    margin: 0;
}

.k-box .k-box-body ul li.first, .time-mode-select ul li.first{
}

.k-box .k-box-body ul li a, .time-mode-select ul li a{
	float:left;
	background:none;
	text-decoration:none;
}
#filter_list a {
	float: none;
}
.k-box .k-box-body ul li a, .time-mode-select ul li a span{
	line-height:16px;
	color:#1c71a7;
	float:left;
	padding:0 10px;
}

.k-box .k-box-body ul li a:hover, .time-mode-select ul li a:hover {
    color:#000;
}

.k-box .k-box-body ul li a:hover span, .time-mode-select ul li a:hover span{
}

.k-box .k-box-body ul li a.blank:hover, .time-mode-select ul li a.blank:hover span{
	background:none;
	color:#fff;
}

.k-box .k-box-icon {
    display: block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    float: right;
    text-decoration: none;
    margin: 3px;
}

.k-box .k-box-icon.advanced_link {
    background: url('/static/images/Advanced_Normal.png');
}

.k-box .k-box-icon.export_link {
    background: url('/static/images/Export_Normal.png');
}

.k-box .k-box-icon.print_link {
    background: url('/static/images/Print_Normal.png');
}

.k-box .k-box-icon.trends {
    background: url('/static/images/Trends_Normal.png');
}

.k-box .k-box-body ul li a.active, .time-mode-select ul li a.active{
	color: #000;
}

.k-box .k-box-body ul li a.active span, .time-mode-select ul li a.active span{
	color: #000;
}

.k-box .k-box-body ul li a.blank, .time-mode-select ul li a.blank {
	background: none;
}

.k-box .k-box-body ul li a.blank:hover, .time-mode-select ul li a.blank:hover {
	background: none;
}

.k-box .k-box-body img{
	margin:0 auto;
}

#content .summary-top-table {
	width: 100%;
	font-size: 120%;
}

#content .summary-top-table td {
	background: url('/static/images/bg-border.jpg') repeat;
}

#content .summary-item li {
	list-style:none;
}

#content .big-number {
	font-size: 250%;
	line-height:150%;
	color: #101010;
}

/* annotation */
.annotation{
    border-bottom: 1px solid #CCC;
    float: left;
    margin: -20px 0 20px;
    width: 100%;
}

.disabled{
    cursor: default !important;
    color: #AAA;
}

.Annotation_wrapper{
    background-color: #f0f0f0;
    border: #bdbdbd;
    border-style: solid;
    border-width: 0 1px 0px;
    color: #777;
    font-size: 100%;
    padding: 5px 10px;
}

.Annotation_wrapper .createnew{
    font-weight: bold;
    cursor: pointer;
    color: #686868;
}

.Annotation_content{
	overflow: hidden;
    background-color: #EEEEEE;
    border-color: #CCCCCC;
    border-style: none solid;
    border-width: 0px 1px 0px;
    padding: 0 5px 5px;
    /* display:none; */
}

.Annotation_content table{
    background-color: #FFFFDD;
    border: 1px solid #CCC;
    border-collapse: collapse;
    padding: 5px 10px 10px;
    width: 100%;
}

.Annotation_content tr.highlighted {
    background-color: #FFFFDD;
    color: #000000;
}

.Annotation_content tr.odd{
    background-color: #FFFFFF;
    cursor: auto;
}

.Annotation_content tr.even{
    background-color: #F0F0F0;
    cursor: auto;
}

.Annotation_content td.date{
    width: 80px;
    white-space: nowrap;
}

.Annotation_content td.title{
    width: 20%;
}

.Annotation_content td.text{
    width: 60%;
    border-right: 0 none;
}

.Annotation_content td.action{
    border-left-width: 0;
    width: 1%;
}

.Annotation_content td.action a{
    text-decoration: none;
	color: #1c71a7;
	text-transform: capitalize;
}

.Annotation_content td.action a:hover {
	text-decoration: underline;
}
.Annotation_content td.creator{
    white-space: nowrap;
    width: 10%;
}

.Annotation_content table tbody{
     margin-left:auto;
     margin-right:auto;
}

.Annotation_content td{

    border-color: #CCCCCC #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #555555;
    margin: 0;
    padding: 0.3em 0.6em;
    text-align: left;
    vertical-align: top;
}

.Annotation_content span.access_label{
    color: #FFFFFF;
    float: left;
    font-size: 10px;
    margin-right: 5px;
}

.Annotation_content .access_label .ac2{
    background-color: #AAAAAA;
}

.Annotation_content .access_label .ac3{
    padding: 1px 3px;
}

.Annotation_content .access_label .ac1,
.Annotation_content .access_label .ac2,
.Annotation_content .access_label .ac3{
    border-color:#AAAAAA;
    float:left;
}
.annotation-wrapper {}
.annotation-table-wrapper,
.annotation-visibility-wrapper {
	float: left;
}
#buttons-wrapper {
	text-align: center;
}
#buttons-wrapper a.an_cancel,
#buttons-wrapper a.an_cancel:link {
	color: #686868;
	text-decoration: underline;
}
#buttons-wrapper .kontagent-button-disabled,
#buttons-wrapper .kontagent-button {
	margin-left: 10px;
	margin-top: 0;
}
.annotation-wrapper > table {
	clear: left;
}
.annotation-table-wrapper {
	margin-right: 20px;
	width: 75%;
}
.annotation-table-wrapper table {
	border: none;
	background: #f0f0f0 none;
}
.annotation-table-wrapper textarea,
.annotation-table-wrapper input[type="text"] {
	border-radius: 4px;
	padding: 2px 4px;
}
.annotation-table-wrapper tr {}
.annotation-table-wrapper tr td:first-child {
	width: 60px;
}
.annotation-table-wrapper td {
	border: none;
	color: #686868;
}
.annotation-visibility-wrapper {}
.annotation-visibility-wrapper p {
	padding: 0;
	margin: 0 0 5px;
	color: #686868;
}
.annotation-visibility-wrapper input[type="radio"] {
	padding: 0;
	margin: 0;
}

.ac1{
    border: medium none;
    padding: 0 1px;
    position: relative;
}

.ac2{
    border-color: transparent;
    border-style: solid;
    border-width: 1px 0;
}

.ac3{
    border-color: transparent;
    border-style: solid;
    border-width: 0 1px;
    margin: 0 -1px;
}

.Annotation_content table input[type=text]{
    border-style:solid;
    border-width:1px;
    border-color: #888 #CCC #CCC;
    cursor: text;
}

.Annotation_content table .perm{
    white-space: nowrap;
}

.Annotation_content table textarea{
    border-color: #888 #CCC #CCC;
    border-style: solid;
    border-width: 1px;
    font-family: arial, verdana, sans-serif;
    font-size: 100%;
    height: 5.2em;
    margin-top: 0;
    overflow: auto;
    padding:0px;
    width: 100%;
}

.Annotation_content tr.annotation_edit{
}

.Annotation_content .annotation_edit td{
    vertical-align: top;
    /* padding: 0; */
    border-style:none;
}

.Annotation_content .annotation_edit td.table_wrapper{
    background-color: #FFFFEE;
    padding: 0;
    border-style:solid;
}


/* footer */
.clearfooter {
	height:76px;
	clear:both;
	padding:50px 0 0 0;
    background: #fff;
}

#footer {
	height:76px;
    width: 100%;
    bottom:0;
}

#footer_top{
	float:left;
	display:inline;
	width:100%;
    background: -moz-linear-gradient(top,  #e8e8e8,  #fff);
    background: -ms-linear-gradient(top,  #e8e8e8,  #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fff));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff');
	height:35px;
	padding:0 0 0 0;
    color: #686868;
}

#footer_top .holder {
	float:left;
	background:url('/static/images/footer-logo.png') no-repeat 123px 0;
	height:35px;
	padding:0 0 0 145px;
}

#footer_top img.logo {
	display:inline;
	margin:0 0 0 123px;
}

#footer_top .holder a.breadcrumbs {
	background:url('/static/images/footer-arrow.png') no-repeat 0 -2px;
	padding:0 0 0 27px;
	color:#fff;
	height:35px;
	font-size:12px;
	line-height:34px;
	color:#b1b1b1;
}

#footer_bottom {
	clear:both;
	float:left;
	background:#fff;
	height:41px;
	text-align:left;
    margin-left: 15px;
	color:#686868;
	font-size:12px;
	line-height:41px;
}

/* footer boxes */
#footer .box-holder{
	clear:both;
	width:100%;
	height:95px;
	padding:5px 0 0;
}

#footer .box{
	float:left;
	background:url('/static/images/foot-box-bg.jpg') repeat-x;
	width:32%;
	margin:0 9px 0 0;
}

#footer .box .side1{
	background:url('/static/images/foot-box-left.jpg') no-repeat;
}

#footer .box .side2{
	background:url('/static/images/foot-box-right.jpg') no-repeat 100% 0;
	height:91px;
}

#footer p{
	font-size:120%;
	line-height:140%;
	color:#b3b3b3;
	clear:both;
	width:100%;
	text-align:center;
	margin:5px 0 0;
}

#footer span{
	font-size:100%;
	line-height:140%;
	color:#666;
	margin:0;
}

#help_div {
    background: url('/static/images/pop-up-bubble.png');
    width: 176px;
    height: 104px;
    z-index: 1000;
}

.btn_root{
	background:url('/static/images/btn_background.jpg') center repeat-x; cursor:pointer;
}

.btn_ghost_text{
	font-size:250%;
	line-height:140%;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
}

.btn_text{
	font-size:140%;
	line-height:140%;
	color:#ffffff;
	font-weight:bold;
	vertical-align:super
}

.btn_arrow{
	color:#fff;
	font-weight:bold;
}

/*round color*/
b.rtop, b.rbottom {
	display:block;
	background-color: #FFF;
}

b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background-color: #9BD1FA;
}

b.r1 {
	margin: 0 5px;
}

b.r2 {
	margin: 0 3px;
}

b.r3 {
	margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px;
}

a.back_btn {
	float:left;
	background:url('/static/images/btn-back-transparent.png') no-repeat;
	width:118px;
	height:38px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

a.signup_btn {
	float:left;
	background:url('/static/images/signup-button.png') no-repeat;
	width:144px;
	height:52px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
}

#demo_header > table {
	width: 100%;
}

#demo_header {
	height: 60px;
	width: 100%;
	background:transparent url(/static/images/bg-blk-grey-fade-1x60.png) repeat-x scroll left top;
}

#demo_header td.demo_margins {
	width: 45%;
	text-align: left;
}

.map_pagination{
	font-size:12px;
	line-height:16px;
}

.table_pagination{
    font-size:12px;
    line-height:16px;
}

a.table_pagination_disabled{
    background: none;
}

span.table_pagination_disabled{
    background: none;
    color:#999999;
}


.hidden {
	display: none;
}

.show-error-button-red:link, .show-error-button-red:visited, .show-error-button-red:active {
    color:red;
}

.kontagent-button {
    background: -moz-linear-gradient(top,  #44baec,  #0e558c);
    background: -ms-linear-gradient(top,  #44baec,  #0e558c);
    background: -webkit-gradient(linear, left top, left bottom, from(#44baec), to(#0e558c));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44baec', endColorstr='#0e558c');
    border: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-x-system-font:none;
    margin-top: 5px;
    cursor: pointer;
}

.kontagent-button:hover {
    background: -moz-linear-gradient(top,  #95dfff,  #1e76b9);
    background: -ms-linear-gradient(top,  #95dfff,  #1e76b9);
    background: -webkit-gradient(linear, left top, left bottom, from(#95dfff), to(#1e76b9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95dfff', endColorstr='#1e76b9');
    border: none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-x-system-font:none;
    margin-top: 5px;
    cursor: pointer;
}

.add_chart_button {
    display: inline-block;
    width: 92px;
    height: 26px;
    background-image: url(/static/images/add_chart_normal.png);
}

.add_chart_button:hover {
    background-image: url(/static/images/add_chart_hover.png);
}

.add_chart_button_disabled {
    display: inline-block;
    width: 92px;
    height: 26px;
    background-image: url(/static/images/add_chart_disabled.png);
}

.add_table_button {
    display: inline-block;
    width: 92px;
    height: 26px;
    background-image: url(/static/images/add_table_normal.png);
}

.add_table_button:hover {
    background-image: url(/static/images/add_table_hover.png);
}

.add_table_button_disabled {
    display: inline-block;
    width: 92px;
    height: 26px;
    background-image: url(/static/images/add_table_disabled.png);
}


.change_share_button {
    display: inline-block;
    color: #267BB4;
    font-weight: bold;
    text-decoration: none;
    padding-right: 10px;
}

.rename_page_button, .delete_page_button {
    display: inline-block;
    color: #267BB4;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #b7b7b7;
}

.rename_page_button_disabled, .delete_page_button_disabled {
    color: #b7b7b7;
    cursor: default;
    font-weight: bold;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #b7b7b7;
}

#panel_toggle {
    margin-right: 3px;
    border-left: 1px solid #6f7479;
    padding-left: 10px;
    margin-top: 2px;
}
ul.submenu li.float-right a.filter-button {
    height: 19px;
    width: 60px;
    background-image: url(/static/images/filter_btn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    margin-bottom: 0px;
    padding: 0 7px;
}
ul.submenu li.float-right a.filter-button:hover {
}
ul.submenu li.float-right a.filter-active {
    background-position: 0 -38px;
}
ul.submenu li.float-right a.filter-button span {
    display: none;
    margin-bottom: 0px;
    padding: 0px;
    border: none;
    background: none;
    color: #000;
    position: relative;
    top: 13px;
    font-size: 8px;
}
ul.submenu li.float-right a.filter-button span:hover {
    cursor: pointer;
}

ul.submenu li.float-right a.kontagent-button:hover {
    cursor: pointer;
}
#content .info.apps-list .kontagent-button {
	background: transparent url("/static/images/add_application_btn.png") 0 0 no-repeat;
	filter: none;
	border-radius: none;
	padding: 0;
	width: 138px;
	height: 26px;
	text-indent: -999em;
	border: none;
}
#content .info.apps-list .kontagent-button:hover {
	background-position: 0 -26px;
}
#add-funnel-button {
	width: 67px;
}
#add_new_page_button {
	margin: 12px 7px;
	font-size: 12px;
}
.kontagent-button {
	margin-right: 0;
	margin-left: 18px;
}
.kontagent-button,
.boxy-wrapper .answers input {
    background: -moz-linear-gradient(top,  #44baec,  #0e558c);
    background: -webkit-gradient(linear, left top, left bottom, from(#44baec), to(#0e558c));
    background: -ms-linear-gradient(top,  #44baec,  #0e558c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44baec', endColorstr='#0e558c');
    border: 1px solid #60a6ca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFFF;
	display: inline-block;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
    cursor: pointer;
}

.kontagent-button:hover,
.boxy-wrapper .answers input:hover {
    background: -moz-linear-gradient(top,  #95dfff,  #1e76b9);
    background: -webkit-gradient(linear, left top, left bottom, from(#95dfff), to(#1e76b9));
    background: -ms-linear-gradient(top,  #95dfff,  #1e76b9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95dfff', endColorstr='#1e76b9');
    border: 1px solid #60a6ca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#FFFFFF;
	display: inline-block;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
    cursor: pointer;
}
.kontagent-button:active,
.boxy-wrapper .answers input:active {
    background: -moz-linear-gradient(top,  #2f9bc9,  #0e558c);
    background: -webkit-gradient(linear, left top, left bottom, from(#2f9bc9), to(#0e558c));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9bc9', endColorstr='#0e558c');
    border: 1px solid #417692;
}

.sidebar ul li a.kontagent-button-small,
.kontagent-button-small {
    background: -moz-linear-gradient(top,  #44baec,  #0e558c);
    background: -webkit-gradient(linear, left top, left bottom, from(#44baec), to(#0e558c));
    background: -ms-linear-gradient(top,  #44baec,  #0e558c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44baec', endColorstr='#0e558c');
    border: 1px solid #60a6ca;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-x-system-font:none;
	color: #FFFFFF;
	display: inline-block;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	padding:3px 9px;
	text-align:center;
	text-decoration:none;
    cursor: pointer;
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
}

.sidebar ul li a.kontagent-button-small:hover,
.kontagent-button-small:hover {
    background: -moz-linear-gradient(top,  #95dfff,  #1e76b9);
    background: -webkit-gradient(linear, left top, left bottom, from(#95dfff), to(#1e76b9));
    background: -ms-linear-gradient(top,  #95dfff,  #1e76b9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#95dfff', endColorstr='#1e76b9');
    border: 1px solid #60a6ca;
    cursor: pointer;
    margin-left: 2px;
    margin-right: 2px;
}
.sidebar ul li a.kontagent-button-small:active,
.kontagent-button-small:active {
    background: -moz-linear-gradient(top,  #2f9bc9,  #0e558c);
    background: -webkit-gradient(linear, left top, left bottom, from(#2f9bc9), to(#0e558c));
    background: -ms-linear-gradient(top,  #2f9bc9,  #0e558c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9bc9', endColorstr='#0e558c');
    border: 1px solid #417692;
}

.kontagent-button-disabled {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-x-system-font:none;
	border: 1px solid #cfcfcf;
	color:#d8d8d8;
	display: inline-block;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	cursor: default;
    background: -moz-linear-gradient(top,  #d7d7d7,  #a0a0a0); /* for firefox */
    background: -ms-linear-gradient(top,  #d7d7d7,  #a0a0a0); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#a0a0a0)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#a0a0a0'); /* for IE */
}

.kontagent-button-small-disabled {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-x-system-font:none;
	border: 1px solid #cfcfcf;
	color:#d8d8d8;
	display: inline-block;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 9px;
	text-align:center;
	text-decoration:none;
	cursor: default;
    background: -moz-linear-gradient(top,  #d7d7d7,  #a0a0a0); /* for firefox */
    background: -ms-linear-gradient(top,  #d7d7d7,  #a0a0a0); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#a0a0a0)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#a0a0a0'); /* for IE */
}
.kontagent-button-caption {
	-x-system-font:none;
	color:#000000;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:normal;
	padding:8px 10px;
	text-align:center;
	text-decoration:none;
}

img.user_class_name_display {
	width: 16px;
	position: absolute;
	cursor: pointer;
}

.info-sidebar {
	padding: 10px;
	text-align: justify;
	margin-bottom: 20px;
	font-size: 14px;

}

#textarea_news{
	display: none;
	width: 100%;
	height: 80%;
	font-size: 100%;
	margin-left: -4px;
}


/* Updates */

#updates {
	max-width: 700px;
}

#updates.apps-list {
    width: 22%;
    float: left;
    margin-top: 15px;
}

#updates .update-post, #updates .update-post-editable, #updates .update-post-add {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px #666666 solid;
	margin-top: 10px;

}

#updates .static-update-post {
	border-top: 1px #666666 solid;
}

#updates .update-post-new {
	margin-top: 10px;
	background-color: #FFEEBB;
	border: 2px solid #FFDD88;
	padding: 5px;
}

#updates .title {
	font-weight: normal;
	color: #333333;
	line-height: 1.2;
}

#updates .date {
	margin-top: 3px;
	padding: 0;
	color: #666666;
}

#updates .details {
	margin-top: 20px;
	color: #666666;
	line-height: 1.9;
}

#updates .control-panel {
	float: right;
}

#updates img.control-icons {
	padding-left: 3px;
	display:inline;
	vertical-align:middle
}

#updates .update-post-editable textarea, #updates .update-post-add textarea {
	width: 100%;
	font-family: inherit;
	margin-top: 0px;
}

#updates .update-post-editable .buttons, #updates .update-post-add .buttons {
	text-align: center;
}

#updates .static-update-heading {
	color: #333333;
	font-weight: normal;
}

#updates .static-update, .static-update-editable {
	margin-bottom: 20px;
}

#updates .overview-post {
	width: 100%;
}

#updates .readmore {
	text-align: right;
}

#updates .more-updates,
#updates .readmore a {
	color: #666666;
	font-weight: bold;
}

/* announcements */

#announcements {
	max-width: 700px;
	margin: 0 auto;
}

#announcements .announcement-post, #announcements .announcement-post-editable, #announcements .announcement-post-add {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px #666666 solid;
	margin-top: 10px;

}

#announcements .static-announcement-post {
	border-top: 1px #666666 solid;
}

#announcements .announcement-post-new {
	margin-top: 10px;
	background-color: #FFEEBB;
	border: 2px solid #FFDD88;
	padding: 5px;
}

#announcements .title {
	margin-top: 5px;
	font-size: 18px;
	float: none;
	font-weight: normal;
	width: 100%;
	color: #333333;
}

#announcements .date {
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
	width: 100%;
}
#announcements .type {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	font-size: 12px;
	width: 100%;
}
#announcements .publish {
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
	width: 100%;
}

#announcements .expiry {
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
	width: 100%;
}

#announcements .image {
	margin-top: 5px;
	color: #666666;
	font-size: 12px;
	width: 100%;
}
#announcements .details {
	margin-top: 20px;
	font-size: 12px;
	text-align: left;
	line-height: 1.9em;
	width: 100%;
	color: #666666;
}
#announcements .fullimage {
	max-width: 250px;
	max-height:150px;
}

#announcements .control-panel {
	float: right;
}

#announcements img.control-icons {
	padding-left: 3px;
	display:inline;
	vertical-align:middle
}

#announcements .announcement-post-editable textarea, #announcements .announcement-post-add textarea {
	width: 100%;
	font-family: inherit;
	margin-top: 0px;
}

#announcements .announcement-post-editable .buttons, #announcements .announcement-post-add .buttons {
	text-align: center;
}

#announcements .static-announcement-heading {
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #666666;
}

#announcements .static-announcement, .static-announcement-editable {
	margin-bottom: 20px;
}

#announcements .overview-post {
	width: 93%;
}

#announcements .overview-post a.more-announcements {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

#announcements .readmore {
	text-align: right;
}

#announcements .readmore a {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#getting_started_editable {
	width: 100%;
	font: inherit;
}

#getting_started_static {
	margin: 0;
}

#error_msg {
	background-color:#feb;
	border:1px solid red;
	padding:5px;
	width:auto;
	margin-left: auto;
	margin-right: auto;
  margin-bottom: 20px;
	width: 400px;
	text-align: center;
	/*background-repeat: no-repeat;
	background-position: 2% 50%;
	background-image: url('/static/images/sub-x-trans.png');
	padding-left: 30px;*/
	font-weight: bold;
	color: red;
}

#error_msg ul {
	height: auto;
}

#success_msg {
	background-color:#feb;
	border:1px solid green;
	padding:5px;
	width:auto;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	text-align: center;
	background-image: url('/static/images/check.png');
	background-repeat: no-repeat;
	background-position: 2% 50%;
	padding-left: 30px;
	font-weight: bold;
	color: green;
}

table.category-table td {
	width: 160px;
}

#update_list, #update_list a{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 1.9em;
}

#update_list {
	padding-left: 20px;
	margin: 10px 0px 10px 0px;
	max-height:200px;
	overflow:auto;
}

#announcement_list, #announcement_list a{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 1.9em;
}

#announcement_list {
	padding-left: 20px;
	margin: 10px 0px 10px 0px;
	max-height:200px;
	overflow:auto;
}
span.alert {
	color: red;
	font-weight: bold;
}

.overview-warning {
	width: 93%;
	padding-top: 15px;
	border-top: 1px solid #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.overview-warning-content {
	color: #666666;
	background-color: #FFEEBB;
	text-align: center;
	padding: 5px;
	border: 2px solid #FFDD88;
}

.overview-warning-content a.remove_btn {
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}

.overview-stern-warning-content {
	color: #000000;
	background-color: #FF2222;
	text-align: center;
	padding: 5px;
	border: 2px solid #FFDD88;
}

.overview-warning h1{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	float:none
}

.overview-warning p{
	margin: auto;
	font-size: 12px;
	text-align: left;
	line-height: 1.9em;
	margin: 10px;
}

.premium-features-upgrade {
	color: #666666;
	background-color: #FFEEBB;
	text-align: center;
	margin: 10px auto;
	padding-bottom: 10px;
	width: 400px;
}

.premium-features-upgrade h1{
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;

}

.premium-features-upgrade p{
	margin: auto;
	width: 350px;
	font-size: 12px;
	text-align: left;
	line-height: 1.9em;
	margin-bottom: 10px;
}

.red-text {
	color: red;
	font-weight: bold;
}

.green-text {
	color: green;
	font-weight: bold;
}

.gap {
	clear:both;
	margin: 10px;
}

.centered {
	text-align: center !important;
}

.no-padding {
	padding: 0px !important;
}

.full-wide {
	width: 100%;
}

.right-aligned {
	text-align: right;
}

.contextual-help {
	width: 19%;
	float: left;
	margin-left: 17px;
}

.contextual-help .text-format {
	font-family: inherit;
	font-size: 12px;
	text-align: left;
	line-height: 1.9em;
	width: 100%;
	color: #666666;
}

.contextual-help .ch-wrapper {
	border: #00FF00 1px solid;
	padding: 15px;
	margin-bottom: 10px;
	background-color: #D0FFCF;
}

.contextual-help h1{
	font-weight: bold;
	font-size: 16px;
}

.contextual-help a {
	color: #666666;
	font-weight: bold;
}

#cluetip #cluetip-outer {
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica;
}

#cluetip h3#cluetip-title {
	font-size: inherit;
	font-weight: bold;
}

#cluetip #cluetip-outer dl {
        margin: 0;
}

#cluetip #cluetip-outer dt {
	font-weight: bold;
	margin-right: 4px;
        line-height: 1.2em;
        display: inline;
        float:left;
}

#cluetip #cluetip-outer dt + dt {
        width:100%;
}

#cluetip #cluetip-outer dd {
        margin-left: inherit;
        line-height:1.2em;
        clear:right;
        margin-bottom:1em;
}

#cluetip #cluetip-outer .info {
	font-style: italic;
}

a.remove_btn {
    display:block;
}

a.remove_btn:hover {
        background-image: url('/static/images/sub-x-trans-hover.png');
        height:14px;
        width:14px;
        margin: 0 auto;
}

a.remove_btn:hover img {
        visibility:hidden;
}
/* Boxy customizations */
body .boxy-wrapper .question {
    width: inherit;
    padding: 5px;
}

.boxy-wrapper .answers input {
    min-width: 75px;
}

body .boxy-wrapper .title-bar {
    background: -moz-linear-gradient(top,  #f4f4f4,  #dadada); /* for firefox */
    background: -ms-linear-gradient(top,  #f4f4f4,  #dadada); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#dadada)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#dadada'); /* for IE */
    padding: 8px 6px;
}
#app_add_inner {
	padding: 30px !important;
}
#app_add_inner .full-wide {
	padding-top: 5px;
}
#app_add_inner h5 {
	font-weight: normal;
	color: #7d7d7d;
	margin: 0;
}
#app_add_inner table h5 {
	padding: 10px 0;
}
.app-errors {
	padding: 5px 0;
	display: none;
}
#app_name_input {
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #888888;
    padding: 4px 5px;
    width: 250px;
    color: #706f73;
}
#app_name_input:focus {
	background: #fff none;
}
#app_add_inner table .app_add_cancel {
	color: #1C71A7;
	text-decoration: none;
	position: relative;
	top: 1px;
	right: 5px;
}
#app_add_inner table .app_add_cancel:hover {
	text-decoration: underline;
}
#platform,
#platform_type {
	width: 262px;
}
body .boxy-wrapper .title-bar h2 {
    cursor: default;
    color: #222;
    font-size: 16px;
}

body .boxy-inner {
    border: 1px solid #666666;
}
body .vo_overview_rm {
    cursor: pointer;
}

/***************************************
   =cluetipClass: 'kt_custom'
-------------------------------------- */
.cluetip-kt_custom {
  background-color: #ffffff;
}
.cluetip-kt_custom #cluetip-outer {
  border: 2px solid #bdbdbd;
  position: relative;
  background-color: #fff;
}

.cluetip-kt_custom h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #000000;
  color: #FFFFFF;
}

.cluetip-kt_custom #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-kt_custom #cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #FF0000;
}

/* kt_custom arrows */

.clue-right-kt_custom .cluetip-arrows {
  background-image: url(/static/images/arrowleft.gif);
}
.clue-left-kt_custom .cluetip-arrows {
  background-image: url(/static/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-kt_custom .cluetip-arrows {
  background-image: url(/static/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-kt_custom .cluetip-arrows {
  background-image: url(/static/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'kt_custom_page'
-------------------------------------- */
.cluetip-kt_custom_page {
  background-color: #c5c5c5;
}
.cluetip-kt_custom_page #cluetip-outer {
  border: 2px solid #c5c5c5;
  position: relative;
  background-color: #c5c5c5;
}

.cluetip-kt_custom_page h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #c5c5c5;
  color: #FFFFFF;
}

.cluetip-kt_custom_page #cluetip-inner {
  display: inline-block;
}
.cluetip-kt_custom_page #cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #FF0000;
}

/* kt_custom arrows */

.clue-right-kt_custom_page .cluetip-arrows {
  background-image: url(/static/images/arrowleft.gif);
}
.clue-left-kt_custom_page .cluetip-arrows {
  background-image: url(/static/images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-kt_custom_page .cluetip-arrows {
  background-image: url(/static/images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-kt_custom_page .cluetip-arrows {
  background-image: url(/static/images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/* submenu tab-dropdown menu */
#submenu_outer ul.submenu-dropdown li:hover > ul {
    visibility: visible;
	display: block;
}
#submenu_outer ul.submenu-dropdown .submenu-toplevel {
    position: relative;
    cursor: pointer;
}
#submenu_outer ul.submenu-dropdown li ul li {
    text-align:left;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li a {
    width: 130px;
    color: #fff;
    background: #666;
    font-size: 8pt;
    padding: 6px 4px 6px 11px;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li a:hover {
    background: #000;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul {
    background: #666 none;
    width: 145px;
    margin-top: 5px;
    z-index: 598;
    opacity: .95;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li {

}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li.dashboard-page-type {
	margin-top: 8px;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li.dashboard-page-type a {
	border-top: 1px solid #808285;
	font-size: 8px;
	text-transform: uppercase;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 0;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li.dashboard-page-type a:hover {
	background: #666 none;
	cursor: default;
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li.custom-page-list a {
}
#submenu_outer ul.submenu-dropdown li.submenu-toplevel ul li.custom-page-list {

}
#sortable .ui-state-default, #sortable .ui-widget-content .ui-state-default {
	background: transparent none;
}
.rt_icon{
    display: block;
    width:32px;
    height:27px;
    background: url('/static/images/rt_heartbeat_icon.png') no-repeat;
}

.rt_icon:hover {
    display: block;
    width:32px;
    height:27px;
    background: url('/static/images/rt_heartbeat_hl_icon.png') no-repeat;
    cursor:pointer;
}

#mau_limit_reminder {
  border: 2px solid #FFDD88;
  background-color: #FEB;
  width: 392px;
  height: 42px;
  position: absolute;
  top: 5px;
  left: 420px;
  font-size: 11px;
  text-align: center;
}

#inner_mau_limit_reminder {
  position: relative;
}

#mau_limit_reminder a.remove_btn {
  position: absolute;
  top: 1px;
  right: 2px;
  background: url("/static/images/sub-x-trans.png");
  width: 14px;
  height: 14px;
}

#mau_limit_reminder a.remove_btn:hover {
        background-image: url('/static/images/sub-x-trans-hover.png');
}
#mau_limit_reminder p {
  margin: 0;
  padding: 0;
}

#mau_limit_reminder p.reminder_text {
  padding-left: 5px;
  text-align: left;
  width: 380px;
}

#mau_limit_reminder p.action_text {
  text-align: center;
}

#mau_limit_reminder.past_grace_days {
  border: 2px solid #FF5555;
}

p a.what_is_this {
  font-style: italic;
  font-size: 10px;
}

.time-filter-form {
    display: inline;

}
.time-filter-form span {
    color: #fff;
    font-size: 12pt;
}

.annotation-list {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.annotation-list {
    width: 700px;
}

.annotation-comment-element, .annotation-comment, .annotation-comment-form textarea {
    width: 688px;
}

.annotation-item {
    clear: both;
    float: left;
    width: 100%;
    color: #333;
}

.annotation-header {
    margin-bottom: 5px;
}

.annotation-comments {
    float: left;
    margin-bottom: 15px;
}

.annotation-comment-element, .annotation-comment {
    float: left;
    margin: 10px 0 0 0;
    clear: both;
    padding: 5px;
}

.annotation-comment {
    background-color: #F3F3F3;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.annotation-comment:hover {
    background-color: #EEE;
}

.annotation-comment-form {
    display: none;
    float: left;
    padding: 10px 0px;
}

.annotation-comment-form textarea {
    height: 40px;
}

.annotation-none {
    display: none;
    text-align: center;
}

#advanced-view-bottom .right, .annotation-comment-form textarea, .trend_line_sidebar input {
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #AAA;
    background: -moz-linear-gradient(top,  #CCC,  #EEE); /* for firefox */
    background: -ms-linear-gradient(top,  #CCC,  #EEE); /* for firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#EEE)); /* for webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#EEEEEE'); /* for IE */
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
    padding: 5px;
}

.annotation-comment-form textarea.blurred {
    color: #666;
    height: 16px;
}

.annotation-comment-form .submit-button {
    float: right;
}

.annotation-comment div {
    float: left;
}

.annotation-comment .annotation-comment-delete {
    display: none;
    float: right;
}

.annotation-comment:hover .annotation-comment-delete {
    display: inline;
    cursor: pointer;
}

.annotation-loading {
    background: #EEE url('/static/images/loading-small.gif') no-repeat center;
    float: left;
    width: 100%;
    height: 50px;
    clear: both;
    display: none;
}

.annotation-view-all-comments {
    text-align: center;
    cursor: pointer;
}

.annotation-comment-hidden {
    display: none;
}

.trend_line_sidebar {
    width: 100px;
}

.trend_line_sidebar #custom-moving, .trend_line_sidebar #custom-offset {
    width: 20px;
}

.trend_line_sidebar h3 {
    margin-top: 0;
}

.trend_line_sidebar strong {
    color: #687C8E;
}

.trend_line_sidebar .trend_popup_form div {
    height: 24px;
}

.trend_line_sidebar .trend_line_popup input {
    vertical-align: middle;
}

.trend_line_sidebar .trend_short_url {
    margin-top: 20px;
}

.trend_line_sidebar .trend-apply-button {
    margin-top: 20px;
}

.side_by_side .left_pane {
    width: 49%;
}

.side_by_side .right_pane {
    width: 49%;
    float: right;
    margin: 0;
}

#advanced-view-top .left_pane {
    width: 89%;
}

#advanced-view-top .right_pane {
    width: 10%;
}
#advanced-view-bottom .left_pane {
    width: 75%;
}

#advanced-view-bottom .right_pane {
    width: 20%;
    color: #333;
}

/* typekit */
#main .menu li > a,
#sidebar .header,
#header .nav li {
}

/* boxy wrapper */
.boxy-wrapper .top-left,
.boxy-wrapper .top,
.boxy-wrapper .top-right,
.boxy-wrapper .left,
.boxy-wrapper .right,
.boxy-wrapper .bottom-left,
.boxy-wrapper .bottom,
.boxy-wrapper .bottom-right {
	background: transparent none !important;
	height: 0 !important;
	padding: 0 !important;
	width: 0 !important;
	margin: 0 !important;
}
.boxy-wrapper {
	border: 10px solid rgba(0, 0, 0, 0.25) !important;
	border-radius: 10px;
    min-width: 300px;
}
.boxy-modal-blackout {
	opacity: 0.6 !important;
}

/* Webinar Video Styles */
.video-wrapper {
    display:block;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 30px;
    margin: 30px 0;
    overflow: hidden;
}
#webinars #content {
    min-width: 1200px;
}
#webinar-content object {
    float: left;
    width: 500px;
    margin-right: 20px;
}
#webinar-content .video-meta-wrapper {
    float: left;
    width: 440px;
}
.video-meta-wrapper p,
.video-meta-wrapper h2 {
    color: #454545;
}
.video-meta-wrapper h2 {
    margin-top: 0;
}
#webinars .sidebar {
    margin: 0;
    width: 200px;
    margin-right: 30px;
}
#webinar-content {
    width: 960px;
    float: left;
}
#webinar-content .video-meta {
    padding: 10px 0;
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
#webinar-content .posts {
    width: 960px;
    background: #fff;
    color: #555;
}
#webinar-pagination {
    overflow: hidden;
    padding: 0;
}
#webinar-pagination li {
    float: left;
    list-style-type: none;
}
#webinar-pagination li a {
    color: #1C71A7;
    text-decoration: none;
}
#webinar-pagination li a:hover {
    text-decoration: underline;
}
#webinar-pagination li.prev,
#webinar-pagination li.next {
    padding-top: 6px;
}
#webinar-pagination li.prev {
    margin-right:5px;
}
#webinar-pagination li.next {
    margin-left: 5px;
}
#webinar-pagination a.page-button {
    display: block;
    margin: 0 3px;
    padding: 5px 8px;
    border: 1px solid #cfcfcf;
    background: #f7f7f7 none;
    border-radius: 2px;
}
#webinar-pagination a.page-button:hover,
#webinar-pagination a.active {
    color: #494a4a;
    background: #ddd none;
    text-decoration: none;
}
#webinar-pagination a.active,
#webinar-pagination a.active:hover {
    cursor: default;
    text-decoration: none;
}


.k-table .head-tr td.table-right {
	text-align: right;
}
.k-table .head-tr td.table-left {
	text-align: left;
}
.k-table .head-tr td:nth-of-type(2).table-right {
	text-align: left;
}
.viral.k-table .head-tr td:nth-of-type(2).table-right {
	text-align: right;
}
.question p {
	margin: 5px 0 0;
	min-width: 450px;
}
.boxy-label span {
	color: #a0a0a0;
}
#retention_filter_form {
	margin-right: 7px;
}
#submenu_outer #retention_filter_form ul {
	display: block;
	position: static;
}
#submenu_outer #retention_filter_form ul li {
	float: left;
	width: auto;
}
#submenu_outer #retention_filter_form ul li.label select {
	float: right;
}
#submenu_outer #retention_filter_form li.label {
	color: #fff;
	font-size: 11px;
	margin: 6px 5px 5px;
	width: auto;
}
#submenu_outer #retention_filter_form #select_li {
	margin-top: 4px;
}
#morph-ol-list {
	margin: 10px 0;
}
#morph-ol-list li {
	margin-left: 40px;
	list-style-type: decimal;
}

