.admin-layout {
  background-color: #FFFFFF;
  padding: 20px;
  margin: 20px 0;
  min-height: 300px;
}

.admin-layout .list-table {
  border: 1px solid #CCCCCC;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.admin-layout .list-table > tr > th, .admin-layout .list-table > tbody > tr > th{
  background: none repeat scroll 0 0 #555555;
  border-color: #888888 #333333 #333333 #888888;
  border-style: solid;
  border-width: 1px;
  color: #EEEEEE;
  letter-spacing: 1px;
  padding: 5px 10px;
}

.admin-layout .list-table > tr > td, .admin-layout .list-table > tbody > tr > td {
  border-color: #FFFFFF #DDDDDD #DDDDDD #FFFFFF;
  border-style: solid;
  border-width: 1px;
  padding: 5px 10px;
}

.admin-layout .list-table tr:hover td {
  background: none repeat scroll 0 0 #F2F2FF;
}

.admin-layout .pagination {
    margin-top: 10px;
    text-align: right;
}

.admin-layout .search-box {
  padding: 5px;
  text-align: right;
}

.admin-layout .search-box input[type=text] {
  border: 1px solid #AAAAAA;
  padding: 3px;
}

.admin-layout .list-table input[type=text] {
  border: 1px solid #AAAAAA;
  font-size: 11px;
  padding: 3px;
  width: 100%;
}

.admin-layout .list-table .field_with_errors input[type=text] {
  border: 1px solid #F38934;
}
a.appstore_tab {
	right: 0;
	top: 1%;
	position: fixed;
	width: 40px;
	height: 135px;
	margin-right: -5px;
	background-image: url('/images/download_from_appstore_vertical.png');
	z-index: 1500;

}
a.appstore_tab:hover {

	margin-right: -2px;

}
.download_from_appstore {
	width: 100%;
	text-align: center;
}

.sandp500 {
  float: right; 
  color: red;
}

/*
.admin-layout .errorExplanation h2 {
  font-weight: bold;
  text-align: center;
  color: #F38934;
}

.admin-layout .errorExplanation ul, .admin-layout .errorExplanation p {
  display: none;
}
*/


/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
div.player-controls {
	position:relative;
	height:28px;
	
	/* black background with a gradient */
	background:#eaeddb;
	width:308px;
}

/* play/pause button */
div.player-controls a.play, div.player-controls a.pause { 
	position:absolute;
	width: 29px;
	height: 28px;
	display:block;
	text-indent:-9999em;
	background: #89a124 url(/images/site/player/skin/hulu.png) no-repeat 0px -66px;
	cursor:pointer;
	opacity:0.8;
	filter: alpha(opacity=80);	
}

div.player-controls a.play:hover {
	background-position:0px -110px;	
	opacity:1;
	filter: alpha(opacity=100);	
}

/* pause state */
div.player-controls a.pause { 
	background-position:0px -154px;
	opacity:0.8;
	filter: alpha(opacity=80);	
}

div.player-controls a.pause:hover {
	background-position:0px -198px;	
	opacity:1;
	filter: alpha(opacity=100);	
}

/* the timeline (or "scrubber")  */
div.player-controls div.track {  
	left:29px;
	position:absolute;
	cursor:pointer;
	width:253px;
	height:28px;
	z-index: 3;
}

/* the draggable playhead */
div.player-controls div.playhead {
	position:absolute;
	cursor:pointer; 
	background-color:#b0ba7f;
	opacity:1;
	filter: alpha(opacity=100);	
	width:3px;
	height:28px;
	z-index:3;
}
div.player-controls div.playhead:hover {
	background-color:#879254;
}
/* buffer- and progress bars. upon runtime the width of these elements grows */
div.player-controls div.progress, div.player-controls div.buffer {	
	position:absolute;
	background-color:#b1bb7e;
	filter: alpha(opacity=50);
	opacity:0.5;
	width:0px;
	height:28px;
}

div.player-controls div.buffer {
	background-color:#fff;
	opacity:0.1;
	filter: alpha(opacity=10);
}

/* time display */
div.player-controls div.time {
	position:absolute;		
	right:35px;
	padding: 0 5px;
	text-align:center;
	display: block;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#a3a695; 
	cursor: default;
	background-color: #fbfbf8;
	margin-top: 7px;
	border-radius: 3px;
	z-index:1;
}
/* total duration in time display */
div.player-controls div.time strong {
	font-weight:normal;
	color:#666;
}
div.player-controls div.time span:after {
	content: " /";
}
/* mute / unmute buttons */
div.player-controls a.mute, div.player-controls a.unmute {
	position:absolute;
	left:276px;
	width:32px;
	height:28px;
	text-align:center;
	padding:0px;
	cursor:pointer;
	text-indent:-9999em;
	background: #bdc884 url(/images/site/player/skin/hulu.png) no-repeat 2px -327px;
	display: block;
	opacity:0.8;
	filter: alpha(opacity=80);	
}

div.player-controls a.mute:hover {
	background-position:2px -371px;	
	opacity:1;
	filter: alpha(opacity=100);	
}

/* unmute state */
div.player-controls a.unmute {
	background-position:2px -239px;	
	opacity:0.8;
	filter: alpha(opacity=80);	
}

div.player-controls a.unmute:hover {
	background-position:2px -283px;	
	opacity:1;
	filter: alpha(opacity=100);	
}



/*
  Intro
*/

.slides_container {
  overflow: visible !important;
}

.intro .wrapper {
	width: 495px;
	height: 258px;
	clear: both;
	position: relative;
	padding-top: 20px;
	padding-right: 465px;
	padding-bottom: 0;
	padding-left: 0;
  overflow: hidden;
}

.intro {
	line-height: 18px;
	font-size: 12px;
	color: #666666;
}

.intro h2 {
	padding-bottom: 14px;
	font-family: 'RonniaRegular', Arial, sans-serif;
	font-size: 30px;
	color: #71851e;
	line-height: 33px;
	width: 500px;
}

.intro h2 span.blue {
	font-family: 'RonniaBold', Arial, sans-serif;
	color: #249b86;
}

.intro .monitor {
	background-repeat: no-repeat;
	/* padding: 104px 143px 267px 276px; */
	line-height: 16px;
	text-align: center;
	width: 276px;
	height: 238px;
	/* top: -75px; */
	/* right: -110px; */
	top: 29px;
	left: 652px;
	position: absolute;
	z-index: 200;
}

.intro .monitor-slider {
	/* width: 276px;
	height: 248px; */
	overflow: hidden;
}

.intro .monitor-slider ul li {
	list-style: none;
	width: 276px;
	height: 248px;
	float: left;
}

*+html .intro .monitor-slider ul li {
	list-style: outside;
}

* html .intro .monitor-slider ul li {
	list-style: outside;
}

.intro .monitor img.thumb {
	margin-bottom: 27px;
	width: 276px;
	height: 174px;
}

.intro .monitor a {
	font-size: 12px;
	color: #333333;
	text-shadow: #fff 1px 1px 0px;
	font-weight: bold;
}

.intro .monitor a.follow {
	background-image: url(/images/site/icon-feed.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.intro .monitor a.embed {
	background-image: url(/images/site/img-9.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.intro .monitor a.download {
	background-image: url(/images/site/download.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.intro .monitor a.feed {
	background-image: url(/images/site/feed.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.intro .monitor a.allert {
	background-image: url(/images/site/allert.gif);
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.intro .monitor a img {
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 6px;
}




/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
	z-index: 100;
	position: absolute;
	top: 200px;
	left: 25px;
}

.pagination-prev, .pagination-next {
	margin:26px auto 0;
	z-index: 101;
	position: absolute;
	top: 200px;
}

.pagination-prev {
}

.pagination-next {
	left: 73px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
  /* background-image:url(/images/site/pagination.png); */
	background-image:url(/images/site/slideshow-greydot.png);
  background-repeat: no-repeat;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
  /* background-position:0 -12px; */
	background-image:url(/images/site/slideshow-greendot.png);
}

.bigwrap {
	float: left;
	width: 100%;
	background-image: url(/images/site/monitor_bg.png);
	background-repeat: no-repeat;
	background-position: center 44px;
}

/*
 * 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=Segoe%20UI,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=333333&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=25&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=05_inset_soft.png&bgImgOpacityContent=25&borderColorContent=666666&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=555555&bgTextureDefault=02_glass.png&bgImgOpacityDefault=20&borderColorDefault=666666&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=0078a3&bgTextureHover=02_glass.png&bgImgOpacityHover=40&borderColorHover=59b4d4&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=f58400&bgTextureActive=05_inset_soft.png&bgImgOpacityActive=30&borderColorActive=ffaf0f&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Segoe UI, 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: Segoe UI, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #666666; background: #000000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #333333; background: #333333 url(images/ui-bg_gloss-wave_25_333333_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 #666666; background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eeeeee; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #eeeeee; 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 #59b4d4; background: #0078a3 url(images/ui-bg_glass_40_0078a3_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #ffaf0f; background: #f58400 url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; 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 #cccccc; background: #eeeeee url(images/ui-bg_highlight-soft_80_eeeeee_1x100.png) 50% top repeat-x; color: #2e7db2; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #2e7db2; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d url(images/ui-bg_glass_40_ffc73d_1x400.png) 50% 50% repeat-x; color: #111111; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #111111; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #111111; }
.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_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_cccccc_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_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_a83300_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: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
.ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable 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/Resizable#theming
 */
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
 * jQuery UI Selectable 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/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion 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/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion { width: 100%; }
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }
/*
 * jQuery UI Autocomplete 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/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.16
 *
 * Copyright 2010, 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/Menu#theming
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Button 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/Button#theming
 */
.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; } 
button.ui-button-icons-only { width: 3.7em; } 

/*button text element */
.ui-button .ui-button-text { display: block; line-height: 1.4;  }
.ui-button-text-only .ui-button-text { padding: .4em 1em; }
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text { padding: .4em; text-indent: -9999999px; }
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.1em; }
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 2.1em .4em 1em; }
.ui-button-text-icons .ui-button-text { padding-left: 2.1em; padding-right: 2.1em; }
/* no icon support for input elements, provide padding by default */
input.ui-button { padding: .4em 1em; }

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon { position: absolute; top: 50%; margin-top: -8px; }
.ui-button-icon-only .ui-icon { left: 50%; margin-left: -8px; }
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary { left: .5em; }
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary { right: .5em; }

/*button sets*/
.ui-buttonset { margin-right: 7px; }
.ui-buttonset .ui-button { margin-left: 0; margin-right: -.3em; }

/* workarounds */
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 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/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Slider 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/Slider#theming
 */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
 * jQuery UI Tabs 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/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/*
 * 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 Progressbar 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/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.previous_page {
  float: left;
}

.next_page {
  float: right;
}

.previous_page,
.next_page {
  color: #666666;
  background-image: url("/images/site/button-left.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  text-align: center;
  text-shadow: 1px 1px 0 #FFFFFF;
  white-space: nowrap;
}

.next_page span,
.previous_page span {
    background-image: url("/images/site/button-right.png");
    background-position: 100% 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 2px;
  	padding: 0;
  	width: 81px;
}

@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'RonniaBold';
    src: url('/stylesheets/ronniabold-webfont.eot');
    src: url('/stylesheets/ronniabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/stylesheets/ronniabold-webfont.woff') format('woff'),
         url('/stylesheets/ronniabold-webfont.ttf') format('truetype'),
         url('/stylesheets/ronniabold-webfont.svg#RonniaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RonniaRegular';
    src: url('/stylesheets/ronniareg-webfont.eot');
    src: url('/stylesheets/ronniareg-webfont.eot?#iefix') format('embedded-opentype'),
         url('/stylesheets/ronniareg-webfont.woff') format('woff'),
         url('/stylesheets/ronniareg-webfont.ttf') format('truetype'),
         url('/stylesheets/ronniareg-webfont.svg#RonniaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

body {
  min-width: 1000px;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.alignleft {
	float: left !important;
}

.alignright {
	float: right !important;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7d816e;
	line-height: 14px;
	position: relative;	
}

.wrapper {
	margin: 0 auto;
	width: 960px;
}

.homepage {
	background-image: url(/images/site/homepage-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.header {
	background-image: url(/images/site/header-bg.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 118px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}

.homepage .header {
	background: none;
	border-bottom: #dcdcc6 1px solid;
	margin: 0 auto;
	width: 960px;
}

.header .wrapper {
	padding-left: 381px;
	width: 579px;
	position: relative;
	overflow: hidden;
  height: 115px;
}

.header .logo {
	background-image: url(/images/site/logo.png);
	background-repeat: no-repeat;
	display: block;
	width: 304px;
	height: 75px;
	left: 1px;
	top: 33px;
	position: absolute;
	z-index: 20;
}

.header .right {
	padding-top: 28px;
	text-align: right;
	width: 207px;
	float: right;
}

.header .right a {
	color: #97ad3b;
	font-weight: bold;
}

.header .right form {
	padding-top: 11px;
	clear: both;
	text-align: right;
	overflow: hidden;
}

.header .right form input {
	background: none;
	border: none;
	background-image: url(/images/site/form-search-input.gif);
	background-repeat: no-repeat;
	padding: 7px 1px 8px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	width: 160px;
	height: 13px;
	float: left;
}

.header .right form input.submit {
	background: none;
	border: none;
	background-image:url(/images/site/form-search-submit.gif);
	background-repeat: no-repeat;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 36px;
	height: 28px;
	float: left;
}

.header .navigation {
	padding-top: 54px;
}

.header .navigation ul li {
	background-image: url(/images/site/navigation-separator.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	list-style: none;
	float: left;
}

.header .navigation ul li:first-child {
	background: none;
}

*+html .header .navigation ul li {
	list-style: outside;
}

* html .header .navigation ul li {
	list-style: outside;
}

.header .navigation ul li a {
	font-family: 'RonniaBold', Arial, sans-serif;
	color: #666666;
	font-size: 17px;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	width: 121px;
	height: 26px;
	position: relative;
	z-index: 1;
}

.header .navigation ul li.selected a {
	background-image: url(/images/site/navigation-selected.png);
	background-repeat: no-repeat;
	color: #249b86;
	margin: 0 -1px;
	z-index: 10;
}

.header .navigation ul li.selected a:hover {
	text-decoration: none;
}

.heading-panel {
	background-color: #f5f7eb;
}

.heading-panel .wrapper {
	padding: 28px 0 30px 4px !important;
}

.view-more {
	background-color: #eeeeee;
	border-top: #e4e4e3 1px solid;
	margin: 0 -54px 0 -14px;
	padding: 7px;
	text-shadow: #fff 1px 1px 0px;
	font-size: 11px;
	color: #666;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	width: 587px;
  /* float: left; */
	clear: both;
}

.view-more a {
	color: #666;
}

h1 {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
}

.breadcrumbs {
	line-height: 14px;
	font-size: 12px;
	color: #333;
}

.breadcrumbs-bigger {
	padding-bottom: 5px;
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 26px;
}

.breadcrumbs a {
	background-image: url(/images/site/arrow.gif);
	background-position: 100% 3px;
	background-repeat: no-repeat;
	padding-right: 11px;
	margin-right: 5px;
	color: #707750;
}

.breadcrumbs-bigger a {
	background-image: url(/images/site/circle-grey.gif);
	background-position: 100% 12px;
	padding-right: 21px;
	margin-right: 15px;
	font-size: 25px;
	color: #97ad3b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px;
}

.breadcrumbs .current {
	color: #7c835f;
}

.breadcrumbs-bigger .current {
	color: #333;
}

.main {
	padding-bottom: 25px;
	overflow: hidden;
}

.main .wrapper {
	padding-top: 24px;
}

.content {
	width: 603px;
	float: left;
}

.content-wider {
	width: 960px;
}

.content .tabber {
	margin-bottom: 23px;
}

.content .tabber .tabs {
	background-image: url(/images/site/content-tabs.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: #dddddc 1px solid;
	border-bottom: none;
	padding-right: 13px;
	height: 33px;
	line-height: 33px;
}

.content .tabber .tabs a img {
	vertical-align: middle;
}

.content .tabber .tabs a {
	font-size: 12px;
	color: #666666;
}

.content .tabber .tabs a.back {
	background-image: url(/images/site/arrow-left-grey.gif);
	background-position: 0 11px;
	background-repeat: no-repeat;
	padding-left: 13px;
}

.content .tabber .tabs ul li {
	border-right: #fff 1px solid;
	float: left;
	list-style: none;
}

*+html .content .tabber .tabs ul li {
	list-style: outside;
}

* html .content .tabber .tabs ul li {
	list-style: outside;
}

.content .tabber .tabs ul li a {
	background-image: url(/images/site/content-tabs-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 0 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7f7f7f !important;
	line-height: 33px;
	display: inline-block;
	height: 33px;
}

.content .tabber .tabs ul li.selected a {
	background: none;
	background-color: #fff;
	font-weight: bold;
	color: #333333 !important;
}

.tabber .tabs ul li.selected a:hover {
	text-decoration: none;
}

.grey {
	font-weight: normal;
	color: #999999;
}

.green, .green a {
	color: #71851e !important;
}

.content .tabber .tabs select {
	margin: 7px 0 0 0;
	color: #666666;
	width: 86px;
	float: right;
}

.content .tabber .tab {
	border-left: #dddddc 1px solid;
	border-right: #dddddc 1px solid;
	border-bottom: #dddddc 1px solid;
	padding: 4px 14px 0 14px;
	margin-bottom: 10px;
	color: #666666;
	line-height: 17px;
  /* float: left; */
	width: inherit;
	clear: both;
	display: none;
}

.content-wider .tabber .tab {
	width: 930px;
}

.content .tabber .item {
	border-bottom: #f1f1f1 1px solid;
	padding: 6px 112px 6px 96px;
	margin: 0 -14px;
	line-height: 15px;
	overflow: hidden;
	position: relative;
}

.content .news {
	border-bottom: #f1f1f1 1px solid;
	padding: 7px 0;
	line-height: 16px;
}

.content .news .title {
	color: #97ad3b;
}

.content .news .sub {
	display: block;
	color: #666;
}

.last {
	border-bottom: none !important;
}

.content .tabber .item:hover, .content .tabber .item-selected {
	background-color: #f1f1f1;
}

.content .tabber .item .info {
	background-image: url(/images/site/item-info.gif);
	background-repeat: no-repeat;
	margin-left: -83px;
	width: 73px;
	height: 49px;
	position: relative;
	float: left;
}

.content .tabber .item .info .play,
.content .tabber .item .info .play.mp3_present,
.content .tabber .item .info .play.streaming_present,
.content .tabber .item .info .play.paused,
.content .tabber .item .info .play.stopped {
	background-image: url(/images/site/play.png);
	background-position: 49px 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-left: 9px;
	line-height: 26px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	width: 73px;
	height: 26px;
	display: inline-block;
	clear: both;
}

.content .tabber .item .info .play-active,
.content .tabber .item .info .play.playing {
	background-position: 49px -40px !important;
}

.content .tabber .item .info .play-inactive,
.content .tabber .item .info .play.not_available,
.content .tabber .item .info .play.being_archieved,
.content .tabber .item .info .play.not_started {
	background-position: 49px -18px;
}

.content .tabber .item .info .follow {
	background-image: url(/images/site/follow.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 73px;
	height: 23px;
	display: inline-block;
	clear: both;
}

.content .tabber .item .info .unfollow {
	background-position: 0 -23px;
}

.content .tabber .item .state {
	background-image:url(/images/site/state-bg.png);
	background-repeat: no-repeat;
	margin-right: -99px;
	padding: 6px 0 0 10px;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	width: 79px;
	height: 34px;
	position: relative;
	float: right;
}

.content .tabber .item .state .img-holder {
	margin-right: 9px;
	margin-top: 6px;
	width: 18px;
	height: 18px;
	float: left;
}

.content .tabber .item h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	font-weight: bold;
}

.content .tabber .item h3 a {
	color: #333333;
}

.content .tabber p {
	padding-bottom: 7px;
}

.sound {
	background-image: url(/images/site/sound.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding-left: 13px;
	color: #dd6600;
	font-weight: bold;
}

.content .tabber .item .sub {
	font-size: 11px;
	color: #999999;
}

.redirect {
	text-align: center;
	color: #666666;
	line-height: 30px;
	overflow: hidden;
	clear: both;
}

.redirect a {
	color: #666;
}

.content .tabber .tab .redirect {
	border-top: #f1f1f1 1px solid;
	margin: 10px -14px 0 -14px;
	padding: 13px 14px;
}

*+html .content .tabber .tab .redirect {
	width: 100%;
}

.content .tabber .tab .redirect .button {
	width: auto;
}

.content .tabber .tab .redirect .button span {
	padding: 0 16px 0 8px;
	width: auto;
}

.button {
	background-image: url(/images/site/button-left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535745;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	white-space: nowrap;
}

.button span {
	background-image: url(/images/site/button-right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 10px 0 2px;
	line-height: 30px;
	height: 30px;
	display: inline-block;
}

.button-narrow {
	background-image: url(/images/site/button-narrow-left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535745;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px;
	text-align: center;
	line-height: 25px;
	height: 25px;
	display: inline-block;
	white-space: nowrap;
}

.button-narrow span {
	background-image: url(/images/site/button-narrow-right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 10px 0 2px;
	line-height: 25px;
	height: 25px;
	display: inline-block;
}

.button-green {
	background-image: url(/images/site/button-green-left.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 8px;
	font-family: 'RonniaBold', Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 28px;
	height: 28px;
	display: inline-block;
	white-space: nowrap;
}

.button-green span {
	background-image: url(/images/site/button-green-right.png);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 20px 0 12px;
	line-height: 28px;
	height: 28px;
	display: inline-block;
}

.button-green:hover {
	background-position: 0 -28px;
	text-decoration: none;
}

.button-green:hover span {
	background-position: 100% -28px;
}

.button-green:active {
	background-position: 0 -56px;
}

.button-green:active span {
	background-position: 100% -56px;
}

.button-green img {
	vertical-align: middle;
}

.redirect .button {
	width: 81px;
}

.redirect .button span {
	padding: 0;
	width: 81px;
}

.button:hover, .button-narrow:hover {
	background-position: 0 -30px;
	text-decoration: none;
	color: #70745d;
}

.button:hover span, .button-narrow:hover span {
	background-position: 100% -30px;
}

.button:active, .button-narrow:active {
	background-position: 0 -60px;
	color: #3f4331;
}

.button:active span, .button-narrow:active span {
	background-position: 100% -60px;
}

.button span img {
	vertical-align: middle;
}

.separator {
	background-image: url(/images/site/separator.gif);
	background-repeat: no-repeat;
	margin: 0 8px;
	width: 1px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}

.padded {
	padding-bottom: 38px;
}

.block {
	border: #dddddc 1px solid;
	margin-bottom: 10px;
}

.block h2 {
	background-image: url(/images/site/block-header-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 !important;
	padding: 0 13px !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px !important;
	color: #333 !important;
	line-height: 33px !important;
	height: 33px !important;
	font-weight: bold;
	overflow: hidden;
}

.block .block-content {
	padding: 13px 14px;
	line-height: 17px;
	font-size: 12px;
	color: #666;
}

form.account {
	margin-right: -20px;
	position: relative;
}

form.account .column {
	margin-right: 20px;
	width: 270px;
	float: left;
}

form.account label {
	line-height: 14px;
	padding-bottom: 3px;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
}

form.account input {
	margin-bottom: 7px;
}

form.account input.input {
	background: none;
	border: none;
	background-image: url(/images/site/form-account-input.gif);
	background-repeat: no-repeat;
	padding: 5px 6px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 258px;
	height: 14px;
}

form.account select {
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 266px;
	padding: 4px 4px 4px 0;
}

form.account input.submit {
	clear: both;
	background: none;
	border: none;
	background-image: url(/images/site/form-account-submit.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 2px;
	font-family: 'RonniaBold', Arial, sans-serif;
	color: #fff;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 110px;
	height: 28px;
	float: left;
}

form.account input.submit:hover {
	background-position: 0 -28px;
}

form.account input.submit:active {
	background-position: 0 -56px;
}

form.account .separator-line {
	width: 601px;
}

.separator-line  {
	background-color: #dddddc;
	margin: 11px -14px;
	height: 1px;
	overflow: hidden;
	clear: both;
	position: relative;
}

.content h2 {
	padding: 16px 0 6px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	color: #333333;
}

.rates {
	border-top: #f1f1f1 1px solid;
	border-bottom: #f1f1f1 1px solid;
	margin: 0 -14px;
	padding: 12px 14px;
	position: relative;
	overflow: hidden;
}

.rates .line {
	background-image: url(/images/site/line-bg.gif);
	background-position: 0 13px;
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.rates .line .title {
	background-color: #fff;
	padding-right: 14px;	
	color: #333333;
	font-weight: bold;
	float: left;
}

.rates .line .value {
	background-color: #fff;
	padding-left: 14px;
	color: #666666;
	text-align: right;
	float: right;
}

.calendar-filter {
	padding-left: 111px;
	width: 155px;
	float: right;
}

.calendar-filter .label {
	margin-left: -111px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
	width: 100px;
	float: left;
}

.calendar-filter a {
	background-image: url(/images/site/button-filter-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: -3px 2px 6px 0;
	padding-left: 5px;
	font-size: 11px;
	color: #535745;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
	display: inline-block;
	float: left;
}

.calendar-filter a.selected, .calendar-filter a:hover {
	background-position: 0 -25px;	
	color: #333;
	text-decoration: none;
}

.calendar-filter a span {
	background-image: url(/images/site/button-filter-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 11px 0 5px;
	line-height: 25px;
	height: 25px;
	display: inline-block;
}

.calendar-filter a.selected span, .calendar-filter a:hover span {
	background-position: 100% -25px;
}

.calendar-filter select {
	width: 151px;
}

.calendar {
	overflow: hidden;
}

.calendar .calendar-head {
	background-image: url(/images/site/calendar-head-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-size: 20px;
	color: #959982;
	text-shadow: #fff 1px 1px 0px;
	line-height: 54px;
	text-align: center;
	height: 54px;
	overflow: hidden;
}

.calendar .calendar-head strong {
	color: #5e634a;
}

.calendar .calendar-head .button {
	background-image: url(/images/site/calendar-button.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 54px;
	text-align: center;
	width: 104px;
	height: 54px;
}

.calendar img {
	vertical-align: middle;
}

.calendar .calendar-head .alignleft img {
	margin-left: -4px;
}

.calendar .calendar-head .alignright img {
	margin-right: -4px;
}

.calendar .calendar-content {
	border: #cccccc 1px solid;
	border-top: none;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 1px; 
}

.calendar .cast-panel {
	overflow: hidden;
}

.calendar .date {
	background-color: #e3e5dc;
	padding: 0 10px 0 15px;
	line-height: 39px;
	font-size: 12px;
	color: #666666;
	height: 39px;
	display: block;
	overflow: hidden;
}

.calendar .date strong {
	color: #333333;
}

.calendar .drop {
	background-image: url(/images/site/arrow-left2.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	width: 14px;
	height: 14px;
	float: right;
}

.calendar .opened .drop {
	background-image: url(/images/site/arrow-down.gif);
	background-repeat: no-repeat;
	margin-top: 12px;
	width: 14px;
	height: 14px;
	float: right;
}

.calendar .drop:hover {
	text-decoration: none;
}

.calendar .casts {
	background-image: url(/images/site/fourth-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	overflow: hidden;
  /* min-height: 41px; */
}

.calendar .casts table {
	margin-top: -2px;
	padding-top: 1px;
}

*+html .calendar .casts table {
	margin-top: -1px;
}

.calendar .casts table td {
	background-image: url(/images/site/line-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	padding: 2px 0;
	width: 191px;
	vertical-align: top;
}

.calendar .casts table td .cast {
	background-image: url(/images/site/cast-light-bg.gif);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding: 0 7px 5px 7px;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
	width: 174px;
	float: left;
	overflow: hidden;
	text-decoration: none;
}

.calendar .casts table td .cast .title {
	background-image: url(/images/site/cast-title-light-bg.gif);
	background-repeat: no-repeat;
	margin: 0 -7px 4px -7px;
	padding: 0 7px;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 19px;
	width: 175px;
	height: 19px;
	position: relative;
	overflow: hidden;
	display: block;
}

.calendar .casts table td .cast .title .schedule, .calendar table td .cast .schedule {
  background-image: url("/images/site/cast-title-light-bg.gif");
  background-position: center top;
  display: block;
  padding-left: 5px;
  position: absolute;
  right: 3px;
  top: 0;
}

.calendar table td.dark .cast .schedule {
  background-image: url("/images/site/cast-title-dark-bg.gif") !important;
}

.calendar table td.inactive .cast .schedule {
  background-image: url("/images/site/cast-grey-light-bg.gif") !important;
}

.calendar .casts table .dark .cast {
	background-image: url(/images/site/cast-bg.gif);
}

.calendar .casts table .dark .cast .title {
	background-image: url(/images/site/cast-title-bg.gif);
}

.cleared {
	border: none !important;
}

.triple {
	margin-right: -20px;
	margin-bottom: 11px;
	padding-top: 32px;
	overflow: hidden;
}

.plan {
	background-image: url(/images/site/plan-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	border: #dddddc 1px solid;
	margin-right: 15px;
	padding: 124px 20px 20px;
	text-align: center;
	float: left;
	width: 268px;
	position: relative;
}

.plan-benifits {
	height: 230px;
	width: 268px;
	float: left;
}

.plan:hover, .plan-selected {
	border: #999999 1px solid;
}

.plan .plan-img-holder {
	text-align: center;
	width: 310px;
	left: 0;
	top: -6px;
	position: absolute;
	z-index: 10;
}

.plan h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 26px;
	padding-bottom: 4px;
}

.plan .line {
	border-bottom: #eeeeee 1px solid;
	padding: 4px 0;
	line-height: 14px;
	font-size: 12px;
	color: #666;
}

.plan .button {
	background-image: url(/images/site/plan-button.gif);
	background-position: 0 -28px;
	background-repeat: no-repeat;
	margin-top: 20px;
	padding: 0;
	font-family: 'RonniaBold', Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	font-weight: normal;
	width: 125px;
	height: 28px;
	display: inline-block;
	clear: both;
}

.plan .button-current {
	background-position: 0 0;
	padding-left: 39px;
	color: #97ad3b;
	text-align: left;
  width: 86px;
}

.plan .button:hover {
	background-position: 0 -28px;
	text-decoration: none;
}

.plan .button-current:hover {
	background-position: 0 0;
}

.sidebar {
	border: #e4e4e3 1px solid;
	width: 335px;
	float: right;
	overflow: visible;
}

.homepage .sidebar {
	margin-top: 55px;
	border: none;
	position: relative;
	z-index: 500;
}

form.signup {
	border: #e4e4e3 1px solid;
	padding: 20px 14px 0 141px;
}

form.signup .line {
	padding-bottom: 10px;
	clear: both;
}

form.signup label {
	margin-left: -129px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: bold;
	line-height: 25px;
	width: 120px;
	position: relative;
	float: left;
}

form.signup label.checkbox-label {
	margin: 0 -20px 5px 0;
	width: auto;
	display: inline-block;
	clear: none;
	font-weight: normal;
	white-space: nowrap;
	line-height: 14px;
	float: none;
	vertical-align: top;
}

form.signup input.input {
	background: none;
	border: none;
	background-image: url(/images/site/form-signup-input.gif);
	background-repeat: no-repeat;
	padding: 5px 5px 6px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 170px;
	height: 14px;
}

*+html form.signup input.input {
	float: left;
}

form.signup input.submit {
	background: none;
	border: none;
	background-image: url(/images/site/form-signup-submit.gif);
	background-repeat: no-repeat;
	margin-bottom: 22px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	line-height: 0;
	width: 180px;
	height: 28px;
}

form.signup .bottom {
	border-top: #f1f1f1 1px solid;
	margin: 0 -14px 0 -141px;
	padding: 11px 14px;
	position: relative;
	font-size: 12px;
	color: #666;
}

form.signup .bottom a.alignright {
	margin-left: 5px;
	vertical-align: middle;
}

.sidebar h3.big {
	padding-bottom: 10px;
	line-height: 25px;
	text-align: center;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.sidebar .review {
	padding: 13px 14px 13px 13px;
	overflow: hidden;
}

.sidebar .review h3 {
	padding-bottom: 7px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 21px;
}

.sidebar .review .desc {
	padding-bottom: 10px;
	font-size: 12px;
	color: #666;
	clear: both;
}

.sidebar .slider {
	margin-bottom: 9px;
	position: relative;
	height: 28px;
}

.sidebar .slider .title {
	background-image: url(/images/site/slider-title.png);
	background-repeat: no-repeat;
	padding: 9px 0 0 0;
	font-size: 10px;
	color: #cccccc;
	line-height: 12px;
	text-align: center;
	width: 134px;
	height: 26px;
	top: -27px;
	left: 40px;
	position: absolute;
	z-index: 10;
}

.options {
	padding-bottom: 13px;
}

.options a {
	background-image: url(/images/site/button-light-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-left: 5px;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	float: left;
	white-space: nowrap;
}

.options a span {
	background-image: url(/images/site/button-light-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding-right: 5px;
	text-shadow: #fff 1px 1px 0px;
	font-size: 11px;
	color: #535745;
	line-height: 24px;
	display: inline-block;
	height: 24px;
}

.button-light {
	background-image: url(/images/site/button-light-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 5px 2px 0 0;
	padding-left: 5px;
	line-height: 24px;
	display: inline-block;
	height: 24px;
	float: left;
	white-space: nowrap;
}

.button-light span {
	background-image: url(/images/site/button-light-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	padding: 0 10px 0 5px;
	text-shadow: #fff 1px 1px 0px;
	font-size: 11px;
	color: #666666;
	line-height: 24px;
	display: inline-block;
	height: 24px;
}

.options a:hover, .button-grey:hover, .social:hover .title, .button-light:hover {
	text-decoration: none;
}

.options a img {
	vertical-align: middle;
}

.alert-options {
	border-bottom: #cccccc 1px solid;
	margin: 0 -14px;
	position: relative;
	padding: 0 14px 10px 14px;
	overflow: hidden;
}

.alert-panel {
	border-bottom: #cccccc 1px solid;
	margin: 0 -14px 0 -14px;
	clear: both;
	height: 178px;
  overflow: auto;
	padding: 12px 0;
	position: relative;
}

*+html .content .tabber .alert-panel {
	width: 601px;
}

.alert-panel .scrollable {
	height: 178px;
}

.alert {
	border-bottom: #f1f1f1 1px solid;
	padding: 10px 17px 10px 12px;
	font-size: 11px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	clear: both;
}

.content-wider .alert {
	margin: 0 -14px;
	position: relative;
}

.alert .separator {
	background-image: url(/images/site/separator-big.gif);
	height: 17px;
}

.alert a {
	margin-left: 2px;
}

.alert .title {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	font-weight: bold;
}

.alert .category a {
	color: #97ad3b;
}

.alert .category {
	font-size: 14px;
	color: #999999;
}

.alert img {
	vertical-align: middle;
}

.feed {
	margin: 0 -14px;
	padding: 0 14px;
	position: relative;
	clear: both;
}

.feed h4 {
	background-color: #f0f0f0;
	margin: 0 -14px;
	padding: 0 13px;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 31px;
	height: 31px;
	position: relative;
}

*+html .content .feed h4 {
	width: 575px;
}

.feed .double {
	background-image: url(/images/site/double-bg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 -14px;
	padding: 0 13px;
	line-height: 34px;
	position: relative;
  /* float: left; */
	clear: both;
}

.content .tabber .feed .double {
	width: 575px;
}

.feed .double .column {
	padding: 12px 0;
	width: 275px;
	float: left;
}

.feed .social {
	margin-left: 5px;
	float: right;
}

.feed .social .title {
	line-height: 25px;
	left: -47px;
}

.sidebar .tabber {
	clear: both;
}

.sidebar .tabber .tabs {
	border-bottom: #ccc 1px solid;
	padding-left: 13px;
	height: 27px;
}

.sidebar .tabber .tabs ul li {
	background-image: url(/images/site/sidebar-tabs-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	margin-right: 2px;
	list-style: none;
	float: left;
}

*+html .sidebar .tabber .tabs ul li {
	list-style: outside;
}

* html .sidebar .tabber .tabs ul li {
	list-style: outside;
}

.sidebar .tabber .tabs ul li.selected {
	background-position: 100% -28px;
	margin-bottom: -1px;
}

.sidebar .tabber .tabs ul li a {
	background-image: url(/images/site/sidebar-tabs-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	font-weight: bold;
	line-height: 27px;
	height: 28px;
	display: inline-block;
}

.sidebar .tabber .tabs ul li.selected a {
	background-position: 0 -28px;
	color: #333;
}

.sidebar .tabber .tabs ul li a img {
	vertical-align: middle;
}

form.filter {
	padding: 12px 0 10px 15px;
	overflow: hidden;
}

form.filter label {
	margin-right: 8px;
	font-weight: bold;
	color: #333;
	width: 97px;
	display: inline-block;
}

form.filter input {
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #666;
}

form.filter .radio-label {
	font-weight: normal;
	color: #666;
	width: auto;
	display: inline-block;	
}

.sidebar .tabber .item-content {
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	height: 418px;
	padding: 12px 0;
}

.sidebar .tabber .item-content-narrow {
	height: 418px;
}

.sidebar .tabber .item-content .scrollable {
	height: 418px;
}

.sidebar .tabber .item-content-narrower {
	height: 261px;
}

.sidebar .tabber .item-content-narrower .scrollable {
	height: 261px;
}

.commentary .item,
.sidebar .tabber .item {
	border-bottom: #eee 1px solid;
	padding: 8px 14px 8px 47px;
	font-size: 11px;
	color: #666;
	margin-right: 10px;
	line-height: 15px;
	overflow: hidden;
}

.commentary .item {
  padding: 8px 14px 8px 40px !important;
}

.commentary .item .item-img,
.sidebar .tabber .item .item-img {
	margin-left: -33px;
	float: left;
}

.commentary .item .title,
.sidebar .tabber .item .title {
	margin-top: -2px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 18px;
}

.commentary .item .title a,
.sidebar .tabber .item .title a {
	font-weight: bold;
	color: #97ad3b;
}

.commentary .item .title .time,
.sidebar .tabber .item .title .time {
	font-size: 11px;
	color: #999999;
	float: right;
}

.commentary .item .title img,
.sidebar .tabber .item .title img {
	vertical-align: baseline;
}

.sidebar .tabber small {
	font-size: 11px;
}

.sidebar .tabber h4 {
	margin-top: -9px;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	text-align: center;
	display: block;
}

.sidebar .tabber h4 span {
	background-color: #fff;
	padding: 0 7px;
	display: inline-block;
}

.sidebar .poll {
	background-color: #f5f5f5;
	border-bottom: #cccccc 1px solid;
	padding: 9px 10px 18px 17px;
	color: #333;
	position: relative;
	overflow: hidden;
}

.sidebar .poll .previous {
	background-image: url(/images/site/previous.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	top: 6px;
	right: 29px;
	position: absolute;
	z-index: 10;
}

.sidebar .poll .next {
	background-image: url(/images/site/next.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	top: 6px;
	right: 8px;
	position: absolute;
	z-index: 10;
}

.sidebar .poll ul li {
	width: 309px;
	float: left;
	list-style: none;
}

*+html .sidebar .poll ul li {
	list-style: outside;
}

* html .sidebar .poll ul li {
	list-style: outside;
}

.sidebar .poll .tag {
	background-color: #666666;
	margin: 7px 0 0 0;
	padding-left: 4px;
	line-height: 17px;
	font-size: 11px;
	color: #fff;
	width: 146px;
	height: 17px;
	float: left;
}

.sidebar .poll .green {
	background-color: #97ad3b;
	color: #fff !important;
}

.sidebar .poll form {
	padding-top: 8px;
}

.sidebar .poll form label {
	padding-left: 5px;
	line-height: 20px;
	width: 126px;
	float: left;
}

.sidebar .poll form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	float: left;
}

.sidebar .poll form input.submit {
	margin-top: 12px;
	clear: both;
	background: none;
	border: none;
	background-image: url(/images/site/from-poll-submit.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 2px;
	font-family: 'RonniaBold', Arial, sans-serif;
	color: #fff;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 116px;
	height: 28px;
	float: left;
}

.sidebar .poll form input.submit:hover {
	background-position: 0 -28px;
}

.sidebar .poll form input.submit:active {
	background-position: 0 -56px;
}

.clear {
	clear: both;
}

form.comment {
	padding: 13px 19px 19px 15px;
	width: 301px;
	float: left;
	clear: both;
}

form.comment textarea {
	background: none;
	border: none;
	background-image: url(/images/site/textarea.gif);
	background-repeat: no-repeat;
	margin-bottom: 9px;
	padding: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	width: 283px;
	height: 97px;
	overflow: auto;
	resize: none;
	clear: both;
}

form.comment .submit {
	background: none;
	border: none;
	background-image: url(/images/site/form-comment-submit.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-right: 2px;
	font-family: 'RonniaBold', Arial, sans-serif;
	color: #fff;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 111px;
	height: 28px;
	float: left;
}

form.comment .submit:hover {
	background-position: 0 -28px;
}

form.comment .submit:active {
	background-position: 0 -56px;
}

.button-grey {
	background-image: url(/images/site/button-grey-left.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	margin-right: 2px;
	padding-left: 7px;
	line-height: 28px;
	display: inline-block;
	height: 28px;
	float: left;
}

.button-grey span {
	background-image: url(/images/site/button-grey-right.gif);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-color: #666666;
	padding: 0 18px 0 11px;
	font-family: 'RonniaBold', Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 28px;
	display: inline-block;
	height: 28px;
}

.social {
	position: relative;
}

.social .title {
	background-image: url(/images/site/social-title.png);
	background-repeat: no-repeat;
	padding: 7px 0 0 0;
	font-size: 10px;
	color: #cccccc;
	line-height: 12px;
	text-align: center;
	width: 144px;
	height: 38px;
	top: -38px;
	left: -51px;
	position: absolute;
	z-index: 10;
	display: none;
}

.social:hover .title {
	display: block;
}

.social:hover {
	text-decoration: none !important;
}

.footer {
	border-top: #f0f0e7 1px solid;
	padding: 14px 0;
	font-size: 11px;
	color: #999999;
	line-height: 13px;
	clear: both;
	overflow: hidden;
  margin-bottom: 20px;
}

.footer a {
	color: #666;
}

/* popup */


.layer {
	background-image: url(/images/site/layer.png);
	background-position: 0 0;
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 4999;
}

.popup {
	background-color: #fff;
	padding: 0 16px 25px 16px;
	line-height: 17px;
	font-size: 12px;
	color: #666666;
	width: 585px;
	top: 0;
	left: 50%;
	position: absolute;
	z-index: 5000;
	display: none;
}

.popup h3 {
	background-color: #dbdbdb;
	margin: 0 -16px 13px -16px;
	padding: 0 15px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-shadow: #fff 1px 1px 0px;
	height: 34px;
	line-height: 34px;
}

.popup .close {
	background-image: url(/images/site/close.gif);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: block;
	top: 11px;
	right: 13px;
	position: absolute;
	z-index: 10;
}

.popup .close:hover {
	text-decoration: none;
}

.popup .box {
	clear: both;
	margin: 0 -16px;
	padding: 16px 16px 13px 140px;
	position: relative;
	overflow: hidden;
}

.popup .box-dark {
	background-color: #f8f8f8;
	border-top: #e7e7e7 1px solid;
	border-bottom: #e7e7e7 1px solid;
}

.popup .box .label {
	float: left;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-left: -127px;
}

.popup .box .label small {
	font-size: 11px;
}

.popup .box .label a {
	text-decoration: underline;
	color: #97ad3b;
}

.popup .box .label a:hover {
	text-decoration: none;
}

.popup .sidebar h3 {
	height: auto;
	margin-bottom: 0;
	line-height: 22px;
	background: none;
}

.popup .panel {
	background-image: url(/images/site/panel-bg.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 10px 14px 0 14px;
	width: 395px;
	overflow: hidden;
}

.popup .panel .bottom {
	background-image: url(/images/site/panel-bottom.gif);
	background-repeat: no-repeat;
	margin: 5px -14px 0 -14px;
	width: 421px;
	height: 5px;
	overflow: hidden;
	clear: both;
}

.popup .alert-form {
	color: #666;
}

.popup .alert-form h4 {
	border-bottom: #e5e5e5 1px solid;
	padding-bottom: 4px;
	margin-bottom: 9px;
	line-height: 17px;
	font-weight: bold;
	color: #333;
}

.popup .alert-form .line {
	padding-bottom: 17px;
	overflow: hidden;
}

.popup .alert-form table {
	border-top: #e5e5e5 1px solid;
	border-left: #e5e5e5 1px solid;
	margin-bottom: 11px;
}

.popup .alert-form table td, .popup .alert-form table th {
	border-right: #e5e5e5 1px solid;
	border-bottom: #e5e5e5 1px solid;
	text-align: left;
	padding: 7px 9px;
	line-height: 16px;
	color: #333;
	vertical-align: top;
}

.popup .alert-form table th small {
	font-weight: normal;
	font-size: 11px;
	color: #999999;
}

.popup .alert-form label {
	color: #666;
	vertical-align: middle;
	display: inline-block;
}

.popup .alert-form label strong {
	color: #333;
}

.popup .alert-form .radio-label {
	padding-top: 3px;
}

.popup .alert-form input {
	vertical-align: middle;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #666;
}

.popup .alert-form .slide-bar {
	margin-bottom: 8px;
	margin-top: 3px;
	float: right;
	width: 185px;
	color: #999999;
	line-height: 12px;
}

.popup .alert-form .submit {
	background: none;
	border: none;
	background-image: url(/images/site/form-submit.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
	width: 91px;
	height: 28px;
	float: left;
}

.popup .company-search {
	float: right;
	width: 375px;
}

.popup .company-search input.company-name {
	background: none;
	border: none;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 15px;
	height: 15px;
	background-image: url(/images/site/input-wide.gif);
	background-repeat: no-repeat;
	width: 282px;
}

.popup .alert-form .publish {
	background-image: url(/images/site/form-submit-publish.gif);
	width: 131px;
}

.popup .alert-form .submit:hover {
	background-position: 0 -28px;
}

.popup .alert-form .submit:cative {
	background-position: 0 -56px;
}

.popup ul {
	padding-bottom: 13px;
}

.popup ul li {
	list-style: none;
	background-image: url(/images/site/ul-arrow.gif);
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 21px;
}

*+html .popup ul li {
	list-style: outside;
}

* html .popup ul li {
	list-style: outside;
}

.popup .sidebar ul {
	padding: 0;
}

.popup .sidebar ul li {
	padding: 0;
}

.popup .sidebar {
	background-color: #fff;
	float: left;
}

.popup .sidebar .tabber .tab {
	clear: both;
}

.popup .alert-form .double {
	border-bottom: #e5e5e5 1px solid;
	margin: 0 -16px 12px -16px;
	padding: 0 16px 10px 16px;
	position: relative;
	overflow: hidden;
}

.popup .alert-form .double .line {
	padding: 0 0 5px 0;
}

.popup .alert-form .double label {
	padding-bottom: 4px;
	width: 100%;
}

.checkbox-label {
	padding-top: 2px;
	width: auto !important;
	vertical-align: middle;
	display: inline-block;
}

.popup .alert-form .double .column {
	width: 275px;
	float: left;
}

.popup .alert-form .last .column {
	width: 250px;
	margin-right: 25px;
}

.popup .alert-form textarea {
	background: none;
	border: none;
	background-image: url(/images/site/popup-textarea.gif);
	background-repeat: no-repeat;
	padding: 8px 10px;
	line-height: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 240px;
	height: 154px;
	resize: none;
	overflow: auto;
}

.popup .alert-form input.input {
	background: none;
	border: none;
	background-image: url(/images/site/input.gif);
	background-repeat: no-repeat;
	margin-bottom: 4px;
	padding: 5px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	width: 230px;
	height: 15px;
	vertical-align: baseline;
}

.popup .alert-form .button-sign-up {
	background: none;
	border: none;
	background-image: url(/images/site/button-sign-up.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
	width: 113px;
	height: 32px;
	float: left;
}

.popup .alert-form .button-sign-in {
	background: none;
	border: none;
	background-image: url(/images/site/button-sign-in.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 13px;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
	width: 113px;
	height: 32px;
	float: left;
}

.button-submit {
	background: none;
	border: none;
	background-image: url(/images/site/form-register-submit.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 13px;
	cursor: pointer;
	line-height: 0;
	font-size: 0;
	width: 113px;
	height: 32px;
	float: left;
}

.popup .outer-links {
	margin: 0 -16px;
	padding: 13px 16px 0 16px;
	border-top: #e5e5e5 1px solid;
	clear: both;
}

.popup .outer-links a {
	margin: 7px 6px 0 0;
	float: left;
}

a:hover img {
	text-decoration: none;
}

/* comingsoon */

.comingsoon {
	background-image: url(/images/site/bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #d9dfc0;
	font-family: 'RonniaRegular', Arial, sans-serif;
}

.comingsoon .wrapper {
	margin: 0 0 0 -470px;
	background-image: url(/images/site/transparent-white.png);
	background-position: center -70px;
	background-repeat: no-repeat;
	text-align: center;
	width: 960px;
	top: 100px;
	left: 50%;
	position: absolute;
	z-index: 100;
}

.comingsoon .header {
	border-bottom: #d2d6bd 1px solid;
	background: none;
	height: auto;
}

.comingsoon .header .logo {
	background-image: url(/images/site/logo2.png);
	background-repeat: no-repeat;
	margin-bottom: 11px;
	width: 465px;
	height: 84px;
	top: auto;
	left: auto;
	display: inline-block;
	position: relative;
	clear: both;
}

.comingsoon .header .slogan {
	padding-bottom: 43px;
	font-family: 'RonniaRegular', Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	color: #666666;
	text-shadow: #fff 1px 1px 0px;
}

.comingsoon .main {
	padding: 42px 0;
}

.comingsoon h1 {
	font-family: 'RonniaRegular', Arial, sans-serif;
	line-height: 38px;
	font-size: 30px;
	color: #848e5b;
	text-shadow: #fff 1px 1px 0px;
}

.comingsoon h2 {
	font-family: 'RonniaRegular', Arial, sans-serif;
	line-height: 36px;
	font-size: 26px;
	color: #848e5b;
	text-shadow: #fff 1px 1px 0px;
}

form.register {
	padding-top: 16px;
	overflow: hidden;
}

form.register input {
	background: none;
	border: none;
	background-image: url(/images/site/form-register-input.png);
	background-repeat: no-repeat;
	margin-right: 10px;
	padding: 8px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	line-height: 16px;
	width: 155px;
	height: 16px;
	vertical-align: middle;
}

form.register input.submit {
	background: none;
	border: none;
	background-image: url(/images/site/form-register-submit.png);
	background-repeat: no-repeat;
	margin-right: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	cursor: pointer;
	width: 100px;
	height: 31px;
}

.scrollable {
	overflow: auto;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 6px;
	width: 6px;
	height: 100%;
	background-color: #eeeeee;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #eeeeee;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
	background-color: #fff;
}

.jspVerticalBar .jspCap
{
	height: 12px;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*custom upload elements*/
.customfile-input { position: absolute; cursor: pointer; background: transparent; border: 0;  z-index: 999; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); top: 0 !important; left: 0 !important;}

.customfile { width: 180px; height: 25px; cursor: pointer; overflow: hidden; position: relative; background-image: url(/images/site/input-browse.gif); background-repeat: no-repeat; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { float: left; padding: 5px 0 6px 6px; width: 95px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; line-height: 14px; height: 14px; overflow: hidden; white-space: nowrap; }
.customfile-button { float: right; width: 72px; height: 21px; font-size: 0; line-height: 0; text-indent: -9999px; }

#slider {
	width: 143px;
	height: 12px;
	background-image: url(/images/site/slider-bg.gif);
	background-repeat: no-repeat;
	float: right;
}

#slider.ui-slider {
	border: none !important;
}

#slider .ui-slider-handle {
	background-image: url(/images/site/slide-handle.gif);
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	border: none;
	top: 0px;
}

/* calendar new */

.aligncenter {
	text-align: center;
}

.calendar table.month thead {
	background-color: #e3e5dc;
	width: 956px;
	height: 38px;
	overflow: hidden;
}

.calendar table.month thead th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 38px;
}

.calendar table.month td {
	border-right: #e3e5dc 1px solid;
	border-top: #e3e5dc 1px solid;
	padding: 12px 1px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.calendar table td .cast {
	background-image: url(/images/site/cast-light-small-bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding: 0 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	line-height: 19px;
	width: 159px;
	display: inline-block;
  position: relative;
}

.calendar table td.dark .cast {
	background-image: url(/images/site/cast-dark-small-bg.gif);
}

.calendar table .inactive .cast {
	background-image: url(/images/site/cast-grey-light-bg.gif);
}

.calendar table .inactive.dark .cast {
	background-image: url(/images/site/cast-grey-dark-bg.gif);
}

.calendar table td .more {
	background-image: url(/images/site/table-more.gif);
	background-repeat: no-repeat;
	margin-bottom: 1px;
	padding: 0 7px 0 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height: 19px;
	width: 144px;
	height: 19px;
	display: inline-block;
}

.calendar table td.dark .more {
	background-image: url(/images/site/table-more-dark.gif);
}

.calendar table .inactive .more, .calendar table .inactive .more:hover {
	background-image: url(/images/site/table-more-grey.gif);
}

.calendar table .inactive.dark .more, .calendar table .inactive.dark .more:hover {
	background-image: url(/images/site/table-more-grey-dark.gif);
}

.calendar table td .more:hover {
	background-image: url(/images/site/table-more-hover.gif);
	text-decoration: none;
}

.calendar table.week {
	margin-top: -2px;
	position: relative;
}

.calendar table.week .date {
	background-image: url(/images/site/table-date.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 0;
	margin: 5px 0 0 0;
	line-height: 27px;
	text-align: center;
	width: 27px;
	height: 27px;
	display: block;
}

.calendar table.week .inactive .date {
	background-position: 0 -27px;
	color: #8b8c87;
}

.calendar table.week td {
	border-right: #e3e5dc 1px solid;
	border-top: #e3e5dc 1px solid;
	padding: 11px 9px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.calendar table.week .thead {
	background-image: url(/images/site/table-td-bg.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	background-color: #e3e5dc;
	border-bottom: none;
	width: 956px;
	height: 38px;
	overflow: hidden;
}

.calendar table.week .thead td {
	padding: 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 38px;
	text-align: left;
}

.calendar table .cleared {
	border-right: none;
	border-top: #e3e5dc 1px solid !important;
}

#twitter-widget {
  position: fixed;
  top: 50%;
  right: 0;
}

.display-none {
  display: none;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}

#error_explanation, #errorExplanation {
  color: red;
  padding: 5px 0 15px;
}

#errorExplanation h2,
#error_explanation h2 {
  font-weight: bold;
  display: none;
}

.field_with_errors {
  display: inline-block;
  color: red !important;
}

.field_with_errors label {
  color: red !important;
}

.field_with_errors input {
  border: 1px solid red !important;
  background-image: none !important;
}

.line {
  overflow: visible !important;
}

.title-table input[type=text] {
  width: 450px;
}
.admin-layout .list-table .title-table input[type=text] {
  width: 450px;
}

.small_header {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 5px 5px 0pt;
}