* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/************	Main Layout properties	***************/

body {
	background: url(../grafik/bgcity.gif) bottom center repeat-x fixed;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header_container {
	width: 900px;
	height: 120px;
	background: url(../grafik/top-background-small.png) top center no-repeat;
}

#menu_container {
	width: 920px;	
	float: left;
	margin: 10px 0 10px 0;
}

#content_header {
	width: 900px;
	height: 50px;
	float: left;
	background: url(../grafik/content-bg-top.png) top center no-repeat;
}

#content_main {
	width: 900px;
	float: left;
	background: url(../grafik/content-bg.png) top center repeat-y;
}

#content_main_left {
	width: 400px;
	float: left;
	padding:30px;	
}

/* By Faheem Starts */
#content_main_wide {
	width: 835px;
	float: left;
	padding: 20px 0 30px 30px;
}
/* By Faheem Ends */

#content_main_left_wide {
	width: 460px;
	float: left;
	padding: 20px 0 30px 30px;
	
}

#content_main_right_contact {
	width: 400px;
	float: right;
	margin: 30px 0 30px 0;
}

#content_main_right {
	width: 400px;
	float: right;
	border-left: 1px solid #D8D8D8;
	margin: 30px 0 30px 0;
}

#content_main_right_narrow {
	padding: 0 30px 0 30px;
	float: right;
	border-left: 1px solid #D8D8D8;
	margin: 30px 0 30px 0;
	width: 300px;
}

#content_footer {
	width: 900px;
	height: 50px;
	float: left;
	background: url(../grafik/content-bg-bottom.png) top center no-repeat;
}

.betingelser li {
	padding-bottom: 10px;
}


/************	Main menu properties	***************/

#menu_container li {
	float: left;
	display: inline;
	width: 175px;
	text-align: center;
	margin: 0 5px 0 1px;
	padding: 10px 0 10px 0;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#menu_container a {
	text-decoration: none;
	font-size: 1em;
}

#menu_container a:hover {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px 0 5px 0;
}


.menu_black a:link {color: #fff;}
.menu_black a:visited {color: #fff;}
.menu_black a:hover {border-color: #FFF;}

.menu_blue a:link {color: #fff;}
.menu_blue a:visited {color: #fff;}
.menu_blue a:hover {border-color: #FFF;}

.menu_pink a:link {color: #fff;}
.menu_pink a:visited {color: #fff;}
.menu_pink a:hover {border-color: #FFF;}

.menu_grey a:link {color: #303030;}
.menu_grey a:visited {color: #303030;}
.menu_grey a:hover {border-color: #303030;}


.menu_black  {
	background: #303030;
}

.menu_blue {
	background: #44C2E9;
}

.menu_pink {
	background: #E661A0;
}

.menu_grey {
	background: #E2DEC9;
}




/************	Typography properties	***************/

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
	
}

/*	Header   */

.top-text {
	border: none;
	background: url(../grafik/top-sign.png) top center no-repeat;
	width: 465px;
	height: 63px;
	display: block;
	position: relative;
	left: 360px;
	top: -75px;
	text-indent: -8888px;
}

/*	Content   */

#content_header h1 {
	font-size: 1.2em;
	color: #999;
	padding: 7px 0 0 110px;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: 10px 0;
}

#content_main p {
	font-size: 0.81em;
	color: #303030;
	margin-bottom: 0.81em;
}

#content_main_right p {
	width: 300px;
	font-size: 1.7em;
	color: #303030;
	margin: 0 30px 0.81em 45px;
	text-align: center;
	background: url(../grafik/erhverv-bg.gif) top center no-repeat;
	text-align: center;
	padding: 10px 0 10px 0;
}



/*	Footer   */


#content_footer p {
	padding-top: 20px; 
	text-align: center;
	font-size: 0.73em;
	color: #666;
}

#content_footer a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#content_footer a:visited {
	color: #666;
}

#content_footer a:hover {
	border-bottom: 1px solid #666;
	padding: 3px 0 3px 0;
}

.webdesign {
	font-size: 0.81em;
}



/*	Content Links & Lists  */

#content_main a {
	color: #E661A0;
	text-decoration: none;
	font-size: 0.81em;
}

#content_main p a {
	color: #E661A0;
	text-decoration: none;
	font-size: 1em;
}

#content_main a:visited {
	color: #E661A0;	
}

#content_main a:hover {
	color: #666;
}

ul.links {
	padding-left: 20px;
	margin: 1.5em 0 0.81em 0;
	background: url(../grafik/list.jpg) no-repeat;
	list-style: none;
	font-size: 1.19em;
}

li.links {
	padding: 5px 0 0 30px;
	
}

#content_main_left ul {
	padding-left: 20px;
	margin-top: 1.5em;
}

#content_main_left li {
	color: #666;
	font-size: 0.81em;
	list-style-position: outside;
}

.kontakt {
	font-size: 1em;
}



/************	Image properties	***************/

#header_container img {
	border: none;
	padding: 14px 0 0 30px;
}

#content_main_right img, #content_main_right_contact img {
	padding: 0 30px 30px 45px;
}



/**********************			Bestillingsform text	   ***********************/ 

#contact label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 110px; 
	font-size: 0.8em; 
	margin-left: 10px; 
	color: #666; 
}

#contact input, textarea, select { width: 220px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #999; margin: 5px 0;  webkit-border-radius:5px; }
   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; }

#contact input.check {
	width: 20px;
}


#contact a {
	font-size: 1em;
	text-decoration: underline;
}

.checkbox {
	color: #666;
	font-size: 0.8em;
}

#contact fieldset { 
	padding:10px 20px; 
	border: 1px solid #eee;
	margin-bottom: 10px;
}

#contact legend { padding:7px 10px; font-weight:bold; color: #666; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#contact #success_page h2 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }


/**********************			Beregn plads    ***********************/


table {
	vertical-align:baseline;
}



.beregner {
	vertical-align:top;
	font-size: 0.88em;
	color:#303030;
	text-align:left;
	padding: 0 0 0 5px;
	
	
	
}

.beregner_text {
	font-weight:normal;
	color:#303030;
	font-size: 0.73em;
	padding: 0 0 0 5px;
	
}

.m2_text {
	font-weight:bold;
	color:#303030;
	font-size: 0.81em;
	
	
}

#beregn_box_wide {
	float:left;
	text-align:left;
	color:#303030;
	margin: 20px 0 0 0;
	border: 1px solid #D8D8D8;
	display: inline;
}

#beregn_box_wide h2 {
	padding-left: 5px;
}

#beregn_box_wide p {
	padding-left: 5px;
}


.codeSample {
	position: relative;
	left: 20px;
	z-index: 1;
	background-color: #FFFF00;
	padding: 4px;
	border: 1px solid #000000;
	overflow: auto;
	width: 75%;
	font-size:1em;
}


/**********************			Oversigt	    ***********************/


#room_container {
	width: 840px;
	padding: 0 0 20px 0;	
	margin-bottom: 20px;
	clear: both;
}

#room_container a {
	color: #ffffff;
}

#room_container a:hover {
	color: #000000;
}

.info_container {
	float: left;
	border: 3px solid white;
}

.room_link {
	display: block;
	width: 30px;
	height: 26px;
	text-align: center;
	padding: 8px 7px 0 7px;
	color: white;
}

.not_available {
	background: #E661A0;
}

.available {
	background: #08db52;
}

.expires_soon {
	background: #44C2E9;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted white;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

p.black {
	color: #444;
	border-top: 1px dotted white;
	padding-top: 10px;
	margin-top: 8px;
}

.button {
	background: #444;
	color: white;
	text-decoration: none;
	padding: 8px 15px;
	margin: 10px 10px 10px 10px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.button:hover {
	background: #000;
}

#room_info {
	padding-top: 10px;
	margin: 0 30px;
	display: block;
}

.clear {
	clear: both;
}

ul.color_code  {
	display: block;
}

.color_code li {
	float: left;
	list-style: none;
	font-size: 11px;
	color: #666;
	margin: 5px 20px 15px 0;
}

sub {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	margin-left: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

sub.red {
	background: #E661A0;
}

sub.green {
	background: #08db52;
}

sub.blue {
	background: #44C2E9;
}

#sub_nav {
	margin-left: 30px;
}

#drawing {
	margin-top: 20px;
}

#outer_border{
	width:780px;
	height:400px;
	border:5px solid #999;
	background: #eee;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 20px;
}

#draggable{
	width:1900px;
	height:940px;
	border:10px solid #ccc;
	background: #ddd;
	overflow:hidden;
	margin-bottom: 20px;
}


/******* TABS  *********/

#tabs {
	width: 830px;
	margin-left: 30px;
}

#tabs ul li a {
	color: #E661A0;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
	display: block;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#tabs h3 {
	color: #E661A0;
	font-size: 1em;
	width: 766px;
	padding: 10px;
	margin-bottom: 0;
	background: #bbb;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

#tabs table a, #tabs table a:hover, #tabs table a:active, #tabs table a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

.tab-info {
	font-size: 0.6em;
	color: #666;
	display: block;
	font-weight: normal;
}

.availability {
	font-size: 0.7em;
	color: #666;
}


/******* TABLE  *********/

#tabs table {
	width: 784px;
	margin-left: 1px;
}

#tabs p {
	padding: 10px;
	color: #666666;
	width: 760px;
}

.striped th {
	font-size: 0.8em;
	color: #fff;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px solid #bbb;
	padding: 5px 10px;
	background: #ccc;	
	text-align: left;
}

table.striped {
	margin-bottom: 20px;
}

table.occupied {
	color: #999;
}

.striped td {
	border: 1px solid #ccc;
	padding: 5px 10px;
	font-size: 0.8em;
}

.striped td img {
	margin-left: 20px;
}

tr.alt td {
	background: url(../grafik/table-bg.png) top center repeat-x;
}

tr.over td {
	background: #e3e3e3;
}

.order-button, .order-button:visited, #admin input.submit {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer
}

	.order-button:hover									{ background-color: #111; color: #fff; }
	.order-button:active								{ top: 1px; }
	
	.blue.order-button, .blue.order-button:visited		{ background-color: #44C2E9; color: #fff; }
	.blue.order-button:hover							{ background-color: #c81e82; color: #fff; }
	.green.order-button, .green.order-button:visited	{ background-color: #08db52; color: #fff; }
	.green.order-button:hover						    { background-color: #15bb4f; color: #fff; }

.map-circle {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url(../grafik/green-light.png) top left no-repeat;
}

.countdown {
	display: block;
	padding: 5px 0px;
	font-size: 0.8em;
	color: #666;
}

#tabs td.plantegning a {
	width: 28px;
	height: 25px;
	background: url(../grafik/magnify.png) top left no-repeat;
	display: block;
	text-indent: -8888px;
	margin-left: 30px;
}


/* ADMIN */

#admin label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 250px; 
	font-size: 0.8em; 
	margin-left: 10px; 
	color: #666; 
}

#admin input, textarea, select { width: 220px; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #999; margin: 5px 0;  webkit-border-radius:5px; }
   
#admin input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }

#admin input.submit { 
	width: 120px;
	font-size: 0.8em;
}

#admin  input.submit.pink  {
	background-color: red;
}

#admin input.submit:hover { background:#444; }
#admin input[type="submit"][disabled] { background:#888; }

#admin fieldset { 
	padding:10px 20px; 
	border: 1px solid #ddd;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 780px;
}

#admin legend { padding:7px 10px; font-weight:bold; color: #666; }

#admin span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#admin #success_page h2 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

span.right {
	float: right;
	margin-right: 50px;
}


/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* 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
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555; 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 #999999; background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa; background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; 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 #fcefa1; background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

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

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



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

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

}
/* Button
----------------------------------*/

.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 .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .4em 1em .4em 2.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 .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 .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-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 */


/* Tabs
----------------------------------*/
.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; }
/* Datepicker
----------------------------------*/


/* 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*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

.striped span a{color:#E661A0 !important;text-decoration:underline !important;font-weight:normal !important;}
