/* Global reset */
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}body{line-height:1;color:#000;background:#fff}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:"" ""}
input,button{overflow:visible}strong{font-weight:bold}em{font-style:normal}button{cursor:pointer}

/* Default classes */
.margin-top{margin-top:15px}.margin-bottom{margin-bottom:15px}.margin-left{margin-left:15px}.margin-right{margin-right:15px}
.left{float:left}.right{float: right}.clear{clear:both}
.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.middle{vertical-align:middle}.left-text{float:left;line-height:24px;padding:0 5px}

/* Basic selectors styles */
h2 { font: bold 14px Arial, sans-serif; margin-bottom: 15px; }
h3 { font: bold 12px Arial, sans-serif; margin-bottom: 15px; }
p { margin-bottom: 15px; }

a { color: #000; text-decoration: none; outline: none; cursor: pointer }
a:hover { text-decoration: underline; }

body {
	font: 12px/160% Arial, Tahoma, Helvetica, sans-serif;
	color: #000;
	background: url(../images/body.gif) repeat-x;
}	

/* Container
---------------------------------------------- */
#container { width: 982px; margin: 0 auto; padding-bottom: 15px; }	
	
	
/* Header
---------------------------------------------- */
#header { position: relative; height: 93px; padding-top: 34px; margin-bottom: 19px; background: url(../images/header/bg.jpg) 0 3px no-repeat; z-index: 100; }	
	
	/* Logo */	
	#header h1 a { position: absolute; width: 315px; height: 125px; top: 0; right: 0; }
	#header h1 a span { position: absolute; width: 154px; height: 60px; right: 5px; bottom: 3px;  background: url(../images/header/logo/de.png) no-repeat; text-indent: -999999px }
		.lang-de #header h1 a span { background-image: url(../images/header/logo/de.png); }
		.lang-pl #header h1 a span { background-image: url(../images/header/logo/pl.png); }
		.lang-en #header h1 a span { background-image: url(../images/header/logo/en.png); }
		.lang-da #header h1 a span { background-image: url(../images/header/logo/dk.png); }
		.lang-no #header h1 a span { background-image: url(../images/header/logo/no.png); }
		.lang-sv #header h1 a span { background-image: url(../images/header/logo/se.png); }
		.lang-cs #header h1 a span { background-image: url(../images/header/logo/cz.png); }
		.lang-hu #header h1 a span { background-image: url(../images/header/logo/hu.png); }
		.lang-fr #header h1 a span { background-image: url(../images/header/logo/fr.png); }
		.lang-nl #header h1 a span { background-image: url(../images/header/logo/nl.png); }
		.lang-hr #header h1 a span { background-image: url(../images/header/logo/hr.png); }
		.lang-ro #header h1 a span { background-image: url(../images/header/logo/ro.png); }
		.lang-sl #header h1 a span { background-image: url(../images/header/logo/si.png); }
		.lang-it #header h1 a span { background-image: url(../images/header/logo/it.png); }
	
	/* Toolbar */
	#toolbar, #toolbar .first { /*background: url(../images/header/toolbar.gif) right bottom no-repeat;*/ }
	#toolbar .first { /*background-position: 0 0;*/ background: none; }
	#toolbar { float: left; height: 31px; line-height: 31px; margin-bottom: 25px; }
	#toolbar li { float: left; padding: 0 10px; background: url(../images/header/toolbar-sep.gif) 0 center no-repeat; }
	#toolbar a { color: #93141b; }
	#toolbar .none { padding: 0 2px; background: none; }
	#toolbar .last { padding-right: 5px; }
	#toolbar img { vertical-align: middle; _margin-top: 5px; }
	#toolbar .link { margin-top: 3px; }
	
	/* Menu */	
	#menu { padding-left: 10px; clear: both; height: 41px; line-height: 37px; /*background: url(../images/header/menu2.gif) no-repeat;*/ }
	#menu li { float: left; padding-right: 2px; _width: 50px; position: relative; text-align: center; background: url(../images/header/sep.gif) right 0 repeat-y; z-index: 50; }
	#menu #languages { background: none; }
	#menu a { display: block; padding: 0 15px; height: 37px; font-size: 13px; font-weight: bold; color: #fff; /*text-shadow: #000 1px 1px;*/ text-decoration: none; white-space: nowrap; }	
	#menu a:hover { background: #c61b1d; }
	#menu #languages a:hover { background: none; }
	#menu li a em { padding-right: 20px; background: url(../images/header/arr.gif) right 6px no-repeat; }
	#menu a.current { text-decoration: underline; }
	
	#menu ul { display: none; position: absolute; width: 102px; top: 37px; left: 0; padding: 10px 20px 13px; height: auto; line-height: 100%; background: url(../images/header/submenu.png) 0 bottom no-repeat; }
	#menu ul { _background-image: url(../images/header/submenu.gif); }
	#menu .active ul { display: block; }
	#menu ul li { padding: 3px 0; background: none; border-bottom: 1px solid #841417; }
	#menu ul .last { border: 0; padding-bottom: 0; }
	#menu ul a { width: 110px; height: auto; padding: 0; font-size: 12px; text-align: left; }
	
	/* Facebook ------------------------------ */
	#facebook { background: none; }
	#facebook #container { width: 720px; }
	#facebook #content { width: 718px; *width: 720px; }
	#facebook #header { background: url(../images/header/bg-facebook.jpg) 0 bottom no-repeat; }
	#facebook #header h1 a { height: 90px; }
	#facebook #header h1 a span { bottom: 25px; }
	#facebook #menu a { padding: 0 15px; }
	#facebook #menu ul a { padding: 0; }
	#facebook #footer { width: 720px; background-image: url(../images/footer/bg-facebook.gif); } 

/* Content
---------------------------------------------- */
#content, #main-box { position: relative; float: left; width: 720px; margin-bottom: 15px; border: 1px solid #f1f1f1; background: #fff url(../images/content/bg.gif) repeat-x;  }
#content.home { background: url(../images/content/home-bg.png) no-repeat; }
#content.startsite { color: #626262; background: #f9f9f9; }
.content { float: left; width: 720px; }
#main-box { color: #626262; background: #f9f9f9; }
#main-box p { margin: 0; }
#main-box strong, #main-box h3 { font-weight: bold; color: #ED1C24; }

	h2 .link { float: right; font-size: 12px; }
	h2.header { font: 18px "Trebuchet MS", Arial, sans-serif; color: #6d6d6d; }
	dl.rules dt { font-weight: bold; }
	dl.rules dd { margin-bottom: 15px}
	
	.page ol { margin: 0 0 15px 20px; }
	.page ol li { list-style: decimal; }
	.page ul { margin: 0 0 15px; }
	.page ul li { padding-left: 15px; background: url(../images/content/submenu-arr.gif) 0 6px no-repeat; }
	.page a { color: #af101c; }
	.page h4 { font-size: 14px; font-style: italic; }
	
	.imprint p { margin-bottom: 30px; }
	.imprint h4 { margin-bottom: 0; }
	
	.jury { float: left; }
	.jury-container { float: right; width: 340px; padding-top: 40px; }
	
	.join-to-cewe { display: block; width: 141px; height: 50px; line-height: 100%; padding: 10px 0 0 5px; margin-bottom: 15px; font-size: 14px; font-weight: bold; color: #fff; text-decoration: none; background: url(../images/content/join-to-cewe.gif) no-repeat; }
	.join-to-cewe:hover { text-decoration: none; }
	.join-to-cewe strong { display: block; line-height: 100%; margin-top: 5px; font-size: 11px; font-weight: bold; }
	.join-to-cewe em { display: block; line-height: 100%; font-size: 11px; font-style: normal; font-weight: bold; }
	
	/* Flash messages */
	.flash-messages { float: left; width: 720px; }
	.flash-messages li { padding-left: 60px; margin-bottom: 10px; height: 32px; padding-top: 1px; line-height: 32px; color: #000; }
	.flash-messages .notice { background: url(../images/content/flash-notice.gif) no-repeat; }
	.flash-messages .error { background: url(../images/content/flash-error.gif) no-repeat; }
	.flash-messages .warning { background: url(../images/content/flash-warning.gif) no-repeat; }
	
	/* Corners */
	.c, .r { position: relative; height: 6px; font-size: 0; line-height: 0; background: url(../images/content/corners.gif) no-repeat; }
	.c { margin-left: -1px; }
	.r { margin-right: -1px; background-position: right -6px; }
	.t { margin-top: -1px; }
	.b { margin-bottom: -1px; background-position: 0 -12px; }
	.b .r { background-position: right -18px; }
	.inside { padding: 10px 20px; /*overflow: hidden; height: 100%;*/ }
	
	/* Box */
	.box { position: relative; }
	.box h3, .box h3 strong { display: block; height: 27px; line-height: 27px; margin: 0; padding-left: 5px; color: #fff; background: url(../images/content/box-h.gif) 0 0 no-repeat; }
	.box h3 strong { padding: 0 10px 0 5px; background-position: right bottom; }
	.box h3 .right { position: absolute; right: 10px; top: 0; }
	.box .content { overflow: hidden; height: 100%; padding: 10px; border: 1px solid #ccc; border-top: 0; }
	.box .inside { overflow: hidden; height: 100%; padding: 10px; border: 1px solid #ccc; border-top: 0; }
	.box .gradient { background: #fff url(../images/content/box-g.gif) 0 bottom repeat-x; }
	
	.tagcloud { padding: 10px 15px; border: 1px solid #ccc; }
	#sidebar .tag-cloud li,
	#country-cloud .tag-cloud li { display: inline; margin: 0; }
	#sidebar .category .tag-cloud li { display: block; }
	.tag-cloud big { font-size: 125%; }
	.tag-cloud small { font-size: 75%; }
	
	#countrycloud { font-size: 18px; }
	#countrycloud small { font-size: 85%; }

	/* Link */
	.link { float: left; padding: 0 10px; line-height: 22px; color: #7a7a7a; border: 1px solid #e1e1e1; text-shadow: #fff 1px 1px; background: #fff url(../images/content/link.gif) 0 bottom repeat-x; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; vertical-align: middle; }
	.link.right {  float: right; }
	.link strong { position: relative; float: left; padding-right: 25px; margin-right: -5px; font-weight: normal;  background: right center no-repeat; }
	.link:hover { color: #646464; text-decoration: none; background-position: 0 5px; }
	.link.plus strong { background-image: url(../images/content/link-plus2.gif); }
	
	.link.remove { padding-right: 0; color: #fff; border: 0; background: #9c191d url(../images/content/link-red.gif) 0 bottom repeat-x; }
	.link.remove strong { margin: 0; text-shadow: #4a0608 1px 1px; background: url(../images/content/link-remove.gif) right center no-repeat; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }
	
	/* Prizes list */
	.prizes-list { overflow: hidden; height: 100%; }
	.prizes-list li { float: left; width: 200px; height: 310px; padding: 0 12px; }
	.prizes-list .image { position: relative; height: 200px; }
	.prizes-list .image img { position: absolute; left: 0; bottom: 0; }
	.prizes-list h3 { height: 40px; font: normal 20px Georgia, serif; color: #585858; margin: 0; }
	.prizes-list h3 em { color: #ed1c24; }
	.prizes-list p { margin: 0; font-size: 11px; line-height: 130%; color: #6e6e6e; }
		.prizes-list .iphone img { left: 25px; }
		.prizes-list .swatch img { left: 50px; }
	.prizes-list .contest-info { width: 175px; height: 175px; padding: 135px 0 0 25px; font-weight: normal; font-size: 18px; color: #fff; text-shadow: #2c0607 -1px -1px; background: url(../images/content/prizes/contest-info.png) center 0 no-repeat; }
	.prizes-list .contest-info strong { font-size: 22px; color: #fff200; }
	
	/* Submenu */
	.submenu { margin-bottom: 15px; }
	.submenu .submenu { margin: 0; }
	.submenu, .submenu ul { height: 28px; background: url(../images/content/submenu.gif) right bottom no-repeat; }
	.submenu ul { padding: 0 5px; background-position: 0 0; }
	.submenu li { float: left; position: relative; z-index: 90; line-height: 28px; background: url(../images/content/submenu-sep.gif) right center no-repeat; }
	.submenu .last { background: none; }
	.submenu a { float: left; color: #fff; }
	.submenu a strong { float: left; padding: 0 6px; font-weight: normal; }
	.submenu a:hover strong { text-decoration: underline; }
	.submenu a.current strong { text-decoration: underline; }
	.submenu .submenu a:hover, 
	.submenu .submenu a:hover strong,
	.submenu .active a, 
	.submenu .active a strong { text-decoration: none; background: url(../images/content/submenu-h.gif) right bottom no-repeat; }
	.submenu .submenu a:hover strong,
	.submenu .active a strong { background-position: 0 0; }
	
	.submenu ul ul { display: none; position: absolute; width: 184px; height: auto; top: 28px; left: 0; padding: 0; background: url(../images/content/submenu-m.gif) 0 bottom no-repeat; }
	.submenu ul .active ul { display: block; }
	.submenu ul .active ul li { float: none; line-height: 20px; vertical-align: bottom; border-bottom: 1px dotted #d6d7d7; background: none; }
	.submenu ul .active ul .last { border: 0; }
	.submenu ul .active ul a,
	.submenu ul .active ul a:hover { display: block; float: none; padding: 3px 0 3px 30px; vertical-align: bottom; line-height: 140%; background: url(../images/content/submenu-arr.gif) 16px 8px no-repeat; }
	.submenu ul .active ul a:hover { text-decoration: underline; }
	
	.submenu #country { width: 350px; overflow: hidden; background-image: url(../images/content/submenu-country.gif) }
	.submenu #country li { float: left; width: 175px; }
	
	/* Prev/Next */
	.prev-next { margin: 0; font-size: 0; line-height: 0; }
	.prev-next a { position: absolute; width: 19px; height: 50px; top: 50%; margin-top: -25px; background: url(../images/content/prev-next.png) no-repeat; text-indent: -999999px; }
	.prev-next a { _background-image: url(../images/content/prev-next.gif); }
	.prev-next .prev { left: 0; }
	.prev-next .next { right: 0; background-position: 0 -51px; }
	
	/* Rating */
	.rating, .rating .rate { height: 15px; line-height: 0; font-size: 0; background: url(../images/content/stars.png) repeat-x; _background-image: url(../images/content/stars.gif); }
	.rating { width: 80px; }
	.rating .rate { float: left; background-position: 0 bottom; }
	
	/* Photos list */
	.photos-list { overflow: hidden; height: 100%; margin-bottom: 15px; background: url(../images/content/photos-list2.gif); }
	.photos-list li { float: left; width: 117px; height: 140px; line-height: 120px; text-align: center; border-right: 1px solid #f1f1f1; }
	.photos-list li a { /*display: block;  width: 100%; height: 100%; background: red;*/ }
	.photos-list li img { vertical-align: middle; max-width: 90px; max-height: 90px; _width: 90px; _height: 90px; }
	.photos-list .last { border-right: 0; }
	
	/* Pagination */
	.pagination { margin-bottom: 15px; text-align: center; }
	.pagination li { display: inline; }
	.pagination a, .pagination strong { padding: 2px 7px; _padding: 1px 7px; line-height: 22px; color: #7a7a7a; border: 1px solid #ccc; background: #fff url(../images/content/button.gif) 0 bottom repeat-x; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; vertical-align: middle; }
	.pagination a:hover { color: #444; text-decoration: none; background-position: 0 5px; }
	.pagination strong { color: #d63542; border-color: #d63542; }
	.pagination .prev { margin: 0 7px 0 3px; }
	.pagination .next { margin: 0 3px 0 7px; }
	
	/* Image */
	.img { padding: 3px; border: 1px solid #cbcccc; background: #fff; vertical-align: bottom; }
	a:hover .img { border-color: #d83f4b; background: #fbeced; }
	
	/* Comments list */
	.comments { padding: 0 20px 15px; }
	.comments li { overflow: hidden; height: 100%; padding-bottom: 5px; border-bottom: 1px solid #e2e2e2; }
	.comments .header { position: relative; line-height: 24px; padding: 5px 0; margin-bottom: 5px; _height: 10px; border-bottom: 1px solid #e2e2e2; }
	.comments .header small { position: absolute; right: 0; top: 5px; color: #949185; }
	.comments h4 { float: left; margin-right: 10px; font-weight: bold; color: #ca2628; }
	.comments .header,
	.comments p { float: right; width: 620px; }
	.comments p { margin: 0; }
	.comments img { float: left; margin-top: 10px; }
	
	/* Photos list */
	.photos { overflow: hidden; height: 100%; }
	.photos li { float: left; width: 333px; margin-bottom: 15px; }
	.photos li.right { float: right; }
	.photos h3 { margin: 0; }
	.photos img { display: block; margin: 0 auto; }
	.photos .image-container { position: relative; padding-top: 30px; height: 200px; background: #fff url(../images/content/box-g.gif) 0 bottom repeat-x; border: 1px solid #cecece; }
	.photos .image-container .prev-next li { width: auto; margin: 0; line-height: 0; font-size: 0; }
	.photos .image-title { float: left; width: 175px; overflow: hidden; }
	.photos .image-title h4 { font-weight: bold; white-space: nowrap; }
	.photos .image-title p { color: #999; margin-bottom: 35px; }
	.photos .image-info { height: 100px; padding: 10px; background: #fff; border: 1px solid #cecece; border-top: 0; }
	.photos .image-info .image-rating { float: right; width: 105px; text-align: right; color: #999; }
	.photos .image-info .image-rating .link { float: right; }
	.photos .image-info .image-rating p { clear: right; margin: 0; }
	.photos .image-info .image-rating .rating { float: right; margin-bottom: 4px; }
	.photos .photo-voting { float: right; }
	.photos .photo-voting .star-rating-control { float: right; }
	.photos .image-info .image-rating .link { margin-top: 15px; }
	.search-results .image-info { height: 40px; }
	.photos .category-no-photo { height: 351px; background: #fff; border: 1px solid #cecece; }
	.photos .category-no-photo img { display: block; margin: 75px auto 0; }
	.photos .select-vote { display: block; text-align: right; margin-top: 20px; }
	
	.photos .share-photo li { width: auto; margin-bottom: 0; }
	
	/* Prizes ---------------------------------- */
	#content.prizes { background: url(../images/content/prizes-bg.png) no-repeat; }
	#content.prizes .inside { padding-right: 0; }
	#content.prizes h2 { height: 84px; line-height: 64px; text-align: center; font-size: 48px; font-weight: bold; margin: 0; }
	
	ul.prizes li { float: left; width: 222px; margin: 0 10px 15px 0; text-align: center; }
	ul.prizes .first, ul.prizes .second, ul.prizes .third { height: 325px }
	ul.prizes .third { margin-right: 0; }
	ul.prizes .first h3 { font-size: 16px; color: #ed1c24; }
	ul.prizes img { margin-bottom: 10px; vertical-align: bottom; }
	ul.prizes h3 { margin-bottom: 5px; font: 12px Georgia, serif; font-weight: bold; }
	ul.prizes p { font-size: 11px; line-height: 120%; color: #6e6e6e; }
	ul.prizes dl { position: relative; width: 200px; height: 55px; margin: 0 auto; background: url(../images/content/prizes/container.gif) right bottom no-repeat; }
	ul.prizes dt { position: absolute; height: 30px; right: 165px; top: 13px; font-size: 14px; background: url(../images/content/prizes/dt.gif) right bottom no-repeat; }
	ul.prizes dt strong { float: left; height: 30px; padding: 0 5px; line-height: 30px; white-space: nowrap; color: #fff; background: url(../images/content/prizes/dt.gif) no-repeat }
	ul.prizes dd { width: 160px; height: 55px; display: table-cell; vertical-align: middle; padding-left: 40px; color: #4d4d4d; font: bold 11px Georgia, serif; }
	ul.prizes dd .inner { line-height: 110%; }
	ul.prizes .margin-top { margin-top: 0; padding-top: 35px; }
	ul.prizes .contest-info a { display: block; width: 194px; height: 206px; padding-top: 50px; color: #fff; font-size: 14px; text-shadow: 1px 1px #000; background: url(../images/content/prizes/banner.gif) no-repeat; }
	ul.prizes .contest-info strong { display: block; font-size: 32px; margin-top: 10px; }
	ul.prizes .contest-info a:hover { color: #f9c53f; text-decoration: none; }
	
	
	/* Home ---------------------------------- */
	#content.home h2 { height: 100px; line-height: 100px; text-align: center; font-size: 48px; font-weight: bold; margin: 0; }
	
	.startsite ul.prizes { height: 350px; overflow: hidden; }
	.startsite ul.prizes li { margin-right: 3px }
	
	.main-photo { position: relative; }
	.main-photo img { display: block; max-width: 680px; }
	.main-photo .title { position: absolute; width: 630px; padding: 15px 25px; bottom: 0; left: 0; color: #fff; background: url(../images/content/shadow.png); }
	.main-photo .title h3 { font-size: 14px; margin-bottom: 5px; }
	.main-photo .image-rating { float: right; text-align: right; }
	.main-photo .rating { margin-bottom: 5px; }
	.main-photo p { margin: 0; }
	
	.categories-list { overflow: hidden; height: 100%; }
	.categories-list li { float: left; width: 162px; margin: 0 10px 10px 0; }
	.categories-list .last { margin-right: 0; }
	.categories-list h4 { padding: 5px 0; height: 30px; line-height: 14px; font-size: 12px; font-weight: bold; color: #ca2628; text-align: center; }
	.categories-list h4 a { color: #ca2628; }
	.categories-list img { display: block; max-width: 162px; margin: 0 auto; }
	
	.five-categories { padding-left: 86px; }
	.five-categories .category-4 { clear: left; padding-left: 86px; }
	
	.latest-comments h3 { margin-bottom: 10px; font: 18px "Trebuchet MS", Arial, sans-serif; color: #6d6d6d; }
	.latest-comments li { padding: 10px 15px; margin-bottom: 5px; font-size: 11px; background: #efefef; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
	.latest-comments li h4 { position: relative; font-weight: bold; color: #ca2628; }
	.latest-comments li h4 a { color: #ca2628; }
	.latest-comments li h4 small { position: absolute; right: 0; top: 0; font-weight: normal; color: #949185; }
	.latest-comments li h4 span { font-weight: normal; color: #949185; }
	.latest-comments li h4 span a { color: #949185; }
	.latest-comments.width-cloud { float: left; width: 400px; }
	
	#country-cloud { float: right; width: 270px; margin-top: 32px; text-align: center; }
	#country-cloud ul { min-height: 104px; line-height: 26px; }
	#country-cloud li { padding: 0 5px;  }
	
	/* Photo --------------------------------- */
	.category-header { overflow: hidden; height: 100%; }
	.category-header h2 { float: left; line-height: 24px; margin-bottom: 15px; }
	.category-header .link { float: right; margin-bottom: 15px; }
	.category-header p { clear: both; }
	
	.main-photo-container { overflow: hidden; height: 100%; margin-bottom: 15px; background: url(../images/content/main-photo-container.gif) 0 bottom no-repeat; }
	.photo-container { position: relative; float: left; width: 435px; padding: 3px 4px 4px; border-top: 1px solid #cecece; }
	.photo-container img { display: block; }
	.photo-details { float: right; width: 195px; padding: 15px; border-top: 1px solid #cecece; }
	.photo-details h3 { margin-bottom: 0; font-size: 14px; }
	.photo-details .rating { float: left; margin: 10px 15px 10px 0; }
	.photo-details ul { clear: both; margin-bottom: 10px; color: #818181; }
	.photo-details ul strong { float: left; text-align: right; width: 20px; padding-right: 5px; color: #000; }
	.photo-details ul a { color: #ed1c24; text-decoration: underline; }
	.photo-details ul a:hover { text-decoration: none; }
	.photo-details h4 { margin-bottom: 10px; font-weight: bold; color: #c51b1d; }
	.photo-details p { margin-bottom: 10px; }
	.photo-details .description { line-height: 140%; font-size: 11px; color: #646464; }
	.photo-details .link { border-color: #cacaca; }
	.photo-details .vote-for-it { height: 35px; }
	.photo-details .vote_stars { height: 25px; padding-top: 10px; }
	.photo-details .vote-for-it .link { margin-top: 7px; }
	.photo-details .select-vote { float: left; margin-right: 10px; line-height: 15px; color: #818181; }
	.photo-map { clear: both; height: 250px; }
	
	.share-photo { float: left; width: 110px; overflow: hidden; height: 100%; }
	.photo-details .share-photo { margin: 2px 0 0; }
	.share-photo li { float: left; padding-right: 11px; margin-right: 10px; background: url(../images/content/submenu-sep.gif) right center no-repeat; }
	.share-photo img { vertical-align: middle; }
	.share-photo .last { background: none; padding: 0; margin: 0; }
	.share-photo .mail a { float: left; width: 20px; height: 20px; background: url(../images/header/mail.gif) center center no-repeat; text-indent: -999999px; }
	.share-photo .twitter a { float: left; width: 20px; height: 20px; background: url(../images/header/twitter.gif) center center no-repeat; text-indent: -999999px; }
	
	.category-photos h3 { padding: 0 20px 15px; margin: 0; font: 18px "Trebuchet MS", Arial, sans-serif; color: #6d6d6d; border-bottom: 1px solid #e2e2e2; }
	
	/* User photos */
	.user-photos li { margin-bottom: 10px; border: 1px solid #ccc; background: #fff url(../images/content/box-g.gif) 0 bottom repeat-x; }
	.user-photos .img { float: left; margin: 10px; }
	.user-photos .rating { float: left; margin-right: 10px; margin-bottom: 0; }
	.user-photos dl { float: right; width: 475px; padding-top: 15px; }
	.user-photos dt { float: left; width: 100px; margin-bottom: 5px; font-weight: bold; }
	.user-photos dd { float: left; width: 375px; margin-bottom: 5px; }
	.user-photos .photo-rejected { color: #dc0000; font-weight: bold; }
	.user-photos .photo-waiting { color: #dc0000; font-weight: bold; }
	.user-photos li ul { clear: both; padding: 10px 10px; overflow: hidden; height: 100%; line-height: 100%; font-weight: bold; border-top: 1px solid #ccc; background: #e8e8e8; }
	.user-photos li ul li { float: left; padding-right: 10px; margin: 0; margin-right: 10px; border: 0; border-right: 1px solid #a6a6a6; }
	.user-photos li ul .last { border: 0; }
	.user-photos li ul li img { vertical-align: middle; }
	.user-photos .facebook { position: relative; width: 60px; height: 12px; }
	.user-photos .facebook a { position: absolute; top: -3px; white-space: nowrap; }
	.user-photos .twitter { position: relative; width: 20px; height: 12px; }
	.user-photos .twitter a { position: absolute; width: 20px; height: 20px; top: -4px; background: url(../images/header/twitter.gif) no-repeat; text-indent: -999999px; }

/* Sidebar
---------------------------------------------- */
#sidebar { position: relative; float: right; width: 248px; padding-right: 2px; }
#sidebar li { margin-bottom: 10px; }
	
	/* Join for free */
	/*
	#sidebar .join { position: relative; height: 88px; }
	#sidebar .join a { position: absolute; width: 155px; height: 63px; padding: 30px 0 0 104px; left: -11px; top: -5px; font-size: 20px; color: #fff; text-shadow: #000 1px 1px; background: url(../images/content/sidebar/contest.png) no-repeat; letter-spacing: -1px; }
	#sidebar .join strong { display: block; color: #ed1c24; text-transform: uppercase; font-weight: normal; }
	#sidebar .join a:hover { text-decoration: none; }
	*/
	#sidebar .join { position: relative; height: 98px; }
	#sidebar .join a { position: absolute; overflow: hidden; width: 248px; height: 78px; padding: 30px 0 0 10px; top: -5px; right: -10px; font-size: 28px; font-weight: bold; color: #fff; text-decoration: none; background: url(../images/content/sidebar/contest2.png) no-repeat; }
	#sidebar .join strong { display: block; margin-top: 5px; font-size: 18px; font-weight: normal; }
	#sidebar .join em { display: block; font-size: 18px; font-style: normal; font-weight: normal; }
	
	/* Search */
	#sidebar .search { height: 105px; background: url(../images/content/sidebar/search.gif) no-repeat; }
	#sidebar .search form { padding-top: 15px; }
	#sidebar .search fieldset { width: 231px; height: 30px; overflow: hidden; margin: 0 auto; background: url(../images/content/sidebar/search-input.gif) no-repeat; }
	#sidebar .search #filter_title { float: left; width: 180px; margin: 7px 0 0 13px; border: 0; font: 12px Arial, sans-serif; color: #000; }
	#sidebar .search .submit { float: left; width: 30px; height: 30px; line-height: 200px; margin: 0; padding: 0; text-indent: -9999999px; font-size: 0; background: none; border: 0; text-indent: -99999999px; cursor: pointer; }
	#sidebar .search a { float: left; padding-left: 20px; margin: 7px 0 0 10px; *margin-top: 4px; display: inline; color: #ed1c24; text-decoration: underline; background: url(../images/content/sidebar/arr.gif) 0 center no-repeat; }
	#sidebar .search a:hover { text-decoration: none; }
	
	/* Box */
	#sidebar .box { color: #626262; background: url(../images/content/sidebar/box-bg.gif) 0 bottom no-repeat; }
	#sidebar .box .inside, #sidebar .box .content, #sidebar .box .tagcloud { border: 0; }
	#sidebar .box h3, 
	#sidebar .box h3 strong { padding: 0; height: 24px; line-height: 24px; text-align: center; color: #626262; background: url(../images/content/sidebar/box-header.gif) 0 bottom no-repeat; }
	#sidebar .box .tagcloud a { color: #626262; }
	#sidebar .box .tagcloud a:hover { color: #e1071c; }
	
	/* Download */
	#sidebar .download a { display: block; height: 76px; padding: 8px 10px 0 0; text-align: right; font: 18px "Trebuchet MS", sans-serif; color: #c61b1d; background: url(../images/content/sidebar/download.png) no-repeat; }
	#sidebar .download a span { display: block; font: 11px/100% Arial, sans-serif; color: #c61b1d; }
	#sidebar .info { height: 79px; padding: 0 15px 0 65px; line-height: 120%; color: #636363; font-size: 11px; }
	#sidebar .info h3 { padding-top: 32px; font-size: 14px; color: #c61b1d; margin-bottom: 5px; }
	#sidebar .info h3 a { color: #c61b1d; }
	#sidebar .terms { background: url(../images/content/sidebar/terms.gif) no-repeat; }
	#sidebar .imprint { background: url(../images/content/sidebar/imprint.gif) no-repeat; }
	#sidebar .netiquette { padding: 0 15px; background: url(../images/content/sidebar/net.gif) no-repeat; }
	
	#sidebar .invite { position: relative; background: url(../images/content/sidebar/invite.png) no-repeat; }	
	#sidebar .invite h3 { display: table-cell; vertical-align: middle; height: 79px; padding: 0; margin: 0; }
	#sidebar .invite a {   }

/* Footer
---------------------------------------------- */	
#footer { clear: both; width: 950px; height: 29px; padding: 0 15px; line-height: 29px; background: url(../images/footer/bg.gif) no-repeat;  }
#footer ul {  }
#footer ul li { float: left; padding-right: 12px; margin-right: 10px; background: url(../images/footer/dot.gif) right center no-repeat; }
#footer ul .last { padding: 0; margin: 0; background: none; }
#footer p { float: right; margin: 0; }
#footer p a { color: #bf1a1c; }

.footer-text { padding: 5px 15px 0; font-size: 10px; color: #949494; }

/* Forms
---------------------------------------------- */
.forms ul { overflow: hidden; height: 100%; }
.forms fieldset { margin-bottom: 10px; }
.forms.center { padding-left: 120px; }
.forms li { overflow: hidden; height: 100%; margin-bottom: 10px; }
.forms li label, 
.forms li .label { float: left; width: 120px; line-height: 26px; font-weight: bold; }

/* Inputs */
.forms .text, 
.forms .password { height: 14px; }
.forms .text, 
.forms .password,
.forms select, 
.forms textarea { padding: 5px 5px 6px; font: 12px Arial, sans-serif; background: #fff; border: 1px solid #cfcfcf; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.forms select { height: 26px; height /*\**/: 30px\9; padding /*\**/: 2px 5px\9; }
.forms select, x:-moz-any-link {height:26px;padding:3px 5px;} /* FireFox */

.forms .text:focus, 
.forms .password:focus,
.forms select:focus, 
.forms textarea:focus { border-color: #9f9f9f; }

/* Buttons */
.submit, .submit button, .submit input { float: left; height: 29px; background: url(../images/forms/button.gif) no-repeat; }
.submit { margin-right: 15px; padding-left: 6px; }
.submit button, .submit input { padding: 0 17px 0 9px; border: 0; font: bold 12px/27px Arial, sans-serif; text-shadow: #2a0707 1px 1px; color: #fff; cursor: pointer; background-position: right bottom; }

.forms fieldset.buttons { padding: 10px 0 0 120px; line-height: 29px; }
.forms li.buttons { float: left; padding-left: 15px; }

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.submit input, .submit button { margin-left: -2px; }
}

/* Error */
.forms .error label, 
.forms .error .label { color: #ff0000; }
.forms .error .text,
.forms .error .password,
.forms .error select,
.forms .error textarea { border-color: #ff0000; }

.forms .error_list div,
.forms .tos .error_list div { padding-left: 25px; margin-bottom: 10px; color: #ff0000; font-size: 11px; background: url(../images/forms/error.gif) 0 center no-repeat;  }
.forms .tos .error_list div { padding-left: 22px; margin-left: 3px; margin-bottom: 0; }
.forms li .error_list, 
.forms li .error_list div { display: inline; }
.forms li .error_list div { margin-left: 10px; margin-bottom: 0; }

/* TOS */
.forms .tos { padding-left: 117px; }
.forms .tos input { vertical-align: middle; }
.forms .tos a { color: #c61b1d; text-decoration: underline; }
.forms .tos a:hover { text-decoration: none; }

/* Constant width */
.constant-width .text,
.constant-width .password,
.constant-width textarea { width: 300px; }
.constant-width select { width: 312px; }

/* Misc */
.forms .captcha .error_list { clear: left; display: block; margin: 5px 0 0 113px; }
.forms .recaptcha_theme_red label.recaptcha_input_area_text, 
.forms .recaptcha_theme_white label.recaptcha_input_area_text { line-height: 100%; }

/* Comment form ----------------------------------------- */
#comments-module h3 { padding: 0 20px 15px; margin: 0; font: 18px "Trebuchet MS", Arial, sans-serif; color: #6d6d6d; border-bottom: 1px solid #e2e2e2; }
#comments-module h3 .link { float: right; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; }

.comment-form ul { padding-top: 15px; }
.comment-form li label { width: 80px; _width: 75px; padding-left: 20px; text-align: left; }
.comment-form .text { width: 238px; background: #f5f5f5; }
.comment-form li .error_list { display: block; padding: 5px 0 0 90px; }

.comment-form .comment_first_name,
.comment-form .comment_last_name,
.comment-form .comment_nick,
.comment-form .comment_email { float: left; width: 350px; }
.comment-form .comment_description { clear: both; }
.comment-form .comment_description textarea { width: 588px; height: 70px; background: #f5f5f5; }

.comment-form .comment_captcha { padding-right: 18px; margin-bottom: 0; }
.comment-form .comment_captcha #recaptcha_div { float: right; }
.comment-form .comment_captcha label { display: none; }
.comment-form .buttons { padding-top: 0; }
.comment-form .buttons .submit { float: right; margin-right: 18px; _margin-right: 9px; }

/* Photo upload ----------------------------------------- */
.photo-upload #google-map { clear: none; *clear: right; float: right; width: 285px; height: 248px; background: #fff !important; border: 1px solid #cfcfcf; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.photo-upload #image_container { margin-bottom: 15px; text-align: center; }
.photo-upload #image_container img { margin-top: 15px; }

.photo-upload ul.fields { float: left; width: 390px; overflow: visible; }
.photo-upload .text,
.photo-upload textarea { width: 250px; }
.photo-upload select { width: 262px; }
.photo-upload textarea { height: 50px; }
.photo-upload .tags-list { clear: both; }
.photo-upload .row .error_list { display: block; padding: 5px 0 0 110px; }
.photo-upload ul.token-input-list { width: 550px; }

.tags-list .tags-label { float: left; width: 120px; font-weight: bold; }
.tags-list .tags-container { float: left; position: relative; }

.download_flash { display: block; padding-left: 60px; margin-bottom: 10px; height: 32px; padding-top: 1px; line-height: 32px; color: #000; background: url(../images/content/flash-error-small.gif) no-repeat; }
.download_flash a { color: #c61b1d; text-decoration: underline; }
.download_flash a:hover { text-decoration: none; }

/* Profile ----------------------------------------- */
#avatar_container { float: right; padding-top: 15px; }

/* Search form ----------------------------------------- */
.search-form { margin-bottom: 15px; }
.search-form fieldset { margin: 0; }
.search-form fieldset.buttons { padding: 0 0 0 86px; } 
.search-form li { float: left; width: 340px; margin-bottom: 0; height: 33px; }
.search-form li label { width: 70px; text-align: right; padding-right: 15px; }
.search-form li .text { width: 230px; }
.search-form li select { width: 242px; }
.search-form .author { width: 245px; }
.search-form .author .text { width: 145px; }
.search-form .id { width: 82px; }
.search-form .id label { width: 30px; text-align: center; padding: 0; }
.search-form .id .text { width: 40px; }

#results_container .pagination { margin: 10px 0 5px; }
#results_container .photos-list { margin-bottom: 0; background-color: #fff; }

/* Register user */
.forms.register-user li .error_list { display: block; padding: 5px 0 0 110px; }
.forms.register-user .tos { padding-left: 0; }
.forms.register-user .tos label { display: block; position: relative; padding-left: 25px; }
.forms.register-user .tos label input { position: absolute; left: 0; top: 0; *margin-top: -3px; }
.forms.register-user .buttons { padding-left: 0; }

/* Share */
.tags-list.error .tags-label { color: #FF0000; }
.tags-list.error .token-input-list { border-color: #FF0000; }
.tags-list .error_list { clear: both; float: none; display: block; padding: 5px 0 0 120px; }

/* -----------------------------------------------
  www.swfupload.org
  Description: Common Screen Stylesheet for SWFUpload Demos
  Updated on:  May 1, 2008
----------------------------------------------- */


/* -- Table Styles ------------------------------- */

.progressWrapper {
  width: 100%;
  overflow: hidden;
}

.progressContainer {
  margin-top: 10px;
  padding: 10px;
  border: solid 1px #E8E8E8;
  -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  background-color: #F7F7F7;
  overflow: hidden;
  position: relative;
}
#text_container, #video_container, #audio_container, #image_container, #text_container, #video_container, #audio_container, #image_container  {

}
/* Message */
.message {
  margin: 1em 0;
  padding: 10px 20px;
  border: solid 1px #FFDD99;
  background-color: #FFFFCC;
  overflow: hidden;
}
/* Error */
.red {
  border: solid 1px #e3272a;
  background-color: #fbeced;
}

/* Current */
.green {
  border: solid 1px #6dd362;
  background-color: #ccf1cb;
}

/* Complete */
.blue {
  border: solid 1px #7080fc;
  background-color: #cbd3f1;
}

.progressName {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
  font-size: 0;
  width: 0%;
  height: 5px;
  line-height: 0;
  font-size: 0;
  background-color: #b0101c;
  -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.progressBarComplete {
  width: 100%;
  background-color: green;
  visibility: hidden;
}

.progressBarError {
  width: 100%;
  background-color: red;
  visibility: hidden;
}

.progressBarStatus {
  margin-bottom: 5px;
  width: 160px;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
}

a.progressCancel {
  font-size: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  height: 16px;
  width: 16px;
  background: url(/images/content/cancel.gif) no-repeat;
  float: right;
  cursor: pointer;
}

a.progressCancel:hover {
  background-position: 0px 0px;
}


/* -- SWFUpload Object Styles ------------------------------- */
.swfupload {
  vertical-align: top;
}
#text_upload, #video_upload, #audio_upload, #image_upload {

}/* Example tokeninput style #2: Facebook style */

ul.token-input-list {
  background: #fff !important; 
  border: 1px solid #d8d8d8;
  color: #696969;
  cursor: text;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 3px;
  position: relative;
  width: 372px;
  border: 1px solid #cfcfcf; -webkit-border-radius: 3px; -khtml-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  }

ul.token-input-list, 
ul.token-input-list li {
  list-style: none;
  }
  
ul.token-input-list li {  
  margin: 1px;
}

ul.token-input-list li input {
  background: none;
  border: 0;
  margin: 2px 0 !important;
  height: 16px;
  padding: 0 !important;
  width: auto !important;
  }

*+html ul.token-input-list li input {
  float: left;
  display: block;
  }

li.token-input-token {
  background-color: #eff2f7;
  border: 1px solid #ccd5e4;
  border-radius: 5px;
  color: #000;
  cursor: default;
  float: left;
  font-size: 11px;
  height: 1%;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  }

*+html li.token-input-token {
  display: inline;
  float: none;
  white-space: nowrap;
  zoom: 1;
  }

li.token-input-token p {
  display: inline;
  margin: 0 2px;
  padding: 0;
  }

li.token-input-token span {
  color: #a6b3cf;
  margin-left: 3px;
  padding: 2px;
  font-weight: bold;
  cursor: pointer;
  }

li.token-input-selected-token {
  background-color: #5670a6;
  border: 1px solid #3b5998;
  color: #fff;
  }

li.token-input-input-token {
  float: left;
  }

div.token-dropdown-wrap {
  position: absolute;
  }

*+html div.token-dropdown-wrap {
  left: 0;
  z-index: 99999;
  }


div.token-input-dropdown {
  position: relative;
  width: 400px;
  background-color: #fffae6 !important;
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: 0;
  cursor: default;
  font-size: 11px;
  font-family: Verdana;
  height: auto !important;
  z-index: 9999999;
  }


div.token-input-dropdown p {
  color: #777;
  font-weight: bold;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  }

div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
  }

div.token-input-dropdown ul li {
  background-color: #fff !important;
  padding: 3px;
  margin: 0;
  }

div.token-input-dropdown ul li strong {
  background-color: #fffae6 !important;
  padding: 3px 0;
  }

div.token-input-dropdown ul li.token-input-dropdown-item {
  padding-left:5px;
  background-color: #eee !important;
  }

div.token-input-dropdown ul li.token-input-dropdown-item2 {
  padding-left:5px;
  background-color: #f2f2f2 !important;
  color: #000 !important;
  }
  
div.token-input-dropdown ul li.token-input-dropdown-item-parent {
  background-color: #ddd !important;
  }

div.token-input-dropdown ul li.token-input-dropdown-item-parent2 {
  background-color: #e2e2e2 !important;
  color: #000 !important;
  }

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: #bed5f7 !important;
  color: #2d5496 !important;
  }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:16px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(/images/content/stars.png) no-repeat 0 0px;_background-image:url(/images/content/stars.gif);text-indent:-9999999px}
div.rating-cancel a,div.star-rating a{float:left;width:16px;height:100%;background-position:0 0px;border:0;text-indent:-9999999px;line-height:100px}
div.star-rating-on a{background-position:0 -15px!important}
div.star-rating-hover a{background-position:0 -15px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS *//*
* 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=Arial,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=cc0000&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=e3a1a1&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=333333&iconColorContent=cc0000&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=004276&iconColorDefault=cc0000&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=111111&iconColorHover=cc0000&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0000&iconColorActive=cc0000&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=444444&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0000&fcError=2e2e2e&iconColorError=cc0000&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: 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: Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #eeeeee; background: #ffffff url(/images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e3a1a1; background: #cc0000 url(/images/ui/ui-bg_highlight-soft_15_cc0000_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 { border: 1px solid #d8dcdf; background: #eeeeee url(/images/ui/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #004276; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #004276; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #cdd5da; background: #f6f6f6 url(/images/ui/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #111111; }
.ui-state-hover a, .ui-state-hover a:hover { color: #111111; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #eeeeee; background: #ffffff url(/images/ui/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x; font-weight: bold; color: #cc0000; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #cc0000; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcd3a1; background: #fbf8ee url(/images/ui/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x; color: #444444; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #444444; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cc0000; background: #f3d8d8 url(/images/ui/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat; color: #2e2e2e; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #2e2e2e; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #2e2e2e; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .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/ui-icons_cc0000_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/images/ui/ui-icons_cc0000_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/images/ui/ui-icons_ffffff_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/images/ui/ui-icons_cc0000_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/images/ui/ui-icons_cc0000_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/images/ui/ui-icons_cc0000_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/images/ui/ui-icons_004276_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/images/ui/ui-icons_cc0000_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: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; }

/* Overlays */
.ui-widget-overlay { background: #a6a6a6 url(/images/ui/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat; opacity: .40;filter:Alpha(Opacity=40); }
#facebook .ui-widget-overlay { background: #fff; }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #333333 url(/images/ui/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x; opacity: .10;filter:Alpha(Opacity=10); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/* Resizable
----------------------------------*/
.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;}/* Accordion
----------------------------------*/
.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; }/* Autocomplete
----------------------------------*/
.ui-autocomplete { position: absolute; cursor: default; }	
.ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }

/* workarounds */
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/* Menu
----------------------------------*/
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	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 {
	margin: -1px;
}
/* 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 */





/* Dialog
----------------------------------*/
.ui-dialog { position: absolute; padding: .2em; width: 300px; overflow: hidden; padding-bottom: 25px; }
.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 { 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 button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Slider
----------------------------------*/
.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; }/* 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: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }
/* Datepicker
----------------------------------*/
.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*/
}/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }