/* text-align */
	.text-align-center {
		text-align: center;
	}
	.text-align-left {
		text-align: left;
	}
	.text-align-right {
		text-align: right;
	}
	
/* vertical-align */
	.vertical-align-bottom {
		vertical-align: bottom;
	}
	.vertical-align-middle {
		vertical-align: middle;
	}
	.vertical-align-top {
		vertical-align: top;
	}
	
/* text-transform */
	.uppercase {
		text-transform: uppercase;
	}
	
	.lowercase {
		text-transform: lowercase;
	}
	
/* font families */
	.font-family-tahoma {
		font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	}

/* font size */
	.font-size-tiny {
		font-size: 0.8em;
	}
	
	.font-size-small {
		font-size: 0.9em;
	}
	
	.font-size-normal {
		font-size: 1.0em;
	}
	
	.font-size-big {
		font-size: 1.1em;
	}
	
	.font-size-large {
		font-size: 1.2em;
	}
	
	.font-size-huge {
		font-size: 1.4em;
	}
	
	.font-size-x-huge {
		font-size: 1.6em;
	}
	
	.font-size-xx-huge {
		font-size: 1.8em;
	}
	
	.font-size-xxx-huge {
		font-size: 2.0em;
	}
	
	.font-size-xxxx-huge {
		font-size: 2.2em;
	}

/* font-style|weight */
	.font-weight-normal {
		font-weight: normal;
	}
	.font-weight-bold, .bold {
		font-weight: bold;
	}
	.font-style-normal {
		font-style: normal;
	}
	.font-style-italic {
		font-style: italic;
	}
	
/* display */
	.block {
		display: block;
	}
	
	.inline {
		display: inline;
	}
	
	.hidden {
		display: none;
	}
	
/* float|clear */
	.float-left {
		float: left;
	}
	
	.float-right {
		float: right;
	}
	
	.clear {
		clear: both;
	}
	
/* position */
	.relative {
		position: relative;
	}
	
	.absolute {
		position: absolute;
	}
	
/* margin padding */
	.no-margin {
		margin: 0px;
	}
	
	.no-padding {
		padding: 0px;
	}
	
/* border */
	.no-border {
		border: 0px;
	}

/* podtrzeni */
	.underline, a .underline {
		text-decoration: underline;
	}
	
	.no-underline, a:hover .underline {
		text-decoration: none;
	}
	
	a:hover .hover_underline {
		text-decoration: underline;
	}
	
	a.no-hover_underline:hover  {
		text-decoration: none;
	}
	
/* line height */
	.line-height-small {
		line-height: 1em;
	}
	.line-height-extended {
		line-height: 1.6em;
	}

ul.item-height-extended li {
	padding-bottom: 0.5em;
}






/****************************************************************************************/
/*                                    GENERAL CLASSES                                   */
/****************************************************************************************/


/* misc. */
.clickable {
	cursor: pointer;
	_cursor: hand;
}

/****************************************************************************************/
/*                                        seznamy                                       */
/****************************************************************************************/
ul.no-list, ul.no-list li, li.no-list {
	list-style: none;
	list-style-image: none;

    padding: 0;
}

ul.no-list li { 
    margin: 0;
    padding: 0;

    padding-left: 10px;
    padding-bottom: 4px;
}
html {
	overflow: scroll;
	overflow-x: auto;
}

body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;
	
	background-color: #4b4b4b;

	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	
	text-align: center;

	color: white;
}

img {
	border: 0px;	
}

.frame {
	width: 987px;
	
	margin: 0px auto;
	padding-left: 1px;
	
	text-align: left;
	
	cursor: default;
}

#header {
	margin-top: 0px;
	/*padding-bottom: 16px;*/	
}

#header .frame {
	margin-top: 0px;	
}

#header #logo {
	float: left;
	
	width: 387px; 
}

#header #logo a {
    text-decoration: none;
}

#header #logo img.hlavni {
	float: left;
	
	margin-right: 16px;	
}

#header #logo span.region {
	padding-right: 10px;
	
	font-size: 1.4em;
	font-weight: bold;
	
	color: #94bf29;
}

#header #logo a.switch_region {
	font-size: 1.1em;
	font-weight: normal;

    text-decoration: underline;
	
	color: #bbb;
}
#header #logo a.switch_region:hover {
    text-decoration: none;
}

#user-info {
	float: right;
	
	width: 576px;	
}

#user-info .box {
	float: right;	
}

#user-info .inner {
	height: 56px;
	
	padding-top: 4px;
}

#user-info .email { 
    text-align: right;

    margin-right: 20px;
    margin-bottom: 5px;

    color: #444;
}

#user-info .setting-btn,
#user-info .login-btn { 
    font-size: 16pt;

    float: left;

    margin-left: 20px;
}

#user-info .logout-btn, 
#user-info .registration-btn { 
    float: right;

    margin-right: 20px;

    padding-top: 8px;
}

#user-info .logout-btn a,
#user-info .registration-btn a {
    font-size: 10pt;

    color: #444;
}

#user-info a.help {
	display: block;	
	
	height: 60px;
}

#user-info a.help img {
	padding-bottom: 6px;
}

#user-info .counter {
	padding-top: 5px;
}

#user-info .counter .points {
	color: #ce99df;
}

#user-info .counter .separator {
	color: #e4c2ef;
}

#user-info .counter .max {
	color: #f7dfff;
}

#user-info .today {
	float: left;
	
	width: 88px;
	
	padding: 0px 6px 0px 6px;
}

#user-info .total {
	float: left;
	
	width: 125px;	
	
	padding: 0px 6px 0px 6px;
}

#user-info .total .points {
    font-size: 14pt;
    font-weight: bold;
    color: #DEA9EF;

    padding-left: 40px;
}

#footer .frame {
	padding-top: 6px;	
	padding-bottom: 16px;
	
	background-color: #3b3b3b;
	/*
	background-image: url("/images/layout/pozadi/zapati.png");
	background-repeat: repeat-x;
	*/
	
	line-height: 1.5em;
}

#footer a {
	color: #94bf28;
}

#menu {
	padding-top: 6px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	display: block;
	float: left;
	
	height: 90px;
	
	margin: 0px 7px 0px 0px;
	padding: 0px;
	
	/*background-image: url("http://snook.ca/technical/jquery-bg/bg.jpg");*/
	background-image: url("../images/menu/pozadi_active.png");
	background-position: 0 6px;
	background-repeat: repeat-x;
	
	list-style: none;
}

#menu ul li a {
	display: block;
	
	padding: 6px 6px 0px 6px;
}

#menu ul li a img {
	display: block;
	
	margin: 0 auto;
}

#menu ul li a span.info {
	display: block;
	margin-top: -6px;
}

#menu ul li a span.count {
	padding-left: 4px;
	
	font-weight: bold;
}

#menu ul li a span.label {
	font-size: 0.9em;
	
	color: #bbb;
}
/*
#menu ul li:hover {
	background-color: #626262;
	background-image: none;
}
*/
#menu ul li.active {
	background-color: #828282;
	background-image: none;
}

#menu ul li.active a span.count, #menu ul li.active a span.label {
	color: #ddd;
}

#menu ul li.uvod a {
	width: 51px;
}
#menu ul li.akce-a-slevy a {
	width: 138px;
}
#menu ul li.kam-na-jidlo a {
	width: 112px;
}
#menu ul li.kam-vyrazit a {
	width: 109px;
}
#menu ul li.katalog-firem a {
	width: 122px;
}
#menu ul li.reality a {
	width: 77px;
}
#menu ul li.inzeraty a {
	width: 81px;
}
#menu ul li.videa a {
	width: 69px;
}
#menu ul li.facebook a {
	width: 89px;
}
#menu ul li.infoshop a {
	width: 87px;
}
#menu ul li.clanky a {
	width: 87px;
}


#main {
	max-width: 1024px;
	
	margin: 0 auto;
	padding: 2px 0 16px 0;
	
	background-color: #828282;
}
#main .content-padding { 
    padding: 20px;
}
#main .add-new-box { 
    width: 170px;
}


#admin #admin-menu { 
    float: left;

    width: 180px;

    padding-left: 20px;
}
#admin .content { 
    float: left;

    width: 760px;

    margin-left: 10px;
}


/* intro-page */

#intro #header { 
    text-align: left;

	width: 987px;
    height: 90px;

    margin: 0 auto;
}
#intro #header img { 
    vertical-align: top;

    margin-right: 20px;
}


#intro #main .frame { 
    margin-top: 26px;
    padding: 0;

    color: #444;
}
#intro #main .column { 
    float: left;

    padding-bottom: 20px;
    border-bottom: 1px solid white;

    position: relative;

    background: white;
}
#intro #main .column-wide { 
    width: 730px;
}
#intro #main .column-narrow { 
    width: 234px;

    margin-left: 20px;
}
#intro #main .top-bg { 
    background: url("../images/layout/pozadi/akce-a-slevy-30.jpg") no-repeat;
    color: white;

    line-height: 30px;
    height: 30px;

    padding: 0 60px;
    margin: 0;
}
#intro #main .padding { 
    padding: 0 15px;
}
#intro #main .cube { 
	width: 70px;
	height: 60px;

	background: url("../images/kostky/70x60/akce-a-slevy.png") no-repeat;

    position: absolute;
    top: -30px;
    left: -10px;
}
#intro #main ul.regions { 
    padding: 20px 60px;
    margin: 0;

    list-style-type: none;
}
#intro #main ul a { 
    color: #555;

    text-decoration: none;

    line-height: 20px;
}
#intro #main ul a:hover,
#intro #main ul a.active { 
    font-size: 13pt;
    font-weight: bold;

    color: #C1CF00;
}
/* formulare */

label { 
}

.required label { 
    color: darkred;
}

.confirm { 
    color: #3e9eb6;

    font-size: 10pt;
    font-weight: bold;
}

.error { 
    color: red;

    font-weight: bold;
}

.systemMessage {
	padding: 1em;
}
.systemMessageError {
	background-color: #d00;
	color: #fff;
}

.nowrap { 
    white-space: nowrap;
}

.registrace input.text, textarea { 
    width: 300px;
}

form fieldset { 
    width: 540px;
}

form input.text,
form textarea { 
    width: 370px;
}

form input.datepicker { 
    background: white url("../images/content/calendar_icon.gif") 3px center no-repeat;

    text-align: right;

    width: 200px;
}

form table th { 
    width: 140px;

    vertical-align: top;
}

form table td small { 
    display: block;
    
    font-size: 8.5pt;
    /*
    float: left;
    margin-left: 310px;
       */
}

.auth input.text { 
    width: 200px;
}
.auth form table th { 
    width: 80px;
}


/* odkazy */
a {
	color: #557215;	
}


/* tabulky */

table { 
    margin-bottom: 20px;
}
table.border { 
    border: 1px solid #666;
}
/*table.border th,*/
table.border td { 
    border: 1px dotted #888;

    padding: 2px 4px;
}

/* prace s textem */

.big { 
    font-size: 2em;
}
.bigger { 
    font-size: 1.5em;
}
.height-bigger { 
    line-height: 2em;
}

/* barvy textu */

.t_white {
	color: #fff;	
}

.t_darkgrey {
	color: #4b4b4b;	
}

.t_grey {
	color: #999;
}

.t_lightgrey {
	color: #bbb;
}

.t_lightergrey {
	color: #eee;
}

.t_black {
	color: #000;	
}

.t_green, .t_akce-a-slevy, .t_clanky {
	color: #8dbb13;	
}

.t_lightgreen, .t_kam-na-jidlo {
	/*color: #2cca6a;*/
	color: #30a26d;	
}

.t_darkgreen, .t_kam-vyrazit {
	color: #2aab25;	
}

.t_blue, .t_katalog-firem {
	color: #1597bb !important;
}

.t_yellow, .t_reality {
	color: #e2ab3f;
}

.t_orange, .t_inzeraty {
	color: #de8020;
}

.t_red, .t_video {
	color: #d42261;
}

.t_violet, .t_infoshop {
	color: #ca2fe3;
}

.t_facebook {
	color: #3b5998;
}


/* barvy pozadi */
.b_black_img, .b_default-black_img {
	background: #000 url("../images/layout/pozadi/default-black.jpg") no-repeat 0 0;
}
.b_black, .b_default-black {
	background-color: #000;
}

.b_grey_img, .b_default_img {
	background: #4b4b4b url("../images/layout/pozadi/default.jpg") no-repeat 0 0;
}
.b_grey, .b_default {
	background-color: #4b4b4b;
}

.b_lightgrey_img, .b_default-light_img {
	background: #828282 url("../images/layout/pozadi/default-light.jpg") no-repeat 0 0;
}
.b_lightgrey, .b_default-light {
	background-color: #828282;
}

.b_lightergrey {
	background-color: #eee;
}

.b_white_img, .b_default-white_img {
	background: #fff url("../images/layout/pozadi/default-white.jpg") no-repeat 0 0;
}
.b_white, .b_default-white {
	background-color: #fff;
}

.b_green_img, .b_akce-a-slevy_img, .b_clanky_img {
	background: #8dbb13 url("../images/layout/pozadi/akce-a-slevy.jpg") no-repeat 0 0;
}
.b_green, .b_akce-a-slevy, .b_clanky {
	background-color: #8dbb13;
}

.b_lightgreen_img, .b_kam-na-jidlo_img {
	background: #2cca6a url("../images/layout/pozadi/kam-na-jidlo.jpg") no-repeat 0 0;
}
.b_lightgreen, .b_kam-na-jidlo {
	background-color: #2cca6a;
}

.b_darkgreen_img, .b_kam-vyrazit_img {
	background: #2aab25 url("../images/layout/pozadi/kam-vyrazit.jpg") no-repeat 0 0;
}
.b_darkgreen, .b_kam-vyrazit {
	background-color: #2aab25;
}

.b_blue_img, .b_katalog-firem_img {
	background: #1597bb url("../images/layout/pozadi/katalog-firem.jpg") no-repeat 0 0;
}
.b_blue, .b_katalog-firem {
	background-color: #1597bb;
}

.b_yellow_img, .b_reality_img {
	background: #e2ab3f url("../images/layout/pozadi/reality.jpg") no-repeat 0 0;
}
.b_yellow, .b_reality {
	background-color: #e2ab3f;
}

.b_orange_img, .b_inzeraty_img {
	background: #de8020 url("../images/layout/pozadi/inzeraty.jpg") no-repeat 0 0;
}
.b_orange, .b_inzeraty {
	background-color: #de8020;
}

.b_red_img, .b_video_img {
	background: #d42261 url("../images/layout/pozadi/video.jpg") no-repeat 0 0;
}
.b_red, .b_video {
	background-color: #d42261;
}

.b_violet_img, .b_infoshop_img {
	background: #ca2fe3 url("../images/layout/pozadi/infoshop.jpg") no-repeat 0 0;
}
.b_violet, .b_infoshop {
	background-color: #ca2fe3;
}

.b_facebook_img {
	background: #3b5998 url("../images/layout/pozadi/facebook.jpg") no-repeat 0 0;
}
.b_facebook {
	background-color: #3b5998;
}

.b_loterie_img {
	background: #C400C4 url("../images/layout/pozadi/loterie.jpg") no-repeat 0 0;
}
.b_loterie {
	background-color: #C400C4;
}


/* stiny */
.s_74_middle, .s_74_bottom {
	width: 80px;	
}
.s_74_middle {
	background: url("../images/layout/stiny/stin_74_stred.png") repeat-y 0 0;
}
.s_74_bottom {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
	
	background: url("../images/layout/stiny/stin_74_spodek.png") no-repeat 0 0;
}

.s_1_top, .s_1_middle, .s_1_bottom {
	width: 243px;
}
.s_1_top, .s_1_bottom {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}
.s_1_top {
	background: url("../images/layout/stiny/stin_237_vrsek.png") no-repeat 0 0;
}
.s_1_middle {
	background: url("../images/layout/stiny/stin_237_stred.png") repeat-y 0 0;
}
.s_1_bottom {
	background: url("../images/layout/stiny/stin_237_spodek.png") no-repeat 0 0;
}

.s_2_top, .s_2_middle, .s_2_bottom {
	width: 491px;
}
.s_2_top, .s_2_bottom {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}
.s_2_top {
	background: url("../images/layout/stiny/stin_485_vrsek.png") no-repeat 0 0;
}
.s_2_middle {
	background: url("../images/layout/stiny/stin_485_stred.png") repeat-y 0 0;
}
.s_2_bottom {
	background: url("../images/layout/stiny/stin_485_spodek.png") no-repeat 0 0;
}

.s_3_top, .s_3_middle, .s_3_bottom {
	width: 739px;
}
.s_3_top, .s_3_bottom {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}
.s_3_top {
	background: url("../images/layout/stiny/stin_733_vrsek.png") no-repeat 0 0;
}
.s_3_middle {
	background: url("../images/layout/stiny/stin_733_stred.png") repeat-y 0 0;
}
.s_3_bottom {
	background: url("../images/layout/stiny/stin_733_spodek.png") no-repeat 0 0;
}

.s_4_top, .s_4_middle, .s_4_bottom {
	width: 987px;
}
.s_4_top, .s_4_bottom {
	height: 3px;
	line-height: 0px;
	font-size: 0px;
}
.s_4_top {
	background: url("../images/layout/stiny/stin_981_vrsek.png") no-repeat 0 0;
}
.s_4_middle {
	background: url("../images/layout/stiny/stin_981_stred.png") repeat-y 0 0;
}
.s_4_bottom {
	background: url("../images/layout/stiny/stin_981_spodek.png") no-repeat 0 0;
}


/* sloupce */
.c_80 {
	width: 80px;
}
.c_80 .inner {
	width: 74px;
	
	margin-left: auto; 
	margin-right: auto; 
}

/* zahlavi stranky - podmenu hospod, udalosti, ... */
.inner .c_157 {
	width: 157px;
	/*
	background-color: red;
	opacity: 0.8;
	*/
}

/* zahlavi stranky - kategorie, kalendare, ... */
.inner .c_565 {
	width: 565px;
	/*
	background-color: green;
	opacity: 0.8;
	*/
}

.w100 {
	width: 100px;	
}

.c_1 {
	width: 243px;
}
.c_1 .inner, .inner .c_1 {
	width: 237px; /* 237 */
}
.c_1 .inner {	
	margin-left: auto; 
	margin-right: auto; 
}

.c_left { 
    width: 157px;
}
.c_center { 
    width: 576px;
}

.c_2 {
	width: 491px;
}
.c_2 .inner, .inner .c_2 {
	width: 485px;
}
.c_2 .inner {	
	margin-left: auto; 
	margin-right: auto; 
}

.c_3 {
	width: 739px;
}
.c_3 .inner, .inner .c_3 {
	width: 733px;
}
.c_3 .inner {	
	margin-left: auto; 
	margin-right: auto; 
}

.c_4 {
	width: 987px;
}
.c_4 .inner, .inner .c_4 {
	width: 981px;
}
.c_4 .inner {
	margin-left: auto; 
	margin-right: auto; 
}

.column-half { 
    float: left;
    width: 40%;
}
.column-third { 
    float: left;
    width: 33%;
}

/* bloky poslednich pridanych a dalsich :) */
.box {
	float: left;
}

.cube {
	height: 30px;
}
.cube .image,
.cube-heading .image {
	position: absolute;
	
	width: 70px;
	height: 60px;
	
	background-repeat: no-repeat;
}
.cube-heading { 
    /*
    width: 70px;
	height: 60px;
    */

    position: relative;
    top: -30px;
    #top: 45px;
    left: -10px;
}

.header_30, .header_60 {
	padding-top: 3px; 
	padding-left: 60px;
}
.header_30 {
	height: 27px;
}
.header_60 {
	height: 57px;
}

.recent .inner {
	background-image: url("../images/layout/stiny/stin_obrazek_vpravo.png");
	background-position: 100px top;
	background-repeat: repeat-y;	
}

.recent .inner .image {
	float: left;

    text-align: center;
	
	width: 100px;
	height: 100px;
}

.recent .inner .image img {
	max-width: 100px;
}

.recent .content {
	float: left;
	
	width: 385px;
}

.recent h3 {
	margin: 0px;
	
	font-size: 1.1em;
    font-weight: normal;
}
.recent h3 a {
	display: block;
	
	padding: 2px 10px 2px 20px;

	color: #999;

    text-decoration: none;
}
.recent h3 a:hover {
    text-decoration: underline;
}
.recent h3.highlighted a { 
    color: black;
}

/* posledni akce */
.akce-a-slevy-expanded .inner { 
    background-position: 50px top;
}
.akce-a-slevy-expanded .inner .image { 
    width: 50px;
	height: 50px;
	
	margin-bottom: 3px;
}
.akce-a-slevy-expanded h3 a {
	font-weight: bold;
	
	padding: 2px 10px 0px 10px;
	
    color: #4b4b4b;
}

.akce-a-slevy-expanded .content p { 
	margin: 0px;
    padding: 0px 10px 2px 10px;
}


/* posledni infoshop */
.recent.infoshop { 
    /*width: 237px;*/
}
.recent.infoshop .header_60 { 
    line-height: 50px;

    white-space: nowrap;
}
.recent.infoshop .header_60 a { 
    position: relative;

    left: -10px;
}
.recent.infoshop .cube { 
}
.recent.infoshop .inner { 
    /*width: 237px;*/

    background: white;
}
.recent.infoshop .content { 
    width: auto;

    padding: 0 10px 20px 10px;
}
.recent.infoshop h3 { 
    font-size: 10pt;
    font-weight: bold;

    height: 30px;

    margin: 15px 0;
}
.recent.infoshop .content h3 a { 
    color: #3f3f3f;

    padding: 0;
}
.recent.infoshop .content a { 
    color: #22869B;

    font-weight: bold;
}
.recent.infoshop .product { 
    width: 232px;

    float: left;
}
.recent.infoshop .row { 
    color: #22869B;

    font-size: 10pt;
}
.recent.infoshop .row .label { 
    color: #777;

    font-size: 9pt;
}
.recent.infoshop .discount-link { 
    color: #BA16CD;

    font-size: 10pt;
    font-weight: bold;

    padding-bottom: 10px;
}
.recent.infoshop .discount-link .value,
.recent.infoshop .discount-link a { 
    color: #BA16CD;

    font-size: 12pt;
}

.akce-a-slevy.recent h3.highlighted a {
	background-image: url("../images/layout/barvy/green_30.png");
}
.video.recent h3.highlighted a {
    background: url("../images/layout/pozadi/recent-video-heading.png");
}
.kam-vyrazit.recent h3.highlighted a {
    background: url("../images/layout/pozadi/recent-event-heading.png");
}
.kam-na-jidlo.recent h3.highlighted a {
    background: url("../images/layout/pozadi/recent-eating-heading.png");
}
.inzeraty.recent h3.highlighted a {
    background: url("../images/layout/pozadi/recent-advert-heading.png");
}
.katalog-firem.recent h3.highlighted a {
    background: url("../images/layout/pozadi/recent-company-heading.png");
}

.akce-a-slevy .cube .image,
.cube-akce-a-slevy .image {
	background-image: url("../images/kostky/70x60/akce-a-slevy.png");
}
.kam-na-jidlo .cube .image {
	background-image: url("../images/kostky/70x60/kam-na-jidlo.png");
}
.kam-vyrazit .cube .image {
	background-image: url("../images/kostky/70x60/kam-vyrazit.png");
}
.katalog-firem .cube .image {
	background-image: url("../images/kostky/70x60/katalog-firem.png");
}
.reality .cube .image {
	background-image: url("../images/kostky/70x60/reality.png");
}
.inzeraty .cube .image {
	background-image: url("../images/kostky/70x60/inzeraty.png");
}
.video .cube .image {
	background-image: url("../images/kostky/70x60/video.png");
}
.infoshop .cube .image {
	background-image: url("../images/kostky/70x60/infoshop.png");
}
.nastaveni .cube .image,
.auth .cube .image {
	background-image: url("../images/kostky/70x60/nastaveni.png");
}
.default .cube .image,
.registrace .cube .image {
	background-image: url("../images/kostky/70x60/default.png");
}
.region .cube .image {
	background-image: url("../images/kostky/70x60/region.png");
}
.facebook .cube .image {
	background-image: url("../images/kostky/70x60/facebook.png");
}
.clanky .cube .image {
	background-image: url("../images/kostky/70x60/clanky.png");
}

.registrace.box .btn { 
    height: 46px;
    line-height: 43px;

    display: block;
    float: left;

    font-size: 10pt;
    font-weight: bold;
}
.registrace.box a.company { 
    padding-left: 100px;
    margin-left: 60px;

    background: url("../images/content/registration-company-small.jpg") no-repeat top left;
}
.registrace.box a.user { 
    padding-left: 40px;
    margin-left: 30px;

    background: url("../images/content/registration-user-small.jpg") no-repeat top left;
}


/* tabulky */
table.paradni {
	border-spacing: 0px;
}

table.paradni th, table.paradni td {
	padding: 4px;	
}

table.paradni thead {
	background-color: #666;
	color: #fff;
}

table.paradni .number {
	text-align: right;	
}

table.paradni tbody tr.even td {
	background-color: #eee;
}


/* odrazky */
.bullet_default, .bullet_akce-a-slevy, .bullet_kam-na-jidlo,  .bullet_kam-vyrazit,
.bullet_katalog-firem, .bullet_reality, .bullet_inzeraty, .bullet_video, .bullet_infoshop, .bullet_clanky {
	padding-left: 1.5em;
	
	background-position: left 6px;
	background-repeat: no-repeat;
}

.bullet_default { 
	background-image: url("../images/style/bullet_default.png");
}
.bullet_akce-a-slevy, .bullet_clanky { 
	background-image: url("../images/style/bullet_akce-a-slevy.png");
}
.bullet_kam-na-jidlo { 
	background-image: url("../images/style/bullet_kam-na-jidlo.png");
}
.bullet_kam-vyrazit { 
	background-image: url("../images/style/bullet_kam-vyrazit.png");
}
.bullet_katalog-firem { 
	background-image: url("../images/style/bullet_katalog-firem.png");
}
.bullet_reality { 
	background-image: url("../images/style/bullet_reality.png");
}
.bullet_inzeraty { 
	background-image: url("../images/style/bullet_inzeraty.png");
}
.bullet_video { 
	background-image: url("../images/style/bullet_video.png");
}
.bullet_infoshop { 
	background-image: url("../images/style/bullet_infoshop.png");
}

ul li {
	list-style-image: url("../images/style/bullet_default.png");
}


/* zalozky */
.tabs {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
}

.tabs ul { 
    margin: 0;
    padding: 0;
}

.tabs li {
	float: left;
	
	padding-bottom: 14px;
	
	background-position: center bottom;
	background-repeat: no-repeat; 

    margin-right: 5px;
    
    list-style: none;
}

.tabs li.last { 
    margin-right: 0px;
}

.tabs li a {
	display: block;
	height: 40px;
	
	padding: 10px 0px 10px 20px;
	/*
	padding-top: 10px;
	padding-left: 20px;
	*/
	
	background-color: #828282;
	
	font-weight: bold;
	font-size: 9pt;
	
	color: #fff;
}
.kam-na-jidlo .tabs li a {
    padding-right: 20px;
}


.akce-a-slevy .tabs li.active, .clanky .tabs li.active {
	background-image: url("../images/layout/sipky/akce-a-slevy.png");
}
.akce-a-slevy .tabs li.active a, .clanky .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/akce-a-slevy.jpg") no-repeat 0 0;
}

.kam-na-jidlo .tabs li.active {
	background-image: url("../images/layout/sipky/kam-na-jidlo.png");
}
.kam-na-jidlo .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/kam-na-jidlo.jpg") no-repeat 0 0;
}

.kam-vyrazit .tabs li.active {
	background-image: url("../images/layout/sipky/kam-vyrazit.png");
}
.kam-vyrazit .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/kam-vyrazit.jpg") no-repeat 0 0;
}

.katalog-firem .tabs li.active {
	background-image: url("../images/layout/sipky/katalog-firem.png");
}
.katalog-firem .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/katalog-firem.jpg") no-repeat 0 0;
}

.reality .tabs li.active {
	background-image: url("../images/layout/sipky/reality.png");
}
.reality .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/reality.jpg") no-repeat 0 0;
}

.inzeraty .tabs li.active {
	background-image: url("../images/layout/sipky/inzeraty.png");
}
.inzeraty .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/inzeraty.jpg") no-repeat 0 0;
}

.video .tabs li.active {
	background-image: url("../images/layout/sipky/video.png");
}
.video .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/video.jpg") no-repeat 0 0;
}

.infoshop .tabs li.active {
	background-image: url("../images/layout/sipky/infoshop.png");
}
.infoshop .tabs li.active a {
	background: #8dbb13 url("../images/layout/pozadi/infoshop.jpg") no-repeat 0 0;
}



/* podmenu sekce */
.section-menu { 
    position: relative;
    z-index: 10;
}
.section-menu .heading,
.section-menu .item { 
    background: url("../images/section-menu/bg.gif") repeat-y;

    margin-top: 1px;

    height: 30px;
    line-height: 30px;

    color: white;
    font-weight: bold;
}
.section-menu .heading { 
    background: url("../images/section-menu/bg-heading.gif") repeat-y;

    padding-left: 15px;
}
.section-menu .item a { 
    display: block;

    height: 100%;

    padding-left: 15px;

    color: white;

    text-decoration: none;
}
.section-menu .arrow a { 
    background: url("../images/section-menu/arrow.png") no-repeat;
}
.section-menu .active a { 
    background: url("../images/section-menu/active-eating.png") no-repeat;
}
.kam-na-jidlo .section-menu .active a { 
    background: url("../images/section-menu/active-eating.png") no-repeat;
}
.kam-vyrazit .section-menu .active a { 
    background: url("../images/section-menu/active-events.png") no-repeat;
}
.video .section-menu .active a { 
    background: url("../images/section-menu/active-videos.png") no-repeat;
}

/* marginy a dalsi posouvatka */
.mr_5 {
	margin-right: 5px;	
}
.mr_10 {
	margin-right: 10px;	
}
.mr_11 {
	margin-right: 11px;	
}
.mt_10 { 
    margin-top: 10px;
}
.mb_10 { 
    margin-bottom: 10px;
}

.mt-2 {
	display: block;
	margin-top: -2px;	
}
.mt-3 {
	display: block;
	margin-top: -3px;	
}

.pt_1 {
	padding-top: 1px;	
}
.pb_1 {
	padding-bottom: 1px;	
}

.pl_5 {
	padding-left: 5px;	
}

.pt_10 {
	padding-top: 10px;	
}
.pr_10 {
	padding-right: 10px;	
}
.pb_10 {
	padding-bottom: 10px;	
}
.pl_10 {
	padding-left: 10px;	
}
.pa_10 {
	padding: 10px;	
}

.pt_13 {
	padding-top: 13px;	
}

.pt_20 {
	padding-top: 20px;	
}
.pr_20 {
	padding-right: 20px;	
}
.pb_20 {
	padding-bottom: 20px;	
}
.pl_20 {
	padding-left: 20px;	
}
.pa_20 {
	padding: 20px;	
}


/* bordery */
.br_left_grey {
	border-left: 1px solid #999;	
}
.br_right_grey {
	border-right: 1px solid #999;	
}


/* fonty */
.sans {
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
}

.serif {
	font-family: "Garamond", "Times new roman", serif;
}


/* zakladni elementy */
a {
	outline: none;
}

a:hover {
	text-decoration: none;
}

.active a { 
    font-weight: bold;
}


/* kategorie */
#category-browser {
    padding-bottom: 10px;
}
#category-browser h3 {
	margin-bottom: 1em;	
}
#category-browser ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}
#category-browser ul li img {
	vertical-align: -3px;	
}


/* strankovani - paginator */
.paginator {
	padding: 10px 10px 9px 10px;
	
	font-weight: bold;	
}

.paginator span, .paginator a {
	dispaly: block;
	
	padding: 6px 2px;	
}

.paginator .previous, .paginator .next {
	min-width: 70px;
	
	margin-top: -6px;
	
	text-align: center;
	
	color: #fff;
}

.paginator .previous {
	float: left;	
}
.paginator .next {
	float: right;	
}
.paginator .numbers {
	text-align: center;	
}

.paginator span.previous, .paginator span.next{
	opacity: 0.4;	
}

.paginator .separator {
	padding: 6px 0px;
	
	font-weight: normal;
}


/* obecne vypisy */
.preview {
	clear: both;
	
	min-height: 100px;
	
	background-image: url("../images/layout/stiny/stin_obrazek_vpravo.png");
	background-position: 100px top;
	background-repeat: repeat-y;
	
	margin-bottom: 20px;	
}
.preview .image { 
	float: left;

	width: 100px;	
	height: 100px;	

    text-align: center;
}
.preview img {
}
.preview .text {
	float: right;
	width: 364px;
	
	padding: 0 10px;
}
.preview h3 {
	margin: 0px;
	
	font-size: 1.2em;
}

.preview h3 a {
	display: block;
	
	font-size: 1.2em;
}

.preview p {
	margin: 0px;	
}

.insert-date { 
    color: #222;

    font-weight: bold;

    text-align: center;

    height: 30px;
    line-height: 30px;

    padding-right: 40px;
    margin-bottom: 5px;

    text-align: right;
}

/* preview specifika pro clanky */
.clanky .insert-date { 
    background: url("../images/layout/pozadi/akce-a-slevy-137x30.jpg") top right no-repeat;
}
.article-preview {
	background-image: none;
}
.article-preview .image {
	display: none;
}
.article-preview .text {
	float: none;
	width: 464px;
	
	padding: 0 10px;
}
.article-preview .kategorie {
	display: block;
	
	padding: 5px 0;
}

/* preview specifika pro akce a slevy */
.action-preview { 
}
.action-preview h3 a {
	height: 3.2em;
}
.akce-a-slevy .insert-date { 
    background: url("../images/layout/pozadi/akce-a-slevy-137x30.jpg") top right no-repeat;
}

/* preview specifika pro katalog firem */
.company-preview .name {
	display: block;
	
	padding: 5px 0;
}
.company-preview .description {
    height: 44px;

    overflow: hidden;
}

/* preview specifika pro inzeraty */
.annonce-preview .kategorie {
	display: block;
	
	padding: 5px 0;
}
.inzeraty .insert-date { 
    background: url("../images/layout/pozadi/inzeraty-137x30.jpg") top right no-repeat;
}

/* preview specifika pro kam na jidlo */
.menu-preview {
	margin-bottom: 1em;
	padding: 10px;
	
	background-image: none;
}

.menu-preview h3.company {
	margin-bottom: 0.6em;
	padding-left: 0.1em;
	
	font-size: 1.5em;
}

.menu-preview h3.highlighted {
	/*background-color: #f00;*/
}

.menu-preview p { 
    margin: 10px 0;
}

.menu-preview .part {
	padding-left: 40px;
	padding-bottom: 1em;
	
	background-repeat: no-repeat;
}

.menu-preview .tip-part {
	background-image: url("../images/kostky/kategorie/tip_kam-na-jidlo.png");
}
.menu-preview .polevka-part {
	background-image: url("../images/kostky/kategorie/polevka_kam-na-jidlo.png");
}
.menu-preview .hlavni-part {
	background-image: url("../images/kostky/kategorie/hlavni_kam-na-jidlo.png");
}
.menu-preview .dezert-part {
	background-image: url("../images/kostky/kategorie/dezert_kam-na-jidlo.png");
}

.menu-preview .part table {
	width: 100%;	
	
	margin-bottom: 0px;
}

.menu-preview .part table .name {
	padding-left: 16px;
	
	background-image: url("../images/style/list-default.gif");
	background-repeat: no-repeat;
	background-position: left 4px;
}

.menu-preview .part table .price {
	min-width: 80px;
	
	font-weight: bold;
	
	text-align: right;
	vertical-align: bottom;
}

.menu-preview .part table .price .currency {
	font-size: 0.9em;
}

/* kalendar */

.calendar-month table th { 
	border-top: 1px solid #fff;
    border-right: 2px solid #fff;
	
    text-align: center;

    font-weight: normal;

    padding: 8px 0 8px 0;
}
.calendar-month table th.day6,
.calendar-month table th.day7 { 
    color: #359234;
}
.calendar-month table th.last {
	border-right: 0px;
}
.calendar-month table td {
    width: 77px;
    
    border-top: 1px solid #fff;
    border-right: 2px solid #fff;
    
    background: #f4f4f4;

    text-align: right;
}
.calendar-month table td.day7 { 
    background: #e0e0e0;
}
.calendar-month table td.last {
	border-right: 0px;
}
.calendar-month table td a { 
    display: block;

    padding: 7px 0;
    padding-right: 8px;

    text-decoration: none;
    color: black;
}
.calendar-month table td.past a,
.calendar-month table td.past .count { 
    color: #999;
}
.calendar-month table td.today,
.calendar-month table td a:hover { 
    background: #d0d0d0;
}
.calendar-month table td.active a { 
    background: #369b53;

    color: white;
}
.calendar-month table td.active a .date { 
    /*font-size: 12pt;*/
}
.calendar-month table td.active a .count { 
    color: white;
}
.calendar-month table td .date { 
    font-size: 10pt;
    font-weight: bold;
}
.calendar-month table td .count {
	display: block;
	float: right;
	min-width: 2em;
	
    color: #52b24a;

    font-size: 7pt;
    font-weight: normal;

    padding-top: 3pt;
    padding-left: 5px;
    
    text-align: left;
}

/* videa */

.video-preview { 
    width: 214px;
    height: 340px;

    float: left;

    margin-left: 23px;

    border: 0px solid red;

    position: relative;
}
.video-preview .heading { 
    font-size: 12pt;

    margin: 0;
    margin-bottom: 5px;

    float: left;
    width: 100%;
}
.video-preview .heading a { 
    color: #B41564;
}
.video-preview .time { 
    color: #B41564;

    float: left;
}
.video-preview .visits { 
    color: #444;

    float: right;
}
.video-preview .points { 
    clear: both;

    color: #B41564;

    padding-top: 5px;
}
.video-preview .description { 
    color: #444;

    margin-top: 5px;

    float: left;
    width: 100%;
}
.video-preview .visited { 
    position: absolute;
    top: 0;
    left: 0;

    background: #b2165d;
    color: white;
    
    text-transform: uppercase;
    font-size: 7pt;
    font-weight: bold;

    padding: 8px 8px;
}

/* infoshop */


.eshop-preview { 
    background: none;

    width: 214px;
    min-height: 240px;

    float: left;

    margin-left: 23px;
    margin-bottom: 30px;

    border: 0px solid red;

    position: relative;
}
.eshop-preview .image { 
    height: 130px;
}
.eshop-preview .heading { 
    font-size: 12pt;

    margin: 0;
    margin-bottom: 5px;
}
.eshop-preview .heading a { 
    color: #333;

    display: block;
    height: 40px;
}
.eshop-preview .region { 
    margin-top: -5px;
    margin-bottom: 4px;
}
.eshop .description { 
    margin: 8px 0;

    min-height: 35px;

    color: #333;
}
.eshop-detail .description { 
    margin-bottom: 20px;
}
.eshop .label { 
    color: #666;
}
.eshop .value { 
    color: #22869B;

    font-size: 1.2em;
    
    padding-left: 14px;
}
.eshop .value a { 
    color: #22869B;

    font-weight: bold;
}
.eshop .discount-link,
.eshop .discount-link a { 
    color: #BA16CD;
    font-size: 1.2em;
    font-weight: bold;
}
.eshop-preview .discount-link .value { 
    font-size: 1.3em;
    color: #BA16CD;

    padding: 0;
}
.eshop-preview .discount, 
.eshop-detail .discount { 
    font-size: 1.5em;
    color: #BA16CD;
}
.eshop-preview .discount .value,
.eshop-detail .discount .value { 
    font-size: 1.2em;
    font-weight: bold;
    color: #BA16CD;
}
.eshop-detail .images { 
    float: left;

    width: 222px;
}
.eshop-detail .info { 
    float: left;

    width: 440px;

    margin-left: 30px;
}

/* general detail */

.detail .section { 
    clear: both;

    margin-bottom: 20px;
}
.detail .section a { 
    color: #555;

    font-size: 10pt;
    font-weight: bold;
}
.detail .no-margin { 
    margin-bottom: 5px;
}
.detail .section .part-left { 
    float: left;
    width: 100px;
    min-height: 10px;

    color: #777;

    text-align: right;
}
.detail .section .part-right { 
    float: left;
    width: 350px;

    margin-left: 15px;
}

.detail .heading { 
    margin-top: 0;
}
.detail .gallery { 
    margin-top: 15px;
}
.detail .gallery .image { 
    margin-left: 27px;
    margin-right: 0;
}
.detail .gallery .image-first { 
    margin-right: 2px;
    margin-left: 0;
}

.detail .category { 
    background: #8c8c8c;
    color: white;

    font-weight: bold;

    padding: 6px 10px;

    line-height: 30px;

    white-space:nowrap;
}


/* action detail */

/* event detail */

/* company detail */

.company-detail .main-image {
	float: left;
	
	width: 109px;	
	height: 100px;
	
	margin-right: 6px;
	
	background-image: url("../images/layout/stiny/stin_obrazek_vpravo.png");
	background-position: 100px top;
	background-repeat: repeat-y;	
}
.company-detail .description {
	float: left;
	
	width: 600px;
}
.company-detail .section .part-left { 
    color: #2889BF;

    text-align: left;
    padding-left: 10px;
}
.company-detail h3.actions { 
    background: url("../images/layout/pozadi/akce-a-slevy-30.jpg") bottom left no-repeat;

    color: white;

    height: 30px;
    line-height: 30px;

    padding-left: 60px;
}
.company-detail .favourite-companies-link a { 
    background: blue url("../images/layout/pozadi/katalog-firem.jpg");
    color: white;

    display: block;
    width: 170px;

    float: right;

    text-align: center;

    padding: 10px;
    margin-bottom: 20px;
}

/* video detail */

.video-detail h2 { 
    color: #B41564;

    text-transform: uppercase;
}
.video-detail a { 
    color: #289EBF;

    font-weight: bold;
}
.video-detail .points { 
    color: #BA16CD;

    font-weight: bold;
    font-size: 2em;
}

.video-detail .column { 
    margin-top: 20px;

    float: left;

    width: 49%;
}
.video-detail .column-left .part-right { 
    width: 220px;
}
.video-detail .column-right .part-right { 
    width: auto;
}
.video-detail .column-right .part-left { 
    width: 230px;
}
.video-detail .full .part-right { 
    width: 550px;
}


/* administrace menu */

.eating-form .name { 
    width: 340px;
}
.eating-form .price { 
    width: 60px;
}

.calendar-paging { 
    width: 520px;

    text-align: center;

    font-weight: bold;
    font-size: 10pt;
}
.calendar-paging a { 
    font-weight: normal;
    font-size: 9pt;

    padding: 0 20px;
}


/* registrace */

.registration-progress .current { 
    font-size: 140%;
}
.registrace h3.bg { 
    background: url("../images/layout/pozadi/akce-a-slevy-300x30.jpg") bottom left no-repeat;

    line-height: 30px;

    padding: 0 8px;

    font-size: 11pt;
}
.registrace h3.bg a { 
    color: white;

    display: block;
}
.registrace h3.user a { 
    background: url("../images/content/registration-user.jpg") top left no-repeat;
    padding-top: 100px;
}
.registrace h3.company a { 
    background: url("../images/content/registration-company.jpg") top left no-repeat;
    padding-top: 100px;
}

.page .left-column { 
    width: 210px;
    min-height: 50px;

    float: left;

    margin-right: 30px;
}
.page .main-column { 
    width: 740px;
    min-height: 300px;

    float: left;
}
.page .column { 
    width: 300px;

    float: left;

    margin-right: 30px;
    margin-top: 20px;
}


/* subregiony v obsahu */
.subregion-heading {
	font-size: 1.6em;
}

h2.subregion-heading {
	padding-left: 10px;
}


/* uvodni stranka - regiony */
ul.regions {
	padding: 0px;	
}

ul.regions li {
	list-style: none;
}

ul.regions li a {
	font-size: 1.1em;
	line-height: 20px; 
	
	text-decoration: none;
	
	color: #666;	
}
ul.regions li a.active, ul.regions li a:hover {
	font-size: 1.3em;
	font-weight: bold;
	
	text-decoration: underline;
	color: #8dbb13;
}

#map-container {
	float: left;
	
	width: 459px;
	height: 339px;
}

#map-container .background {
	z-index: 50;	
}
#map-container .region {
	z-index: 75;	
}
#map-container .blank {
	z-index: 100;	
}


/* navigace */

.breadcrumbs a { 
    color: #333;
}


/* bannery */
.banner small {
	padding-left: 3px;	
}

.banner embed { 
    /*margin: 10px 3px;*/
    display: block;
}

.banner-bottom { 
    /*margin-left: 3px;*/
    padding-top: 5px;
}
.banner-narrow { 
    width: 237px;

    padding: 18px 0 10px 0px;
}
.banner-narrow small { 
    display: block;
    text-align: right;
}
.banner-wide { 
    width: 485px;
    
    padding-top: 5px;
}
.banner-wide small { 
    display: block;
    text-align: right;
}

.news-banner { 
    /*margin-left: 10px;*/
}
.news-banner .content { 
    width: auto;

    background: white;

    padding: 10px 10px;
}
.news-banner .content a { 
    color: #333;
}
.news-banner .content .date { 
	color: #8dbb13;	

    padding-right: 5px;
}


.box .search-form { 
    float: right;

    margin-right: 10px;
    margin-top: 4px;
}
.search-form .submit { 
    border: 1px solid #888;
}
.box .search-form .text { 
    width: 200px;
}


.region-switcher .current { 
    font-weight: bold;
}


.banner-order input.text { 
    width: 200px;
}
.banner-order .province { 
    background: #ccc;
    padding: 5px;
    margin-bottom: 5px;
}
.banner-order .province .regions { 
}
.banner-order .section { 
    background: #ddd;
    padding: 10px;
    margin-bottom: 10px;
}
.banner-order .section-form { 
    float: left;
    width: 40%;
}
.banner-order .section-help { 
    float: left;
    width: 40%;
    margin-left: 20px;
    margin-top: 5px;
}
.banner-order .price { 
    font-weight: bold;
    font-size: 16pt;
    display: inline;
}


/* loterie */
.loterie { 
    /*width: 237px;*/
}
.loterie .cube .image { 
	background-image: url("../images/kostky/70x60/loterie.png");
}
.loterie .inner { 
    /*width: 237px;*/

    background: white;
}
.loterie .image { 
    float: left;
}
.loterie .content { 
    float: left;
    width: 360px;
    padding: 0 0px 0px 10px;

    color: #555;
    
}
.loterie h3 { 
    font-size: 10pt;
    font-weight: bold;

    height: 30px;

    margin: 15px 0;
}
.loterie p { 
    margin: 5px 0;
}
.loterie .buttons { 
    padding: 10px 20px;
    color: #555;
}
.loterie .try1 { 
    float: left;
    width: 50%;
}
.loterie .try2 { 
    float: left;
    width: 50%;
}
.loterie .button a { 
    display: block;
    width: 198px;
    height: 58px;
    background: url("../images/content/lottery-button.jpg") no-repeat;

    font-size: 17pt;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.loterie .button a span { 
    display: block;

    padding-top: 20px;
    padding-left: 90px;

    color: white;
}
.loterie .desc { 
    padding-left: 20px;
}
.loterie span { 
    color: #B400B3;
}
.loterie .purple { 
    color: #B400B3;
}
.loterie .greybig { 
    font-size: 14pt;
}
.loterie .result { 
    padding: 4px 5px;
    margin-top: 20px;

    background: #C700C3;
    color: white;
    font-size: 120%;
    font-weight: bold;

    text-align: center;
}
.gallery { 
    /*width: 222px;*/

    border: 0px solid #ccc;
}
.nastaveni .gallery { 
    width: auto;
}
.gallery .image { 
    width: 100px;

    display: block;

    float: left;

    text-align: center;

    margin-right: 11px;
    margin-bottom: 8px;
}
.gallery a { 
}
.gallery .image img { 
    border: 1px solid #aaa;
    display: block;
}
/*
 * jQuery UI CSS Framework @VERSION
 *
 * 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/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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 @VERSION
 *
 * 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/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0px&bgColorHeader=444444&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=14_loop.png&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=20&borderColorActive=26b3f7&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: Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #555555; background: #000000 url(../js/jquery/theme/images/ui-bg_loop_25_000000_21x21.png) 50% 50% repeat; color: #ffffff; }
.ui-widget-content a { color: #ffffff; }
.ui-widget-header { border: 1px solid #333333; background: #444444 url(../js/jquery/theme/images/ui-bg_highlight-soft_44_444444_1x100.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 #444444; background: #222222 url(../js/jquery/theme/images/ui-bg_highlight-soft_35_222222_1x100.png) 50% 50% repeat-x; font-weight: normal; 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 #0b93d5; background: #003147 url(../js/jquery/theme/images/ui-bg_highlight-soft_33_003147_1x100.png) 50% 50% repeat-x; font-weight: normal; 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 #26b3f7; background: #0972a5 url(../js/jquery/theme/images/ui-bg_highlight-hard_20_0972a5_1x100.png) 50% 50% repeat-x; font-weight: normal; 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(../js/jquery/theme/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(../js/jquery/theme/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(../js/jquery/theme/images/ui-icons_cccccc_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(../js/jquery/theme/images/ui-icons_cccccc_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(../js/jquery/theme/images/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(../js/jquery/theme/images/ui-icons_cccccc_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(../js/jquery/theme/images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(../js/jquery/theme/images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(../js/jquery/theme/images/ui-icons_4b8e0b_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(../js/jquery/theme/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-tl { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; }
.ui-corner-tr { -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-br { -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-top { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-right {  -moz-border-radius-topright: 0px; -webkit-border-top-right-radius: 0px; border-top-right-radius: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-right-radius: 0px; }
.ui-corner-left { -moz-border-radius-topleft: 0px; -webkit-border-top-left-radius: 0px; border-top-left-radius: 0px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; border-bottom-left-radius: 0px; }
.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; }

/* Overlays */
.ui-widget-overlay { background: #5c5c5c url(../js/jquery/theme/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(../js/jquery/theme/images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
 * jQuery UI Resizable @VERSION
 *
 * 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/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 @VERSION
 *
 * 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/Selectable#theming
 */
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
/*
 * jQuery UI Accordion @VERSION
 *
 * 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/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 @VERSION
 *
 * 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/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 @VERSION
 *
 * 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 @VERSION
 *
 * 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/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 @VERSION
 *
 * 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/Dialog#theming
 */
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 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 @VERSION
 *
 * 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/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 @VERSION
 *
 * 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/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 @VERSION
 *
 * 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/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.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%; }

/* 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 @VERSION
 *
 * 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/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../js/jquery/colorbox/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../js/jquery/colorbox/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../js/jquery/colorbox/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../js/jquery/colorbox/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../js/jquery/colorbox/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../js/jquery/colorbox/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../js/jquery/colorbox/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../js/jquery/colorbox/images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(../js/jquery/colorbox/images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(../js/jquery/colorbox/images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(../js/jquery/colorbox/images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(../js/jquery/colorbox/images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(../js/jquery/colorbox/images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(../js/jquery/colorbox/images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(../js/jquery/colorbox/images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(../js/jquery/colorbox/images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

