html{
	height:100%;
}

body {
	min-width:1300px;
	margin:0;
	font-size: 12px;
	height:100%;
	font-family: Arial,sans-serif;
}
img{
	border:none;
	display:block;
}
form{
	padding:0;
	margin:0;
}
#wrap {
	min-height:100%;
	margin-bottom:-76px;
	position:relative;
}
#main {
	margin:0 auto;
	position:relative;
}
h1{
	float:left;
	padding:0;
	margin:0;
	display:inline;
}
a{outline:none;}

/* logo */
a.logo{
	float:left;
	background:url('/static/images/header-logo.gif') no-repeat;
	width:189px;
	height:51px;
	text-indent:-9999px;
}
/* header */
#header{
	float:left;
	height:112px;
	width:100%;
	overflow:hidden;
	background:url('/static/images/header-background-gradient-v2.png') repeat-x;
}
#header .header-holder{
	padding:0 16px;
    margin-bottom: 14px;                        
}

/* top-navigation */
#header .nav {
	float:right;
	background:url('/static/images/global-nav-gradient.gif') repeat-x top right;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style:none;
	margin-top: 0px;
	height:26px;
}

#header .nav li{
	float:left;
	background:url('/static/images/global-nav-separator.gif') no-repeat;
	color: #9b9b9b;
	height:26px;
}

#header .nav li a{
	font-size:12px;
	line-height: 20px;
	color:#fff;
	text-decoration:none;
	/*display:block;*/
	height:26px;
	padding:1px 10px 0 11px;
}

#header .nav li a:hover{
	text-decoration:none;
	background:url('/static/images/global-nav-hover.gif') no-repeat;
}

#header .nav li.account {
	background:#000;
	color:#999;
	font-size:12px;
	line-height: 20px;
	float:left;
}

#header .nav li.account a {
	color:#fff;
	padding:1px 15px 0 4px;
	display:inline;
}

#header .nav li.account a:hover {
	background:none;
}

#header .nav li.first {
	background:url('/static/images/global-nav-first.gif') no-repeat;
}

#header .nav li.first div {
	background:url('/static/images/global-nav-active-gradient-left.gif') repeat-x;
	display:none;
	float:left;
	width:10px;
	height:26px;
}

#header .nav li.first a:hover {
	background:url('/static/images/global-nav-hover-first.gif') no-repeat top left;
}

#header .nav li.active a:hover {
	background:url('/static/images/global-nav-active-gradient.gif')
}

#header .nav li.last {
	padding:0;
	background:url('/static/images/global-nav-last.gif') no-repeat top right;
}

#header .nav li.last a {
	padding:1px 15px 0 10px;
}
	
#header .nav li.last a:hover {
	background:url('/static/images/global-nav-hover-last.gif') no-repeat top right;
}

#header .nav li.last div {
	background:url('/static/images/global-nav-active-gradient-right.gif') top right;
	display:none;
	float:right;
	width:5px;
	height:26px;
}

#header .nav li.active {
	display:block;
	padding:0;
}

#header .nav li.active a {
	background:url('/static/images/global-nav-active-gradient.gif') repeat-x;
	color:#c0ff38;
	display:block;
	height:25px;
	padding:1px 11px 0 10px;
}

#header .nav li.active div {
	display:inline;
}
	
#header div.selectBox {
	color:#e6e6e6;
	position:absolute;
	top:35px;
	right:19px;
	font-weight:bold;
	font-size: 12px;
}

div.clear {
    clear: both;
}

div.ljustify {
    float: left;
}

div.rjustify {
    float: right;
}

/* Glossy menu widget */
div.glossy-menu {
	float: left;
	clear: left;
	width: 900px;
	height: 35px;
}

div.glossy-menu ul {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	height: 35px;                                          
}

div.glossy-menu ul li {
	float: left;
	display: inline;
	text-align: center;
	padding: 0px;
}

div.glossy-menu ul li a {
	color: #A6A6A6;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 0 16px;
	margin: 0px;
	width: auto;
	height: 35px;
}

div.glossy-menu ul li a:hover{
	text-decoration: none;
	color:#FFFFFF;
	background:url('/static/images/support/bg-nav-active.png') repeat-x 0 0;
}

div.glossy-menu ul li a span {
	display:inline;
	line-height:35px;
	margin:0;
	padding:0;
}

div.glossy-menu ul li.active {
	background:url('/static/images/support/bg-nav-active.png') repeat-x 0 0;
}

div.glossy-menu ul li.active a {
	color:#fff;
	text-decoration: none;
}

/* new menu */
ul.menu{
	clear:left;
	float:left;
	padding:0;
	margin:7px 5px 0 0;
	list-style:none;
	position:relative;
}
ul.menu li{
	float:left;
	padding:0 0 0 5px;
}
ul.menu li.hover ul,
ul.menu li:hover ul{
	display:block;
}
ul.menu li.hover a,
ul.menu li:hover a{
	/* background:url('/static/images/bg-but-menu.jpg') no-repeat 0 100% */
}
/*
ul.menu li.hover a span,
ul.menu li:hover a span{
	background:url('/static/images/bg-span-menu.png') no-repeat 100% 100%;
}
*/
ul.menu li a{
	float:left;
	background:url('/static/images/bg-but-menu.png') no-repeat 0 0;
	text-decoration:none;
	cursor:pointer;
}
ul.menu li a:hover{background:url('/static/images/bg-but-menu.png') no-repeat 0 100%}
ul.menu li a.active{background:url('/static/images/bg-but-menu.png') no-repeat 0 100%}
ul.menu li a span{
	float:left;
	background:url('/static/images/bg-span-menu.png') no-repeat 100% 0;
	font-size:13px;
	line-height:26px;
	color:#000;
	padding:0 10px;
}

ul.menu li a span.disabled-tab{
	color:#666666;
}

ul.menu li a:hover span{background:url('/static/images/bg-span-menu.png') no-repeat 100% 100%;}
ul.menu li a.active span{background:url('/static/images/bg-span-menu.png') no-repeat 100% 100%;}
ul.menu ul{
	position:absolute;
	top:26px;
	left:0;
	display:none;
	padding:0;
	margin:0;
	list-style:none;
}
#submenu_outer {
        float:left;
        clear:left;
        width: 100%;
}
ul.submenu{
        display:block;
        margin-top: 0;
        float:inherit;
        float:inherit;
}
ul.submenu li{padding:5px 0 0 5px}
ul.submenu li a{
	background:none;
}
ul.submenu li a:hover{
	background:url('/static/images/drop-hover-left.gif') no-repeat;
}
ul.submenu li a.active{
	background:url('/static/images/drop-hover-left.gif') no-repeat;
}

ul.submenu li a span{
	font-size:12px;
	line-height:18px;
	color:#343434;
	text-decoration:none;
	background:none;
}
ul.submenu li a:hover span{
	color:#fff;
	background:url('/static/images/drop-hover-right.gif') no-repeat 100% 0;
}
ul.submenu li a.active span{
	color:#fff;
	background:url('/static/images/drop-hover-right.gif') no-repeat 100% 0;
}

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

#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%;
	padding:10px 0 0 0;
}
#content .content-holder{
	padding:0 16px 0 192px;
}

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

/* sidebar */
#content .sidebar{
	float:left;
	width:160px;
	margin:0 0 0 -192px;
	padding:0 16px 0 16px;
	display:inline;
	font-size: 10.8px;
}
/* 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{
	overflow:hidden;
	
	background:#e0e0e0;
	padding:5px 0 5px 0px;
	margin:0 -3px 1px -3px;
	list-style:none;
}

#content .sidebar .info {
       overflow:hidden;

       background:#eb0ebeb;
       padding: 7px;
       margin:0 -3px 1px -3px;
       list-style:none;
}

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

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

#content .sidebar .country 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 #filter_list {
	margin:1px 1px 0 1px;
	background:none;
}

#content .sidebar #filter_list_block {
	margin:10px 0;
}

#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{
	background:url('/static/images/bg-help.png') repeat-y;
}

#content .sidebar .help-bg{
	background:url('/static/images/bg-help-head.png') no-repeat;
}

#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;
}

.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;
}

.k-box-secondary{
    margin-bottom:5px; 
    margin-left:3px;
}

.k-box-head{
	background:url('/static/images/head-left.png') no-repeat black;
}

.k-box-head-info{
	background:url('/static/images/head-right.png') no-repeat 100% 0;
	height:24px;
	padding:1px 5px 0 0;
}

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

.k-box-head a.help{
	float:left;
	background:url('/static/images/ico-help.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{
	float:right;
	font-weight:bold !important;
	font-size: 10px !important;
	line-height:23px;
	color:#eee;
	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{
	color: #fff;
	text-decoration: underline;
}

.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;
}

/*
.box-big-info div{
	float:left;
	width:171px;
	padding:15px 0 0;
}

.box-big-info div p{
	font-size:14px;
	line-height:26px;
	color:#333;
	width:163px;
	margin:0;
	padding:1px 8px 0 0;
	text-align:right;
}

.box-big-info div .marg{
	margin:19px 0 0;
}

.box-big-info img{
	float:left;
	margin:15px 0 0 0;
}*/

/* 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{
	clear:both;
	background:#fff;
	border:1px solid #989898;
	overflow:hidden;
	overflow-x:auto;
	height:1%;
}

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

.k-box .k-box-body ul li{
	float:left;
	margin:0 0 0 5px;
	width:auto;
	display:inline;
}

.k-box .k-box-body ul li.first{
	margin:0 0 0 20px;
}

.k-box .k-box-body ul li a{
	float:left;
	background:none;
	text-decoration:none;
}

.k-box .k-box-body ul li a span{
	font-size:12px;
	line-height:16px;
	color:#3f3f3f;
	float:left;
	padding:0 8px;
}

.k-box .k-box-body ul li a:hover{
	background:url('/static/images/bg-country.jpg') no-repeat;
}

.k-box .k-box-body ul li a:hover span{
	background:url('/static/images/bg-country-span.jpg') no-repeat 100% 0;
	color:#fff;
}

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


.k-box .k-box-body ul li a.active{
	background:url('/static/images/bg-country.jpg') no-repeat;
}

.k-box .k-box-body ul li a.active span{
	background:url('/static/images/bg-country-span.jpg') no-repeat 100% 0;
	color:#fff;
}

.k-box .k-box-body ul li a.blank {
	background: none;
	cursor: default;
}

.k-box .k-box-body 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;
}

/* table data */

.k-table {
	width: 100%;
}

.k-table table .visit{
	border:1px solid #999;
	/* border-width:0 1px 0 1px; */
	overflow:hidden;
	height:1%;
}
.k-table .visit ul{
	margin:0;
	padding:0;
	list-style:none;
}
.k-table .visit ul li{
	float:left;
	width:33%;
	background:url('/static/images/bg-border.jpg') repeat-y;
	padding:0 0 10px;
}

.k-table .visit ul li.first{
	background:none;
}

.k-table .visit ul p{
	font-size:120%;
	line-height:120%;
	color:#3f3f3f;
	float:left;
	margin:10px 0 0 40px;
	display:inline;
}

.k-table .visit ul p strong{
	font-weight:bold;
	font-size: 220%;
	line-height:110%;
	color:#3f3f3f;
	margin:0;
}

.k-table .visit ul a{
	background:url('/static/images/help-small.jpg') no-repeat;
	width:15px;
	height:15px;
	float:right;
	text-indent:-9999px;
	margin:5px 5px 0 0;
}

.k-table .head-tr {
	background-color:#F0F0F0;
	font-size:12px;
}

.k-table .dollar,
.k-table .float,
.k-table .int,
.k-table .percentage,
.k-table .time {
	text-align: right;
}

.k-table .head-tr .numb {
	text-align: right;
}

.k-table .centered {
	text-align: center;
}

.k-table .head-tr td {
	border-bottom:1px solid #999999;
	border-top   :1px solid #999999;
	cursor: pointer;
}

.k-table .head-tr h4{
	font-size:120%;
	line-height:200%;
	color: #FFFFFF;
	margin:0 0 0 0;
	padding: 0px;
}

.k-table .head-tr h5{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	/*background:url('/static/images/arrowdown.gif') no-repeat 100% 50%;*/
	/* width:35px; */
	/* width: 100%; */
	padding: 0 22px 0 0;
	margin: 0;
	white-space: nowrap;
}

.k-table .head-tr .dollar h5,
.k-table .head-tr .float h5,
.k-table .head-tr .int h5,
.k-table .head-tr .percentage h5,
.k-table .head-tr .time h5,
.k-table .head-tr .numb h5{
	padding-right:0;
	padding-left:24px;
}

.k-table tr, .k-table td {
	height: 30px;
}

.k-table td {
	padding: 0px 8px 0px 8px;
	/* padding: 7px 10px 7px 10px; */
}

.sort_descending{
	background:url('/static/images/arrowdown-16.gif') no-repeat 100% 50%;
}

.sort_ascending{
	background:url('/static/images/arrowup-16.gif') no-repeat 100% 50%;
}

.dollar .sort_descending,
.dollar .sort_ascending,
.float .sort_descending,
.float .sort_ascending,
.int .sort_descending,  
.int .sort_ascending,
.percentage .sort_descending,   
.percentage .sort_ascending,
.time .sort_descending, 
.time .sort_ascending,
.numb .sort_descending, 
.numb .sort_ascending {
	background-position: 0% 50%;
}

.k-table .dot{
	border:1px solid #999;
	border-width:0 1px;
}

.k-table .bot{
	border:1px solid #999;
}

.k-table .tr-light .label {
	font-size:120%;
	color:#3f3f3f;
	border-left:1px solid #999;
}

.k-table .tr-light .value {
	width:10%;
	text-align:center;
	color:#3f3f3f;
}

.k-table .tr-light .numb{
	/* width:13%; */
	background:#fff url('/static/images/border.jpg') repeat-y 100% 0;
}

.k-table .tr-light .numb p{
	text-align:right;
	margin:0 2px 0 0;
}

.k-table .tr-light p{
	/*font-size:120%;
	line-height:200%;
	color:#3f3f3f;
	margin:0 0 0 2px;
	padding:0 15px;*/
}

.k-table .edit-button {
	float: right;
	color: #3f3f3f;
}

.k-table .change-up {
	background: url('/static/images/up-arrow-small.png') no-repeat;
	width:  30px;
	height: 31px;
	text-indent: -9999px;
	margin: 12px;
}

.k-table .tr-dark td {
	background-color:#dfdfdf;
}

.up_down_arrow{
	margin-right:5px;
}

/*
.k-table .tr-dark .lit{
	background:#dfdfdf url('/static/images/border.jpg') repeat-y; 
	background-z-index: 10;
}
*/

.k-table .value {
	width:10%;
	text-align:center;
	font-size:14px;
}

.k-table .dark-value {
	width:10%;
	text-align:center;
	font-size:14px;
}

.k-table .tr-dark p{
	/*font-size:120%;
	line-height:200%;
	color:#3f3f3f;
	margin:0 0 0 2px;
	padding:0 15px;*/
}

.k-table td.bordered {
    border-left: 1px solid #999999;
}

.k-table .tr-dark .noback {
    background: none;
}

.k-table .tr-dark .numb{
	/* width:13%; */
	background:#dfdfdf url('/static/images/border.jpg') repeat-y 100% 0;
}

.k-table .tr-dark .numb p{
	text-align:right;
	margin:0 2px 0 0;
}

.k-table .spacer {
	padding-left: 10em;
}

.k-table .change-arrow {
	display: inline;
	vertical-align: middle;
	padding: 2px 0;
}

.k-table .summary-data a{
	background:url('/static/images/help-small.jpg') no-repeat;
	width:15px;
	height:15px;
	float:right;
	text-indent:-9999px;
	margin:5px 5px 0 0;
}

.k-table .summary-data p {
	font-weight:bold;
	font-size: 12px;
	line-height:170%;
	color:#3f3f3f;
	margin:0px 0 10px 20px;
	padding-top: 10px;
	display:block;
}

.k-table .summary-data p strong{
	font-weight:bold;
	font-size:25px;
	line-height:110%;
	color:#3f3f3f;
	margin:0;
}

.k-table .summary-data span.green {
	color:#b4f347;
}

.k-table .summary-data span.gray {
	color:#9a9a9a;
}

.k-table .summary-data {
	background-color:#ebebeb;
	color:#272727;
	padding:0 0 2px;
	border: 1px solid #999;
	border-width: 0 1px 1px 0px;
}

.k-table .summary-datum {
	width: 100%;
	height:24px;
	color:#3f3f3f;
}

.k-table .summary-datum td {
	font-size:12px;
	color:#3f3f3f;
}

.k-table .summary-datum td.dark-value {
	border-right:1px solid #999;
	border-left:1px solid #999;
	text-indent:0;
	width: 70px;
}

.k-table .summary-datum td.value {
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-color:#e5e5e5;
	text-indent:0;
	width: 70px;
}

.k-table .summary-datum-first {
	font-size:12px;
	color:#3f3f3f;
	padding: 0px;
	width: 100%;
	height:24px;
}

.k-table .summary-datum-first td {
	margin: 0;
	font-size:12px;
	color:#3f3f3f;
}

.k-table .summary-datum-first td.value {
	border-right:1px solid #999;
	border-left:1px solid #999;
	background:#e5e5e5;
	text-indent:0;
	width: 80px;
}

.k-table .summary-datum-last {
	width: 100%;
	height:24px;
}

.k-table .summary-datum-last td {
	font-size:120%;
	color:#3f3f3f;
	text-indent:1em;
}

.k-table .summary-datum-last td.value {
	border-right:1px solid #999;
	border-left:1px solid #999;
	background-color:#e5e5e5;
	width: 80px;
	text-indent:0;
}

.k-table .summary-datum-last td.dark-value {
	border-right:1px solid #999;
	border-left:1px solid #999;
	width:70px;
	text-indent:0;
}

.k-table .indent {
	padding-left: 18px;
}

.k-table .left-border, .k-table tr.left-border td{
	border-left:1px solid #999999;
}

/* Workaround for limitation in table.js (solves double left border) */
.k-table td.first-coln {
    border-left: none !important;
}

.k-table .right-border, .k-table tr.right-border td{
	border-right:1px solid #999999;
}

.k-table .top-border, .k-table tr.top-border td{
	border-top:1px solid #999999;
}

.k-table .bottom-border, .k-table tr.bottom-border td{
	border-bottom:1px solid #999999;
}

.no-border, tr.no-border td{
	border: none !important;
}

.no-left-border, tr.no-left-border td {
	border-left: none !important;
}

.no-right-border, tr.no-right-border td {
	border-right: none !important;
}

.no-bottom-border, tr.no-bottom-border td {
	border-bottom: none !important;
}

.no-top-border, tr.no-top-border td {
	border-top: none !important;
}

.table_font_small {
	color:#3f3f3f;
	margin:0px;
}


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

#footer {
	height:76px;
}

#footer_top{
	float:left;
	display:inline;
	width:100%;
	background:url('/static/images/bg-footer-all.png') repeat-x;
	height:35px;
	padding:0 0 0 0;
}

#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;
	width:100%;
	background:#131313;
	height:41px;
	text-align:center;
	color:#b3b3b3;
	font-size:12px;
	line-height:41px;
}

#footer_bottom span {
	color:#666;
}

/* 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:#c3dc5d;
	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;
}

div#demo_header > table {
	width: 100%;
}

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

div#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;
}

.kontagent-button, 
.boxy-wrapper .answers input {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-x-system-font:none;
	background:#000000 url(/static/images/bg-kontagent-button.png) repeat-x scroll;
	border: 2px solid #000000;
	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;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
}

.kontagent-button-small {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-x-system-font:none;
	background:#000000 url(/static/images/bg-kontagent-button-small.png) repeat-x scroll;
	border: 2px solid #000000;
	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;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 9px;
	text-align:center;
	text-decoration:none;
}

.kontagent-button-disabled {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-x-system-font:none;
	background:#000000 url(/static/images/bg-kontagent-button-disabled.png) repeat-x scroll;
	border: 2px solid #999999;
	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;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:5px 10px;
	text-align:center;
	text-decoration:none;
	cursor: default;
}

.kontagent-button:hover, .kontagent-button:focus, 
.boxy-wrapper .answers input:hover, .boxy-wrapper .answers input:focus {
	background:#000000 url(/static/images/bg-kontagent-button-hover.png) repeat-x scroll;
	cursor: pointer;
}

.kontagent-button-small:hover, .kontagent-button-small:focus {
	background:#000000 url(/static/images/bg-kontagent-button-hover-small.png) repeat-x scroll;
	cursor: pointer;
}

.kontagent-button:active, .kontagent-button-small:active,
.boxy-wrapper .answers input:active {
	background:#000000 url(/static/images/bg-kontagent-button-clicked.png) repeat-x scroll;
}

.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;
}

div.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 div.update-post, #updates div.update-post-editable, #updates div.update-post-add {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px #666666 solid;
	margin-top: 10px;
	
}

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

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

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

#updates .date {
	margin-top: 5px;
	padding: 0;
	color: #666666;
	font-size: 11px;
	width: 100%;
}

#updates .details {
	margin-top: 20px;
	font-size: 12px;
	text-align: left;
	line-height: 1.9em;
	width: 100%;
	color: #666666;
}

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

#updates img.control-icons {
	float: right;
	padding-left: 10px;
}

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

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

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

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

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

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

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

#updates .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;
	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;
	padding-bottom: 20px;
}

span.alert {
	color: red;
	font-weight: bold;
}

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

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

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

img.hide-overview-warning {
	position: absolute;
	right: 10px;
	top: 20px;
	cursor: pointer;
}

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

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

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

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

div.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;
}

div.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 div.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('/site_media/images/sub-x-trans-hover.png');
        width:14px;
        height: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: url("/static/images/head-left.png") no-repeat scroll -4px 0 black;
}

body .boxy-wrapper .title-bar h2 {
    cursor: default;
}

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