/*------------------------------------------------------------------------------
  -  http://keytrack.de  -  Keytrack.de  -  
--------------------------------------------------------------------------------
***** STYLE.CSS *****  global stylesheet / color, font and format definitions  
------------------------------------------------------------------------------*/


html {
	height:100%; 
	margin: 0; 
	padding: 0; 
}
body{
	font-family:Tahoma, Arial, verdana;	
	font-size:11px;	
	margin:0 auto; padding:0;
	background-color:#fff;
	color:#979797;
	height:100%;
	text-align: center;
	border-top: 10px solid #65696E;
}
*{
	margin:0;
	padding:0;
}
*:focus{
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
				 if you want to keep it! */
}
.clr{
	clear:both
}
form{
	margin:0; padding:0;
}
hr{
	border:0;
	color:#d3d3d3;
	background-color: #d3d3d3;
	height: 1px;
}
hr.content-line{
	border:0;
	color:#d0d0d0;
	background-color: #d3d3d3;
	margin:30px 0px 30px 0px;
	height: 1px;
}

body * {margin: 0px; padding: 0px;}


/*********************************************
		Link Styles
*********************************************/

a {
	color: #1B6293;
	text-decoration: none;
}

a:hover { 
	color: #004068; 
	text-decoration: underline; 
}


/*********************************************
		Text Elements
*********************************************/

p, ul, ol, blockquote {color: #333;}

ol, ul {
	margin: 5px 35px;
}

blockquote {
	margin: 5px 10px;
	padding: 10px;
	background: #FFF;
	border-top: 1px solid #A4D0EF;
	border-left: 1px solid #A4D0EF;
	border-bottom: 1px solid #1B6293;
	border-right: 1px solid #1B6293;
}

img { border: 0px; background: none; }

p {
	padding: 10px 0px;
	margin: 0px;
}

.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }


/*********************************************
		Header Styles
*********************************************/

h1 { /* This style used as title on single posts and pages */
	font-size: 15px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h1.title { /* This style used as title on single posts and pages */
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	font-size: 15px;
	color: #FFF;
	margin: 5px 0px 5px 0px;
	padding: 3px 8px;
	font-weight: normal;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h3 a {
	color: #1B6293;
	text-decoration: none;
}
h3 a:hover {
	color: #1B6293;
	text-decoration: underline;	
}
	
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 22px;
	font-weight: bold;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px 8px 0px;
	margin: 0px;
	color: #1B6293;
	text-decoration: none;
}

/*********************************************
	    Container Div
*********************************************/

#container {
	background: #fff;
	text-align: center;
	position: relative;
	width: 100%;
	padding: 0; 
	margin: 0;
	display: block;
	overflow: hidden;
}


/*********************************************
		Header Styles 
*********************************************/

#header {
	background:#fff;
	height: 92px;
	display: block;
	position: relative;
}
	
#header #logo {
	width: 311px;
	padding: 0;
	margin: 6px auto 0 5px;
	float: left;
}

#header #menu { 
	padding: 0px;
	margin: 0 0 0 auto;
	float: right;
	text-align: right;
}
	
#header #language {
	margin: 0 5px 0 auto;
	float: right;
	padding:11px 0px 0 16px;
}
#header #language ul {
	float:right;
}
#header #language img {
	padding-right:7px;
	float:left;
}

#header #underlogo {
	clear: both;
	float: left;
	text-align: left;
	padding: 6px 0 0 10px;
	margin: 0;
}
#header #underlogo h1 {
	padding: 0;
}
	
#header #title, #header #title a {
	margin: 0px; 
	padding: 0px;
	color: #11111a;
}

#header #title a {
	margin: 5px 0px 0px 0px; padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#header #title a:hover {
	color: #333c66;
	text-decoration: none;
}

#header #desc {
	margin: 0px; padding: 0px;
	padding-top: 3px;
	color: #000008;
	font-size: 9px;
	font-weight: normal;
}

#header #status {
	position: absolute;
	top: 12px;
	left: 315px;
	height: 20px;
	line-height: 20px;
	background: #ffcccc url(img/glow-bottom.png) bottom center no-repeat;
	padding: 5px 10px;
	display:none;
}


/*********************************************
		Admin Menu
*********************************************/
#header #admin-menu {
	position: absolute;
	top: 34px;
	right: -9px;
	height: 20px; 
	background: #f7f7f9 url(img/white-fade-r-to-l.png) top right repeat-y;
	padding: 5px 22px 2px 10px;
	text-align: right;
	z-index: 80;

}

#admin-menu #login-toggle, #admin-menu #login-submit, #admin-menu #login-cancel, .admin-menu ul li a {
	float: right;
	height: 13px;
	background: #fff;
	padding: 2px 8px;
	text-align: center;
	font-size: 10px;
	color: #888;
	text-decoration: none;
	display: block;
	cursor: pointer;
}	
#admin-menu #login-toggle:hover, #admin-menu #login-submit:hover, #admin-menu #login-cancel:hover, .admin-menu ul li a:hover  {
	color: #445;
	text-decoration: none;
	background-color: #fafaff;
}

#admin-menu #login-form {
	width: 0px;
	height: 17px;
	text-align: right;
	overflow: hidden;
	display: none;
}
#admin-menu #login-form form {
	display:inline!important;
}
#admin-menu #login-form input {
	border: 1px solid #ccd;
	font-size: 11px;
	margin-top: 1px;
	padding: 0 3px;
}
#admin-menu #login-submit {
	width: 75px;
	overflow: hidden;
	display: block;
}
#admin-menu #login-cancel {
	margin-left:5px;
	height: 12px;
	width: 12px;
	padding: 0 1px 1px 1px;
	font-size: 9px;
}

.admin-menu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:relative;
}
.admin-menu ul li {
	position: relative;
	display: inline;
	float: left;
	margin-right:10px;
}
.admin-menu ul li a {
	display: block;
	padding-right:20px;
	padding-right:20px;
}
* html .admin-menu ul li a {
	display: inline-block;
}
.admin-menu ul li a.selected { 
	color: blue;
}
.admin-menu ul li ul {
	position: absolute;
	left: 0;
	display: none; 
	visibility: hidden;
	background: transparent;
}
.admin-menu ul li ul li {
	display: inline;
	float: none;
	background: transparent;
	margin: 0;
}
.admin-menu ul li ul li ul {
	top: 0;
}
.admin-menu ul li ul li a {
	font-size: 11px;
	color: #888;
	text-decoration: none;
	width: 125px;
	padding: 3px 12px;
	margin: 1px 0 0 0;
	border: 0;
	border-bottom: 1px solid #e8e8ef;
	border-left: 1px solid #e8e8ef;
	background: #f3f3f7;
	text-align: left;
}
.admin-menu ul li ul li a:hover {
	color: #445;
	text-decoration: none;
	background-color: #fafaff;
}
* html .admin-menu {
	height: 1%;
}
.downarrowclass {
	position: absolute;
	top: 4px;
	right: 7px;
}
.admin-menu .logout-button {
	float: right;
	margin-right: -5px;
}
.admin-menu .logout-button a {
	padding-right:8px;
}
.admin-menu .logged-in-text {
	color: #999;
	font-size: 10px;
	line-height: 18px;
	padding: 0 7px 0 10px;
}
.admin-menu .logged-in-text strong {
	font-size: 11px;
}

/*********************************************
		Social Interaction Menu
*********************************************/
#header .social-menu {
	height: 25px;
	float: right;
	display: inline;
	padding: 12px 8px 0 0;
	text-align: right;
	line-height:24px;
	overflow: hidden;
}

#header .social-menu #text {
	line-height:15px;
	vertical-align:bottom;
	float: left; 
	text-align: right;
	padding:11px 3px 0 0;	
	display: inline;
	font-size: 11px;
	color: #000;
}
#header .social-menu div.menu-topright_social-container {
	float:left;
}
#header .social-menu ul, #footer .social-menu ul {
	display: block;
	margin:0;
	padding:0;
}
#header .social-menu li {
	width: 24px;
	height: 24px;
	margin: 1px 0 0 4px;
	list-style-type: none;
	display: inline;
	float:left;
}
#header .social-menu li a {
	display:block;
	padding: 12px 12px;
}
.social-menu li.twitter a{
	background: url(img/icons/twitter_icon_20p_bw.png) 2px 2px no-repeat;
}
.social-menu li.twitter a:hover {
	background: url(img/icons/twitter_icon_20p.png) 2px 2px no-repeat;
}
.social-menu li.facebook a{
	background: url(img/icons/fb_icon_20p_bw.png) 2px 2px no-repeat;
}
.social-menu li.facebook a:hover {
	background: url(img/icons/fb_icon_20p.png) 2px 2px no-repeat;
}
.social-menu li.rss a{
	background: url(img/icons/rss_icon_20p_bw.png) 2px 2px no-repeat;
}
.social-menu li.rss a:hover {
	background: url(img/icons/rss_icon_20p.png) 2px 2px no-repeat;
}
.social-menu li.email a{
	background: url(img/icons/email_icon_20p_bw.png) 2px 2px no-repeat;
}
.social-menu li.email a:hover {
	background: url(img/icons/email_icon_20p.png) 2px 2px no-repeat;
}

/*********************************************
		WP Plugin Showcase
*********************************************/

#plugin-container {
	width:100%;
	height:280px;
	margin:8px 0;
	float:left;
	overflow: hidden;
	display: block;
	position: relative;
	text-align:center;
	background:#efeff2 url(img/glow-bottom-on-grey3.png) bottom center no-repeat;
	padding:2px 0px 2px 0px;
}

.plugin-box-container {
	width:980px;
	height: 280px;
	text-align:center;
	margin: 0 auto;
	padding:0;
	display:block;
	overflow:hidden;
}

#plugin-box, #plugin-premium {
	background-color:#fff;
	width: 450px;
	height: 240px;
	padding:0;
	margin: 20px;
	float: left;
	position:relative;
}

#plugin-box {
	margin-right:10px;
}
#plugin-box ul, #plugin-premium ul {
	margin:0;
	padding:0 0 0px 0;
}
#plugin-box img, #plugin-premium img {
	float:left;
	margin: 20px 5px 20px 0px;
}

.plugin-box-text {
	display: block;
	overflow: hidden;
	height: 100%;
	padding: 18px 18px 18px 0;
	font-size: 12px;
}

#plugin-premium .plugin-box-text {
	padding-top:10px;
}

.plugin-box-text ul {
	display: block;
	overflow: hidden;
	float: left;
	list-style-type: none;
	text-align: left;
	padding: 3px 0 0 0;
	width:100%;
	margin: 0;
}

.plugin-box-text ul li {
	display: block;
	background: url(img/bullet_kt.png) 6px 6px no-repeat;
	padding: 4px 0px 0px 26px; margin: 0px;
	font-size: 11px;
	color: #888;
	font-weight:bold;
}

#plugin-box .more-button, #plugin-premium .more-button {
	margin:10px 0 0 0;
	position:absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}


/*********************************************
		Affiliate Networks Marquee Scroller
*********************************************/

#networks-container {
	clear:both; 
	background:#fff;
	height: 33px;
	padding: 10px 6px;
	margin:0;
	border-top:1px dotted #e4e4e4;
	border-bottom:1px dotted #e4e4e4;
}
#networks-scroller{
	width:990px;
	margin:0 auto;
}
#networks-scroller #text {
	width: 160px;
	height: 20px;
	padding: 11px 22px 0 0;
	line-height:22px;
	font-size: 15px;
	text-transform: uppercase;
	float:left;
	text-align: right;
	color:#000;
	overflow: hidden;
}
#networks-scroller #networks-scroller-content{
	width: 803px;
	float:left;
	*z-index:996;
	_z-index:996;
	position:relative;
	zoom:1;
	padding:0;
	}
#networks-scroller-content .inner{
	display:block;
	overflow:hidden;
	zoom:1;
	position:relative;
	padding:0;
	}
#networks-scroller-content ul{
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	zoom:1;
	position:relative;
	z-index:20;
	}
#networks-scroller-content li{
	margin:0;
	padding:0;
	display:inline;
	zoom:1;
	}
#networks-scroller-content .fade{
	background:url(img/fade-trends3.png) repeat-y 0 0;
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:60px;
	height:40px;
	padding:0px 0;
	zoom:1;
	_visibility:hidden;
	z-index:30;
	pointer-events:none;
	overflow:hidden;
	}
#networks-scroller-content .fade-right{
	background-position:-60px 0;
	left:auto;
	/* right:240px; */
	right:0;
	
	}

#networks-scroller ul {
	display: block;
 	overflow:hidden;
	height: 40px;
}

#networks-scroller li {
	height: 40px;
	margin: 0 0 0 4px;
	list-style-type: none;
 	display: block;
	float:right;
}

#networks-scroller li a {
	height: 58px;
	padding: 0 0 30px 0;
	margin: 0px 0 0 0;
}

#networks-scroller li.affilinet {
	background: url(img/networks/affilinet_30p.png) 2px 2px no-repeat;
	width: 113px;
}
#networks-scroller li.affilinet a {
	padding-left: 113px;
}
#networks-scroller li.zanox {
	background: url(img/networks/zanox_30p.png) 2px 2px no-repeat;
	width: 117px;
}
#networks-scroller li.zanox a {
	padding-left: 117px;
}
#networks-scroller li.tradedoubler {
	background: url(img/networks/tradedoubler_30p.png) 2px 2px no-repeat;
	width: 156px;
}
#networks-scroller li.tradedoubler a {
	padding-left: 156px;
}
#networks-scroller li.cj {
	background: url(img/networks/cj_30p.png) 2px 2px no-repeat;
	width: 193px;
}
#networks-scroller li.cj a {
	padding-left: 193px;
}
#networks-scroller li.linkshare {
	background: url(img/networks/linkshare_30p.png) 2px 2px no-repeat;
	width: 155px;
}
#networks-scroller li.linkshare a {
	padding-left: 155px;
}
#networks-scroller li.webgains {
	background: url(img/networks/webgains_30p.png) 2px 2px no-repeat;
	width: 133px;
}
#networks-scroller li.webgains a {
	padding-left: 133px;
}
#networks-scroller li.vitrado {
	background: url(img/networks/vitrado_30p.png) 2px 2px no-repeat;
	width: 119px;
}
#networks-scroller li.vitrado a {
	padding-left: 119px;
}
#networks-scroller li.clickbank {
	background: url(img/networks/clickbank_30p.png) 2px 2px no-repeat;
	width: 124px;
}
#networks-scroller li.clickbank a {
	padding-left: 124px;
}
#networks-scroller li.leadalliance {
	background: url(img/networks/leadalliance_30p.png) 2px 2px no-repeat;
	width: 128px;
}
#networks-scroller li.leadalliance a {
	padding-left: 128px;
}
#networks-scroller li.azoogle {
	background: url(img/networks/azoogle_30p.png) 2px 2px no-repeat;
	width: 126px;
}
#networks-scroller li.azoogle a {
	padding-left: 126px;
}


/*********************************************
		Horizontal Navigation Styles
*********************************************/

#menu {
	font-size: 15px;
	letter-spacing: 1px;
	text-align: right;	
	text-transform: uppercase;
	padding: 0px;
	display: block;
}
html>body #menu html>body .social-menu {
	position: relative;
	z-index: 95;
	width: auto;
	right:auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu ul li {
	display: block;
	float: right;
	list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: auto;
	border-left: 1px solid #e4e4ec;
	border-right: 1px solid #fff;
}

#menu ul li.usermenu {
	display: block;
	float: left;
	list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: auto;
	border-left: 1px solid #4A9E9e;
	border-right: 1px solid #1B6262;
}

#menu ul li.adminmenu {
	display: block;
	float: left;
	list-style-type: none;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: auto;
	border-left: 1px solid #9e9e4A;
	border-right: 1px solid #62621B;
}

#menu ul li a {
	display: block;
	color: #000;
	padding: 11px 20px 2px;
	margin: 0px;
	text-decoration: none;
}

/* if you want to set a "current page item" style, do it here */

#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {
}

#menu ul li a:hover {
	color: #002255;
	text-decoration: none;
}

#menu li:hover, #menu li.usermenu:hover, #menu li.adminmenu:hover, #menu li.sfhover, #menu li.usermenu.sfhover, #menu li.adminmenu.sfhover {
	border-left: 1px solid #4A9ECD;
	border-right: 1px solid #1B6293;
	background-color: #fafaff;
}



/*********************************************
		Blog Content Div
*********************************************/
#blog-header-container {
	width:100%;
	height:60px;
	margin:8px auto 9px auto;
	padding:0;
	overflow: hidden;
	display: block;
	position: relative;
	text-align:center;
	background:#efeff2 url(img/glow-bottom-on-grey2.png) bottom center no-repeat;
	background-position-x:-160px;
}
#blog-header {
	width:940px;
	height:33px;
	padding:19px 15px 0px 35px;
	margin: 0 auto;
}
#blog-header .title {
	float:left;
}
#blog-header h2 {
	color: #666;
	font-size: 27px;
	padding:1px 0 0 32px;
}
#blog-header h2.blog {
	background: url(img/icons/icon-blog.png) 0px 0px no-repeat;
}
#blog-header h2.singe {
	margin-left: 222px;
}
#blog-header .spacer {
	float:left;
	display: block;
	overflow: hidden;
	border-bottom: 1px dotted #c0c0c0;
}
#blog-header .search {
	float:right;
}
#blog-content-container {
	width:100%;
	text-align:center;
	position:relative;
	padding:0; margin:0;
	clear:both;
}
#blog-content {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#posts-content {
	width: 660px;
	float: left;
	position: relative;
	margin: 0;
	padding: 20px 15px 25px 7px;
	text-align:left;
}
#posts-content .post {
	padding:0;
	margin:0 0 30px 0;
	position:relative;
	color: #999;
}
#posts-content .post .date-box {
	float:left;
	width:40px;
	height:45px;
	background: url(img/date-bg.png) 0px 0px no-repeat;
	margin: 7px 14px 7px 0;
}
#posts-content .post .date-day {
	font-size:20px;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:0px 5px;
}
#posts-content .post .date-month {
	font-size:9px;
	text-transform:uppercase;
	display:block;
	overflow:hidden;
	text-align:center;
	padding:2px 0;
}
#posts-content .post .header-box {
	padding: 0 0 3px 0;
}

#posts-content .post .text-box {
	position: relative;
	color:#888;
}
#posts-content .post .text-box p {
	padding-bottom: 0px;
	color:#888;
}
#posts-content .post .text-box img {
	display:block;
	overflow:hidden;
	margin: 5px auto 0;
}
#posts-content .post .text-box a.more-link {
	margin-top:5px;
	position:relative;
	top:-7px;
}

#posts-content .post .meta-box {
	background: url(img/glow-bottom-on-ltgrey-thin.png) bottom center no-repeat;
	background-color: #f7f6f8;
	height: 16px;
	display: block;
	overflow: hidden;
	margin-top:15px;
	padding: 2px 10px 0 10px;
	font-size:10px;
	text-align:right;
	clear:both;
}
#posts-content .post .meta-box a {
	text-decoration:none;
	color:#668;
}
#posts-content .post .meta-box a:hover {
	color:#aac;
}


/*********************************************
		Buttons
*********************************************/

.more-button, a.more-link, .big-button {
	height: 22px;
	font-size: 14px;
	color: #000;
	text-align: center;
	padding: 9px 20px 0px 20px;
	background-image: url(img/glow-bottom-on-grey-button2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ededef;
	float: right;
	text-transform: uppercase;
	border: 1px solid #f2f2f2;
	text-decoration: none;
	cursor: pointer;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.more-button-bg, .big-button-bg {
	background-image: url(img/glow-bottom-on-grey-button2.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ededef;
}
.more-button a, .big-button a {
	text-decoration: none;
}
.more-button:hover, a.more-link:hover, .big-button:hover {
	background-color: #f2f2f4;
	background-image: none;
	border: 1px solid #ddd;
}
.box-rounded{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.box-rounded-5px{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*********************************************
		Header Search
*********************************************/

#search {
	padding: 3px 0 0 0;
}

#search #search-input {
	width: 185px; 
	padding: 6px 3px 3px 8px; 
	margin: 1px 0 0 0;
	background-color: #fff;
	color: #b1b1b6;
	border: 0;
	float: left;
	font-size: 12px;
	display:inline;
	overflow:hidden;
	border: 1px solid #eaeaea;
}

#search #search-submit-button {
	width: 33px; height: 26px;
    background: url(img/search.png) 6px 3px no-repeat;
	float: right;
	border:0;
	margin:1px 0 0 0;
}
#search #search-submit-button:hover {
	cursor:pointer;
	background-color:#eaeaea;
}



/*********************************************
		Pagination Navigation
*********************************************/
.wp-pagenavi {
	clear: both;
	float: right;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #f2f2f4;
	background:#e2e2e4;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi span.pages {
	padding: 3px 10px;
	background:#f4f4f8;
}
.wp-pagenavi a:hover {
	background-color:#f2f2f4;
	border:1px solid #ddd;
}
.wp-pagenavi span.current {
	background-color:#f0f0f2;
	border:1px solid #ddd;
	font-weight: bold;
}



/*********************************************
		Left Sidebar
*********************************************/
#sidebar-container {
	display: block; 
	position: relative;
}
#l_sidebar {
	background: url(img/glow-right-on-grey.png) top right no-repeat;
	background-position-y: -400px;
	background-color:#efeff2;
	width: 192px;
	margin: 1px 15px 25px 0; 
	padding: 10px 10px 0px 10px;
	display: block; 
	overflow: hidden;
	text-align:left;
	float: right;
}
#l_sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#l_sidebar ul li {
	padding: 0 0 4px 0;
	background-color: #fff;
	margin-bottom:11px;
}
#l_sidebar ul li h2 {
	color: #000;
	font-size:12px;
	margin:0;
	padding:10px 2px 7px 10px;
	text-transform: uppercase;
}
#l_sidebar ul li ul {
	margin: 0 3px 0 3px;
	list-style-type: none;
}
#l_sidebar ul li ul li {
	background: #fff url(img/bullet_kt2.png) 3px 6px no-repeat;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #EeEeEe;
}
#l_sidebar ul li ul li a {
	display: block;
	color: #1B6293;
	text-decoration: none;
	padding: 4px 0 4px 15px; 
	margin: 0;
}
#l_sidebar ul li ul li a:hover {
	color: #1B6293;
	text-decoration: none;
	background: #f8f8fa url(img/bullet_kt2.png) 3px 6px no-repeat;
}
#l_sidebar .textwidget {
	padding: 5px;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 0px;
	display: block;
	width: 520px;
	color: #888;
	margin-top:20px;
}
#comments .even, #comments .odd {
	margin: 15px 0px;
	padding: 8px;
	background: #efeffa;
	overflow: hidden;
}
#comments .odd {
	background: #f4f4f8;
}
#comments .odd p, #comments .even p {
	padding: 10px 12px 10px 12px;
}
.comment-head {
	background: #FFF;
	padding: 7px;
	color: #999;
}
.comment-head a {
	color: #bbd;
}
.comment-head a:hover {
	color: #888;
}
#comments input#submit {
	float: left;
	padding: 14px 40px;
	cursor: pointer;
	color: #888;
}
#comments input#submit:hover {
	color: #555;
}


/*********************************************
		Footer Styles
*********************************************/
#footer{
	height: 250px;
	background-color: #65696e;
	float: left;
	border-top: 1px solid #fafaff;
	padding: 13px 12x 0 12px;
	clear: both;
	color:#979797;
	background-image:url(img/footer-glow.png);
	background-repeat:no-repeat;
	background-position:top center;
	text-align:left;
	overflow: hidden;
	display: block;
}

#footer a {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
    text-decoration: none;
}

#footer-address{
	color:#979797;
	margin:22px 30px 0 17px;
	float:left;
}
#footer-address p {
	color:#979797;
	padding-left: 20px;
}
#footer-address img{
	margin-bottom:10px;
}

#footer-interact{
	float:left;
	text-align:left;
	margin: 29px 30px 0 48px;
	padding:0;
}

#footer-interact ul li {
	line-height: 26px;
	margin: 0;
	height: 26px;
	list-style-type:none;
}
#footer-interact ul li a {
	padding: 0 0 4px 28px;
	font-size: 13px;
	display:block;
	background-position:2px 3px;
}

#footer-last{
	width:100%;
	margin-top:26px;
	float:left;
}
#footer-last-content{
	border-top:2px solid #979696;
	margin:0 17px 0 17px;
	padding-top:2px;
}

/* Footer News list */
#footer-news{
	margin:20px 20px 0 0;
	float:right;
}
#footer-news h3, #footer-interact h3 {
	margin-bottom:7px;
	color:#e3e3e3;
}

ul.list-bottom, #footer-interact ul {
	margin:0px; 
	padding:0px; 
	list-style-type:none;
}
ul.list-bottom li{
	background-image:url(img/bottom-dot.png);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:4px;
	line-height:20px;
}
ul.list-bottom li a{
	color:#a6a6a6;
	text-decoration:none;
}
ul.list-bottom li a:hover{
	text-decoration:underline;
}
#footer-copyright{
	margin-top:10px;
	float:right;
}

/* Mainmenu Styling */
#footer-menu{
	margin:0px;
	padding:0px;
	float:left;	
}
.navigation-footer{
	width:543px;
	float:left;
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}
.navigation-footer ul{
	margin:0px; 
	padding:0px; 
	list-style-type:none; 
	position:relative;
	clear:both;	
}
.navigation-footer li{	
	list-style-type:none; 
	padding:0px; 
	margin:0px; 
	float:left;
	z-index:100; 
	position:relative;
}
.navigation-footer li a{
	font-size:11px;
	text-decoration:none;
	color:#a6a6a6; 
	display:block;
	margin:0px;
	padding-right:24px;
	float:left;
	z-index:100;	
}
.navigation-footer li.current a, .navigation-footer li a:hover, .navigation-footer li.current li a:hover{
	text-decoration:none;
	color: #a6a6a6;	
}
.navigation-footer li.current li a{
	text-decoration:none;
	color:#a6a6a6;
}


#error, #statusmsg {
	position: absolute;
	top: 34px;
	left: 430px;
	display: block;
	padding: 4px 30px 0px 30px;
	heiht: 17px;
	width: 220px;
	font-size: 12px; 
	text-align: center; 
    color: #111;
	display: none;
	z-index: 99;
	border-top: 1px solid #f6f6fc;
	border-right: 1px solid #ededf4;
	border-bottom: 1px solid #e8e8ef;
	border-left: 1px solid #f2f2fa;
}
#error {
	background: #f77;
}
#statusmsg {
    background: #77f;
}


#popup {
	display: none;
	z-index: 99;
	position: absolute;
	border: 2px solid #e2e2e2; 
}
#popup-content {
	display: block;
	overflow: hidden;
	position: relative;
	border-top: 1px solid #f6f6fc;
	border-right: 1px solid #ededf4;
	border-bottom: 1px solid #e8e8ef;
	border-left: 1px solid #f2f2fa;
	background: #fff;
	padding: 10px 15px 10px;
	color: #777;
	text-align:left;
}
#popup-content h1 {
	padding:3px 0 15px 0;
	font-size: 22px;
}
#popup-content p {
	color: #777;
	padding: 0 0 10px;
}
#popup-content p.bigger {
	font-size: 12px;
	font-weight: bold;
}
#popup-content input {
	border: 1px solid #ddd;
	height: 20px;
	padding: 0 8px;
	width: 200px;
	float: left;
	margin-top:7px;
}
#popup-content .submit-error {
	visibility: hidden;
	float: left;
	width: 190px;
	padding: 2px 0 0 21px;
	margin: 5px 0 0 3px;
	font-size: 9px;
	line-height:11px;
	color: #f43045;
	background: url(img/error-13px.png) 2px 2px no-repeat;
}
#popup-content .alternative {
	clear: left;
	float: left;
	padding: 13px 0 2px;
	font-size: 10px;
	color: #999;
}
#popup-content .big-button {
	color: #666;
	font-weight:normal;
	line-height:12px;
	display: block;
	margin:4px 0 0 0;
	float: left;
}
#popup-content  {

}
#popup-close {
	margin-left:5px;
	height: 16px;
	width: 16px;
	padding: 0 1px 1px 1px;
	font-size: 12px;
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #fff;
	background-color: #e8e8ef;
	color: #666;
	cursor: pointer;
}
#popup-close:hover {
	border: 1px solid #eee;
	background-color: #fafaff;
}
#popup-background {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 95;
}   

.download-plugin-submit {
	clear: both;
}
.download-plugin-popup-content {
	color: #999;
}
.download-plugin-popup-content input {
	color: #555;
}

.ajax-loader-bg {
	background-image: url(http://keytrack.de/img/ajax-loader.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.ajax-bg {
	background-image: url(http://keytrack.de/img/ajax-tile-loader.gif);
	background-position: top left;
	background-repeat: repeat;
}

/* ---------------------------------------------------------------------------------- */

.grey       {color: #747474;}
.darkgrey   {color: #444444;}
.greysmall  {color: #5f5f5f; font-size:10px;font-style: italic;}

.lightgrey  {color: #bbbbbb;}

.blue       {color: #3344cc; }	 
.bluelarge  {color: #3344ee; font-size:15px;}	 

.large      {font-size:12px;}
.larger     {font-size:14px;}
.smaller    {font-size:10px;}

.small      {font-size:-1em;}
.italic     {font-style:italic;}

.bold       {font-weight:bold;}

.calday     {border: 1px solid; border-color:#d8d8d8;}

.caldayhdr  {background-color:#fcfcfc;}

.caldayitem {padding:2px;}

.caldayfont {font-size:12px;}

.user_edit_header { border-bottom:#e8e8e8 1px solid; font-size:11px; font-color:#dddddd; font-style:italic; background:#f8f8f8; }
.indent_100_px { position:relative; left:40px; }

select.filter { font-size:11px; border-bottom:#bbbbbb 1px solid; border-right:#bbbbbb 1px solid; border-top:#777777 1px solid; border-left:#777777 1px solid; }

.down_a_little_bit {position:relative; top:4px; }
.down_a_tiny_bit {position:relative; top:2px; }
.down_a_very_tiny_bit {position:relative; top:1px; }

.no_display, .no-display { display:none; }

.input_down_a_bit {position:relative; top:2px;}
html>body .input_down_a_bit {position:relative; top:3px;}

.input_up_a_bit {position:relative; top:-1px;}
html>body .input_up_a_bit {position:relative; top:-3px;}

.ie6_down_a_bit { display:block; min-height:30px; height:auto !important; height:30px;}
html>body .ie6_down_a_bit { display:none;}

.top_pad { padding-top:10px; }
.top_align { vertical-align:top; }
.bottom_pad { padding-bottom:10px; }
.bottom_align { vertical-align:bottom; }
.mid_align { vertical-align:middle; }
.center_align { text-align:center; }
center, .center {margin-left:auto; margin-right:auto; }
.left, .left_align {margin-left:0px; margin-right:auto; text-align:left;}
.right, .right_align {margin-right:0px; margin-left:auto; text-align:right;}
strong, .bold {font-weight:bold; }

.font1 {font-size:1px;}
.font2 {font-size:2px;}
.font3 {font-size:3px;}
.font4 {font-size:4px;}
.font5 {font-size:5px;}
.font6 {font-size:6px;}
.font8 {font-size:8px;}
.font9 {font-size:9px;}
.font10 {font-size:10px;}
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font18 {font-size:18px;}
.font20 {font-size:20px;}
.font24 {font-size:24px;}
.font28 {font-size:28px;}
.font32 {font-size:32px;}
.rot_font{color: #ff0000;}
.red_font{color: #FF8866;}
.white_font {color: #FFFFFF;}
.yellow_font {color: #FFFF00;}
.darkrot_font {color: #990000;}
.darkred_font {color: #990000;}
.blue_font {color: #000099;}
.grey_font {color: #414141;}
.ltgrey_font {color: #666666;}
.ltred_font {color: #bb6666;}
.dkgrey_font {color: #333333;}
.black_font {color: #000000;}
.offwhite_font {color: #cccccc;}
.bold {font-weight: bold; }

.full_width {width:1100px;}
.most_width {width:801px;}

a.white_link:link, a.white_link:visited, a.white_link:active {color: #ffffff; text-decoration: none; font-weight: bolder;} 
a.white_link:hover     {color: #c0d186; text-decoration: none; font-weight: bolder;}


/*-- ---------------------------------------------------------------------------
--------------------------------------------------------------------------- --*/

/*styles for jquery ui daterangepicker plugin */

.ui-daterangepickercontain {
	position: absolute;
	z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
	float: left;
	padding: 5px !important;
	width: auto;
	display: inline;
	background-image: none !important;
	clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	float: left;
	padding: 0;
	margin: 0;
}
.ui-daterangepicker .ranges {
	width: auto;
	position: relative;
	padding: 5px 5px 40px 0;
	margin-left: 10px;
}
.ui-daterangepicker .range-start, .ui-daterangepicker .range-end {
	margin-left: 5px;
}
.ui-daterangepicker button.btnDone {
	margin: 0 5px 5px 0;
	position: absolute;
	bottom: 0;
	right: 0;
	clear: both;
	cursor: pointer;
	font-size: 1.1em;
}
.ui-daterangepicker ul {
	width: 17.6em;
	background: none;
	border: 0;
}
.ui-daterangepicker li {
	list-style: none;
	padding: 1px;
	cursor: pointer;
	margin: 1px 0;
}
.ui-daterangepicker li.ui-state-hover, .ui-daterangepicker li.ui-state-active {
	padding: 0;
}
.ui-daterangepicker li.preset_0 {
	margin-top: 1.5em !important;
}
.ui-daterangepicker .ui-widget-content a {
	text-decoration: none !important;
}
.ui-daterangepicker li a {
	font-weight: normal;
	margin: .3em .5em;
	display: block;
}
.ui-daterangepicker li span {
	float: right;
	margin: .3em .2em;
}
.ui-daterangepicker .title-start, .ui-daterangepicker .title-end {
	display: block;
	margin: 0 0 .2em;
	font-size: 1em;
	padding: 0 4px 2px;
}
.ui-daterangepicker .ui-datepicker-inline {
	font-size: 1em;
}
.ui-daterangepicker-arrows {
	padding: 2px;
	width: 204px;
	position: relative;
}
.ui-daterangepicker-arrows input.ui-rangepicker-input {
	width: 158px;
	margin: 0 2px 0 20px;
	padding: 2px;
	height: 1.1em;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev, .ui-daterangepicker-arrows .ui-daterangepicker-next {
	position: absolute;
	top: 2px; 
	padding: 1px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev {
	left: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-next {
	right: 2px;
}
.ui-daterangepicker-arrows .ui-daterangepicker-prev:hover, 
.ui-daterangepicker-arrows .ui-daterangepicker-next:hover,
.ui-daterangepicker-arrows .ui-daterangepicker-prev:focus, 
.ui-daterangepicker-arrows .ui-daterangepicker-next:focus {
	padding: 0;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #1c94c4; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #1c94c4; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_ef8c08_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_228ef1_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffd27a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*

