/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
html {
	overflow-y: scroll;
}
p {
  padding-bottom: 16px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #333;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	display: none;
}
.right {
	float: right;
}
.left {
	float: left;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

body{
	background: #f1e3cd;
	padding: 20px 0;
	font-family: Arial;
	font-size: 13px;
	line-height: 1.35em;
}

a {
color:#000000;
font-weight:normal;
}

.invisible
{
	display: none;
}

/*#site {
	width: 945px;
	background: #ffffff;
	padding: 30px 20px 20px 20px;
	margin: 0 auto;
	
	background-position: 565px 15px; 
}   */



/*! Quote */
.quote-form {
	margin-bottom: 20px;
	padding-left: 65px;
}
.quote-form .field {
	margin-bottom: 10px;
}
.quote-form .field.double {
	float: left;
	width: 257px;
}
.quote-form .field.double:first-child {
	margin-right: 20px;
}
.quote-form .field.tripple {
	float: left;
	width: 165px;
	margin-left: 20px;
}
.quote-form .field.tripple:first-child {
	margin-left: 0;
}
.quote-form select {
	width: 350px;
}
.quote-form [type=text],
.quote-form [type=phone],
.quote-form [type=email] {
	padding: 5px;
	background: #fff;
	border: 1px solid #ccc;
}
.quote-form [type=text]:focus,
.quote-form [type=phone]:focus,
.quote-form [type=email]:focus {
	outline: none;
	border-color: #2094FE;
}
.quote-form .double.full input {
	width: 245px;
}

.quote-form .errors {
	margin: 10px 0;
	padding: 10px;
	background: #F9DBDD;
}
.quote-form .errors p {
	margin-bottom: 5px;
	padding: 0;
}


#content
{
    width: 945px;
    background: #fff;
    min-height: 500px;
    margin: 0 20px;
    padding: 30px 20px 20px 20px; 
}

 #content ul.menu{
     width: 985px;
     left: 20px;
     height: 50px;
     background: #584a42;
     margin: 10px 0px;
     list-style-type: none;
     display: inline-block;
     position: relative;
 }
     #content ul.menu span.left{
         position: absolute;
         top: -4px;
         left: -10px;
         width: 10px;
         height: 54px;
         display: inline-block;
         background: url("/_gfx/menuLeft.gif") no-repeat top left;
     }
     #content ul.menu span.right{
         position: absolute;
         top: -4px;
         right: -10px;
         width: 10px;
         height: 54px;
         display: inline-block;
         background: url("/_gfx/menuRight.gif") no-repeat top left;
     }
     
     #content ul.menu li
     {
         display: inline-block;
         float: left;
     }
         #content ul.menu li a{
             background: url("/_gfx/menu.gif");
             height: 50px;    
             display: inline-block;
         }
             #content ul.menu li a span{
                 display: none;
             }
             
             #content ul.menu li a.start{ background-position: 0px 0px; width: 120px; }
                 #content ul li a.start:hover{ background-position: 0px -50px; }
                 
             #content ul.menu li a.allaHotell{ background-position: -120px 0px; width: 137px; }
                 #content ul.menu li a.allaHotell:hover{ background-position: -120px -50px; }
                 
             #content ul.menu li a.golf{ background-position: -257px 0px; width: 81px; }
                 #content ul.menu li a.golf:hover{ background-position: -257px -50px; }
                 
             #content ul.menu li a.konferens{ background-position: -338px 0px; width: 127px; }
                 #content ul.menu li a.konferens:hover{ background-position: -338px -50px; }
                 
             #content ul.menu li a.om{ background-position: -465px 0px; width: 110px; }
                 #content ul.menu li a.om:hover{ background-position: -465px -50px; }
                 
             #content ul.menu li a.start_select{ background-position: 0px -100px; width: 120px; }
             #content ul.menu li a.allaHotell_select{ background-position: -120px -100px; width: 137px; }
             #content ul.menu li a.golf_select{ background-position: -257px -100px; width: 81px; }
             #content ul.menu li a.konferens_select{ background-position: -338px -100px; width: 127px; }
             #content ul.menu li a.om_select{ background-position: -465px -100px; width: 110px; }




#header {
	margin: 0 0 20px 0;
}
#header .logo {}
#header .loggain {}


#splash {
	position: relative;
	width: 945px;
	height: 220px;
	background: url(/_gfx/splash_weekendspa.jpg) no-repeat left top;	
	margin: 0 0 20px 0;
}

#splash_small {
	position: relative;
	width: 945px;
	height: 116px;
	background: url(/_gfx/splash_weekendspa_small.jpg) no-repeat left top;	
	margin: 0 0 20px 0;
}

#splash .medlemskap {
	position: absolute;
	width: 248px;
	height: 165px;
	right: 0;
	top: 0;
	padding: 10px;
	margin: 32px 21px 0 0;
}
#splash .medlemskap .medlemx {
	float: right;
	height: 32px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #616364;
	background: #f27d0a url(/_gfx/input_bg_medlem.gif) repeat-x left top;
}
#splash .medlemskap .textx {
	height: 30px;
	width: 226px;
	line-height: 30px;
	border: 1px solid #bab9b9;
	padding: 0 10px;
	margin: 0 0 10px 0;
}


#main {}
#main .leftside {
	float: left;
	width: 600px;
	margin: 0 35px 35px 0;
}
#main .rightside {
	float: left;
	width: 310px;
	margin: 0 0 35px 0;
}
#main .listing {
	clear: both;
}



#main .ark1 {
	background: url(/_gfx/ikon_tofflor_51.png) no-repeat left top;
	padding: 0 0 0 65px;
	margin: 0 0 25px 0;
}
#main .ark2 {
	background: url(/_gfx/ikon_ljus_51.png) no-repeat left top;
	padding: 0 0 0 65px;
	margin: 0 0 25px 0;
}
#main .ark3 {
	background: url(/_gfx/ikon_hammare.gif) no-repeat left top;
	padding: 0 0 0 65px;
}
#main h2.hark {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#main h1.hark {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 3px 0;
}
#main a.aark {
	display: block;
	color: #d87400;
	text-decoration: underline;
	padding-top: 7px;
}
#main .ark1 p, #main .ark2 p #main .ark3 p {
	margin: 5px 0px;
	padding: 0;
}

.meny {
 	margin-top: 5px; text-align: right; width: 800px; 	
 	font-size: 18px;
}
.meny a {
	font-size: 18px;
	text-decoration: none;
}
.meny a:hover {
	text-decoration: underline;
}


#main .bluebox {
	background: #dabf96;  
    font-size: 12px;  
}
#main .bluebox p.bluetitle {
	height: 30px;
	background: #af8e5d;
	color: #ffffff;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 10px;
}
#main .inside {
	padding: 15px 20px 5px 20px;
}
#main div.left_box {
	width: 618px;
	border: 1px solid #ccc;
}
#main div.box_txt {
	padding: 10px 10px 15px 10px;   
}



#list {
	font-size: 12px;
	background: #fff;
	width: 945px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 20px 0;
}
#list tr.red
{
	/*background: #fbfbfb;*/
	color: #cccccc !important;
}
#list tr.red .htd {
	color: #e1f3cf !important;
}
#list tr.red td a {
	color: #e1f3cf !important;
}

#list tr.yellow
{
	background: #fff9da;
}
#list td {	
	padding: 10px 0px 0px 0px;
}
#list td.extra {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	color: #646060;
}
#list td.extrayellow {
	border-bottom: 1px solid #dfd4ac;
	padding: 10px 0;
	color: #646060;
 
}
#list td.extrared {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	color: #646060;
 
}
#list td p {
	margin: 0;
	padding: 0;
}
#list td a {
	color: #60a41a;
	font-weight: bold;
	padding: 0 0 3px 0;
}

#list td.favstar {
	width:20px;
	padding-right: 20px;
	vertical-align: top;
}
#list td.hyresvard {
	width:200px;
	padding-right: 20px;
	vertical-align: top;
}
#list td.tele {
	width:100px;
	padding-right: 20px;
	vertical-align: top;
}
#list td.status {
	width:50px;
	padding-right: 20px;
	vertical-align: top;
}
#list td.fakta {
	width:310px;
	padding-right: 40px;
	vertical-align: top;
}
#list td.markering {
	width:165px;
	vertical-align: top;
}
#list td.hyresvard p.htd {
	font-size: 14px;
	padding: 0 0 4px 0;
	color: #60a41a;
	font-weight: bold;
}
#list td.markering .markx , #list td.markering .markq-delete {
	height: 26px;
	width: 150px;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #4f8a1b;
	background: #5fb815 url(/_gfx/input_bg_markera.gif) repeat-x left top;
}
#list td.markering .markq-delete {
	height: 26px;
	width: 164px;
}
#list td.markering .markxr {
	height: 20px;
	width: 150px;
	margin-top: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #600000;
	background: #5fb815 url(/_gfx/input_bg_medlem.gif) repeat-x left top;
}
#list td.markering .markxr_reset {
	height: 20px;
	width: 150px;
	margin-top: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #4f8a1b;
	background: #5fb815 url(/_gfx/input_bg_markera.gif) repeat-x left top;
}
#list td.markering .markx-delete {
	height: 20px;
	width: 150px;
	margin-top: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #4f8a1b;
	background: #5fb815 url(/_gfx/input_bg_markera.gif) repeat-x left top;
}




ul.katalog {
    float:left;
    width:130px;
    margin-right: 20px;
}
ul.katalog li {
    padding: 0 0 4px 20px;
    background:url(/_gfx/ikon_blomma.png) no-repeat left 4px;
}
ul.katalog li.stad {
    padding: 0 0 2px 20px;
    background:url(/_gfx/ikon_blomma.png) no-repeat left 4px;
}
ul.katalog li a {
    color:#606060;
}


div.pagination_container
{
	margin-bottom: 20px;
}
div.pagination_container span.pagination_active
{
	background: #ffc884;
	margin-right: 7px;
	padding: 3px 6px;
	border: 1px solid #e6932c;
} 

div.pagination_container span.pagination
{
	background: #ffe8cc;
	margin-right: 7px;
	padding: 3px 6px;
	border: 1px solid #f1b05f;
}



div.formrow
{
	clear: both;
	margin-top: 2px;
}
div.formrow .inputs
{
	height: 20px;
	padding: 2px 5px 3px 5px;
	border:1px solid #ddd;
	/* color:#666; */
	background: #e9e9e9;
	color: #000;
	width: 240px;
}
div.formrow textarea {
	padding: 2px 5px 3px 5px;
	border:1px solid #ddd;
	/* color:#666; */
	background: #e9e9e9;
	color: #000;
}
div.formrow .skickain
{	
	height:26px;
	background: #e9e9e9;
	border: 1px solid #ddd;
	font-size: 15px;
	margin-top:21px;
	cursor: pointer;
}
div.formrow h4
{
	color: #000033;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
}
div.formrow .medlemx {
	margin-top: 10px;
	height: 32px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-family:  arial;
	border: 1px solid #616364;
	background: #f27d0a url(/_gfx/input_bg_medlem.gif) repeat-x left top;
}

h2.faq
{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0px;
}

.leftside h1 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6em;
}

.list_resort {
	margin: 10px 0px 20px 0;
	padding: 10px 0px 20px 0;	
}
.list_resort_border {
	border-bottom: 1px solid #aaa; 
}

.list_resort h2 {
	font-size: 18px;
}
div.ruta {
	background:url(/_gfx/ruta.png) no-repeat left 0px;	 
    height: 24px;
    line-height: 24px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    width: 80px;
    float: left;
}  

div.ruta_right {
	background:url(/_gfx/ruta.png) no-repeat left 0px;	 
    height: 24px;
    line-height: 24px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    width: 120px;
    float: left;
}
.resort h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.resort_thumb {
    margin-right: 15px;
    border: 1px solid #000000;
    margin-bottom: 10px;
}

.list_resort div.ruta_container {
	padding: 10px 10px 10px 10px;
    /*background-color: #F5E8DB;
    border: 1px solid #eeeeee;*/
    margin-top: 10px;
}
.list_resort .list_title {
	width: 300px;
	float: left;
}
.list_resort .list_stars {	
	float: right;
}
.clear {
	clear: both;
}

.toplist {
	font-size: 12px;
	margin-bottom: 5px;
}

.toplist_lan {
	float: right;
}
.list_avatar {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;	
}
.list_avatar img {
	border: 1px solid black;
}

.toplist a { text-decoration: none; } 
.toplist a:hover { text-decoration: underline; } 

div.ruta_check {
    background:url(/_gfx/ruta_check.png) no-repeat left 0px;	 
    height: 24px;
    line-height: 24px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    width: 80px;
    float: left;
}

div.ruta_check_right {
    background:url(/_gfx/ruta_check.png) no-repeat left 0px;	 
    height: 24px;
    line-height: 24px;
    padding: 0px 0px 0px 30px;
    margin-bottom: 5px;
    width: 120px;
    float: left;
}

.sub_katalog li {
	float: left; 
	width: 100px;
    padding: 0 0 2px 20px;
    background:url(/_gfx/icon_small_folder.gif) no-repeat left 4px;	
}


div#footer
{
	background: #eee; border: 0px solid #bbb; padding: 5px; width: 975px; margin: 0 20px;
}
div#footer_left
{
	float:left;
	width: 50%;
	text-align: left;
}
div#footer_right
{
	float:left;
	width: 50%;
	text-align: right;
}

div.error
{
	background: #FFCC99; border: 1px solid #CC3333; font-weight: bold; padding: 10px; margin: 5px 0px;
}
div.error ul
{
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}

img.demo {width: 595px; border: 1px solid black; margin: 15px 0px; }

.b_check {
	padding-left: 30px;
	background: url(/_gfx/check.png) no-repeat left top;
	background-position: 0px 5px;
}

.boinfo {
	padding: 5px 10px 0px 10px;
}

form.marker-form-public
{
	margin-bottom: 5px;
}
table.oppettider {
	margin-bottom: 20px;
    margin-left: 15px;
	
}

.oppettider td {
	padding: 3px 35px 0px 0px;
	font-size: 12px;
}

ul.behandlingar {
    margin-left: 15px;
}
ul.behandlingar li {
	width: 180px;
	float: left;
	margin-left: 15px;
	list-style-type: square;
}

.bokanu {
	margin: 20px;
	text-align: middle;
}
table.overview {
	border-width: 0px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.overview th {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 255, 240);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.overview td {	
	padding: 10px;
	border-bottom: 1px inset gray;	
	border-color: #cccccc;
	background-color: rgb(255, 255, 255);
	-moz-border-radius: 0px 0px 0px 0px;
}

table.overview td.bad {
	border-width: 1px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: rgb(255, 230, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}


a.filterbutton, a.filterbutton_active {
	background: url("/_gfx/filter.gif") no-repeat;
	padding-left: 20px;
	display: inline-block;
	height: 27px;
	font: bold 12px/27px Arial;
	text-decoration: none;
	color: #000;
	margin-right: 5px;	
}

a.filterbutton_active {
    color: #fff;
}

a.filterbutton span, a.filterbutton_active span {
	background: url("/_gfx/filter.gif") top right no-repeat;
	padding-right: 20px;
	display: inline-block;
	height: 27px;
}

a.filterbutton_active, a.filterbutton_active{
	background: url("/_gfx/filterActive_2.gif") no-repeat;
}

a.filterbutton_active span, a.filterbutton_active span{
	background: url("/_gfx/filterActive_2.gif") top right no-repeat;
	color: #fff;    
}
a.filterbutton:hover {
    text-decoration: underline;
}
a.filterbutton_active:hover {
    text-decoration: underline;
    colro: #ffffff;
}


/* Modal
----------------------------------*/
.modal-overlay {
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
	background: #000;
	opacity: .8;
	filter: alpha(opacity = 80);
}
.modal-window {
	position: fixed;
	left: 50%; top: 50%;
	padding: 20px;
	background: #fff;
}




/* UI
----------------------------------*/
.ui-widget { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; 
	font-size: 11px; 
}

/* Selectmenu
----------------------------------*/
.ui-selectmenu { 
	display: inline-block; 
	height: 22px;
	line-height: 22px;
	position: relative; 
	overflow: hidden;
	
	background: #eee;
	background: -webkit-linear-gradient(bottom, #eee 0%, #fff 100%);
	background: -moz-linear-gradient(bottom, #eee 0%, #fff 100%);
	background: -o-linear-gradient(bottom, #eee 0%, #fff 100%);
	background: -ms-linear-gradient(bottom, #eee 0%, #fff 100%);
	background: linear-gradient(bottom, #eee 0%, #fff 100%);
	
	border: 1px solid #adadad;  
	border-radius: 4px;
	font-weight: normal;
	text-decoration: none; 
	color: #1d1d1d;
	
	zoom: 1; 
}
.ui-selectmenu.ui-state-hover {
	border: 1px solid #909f5d;
	background: #a5b66e;
	background: -webkit-linear-gradient(bottom, #a5b66e 0%, #b3c893 100%);
	background: -moz-linear-gradient(bottom, #a5b66e 0%, #b3c893 100%);
	background: -o-linear-gradient(bottom, #a5b66e 0%, #b3c893 100%);
	background: -ms-linear-gradient(bottom, #a5b66e 0%, #b3c893 100%);
	background: linear-gradient(bottom, #a5b66e 0%, #b3c893 100%);
	color: #444b2c; 
}
.ui-selectmenu.ui-state-focus {
	border-color: #2094FE;
} 

.ui-selectmenu-icon {
	margin-top: -8px;
	width: 16px; height: 16px;
	background: url(/_gfx/ui-icons_454545_256x240.png) no-repeat -128px -16px;
	position: absolute; 
	right: 6px; top: 50%; 
}
.ui-selectmenu-menu {
	display: none;
	margin: 0;
	padding: 0;
	background: #eee;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 10px rgba(0,0,0, .2);
	position: absolute; 
	top: 0; 
	z-index: 1005;
}
.ui-selectmenu-menu  ul { 
	margin: 0;
	padding: 0;  
	list-style: none; 
	position: relative; 
	overflow: auto; 
	overflow-y: auto; 
	overflow-x: hidden; 
	-webkit-overflow-scrolling: touch;
}
.ui-selectmenu-open { 
	display: block; 
}
.ui-selectmenu-menu-popup { 
	margin-top: -1px; 
}
.ui-selectmenu-menu li { 
	display: block;
	margin:0;
	padding: 0; 
	border-top: 1px dotted transparent; 
	border-bottom: 1px dotted transparent; 
	border-right-width: 0 !important; 
	border-left-width: 0 !important;
	font-weight: normal !important;
}
.ui-selectmenu-menu li a,.ui-selectmenu-status { 
	line-height: 22px;
	display: block; 
	padding: 0 10px;
	outline:none; 
	text-decoration:none; 
}
.ui-selectmenu-menu .ui-state-hover a,
.ui-selectmenu-menu .ui-state-active a {
	background: #ccc;
} 
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { 
	cursor: default; 
}
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { 
	padding-left: 20px; 
	position: relative; 
	margin-left: 5px;
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { 
	position: absolute; 
	left: 0; top: 1em; 
	margin-top: -8px; 
}
.ui-selectmenu-status { 
	line-height: 22px; 
}
.ui-selectmenu-menu li span,.ui-selectmenu-status span { 
	display:block;
	margin-bottom: .2em;
}
.ui-selectmenu-menu li .ui-selectmenu-item-header { 
	font-weight: bold;
}
.ui-selectmenu-menu li .ui-selectmenu-item-footer {
	opacity: .8;
}
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }




.ui-datepicker { 
	width: 17em; 
	padding: .2em .2em 0; 
	display: none; 
}
.ui-datepicker.ui-widget-content {
	background: #DABF96;
	border-color: transparent;
}
.ui-datepicker .ui-datepicker-header { 
	position:relative; 
	padding:.2em 0; 
	background: #AF8E5D;
	border-color: transparent;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 30px; height: 20px; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover  { 
	text-decoration: underline;
}
.ui-datepicker .ui-datepicker-prev { left:2px; text-align: left; }
.ui-datepicker .ui-datepicker-next { right:2px; text-align: right; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; 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; }

.ui-datepicker .ui-state-disabled {
	opacity: .5;
}

/* 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 {
    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*/
}




.ui-spinner { position:relative; display: inline-block; overflow: hidden; padding: 0; vertical-align: middle; }
.ui-spinner-input { border: none; background: none; padding: 0; margin: .2em 0; vertical-align: middle; margin-left: .4em; margin-right: 22px; }
.ui-spinner-button { width: 16px; height: 50%; font-size: .5em; padding: 0; margin: 0; z-index: 1; text-align: center; position: absolute; cursor: default; display: block; overflow: hidden; right: 0; }
.ui-spinner a.ui-spinner-button { border-top: none; border-bottom: none; border-right: none; } /* more specificity required here to overide default borders */
.ui-spinner .ui-icon { position: absolute; margin-top: -8px; top: 50%; left: 0; } /* vertical centre icon */
.ui-spinner-up { top: 0; }
.ui-spinner-down { bottom: 0; }

/* TR overrides */
span.ui-spinner { background: none; }
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position:-65px -16px;
}






.cf,
.row,
.media{
	zoom:1;
}
.cf:before,
.row:before,
.media:before,

.cf:after,
.row:after,
.media:after{
	content:"";
	display:table;
}
.cf:after,
.row:after,
.media:after{
	clear:both;
}
