/*
 * CSS file created by Rockstarapps Concatenation
 */

/*
 * START OF FILE - /Ratel Registar/_css/partials/jello.css
 */
html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  background: #FFFFFF; /* this BG tiles the area outside the columns */
  color: #000; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 100.01%; /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  padding: 0 497.5px; /* the critical side padding that sets the natural min-width! */
  text-align: center; /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto 0 auto; /* centers #sizer in standard browsers */
  padding: 0;
  width: 0%; /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: center; /* resets the default text alignment for the page */
  max-width: 0px;  /* version for IE is at the bottom of this style block */
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -497.5px 0 -497.5px; /* neg side margin values should be < or = to side body padding */
	min-width: 995px; /* Critical Safari fix! */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 

.iefix-rel {
	position: relative;
}

#content-padder {
	background-color: #ffffff;
	padding: 10px 5px;	
}

#wrapper1 {
  background: transparent url(/img/bg/left-column.gif) repeat-y; /* this BG tiles the left column */
  font-size: .77em; /* set global font-size here */
  position: relative;
  z-index: 1;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative; /* extra insurance against bugs in IEwin */
  background: transparent; /* this BG tiles the right column */
  background-color: #f6f6f6;
  border-right: 1px solid #efefef;
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  background: #ffffff; /* this BG tiles the center column */
  border-left: 0px solid #da5; /*** Critical left divider dimension value ***/
  border-right: 0px solid #da5; /*** Critical right divider dimension value ***/
  margin-left: 165px;    /*** Critical left col width value ***/
  margin-right: 165px;    /*** Critical right col width value ***/
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical left col width value ***/
  margin-left: -165px;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative; /* Needed for IE/win */
  width: 165px;    /*** Critical right col width value ***/
  margin-right: -165px;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 0px;   /*** Critical right divider dimension value ***/
}

.container-left {}

.container-center {
	padding: 0 5px 0 10px;
}

.outer-0-x-0 .container-center {
	padding: 0;	
}

.container-right {}

/************** Various layouts ***************/
.outer-165-x-165 {
  margin-left: 165px !important;    /*** Critical left col width value ***/
  margin-right: 165px !important;    /*** Critical right col width value ***/
}

.outer-0-x-165 {
  margin-left: 0px !important;    /*** Critical left col width value ***/
  margin-right: 165px !important;    /*** Critical right col width value ***/
}

.outer-165-x-0 {
  margin-left: 165px !important;    /*** Critical left col width value ***/
  margin-right: 0px !important;    /*** Critical right col width value ***/
}

.outer-0-x-0 {
	background: none;	
	margin-left: 0px !important;    /*** Critical left col width value ***/
	margin-right: 0px !important;    /*** Critical right col width value ***/
}

.outer-0-x-325 {
  margin-left: 0px !important;    /*** Critical left col width value ***/
  margin-right: 325px !important;    /*** Critical right col width value ***/
}

.left-165 {
  width: 165px !important;    /*** Critical left col width value ***/
  margin-left: -165px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.left-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

.right-165 {
  width: 165px !important;    /*** Critical right col width value ***/
  margin-right: -165px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
}

.right-0 {
  width: 0px !important;    /*** Critical left col width value ***/
  margin-left: 0px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
  display: none;
}

.right-325 {
  width: 325px !important;    /*** Critical left col width value ***/
  margin-right: -325px !important;    /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/    
}

/*************** Header and Footer elements *****************/

.header {
	position: relative;
}

.footer {
	clear: both;
	position: relative;
}

/************** Spacing Controls for various column contents ***************/

.outer ul, .outer ol {
	margin:0.5em 0pt 0.5em 0.5em;
	padding:0pt 0pt 0pt 1em;
}

.outer OL LI {
	list-style-type:decimal;
	margin:0.5em 0pt 0.5em 0.5em;
}

.outer UL LI {
	list-style-type:disc;
	margin:0.5em 0pt 0.5em 0.5em;
}


.textpadder {
	padding: 8px;
}

.outer-0-x-0 .wrapper-inner {
	background-color: #fff;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    padding: 20px;	
    margin: 0 2px 3px 0;
}

.outer-0-x-0 .wrapper-inner-table {
    padding: 0;	
}


.outer-0-x-325 .form-right-column{
	padding: 10px 10px 12px 12px;
	position: relative;
}


.outer-0-x-325 .container-center {
    padding: 0px 0 0 5px;	
}

/************** Generic Rules *************/

a {
	color: #153872;
	outline: none;
	text-decoration: none; 
}

A:hover {
	text-decoration: underline;	
}

p  {
	margin: 0.5em 0;
}

h1 {
	color: #C0002A;
	font-size: 1.7em;
	margin: 25px 0 0.3em 0;
}

h2 {
	color: #C0002A;
	font-size: 1.5em; 
	margin: 1.5em 0 0.3em 0;
}

h3 {
	color: #C0002A;
	font-size: 1.1em; 
	margin: 1em 0 .3em 0;
}

.title {
	color: #3C434D;
	font-weight: bold;
	text-transform: uppercase;
}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
}


/************** Special Fixes *************/

.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

img { /* max-width: 100%; */} 
/* prevents oversize images from breaking layout in browsers that support max-width */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html .iefix,
* html .iefix-rel
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
.iefix,
.iefix-rel
{min-height: 1%;}
/* gives layout for IE7 */

/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */


/**************** Utility Rules *******************/

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.hide, .hidden {display: none;}

*{
    border: none;	
}

.disabled {
	color: #999999;
}

table {
	border-collapse: collapse;
}

/*
 * END OF FILE - /Ratel Registar/_css/partials/jello.css
 */

/*
 * START OF FILE - /Ratel Registar/_css/partials/registar.css
 */

* {
	padding:0;
	margin:0;
}


.nowrap { white-space: nowrap; }

/************** header ********************/

.footer {
	font-size: 0.77em;
}


.header-inner {
	background-color: #ffffff;
	margin: 0pt auto;
	padding: 0 5px 2px 5px;
	text-align: left;
}


.header .header-top-bar {
	/*background-color: #f6f6f6;*/
	height: 15px;
	margin: 0 0 4px 0;
	padding: 6px 0px;
	position: relative;
} 

.header .header-lang-bar, .header .header-font-bar, .header .header-link-bar {
	position: absolute;
}

.header .header-lang-bar { 
	left: 0px;
	top: 2px;
}

.header .header-font-bar { 
	left: 375px;
	top: 2px;
}

.header .header-link-bar { 
	right: 7px;
	top: 2px;
}

.header .header-top-bar LI {
	float: left;
	white-space: nowrap;
	zoom: 1;
	list-style: none;
}
.header .header-top-bar LI.title {
	padding:0px 0 0px 8px;
}

.header .header-top-bar LI.separator {
	padding:0px 4px 0px 4px;
}

.header .header-top-bar .header-lang-bar LI {
	background:transparent url(/img/arrows/blue-on-gray-right.gif) no-repeat scroll 5px 8px;
	padding:0px 0 0px 16px;
}

.header .header-top-bar .header-lang-bar LI A.active {
	color: #C0002A;
	font-weight: bold;
}

.header .header-top-bar .header-lang-bar LI.title {
	background:transparent none no-repeat scroll 5px 3px;
	padding:0px;
}

.header .header-top-bar .header-font-bar LI A {
	background:transparent none no-repeat scroll 5px 8px;
	display:block;
	padding:0px 0 0px 16px;
}

.header .header-top-bar .header-link-bar LI A {
	display:block;
	padding:0px 0 0px 0px;
}

.section-navigation-right{
    float: right;	
}

/************************** Header logo *************************/

.header{
    font-size:12px;
    line-height:1.8em;
    padding: 3px 0 0 0;	
}

.header .header-logo-area {
	background: #2261a0 url(/img/bg/header.png) repeat-x;
	height: 120px;
	position: relative;
	z-index: 2;
}

.header .header-logo-area .logo {
	left: 25px;
	position: absolute;
	top: 0px;
}

.header .header-logo-area .google {
	background-color: #c0002a;
	bottom: 5px;
	color: #ffffff;
	display: none;
	font-weight: bold;
	height:22px;
	padding: 4px 15px 0 15px;
	position: absolute;
	right: 1px;
	width: 275px; 
	zoom:1;
}

.header .header-logo-area .google A {
	color: #ffffff;
	font-weight: bold;
}

.header .header-logo-area .bg {
	background: #c0002a url(/img/bg/header-net.png) no-repeat right bottom;
	height:120px;
	position: absolute;
	right: 0;
	top:0;	
	width:620px;
	z-index: -1;
}

/* round corners, upper-left */
.header .rc-ul {
	left: 0;
	position: absolute;
	top: 0;
} 

.header .rc-ur {
	right: 0;
	position: absolute;
	top: 0;
}

.header .rc-bl {
	left: 0;
	position: absolute;
	bottom: 0;
}

.header .rc-br {
	right: 0;
	position: absolute;
	bottom: 0;
}

/************************** Header menu *************************/

.header .menu {
	/*background: #2261a0 url(/img/bg/menu.png) repeat-x;
	height: 25px;*/
	background: url("/img/bg/header-sites-bg.gif") no-repeat scroll 0 0 transparent;
	height: 34px;
	overflow: hidden;
	position: relative;
}

.header .menu UL {
	/*padding: 3px 0 0 12px;
	height: 20px;*/
	_position: relative;
	zoom: 1;
}

.header .menu LI {
	/*float: left;
	height: 22px;
	position: relative;
	_width: 1%;
	white-space: nowrap;*/
	float: left;
	margin-left: 1px;
	position: relative;
	white-space: nowrap;
	width: 326px;
	list-style: none;
}

.header .menu LI A {
	/*color: #ffffff;
	display: block;
	height: 20px;
	padding: 2px 12px 0 12px;*/
	background: url("/img/bg/header-sites-nav-tabs.gif") no-repeat scroll -660px 0 transparent;
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 0 0 5px;
	padding: 5px 7px;
	text-transform: uppercase;
}

.header .menu LI.active A {
	/*background-color: #ffffff;
	color: #153872;
	font-weight: bold;
	height: 17px;
	padding: 5px 12px 0 12px;*/
	background: url("/img/bg/header-sites-nav-tabs.gif") no-repeat scroll 0 0 transparent;
	color: #22619F;
}

.header .menu LI A:hover {
	background: url("/img/bg/header-sites-nav-tabs.gif") no-repeat scroll -330px 0 transparent;
	color: #22619F;
}

.header .menu LI .rc-left, .header .menu LI .rc-right {
	display: none;
	height: 22px;
	position: absolute;
	width: 8px;
}

.header .menu LI.active .rc-left {
	background: transparent url(/img/bg/menu-active-rc-left.gif) no-repeat;
	display: inline;
	left: 0;
	top: 0;
}

.header .menu LI.active .rc-right {
	display: inline;
	background: transparent url(/img/bg/menu-active-rc-right.gif) no-repeat;
	right: 0;
	top: 0;
}

/************** header registar ********************/

.header-registar {
	background: transparent url(/img/bg/spider-net.gif) no-repeat top right;	
	min-height: 125px;
	position: relative;
}

.header-registar .section-title {
	_height: 100px;
	min-height: 100px;
	padding: 25px 0 0 0;	
}

.header-registar .section-title H1 {
	margin-top: 0;	
}

.header-registar .section-navigation {
	border-bottom: 1px solid #cccccc;
	height: 25px;
	position: relative;
}

.header-registar .section-navigation-outer {
	margin-left: 0px !important;
	margin-right: 250px !important;	
}

.header-registar .section-navigation-right {
	margin-right: -250px !important;    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
 	text-align: right;
	width: 250px !important;    /*** Critical right col width value ***/
}

.section-breadcrumbs IMG {
	margin: 0 10px;
}

/************* header registar new **********/

.header-registar-wrapper{
    background: url('/img/bg/header-background.png') repeat-x scroll 0 0 #f0f0f0; 	
    padding: 8px 32px 40px 10px;
    position: relative;
    border-bottom: 1px solid #c0002a;
}

.header-registar-wrapper h1{
    color: #333333;	
    text-align: left;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.9em;
    font-weight: 500;
    width: 615px;
}

.header-registar-wrapper .print-version {
    bottom: 5px;
    position: absolute;
    right: 10px;
}

.header-registar-wrapper .print-version img {
    padding: 0 10px;
    vertical-align: middle;
}

.header-tabs {
    padding: 0 30px;
    position: absolute;
    bottom: -1px;
    left: 0;
    zoom: 1;	
    z-index: 10;
}

.tab-pretraga, .tab-opis {
    float: left;	
}

.tab-pretraga {
    padding: 0 12px 0 0;	
}

.tab-pretraga a, .tab-opis a {
	display: block;
    padding: 9px 20px;	
}

.header-tabs .active {
    color: #c0002a;
    background-color: #fff;	
    border-left: 1px solid #c0002a;
    border-right: 1px solid #c0002a;
    border-top: 1px solid #c0002a;
}

.registar-updated-text {
	float: left;
	font-size: 1em;
	color: #999999;
}

.registar-updated-date {
    float: left;
    font-size: 1em;
    color: #666666;
}

.registar-date {
	padding: 0 0 4px 0;
}

/**** form-right-column ***/

.right-separator {
    height: 6px;
    width: 166px;
    position: absolute;
    top: 0;
    right: -1px;
    border-bottom: 1px solid #EFEFEF;
    background-color: #ffffff;	
}

.gray {
    background-color: #f6f6f6;	
}

.container-right {
	position: relative;
}

.form-right-column {
    padding: 16px 9px 10px 12px;	
}

.right-content-box {
    margin: 0 0 10px;
    min-height: 64px;
    position: relative;
}

.right-content-box .right-links-box {
    background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D0D0D0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	min-height: 42px;
	padding: 10px 5px 10px 59px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.registar-menu .right-links-box {
	background-image: url('/img/icon/blue-box-two.png');
	z-index: 3;
}

.back-to-registar-overview .right-links-box {
	background-image: url('/img/icon/blue-box-one.png');
}

.rss-feeds-one .right-links-box {
	background-image: url('/img/icon/rss43.png');
	min-height: 28px;
	padding-top: 24px;
}

.form-right-column .rss-feeds-multiple {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	border: 1px solid #D0D0D0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	min-height: 24px;
	padding: 5px;
	position: relative;
	text-align: left;
	z-index: 1;
}

.rss-feeds-multiple .right-links-box {
	background-image: url('/img/icon/rss16.gif');
	background-position: 2px 4px;
	border: none;
	font-weight: normal;
	min-height: 1px;
	padding: 5px 0 5px 24px;
	
}

.registar-menu {
    font-size: 1em;
}

.registar-menu:hover #registar-list {
    display: block;	
}

.registar-menu:hover {
	border-top: 2px solid #153872;
	border-left: 2px solid #153872;
	border-right: 2px solid #153872;
}

.registar-menu:hover .right-links-box {
	background-position: 9px 9px;
	border-bottom: 2px solid #ffffff; 
	border-left: none;
	border-right: none;
	border-top: none;
	padding: 9px 13px 7px 58px;
}

#registar-list {
    background-color: #ffffff;
    border: 2px solid #153872;
    display: none;
    padding: 6px 8px 4px 8px;
    position: absolute;
    top: 58px;
	right: -2px;
    width: 440px;
    z-index: 2;
}

#registar-list h2 {
    margin: 0;	
    font-size: 12px;
    color: #333333;
    text-align: left;
    padding: 0 0 9px 0;
}

#registar-list ul{
    margin: 0;
}

#registar-list a{
    display: block;
    padding: 6px 50px 6px 0;   	
}

#registar-list ul li{
    list-style-type: decimal;	
    color: #153872;
    text-align: left;
    border-bottom: 1px solid #cccccc;
    margin-top: 0;
    margin-bottom: 0;
}

#registar-list .last{
    border: none;	
}



.homepage-right-column{
    text-align: left;	
}

.hp-background-corners{
	background: url('/img/bg/rounded-corners.png') no-repeat scroll 0 0;
    height: 6px;	
	width: 6px;
}

.tl{
    position: absolute;
    top: 0;
    left: 0;	
}

.tr{
	background-position: -6px -0px;
    position: absolute;
    top: 0;
    right: 0;	
}

.bl{
    background-position: -0px -6px;
    position: absolute;
    bottom: 0;
    left: 0;	
}

.br{
    background-position: -6px -6px;
    position: absolute;
    bottom: 0;
    right: 0;	
}

.form-right-column .homepage-right-column ul li{
    list-style-type: none;	
    padding: 0;
    margin: 0;
}

.form-right-column .homepage-right-column ul{
    margin: 0;
    padding: 0;	
}

.homepage-right-column h2{
	margin: 0;
	text-align: left;
	font-weight: 500;
	padding: 0 0 10px 0;
}

.regstar-lista-naslov{
    padding: 0 0 2px 0;	
}

.homepage-right-column ul li{
    padding: 0 0 2px 0;	
}

.homepage-right-column{
    line-height: 1.5em;	
}


/************** footer ********************/
.footer {
	background-color: #ffffff;
	padding: 5px;	
}

.footer-inner {
	border-top: 5px solid #153872;
	margin: 0px auto 0px auto;
	text-align: left;
}

.footer .quicklinks {
	border-bottom: 1px solid #cccccc;
	display: none;
	padding: 0 0 20px 0;
}

.footer .quicklinks-title {
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 5px 3px;
}

.footer .quicklist-column, .footer .info-line-column {
	float: left;
	padding: 0 5px 0 0;
	vertical-align: top;
	width: 160px;
}

.footer .quicklist-column-last, .footer .info-line-column-last {
	padding: 0 !important;
}

.footer .quicklist-column LI.title, .footer .info-line .title {
	border-bottom: 1px solid #cccccc;
	padding: 12px 0 3px 3px;
}

.footer .quicklist-column LI A {
	border-bottom: 1px solid #ADB8C9;
	display: block;
	_height: 1%;
	padding: 5px 0 6px 8px;
}

.footer .info-line-column LI {
	border-bottom: 1px solid #ADB8C9;	
	list-style-type:none !important;
	padding: 5px 0 6px 8px;
}


.footer .quicklist-column LI.last-item A, .footer .info-line-column LI.last-item  {
	border-bottom: 0 !important;
}

.footer .info-line {
	border-bottom: 1px solid #cccccc;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

/************** main menu *****************/
.main-menu {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.main-menu LI {
	border-bottom: 1px solid #adb8c9;
	list-style-type:none !important;
	margin: 0 6px 0 0 !important;
}

.main-menu LI.title {
	padding: 4px 0 5px 8px;	
}

.main-menu LI A {
	background: transparent url(/img/bg/menu-item.gif) no-repeat 5px 10px;
	display: block;
	padding: 7px 0 7px 16px;
}

.main-menu LI.title A {
	background: none;
	padding: 0;
}

.main-menu LI.selected {
	background: #ffffff none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 !important;
}

.main-menu LI.selected A {
	background: transparent url(/img/bg/menu-item-active.gif) no-repeat 5px 10px;
	color: #C0002A;
	display: block;
	font-weight: bold;
}

/************** homepage *********************/

.container-center .homepage-reg-list ul{
	margin: 0;
    padding: 0;	
}

.container-center .homepage-reg-list ul li {
    list-style-type: none;	
     margin: 0;
}

.homepage-reg-list ul, .homepage-reg-list ul li {
    float: left;	
}

.homepage-reg-list ul li {
    padding: 0 9px 8px 0;	
}

.homepage-reg-list ul li.last {
    padding: 0 0 8px 0;	
}

.homepage-reg-list ul li h2 {
    font-size: 1.15em;
    font-weight: normal;
    margin: 0 0 0.1em 0;	
    text-align: left;
}

.registar-link {
    border: 1px solid #d0d1d1;	
    height: 10em;	
    padding: 8px 8px 2em 8px;
    position: relative;
	width: 133px;
}


.last-update{
    bottom: 0;
    color: #999999;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 100px;	
}

.registar-link .rss-icon {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

/** aktivan i uradjen **/
.reg-status-1 .registar-link A {
} 

/** aktivan i neuradjen **/
.reg-status-2 .registar-link A {
	color: silver;
} 

/** aktivan i neuradjen **/
.reg-status-3 .registar-link A {
} 

.status-box-valid { width:16px; height:16px; background-color:#336600; margin:0 auto; }
.status-box-invalid { width:16px; height:16px; background-color:#cc0000;  margin:0 auto; }

/************** forms *********************/

.form-wrapper-center{
    padding: 0 4px 6px 0;
    position: relative;	
}

.form-container-center{
    border: 1px solid #D0D0D0;
}

.form-left-border{
    width: 4px;
    height: 100%;
    background: url('/img/bg/form-right.png') repeat-y scroll 0 0;
    position: absolute;
    top: 0;
    right: 0;    	
}

.form-bottom-border{
    width: 100%;
    height: 6px;
    background: url('/img/bg/form-bottom.png') repeat-x scroll 0 0;
    position: absolute;
    bottom:0;
    left: 0;	
}

.form-bottom-left{
   width: 4px;
    height: 6px;
    background: url('/img/bg/form-bottom-left.png') no-repeat scroll 0 0;
    position: absolute;
    bottom:0;
    right: 0;	
}

.form-top-right{
    width: 4px;
    height: 6px;
    background: url('/img/bg/form-top-right.png') no-repeat scroll 0 0;
    position: absolute;
    top: 0;
    right: 0;    
}

.form-bottom-right{
    width: 4px;
    height: 6px;
    background: url('/img/bg/form-bottom-right.png') no-repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;    
}

.wrapper-inner {
	text-align: left;
	padding: 20px;
}
	
.wrapper table select {
	width: 60px;
	border:1px solid #153872;
	height:20px;
}

#wrapper-inner-form .required {
	display: none;
}

.warning-first, .warning-fourth {
	font-size:1.1em;
}
	 	
.warning-first td { 
	background-color:#c0002a;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
	
.warning-second td { 
	border:1px solid #c0002a;
	background-color:#fcc;
	padding:7px;
}
	
.left-red-border {
	border-left:1px solid #C0002A;
}
	
.right-red-border {
	border-right:1px solid #C0002A;
}
	
.warning-third td {
	background-color:#fcc;
	border-top:0 !important;	
}
	
.third td {
	padding-left:5px;
	padding-right:5px;
}

.warning-fourth td {
	background-color:#ffc;
	border:1px solid #c0002a;
	border-top:0;
	padding:5px 7px;
}
	
.warning-fourth a {
	color:#1d3b75;
	font-weight:bold;
	text-decoration:none;
}	

.regform-has-errors {
	background: #ffff99 url(/img/arrows/red-dn.gif) no-repeat 7px 12px;
	color: #000;
	font-weight: normal;
	border:1px solid #C0002A;
	border-top: 3px solid #C0002A;
	padding: 5px 34px;
}

.regform-has-errors P {
	margin: 0;
}

.calendar-button {
	border:1px solid #153872;
	background-color:#fff;
	background-image:url(/img/btn/calendar-back.gif);
	background-position:3px 3px;
	padding:5px 0 0 27px;
	background-repeat:no-repeat;
	color:#153872;
	font-weight:bold;
	font-size:11px;
    height:19px;
    margin: 0 0 0 3px;
    width:65px;
    *width: 70px;
    text-align: left;
    cursor: pointer;
}

.ui-autocomplete-show-all-button {
    border:1px solid #153872;
    background-color:#fff;
    background-image:url(/img/btn/calendar-back.gif);
    background-position:3px 3px;
    padding: 5px 10px 0 27px;
    background-repeat:no-repeat;
    color:#153872;
    font-weight:bold;
    font-size:11px;
    height:19px;
    margin: 0 0 0 3px;
    width:85px;
    *width: 90px;
    text-align: left;
    cursor: pointer;
    display:inline-block;
    white-space:nowrap;
    position:relative;
    top: -2px;
    text-transform:uppercase;
}

.ui-autocomplete-show-all-button a:HOVER {
	text-decoration:none;
}

.dotted-line {
	border-bottom:1px dashed #cccccc;
	padding: 14px 0px 14px 8px;
}

.flat-line {
	border-bottom:1px solid #cccccc;
	padding: 14px 0;
	text-align: left;
}

.flat-line-last {
	border-bottom: 0 !important;
}

TR.selected .dotted-line, TR.selected .flat-line {
	border-bottom: 0px none;	
} 

TR.criteria-remover .dotted-line, TR.criteria-remover .flat-line {
	padding: 5px 0px 5px 8px; 
}

TABLE TR.warning-third-no-criteria TD.dotted-line, TABLE TR.warning-third-no-criteria TD.flat-line {
	border-bottom:1px solid #c0002a;
}
		
.btn {
	background-color:#153872;
	padding:5px 25px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	border:0;
}
	
#regform-form .flat-line SELECT {
	max-width: 650px;
	width: 100%;
} 

.registar-form-description {
	margin: 0 0 1em 0; 
}


.registar-form-description H3, .registar-form-description P {
	margin-top: 0;
}

.more-desc, .less-desc {
	font-weight: bold;	
}

.registar-search-goto {
	background: transparent url(/img/arrows/blue-dn.gif) no-repeat 4px 50%;
	padding: 0 0 0 16px;	
}

.registar-desc-goto {
	background: transparent url(/img/arrows/blue-up.gif) no-repeat 4px 50%;
	padding: 0 0 0 16px;	
}

.table-form TR.selected, .no-of-criterias-selected {
	background-color: #ffff99;
}

.no-of-criterias-selected {
	padding: 5px;	
}

.criteria-remover A {
	font-weight: bold;
	font-size: 0.9em;
}

/************ table ***************************/

.table-navigation-line {
	border-bottom: 1px solid #cccccc;
	padding: 0 0 5px 0;	
}

.table-navigation-line .new-search-link {
	background: #efefef; 
	padding: 0 0 0 8px;
	text-align: left;
}

.table-search-explanation {
    border-bottom: 1px solid #153872;
	padding: 5px 0px;	
}

.table-search-explanation TD.content {
	background: #ffff99;
	line-height:1.4em;
	padding:0px 8px 4px 8px;
	text-align: left;
	vertical-align: top;	
}

.table-search-explanation TD.content-legend {
	background: #ffffff;
}

.table-search-explanation OL {
	list-style-type:decimal;
	margin: 0 0 0 0.5em;
	padding: 0 0 0 1em;
}

.table-search-explanation OL LI {
	font-weight: bold;
	list-style-type:decimal;
}

.table-search-explanation OL LI SPAN {
	font-weight: normal;
}

.table-map-link {
	border-bottom: 1px solid #153872;
	padding: 5px 0;
}

.table-map-link .map-link {
	background: #efefef; 
	padding: 0 0 0 13px;
	text-align: left;
}

.table-map-legend {
	border-bottom: 1px solid #153872;
	padding: 5px 0px;	
}

.table-map-legend TD.content {
	background: #efefef;
	padding:4px 8px;
	text-align: left;
	vertical-align: top;	
}

.table-map-legend TD.content SPAN {
	font-weight: bold;	
}

.table-page-navigation {
	background: #efefef;
	margin: 5px 0;
	padding: 5px;
}

.table-page-navigation TABLE {
	border-collapse: collapse;
}

.table-page-navigation SELECT {
	margin: 0 1px;
	padding: 3px 5px;
	text-align: center;	
}

.table-page-navigation A {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #153872;
	display:inline-block;
	_height: 1%;
	margin: 1px;
	padding: 5px 8px;
	white-space: nowrap;
}

.table-page-navigation table td {
	white-space: nowrap;
}

.table-page-navigation A.first-page-link {
	border-left: 11px solid #cccccc;	
}

.table-page-navigation A.last-page-link {
	border-right: 11px solid #cccccc;	
}

.table-page-navigation A.current {
	background: #ffff99;
	color: #000000;
	font-weight: bold;
}

.table-page-navigation A.prev-page-link, .table-page-navigation A.prev-page-link-inactive {
	background: #ffffff url(/img/arrows/blue-left.gif) no-repeat 5px 50%;
	padding: 5px 15px 5px 25px;	
}

.table-page-navigation A.prev-page-link-inactive, .table-page-navigation A.next-page-link-inactive {
	background-color: #eeeeee !important;
}

.table-page-navigation A.prev-page-link-inactive {
	background-image: url(/img/arrows/blue-left-inactive.gif) !important;
}

.table-page-navigation A.next-page-link-inactive {
	background-image: url(/img/arrows/blue-right-inactive.gif) !important;
}
	
.table-page-navigation A.next-page-link, .table-page-navigation A.next-page-link-inactive {
	background: #ffffff url(/img/arrows/blue-right.gif) no-repeat 95% 50%;
	float: right;
	padding: 5px 25px 5px 15px;	
}


.table-page-navigation TD.ellipse {
	padding: 0 5px;
}

.result-table-wrapper {
	background-color: #ffffff;
	margin: 5px 0;
}

.result-table {
	border-collapse: separate;
	background: white;
}


.result-table THEAD TH {
}

.result-table TBODY TD {
}

.result-table THEAD TH, .result-table TBODY TD {
	border-left:3px solid #ffffff;
	border-right:3px solid #ffffff;
	padding: 8px 3px;
	text-align: left;
	vertical-align:top;
}

.result-table TR.underscored TH {
	background: transparent url(/img/bg/blue-line.gif) repeat-x bottom;
	padding: 5px 0px 5px 3px;
	text-align: right;
}

.result-table TBODY TR.additional-data-shown .additional-data-show {
	display: none;
}

.result-table TBODY TR.additional-data-shown .additional-data-hide {
	color: #C0002A;
	display: inline;
}

.result-table TBODY TR .additional-data-hide {
	display: none;
}

.result-table TBODY TR.additional-data-shown TD {
    background-color: #ffffcc;  
    border-left: none;
    border-right: none;
    color: #000000;
}

.result-table TBODY TR.additional-data-shown TD.first-cell {
	border-left: 2px solid #c0002a;
	padding-left: 5px;
}

.additional-data-show, .additional-data-hide {
    padding: 0 15px 0 0;
    background: url('/img/icon/top-arrow.png') no-repeat scroll right center;	
}

.additional-data-hide{
    background: url('/img/icon/bottom-arrow.png') no-repeat scroll right center;	
}

.result-table TBODY TR.additional-data-shown TD.last-cell {
	border-right: 2px solid #c0002a;
	padding-right: 5px;
}

.result-table > TBODY > TR.additional-data TD {
    border-left: none;
    border-right: none;
}

.result-table > TBODY > TR.additional-data > TD {
    background-color: #ffffcc;	
	border-bottom: 2px solid #c0002a;
    border-left: none;
    border-right: 2px solid #c0002a;
    color: #000000;
}

.result-table > TBODY > TR.additional-data > TD.first-cell {
	border-bottom: 2px solid #c0002a;
	border-left: 2px solid #c0002a;
	border-right: none;
	color: #c0002a;
	padding-left: 10px;
	padding-top: 10px;
}

.result-table > TBODY > TR.additional-data-complex > TD {
    border-bottom: none;
	border-left: none;
    border-right: none;
}

.result-table > TBODY > TR.additional-data-complex > TD.last-cell {
    border-right: 2px solid #c0002a;
}

.result-table > TBODY > TR.additional-data-complex-last-row > TD {
	border-bottom: 2px solid #c0002a;
}

.result-table TBODY TR.separator {
	height: 1px;
}

.result-table TBODY TR.separator-spacer {
	height: 2px;
}

.result-table tbody tr.separator-firstrow {
	display: none;
}

.result-table TBODY TR.separator TD {
	background: #cccccc;
	border-left: 0 none;
	border-right: 0 none;
	height: 1px;
	padding: 0;
}

.result-table TBODY TR.separator-spacer TD {
	background: transparent;
}

.result-table TBODY TR.separator-solid {
	display: table-row;
}

.result-table TBODY TR.separator-red TD {
	background: #c0002a;
}

.result-table TBODY TR.separator-solid TD {
	background: #c0002a;
	border-left: 0 none;
	border-right: 0 none;
	height: 2px;
	padding: 0;
}

.result-table TBODY TR.separator-red TD.first-cell {
    background: #FFFFCC;	
    border-left: 2px solid #C0002A;
}

.result-table TBODY TR.separator-firstrow TD.first-cell {
	background: #c0002a;
}


.result-table TH.selected {
	color: #c0002a;
	background-color: #FFFF99;
} 

.result-table TR.underscored TH.selected {
	background-color: #FFFF99;
	background-image: url(/img/bg/gray-line.gif);
}

.result-table td.selected {
	background-color: #FFFFCC;	
}

.result-table tr.annex td.same-as-in-contract {
/*	color: #999999; */
}

/*********** dropdown menu **************************/

table-navigation-line .selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  _height: 200px;
  max-height:200px;
  margin:0px;
  overflow:auto;
  _overflow-y: scroll;
  padding:0px;
  position:absolute;
  text-align:left;
  width:400px;
  z-index:1000;
}
.table-navigation-line .selectbox-wrapper ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.table-navigation-line .selectbox-wrapper ul li.selected, .table-navigation-line .selectbox-wrapper ul li.current { 
  background-color: #ffffff;
  color: #153872;
}

.table-navigation-line .selectbox-wrapper ul li {
  background-color: #153872;
  border-bottom: 1px solid #ffffff; 
  color: #ffffff;
  cursor:pointer;
  display:block;
  font-weight: bold;
  list-style-type:none;
  margin: 0;
  padding:5px;
  text-align:left;
}

.table-navigation-line .selectbox { /* look&fell of  select box*/
  background: #153872 url(/img/bg/select.gif) no-repeat right;
  border: 0;
  color:#ffffff;
  cursor: pointer;
  font-weight: bold;
  display : block;
  height:22px;
  padding: 4px 24px 0 8px;
  text-align:left; 
  width: 288px;
}


/****************/

.table-page-navigation .selectbox-wrapper {
  background-color:white;
  border:1px solid #ccc;
  _height: 200px;
  left: 0;
  margin:0px;
  max-height:200px;
  padding:0px;
  overflow:auto;
  _overflow-y: scroll;
  position:absolute;
  text-align:center;
  width:400px;
  z-index:1000;
}
.table-page-navigation .selectbox-wrapper ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.table-page-navigation .selectbox-wrapper ul li.selected, .table-page-navigation .selectbox-wrapper ul li.current { 
  background-color: #ffffff;
  color: #153872;
}

.table-page-navigation .selectbox-wrapper ul li {
  background-color: #ffffff;
  cursor:pointer;
  display:block;
  list-style-type:none;
  margin: 0;
  padding:2px;
  text-align:center;
}

.table-page-navigation .selectbox { /* look&fell of  select box*/
  background: #ffffff url(/img/arrows/blue-dn-20.gif) no-repeat right 50%;
  border: 1px solid #153872;
  color: #153872;
  cursor: pointer;
  display : block;
  font-weight: bold;
  padding: 5px 20px 5px 0px;
  text-align:center;
  width: 120px; 
}


.table-page-navigation .selectbox-solo {
	background:#FFFFFF url(/img/arrows/blue-right-20.gif) no-repeat scroll right 50%;
	border:1px solid #153872;
	color:#153872;
	display:block;
	font-weight:bold;
	padding:5px 20px 5px 0px;
	text-align:center;
	width:60px;
}

.ui-autocomplete-ajax-loader {
	display:none;
    position: absolute;
    top:12px;
    left:618px;
}   

.ui-autocomplete-input-wrap {
    position:relative;	
}

.ui-autocomplete {
    max-height: 220px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 220px;
}

#autocomplete-holder .ui-autocomplete {
	font-size: 12px;
}


/*** forms ***/

/*** form-element general rules ***/
.form-element{
	position: relative;
	width: 100%;
	padding: 5px 0 35px 0;
}

.form-element .error,
.form-element .criteria-remover
{ display: none; }
.form-element-error .error,
.form-element-selected .criteria-remover
{ display: block; }

.form-element .title {
    text-transform: none;
    padding: 0 0 6px 0 0;	
}

.form-element .wrapper {
    margin: 0 0 5px 0;    
}

.form-element h3 {
    margin: 0;
    padding: 0 0 6px 0;	
    width: 470px;
}

.form-element .input-wrapper {
	position:relative;
    background-color: #e6e6e6;	
    padding: 5px;	
}

.form-element input {
	padding: 5px;
    border: 1px solid #153872;  
    width: 98.4%;	
}

.form-element select {
    border: 1px solid #153872;	
    padding: 5px;
    width: 100%;
}

.form-element .caption {
    background-color: #f6f6f6; 
    padding: 0 8px; 
    font-weight: bold;	
}

.form-element .required {
	color: #C0002A;
    position: absolute;
    right: 0;
    top: 0;	
    padding: 5px 5px 3px 5px;
    background-color: #ffff66;
    font-size: 10px;
}

.form-element .advice {
	font-size: 0.95em;
	width: 465px;
}

.form-element .advice span{
    font-weight: bold;
}

.form-element .criteria-remover {
	background-color: #FFFF66;
    position: absolute;
    right: 0;
    padding: 5px;
    font-size: 0.8em;
}

.form-element-error .criteria-remover {
    display: none;
}

/*** .end form-element general rules ***/


/*** form-element-date rules ***/
.form-element-date-interval input {
	width: 230px;
}

/*** form-element-autocomplete rules ***/
.form-element-autocomplete input {
	padding-right: 20px;
	width: 609px;
}

/*** form-element-frequency rules ***/
.form-element-frequency input {
	margin: 0 5px 0 0;
	width: 260px;
}

.form-element-frequency select {
    padding: 0px;	
    *width: 50px !important; 	
}

/*** form-element-radio-set rules ***/

.form-element-radio-set ul, .form-element-checkbox-set ul {
    margin: 0;
    padding: 0;	
}

.form-element-radio-set ul li, .form-element-checkbox-set ul li {
    list-style-type: none;	
    padding: 0.5em 0 0.5em 0.5em;
    margin: 0;
}

.form-element-radio-set input, .form-element-checkbox-set input {
    border: none;	
	width: 13px;	
}

.form-element-radio-set span, .form-element-checkbox-set span {
    padding: 0 0 0 11px;	
}

.form-element-checkbox-set .wrapper, .form-element-radio-set .wrapper{
    background-color: #ffffff;	
}

/*** end of form-element-specific rules ***/

.submit-button .btn {
    background-color: transparent;	
    font-size: 0.9em;
    padding: 12px 30px 12px 50px;
}

.submit-button .btn:hover{
    cursor: pointer;	
}

.submit-button {
    background: url("/img/arrows/white-on-red-right.gif") no-repeat scroll 0 0 #153872; 
    float: left;
	height: 40px;
}

.error{
    background-color: #ffff66;
    color: #000000;	
    padding: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

.error a{
    color: #C0002A;
}

.error span{
    color: #C0002A;	
    padding: 0 5px 0 0;
}

.form-element-error .wrapper {
	border: 1px solid #cb142f;
}

.ui-menu .ui-menu-item {
    text-align: left;	
}

.report-table.form-wrapper-center {
    padding-bottom: 0px;	
}

.report-table .form-container-center {
    border-bottom: none;	
}

.report-table .header-registar-wrapper {
    border-bottom: none;
    min-height: 52px;	
}

.header-content-wrapper {
    border-bottom: 1px solid #C0002A;
    margin-right: 2px;
}

.header-content-wrapper .outer {
    background: #F6F6F6;	
}

.one-col-separator{
	right: -3px;
	width: 168px;
}

.no-of-criterias-selected{
	padding: 12px 5px;
	margin-left: 10px;
	float: left;
}

#map-frame {
	width: 100%;
	height: 100%;
	background-color: transparent;
}

/**** new reports ****/

.table-page-navigation-form { position: relative; } /* solve page navigation click offset */

/*
 * END OF FILE - /Ratel Registar/_css/partials/registar.css
 */

/*
 * START OF FILE - /Ratel Registar/_css/partials/print.css
 */
BODY.print {
	background:#ffffff;
	padding: 0 0 0 0px; /* the critical side padding that sets the natural min-width! */
	text-align: left;
}

body.print #body-content {
	width: 800px;	
}

body.print .header-inner {
	width: auto;	
}

body.print h1, body.print h2, body.print h3 {
	color: #000000;	
}

body.print .table-page-navigation, body.print .table-navigation-line, body.print .result-table tr.underscored th div {
	display: none;
}

body.print .result-table tr.underscored th.selected {
	background:transparent url(/img/bg/gray-line.gif) repeat-x scroll center bottom;
}

body.print .result-table th.selected {
	background-color: #ffffff;
	color: #000000;
}

body.print .result-table td.selected {
	background-color: #ffffff;
}

/*************** separatori razni ******************/

body.print .result-table TBODY TR.additional-data-shown TD {
	background-color: #ffffff;
}

body.print .result-table > tbody > tr.additional-data > td {
	background-color: #ffffff;
}

body.print .result-table tbody tr.separator-red td.first-cell {
	background: #ffffff;
}

body.print .result-table tbody tr.separator-red td,
body.print .result-table tbody tr.separator td
{
	background: none repeat scroll 0 0 #CCCCCC;
	border-left: 0 none;
	border-right: 0 none;
	height: 1px;
    padding: 0;
}

body.print .result-table tbody tr.additional-data-shown td.first-cell,
body.print .result-table tbody tr.additional-data td.first-cell,
body.print .result-table tbody tr.additional-data-shown td.last-cell {
	border-left: 0 none;
	border-right: 0 none;
	color: #000000;
}

body.print .result-table tbody tr.additional-data td {
	border-bottom: 1px solid #cccccc;
	border-right: 0 none;
}

body.print .result-table tbody tr.separator-spacer td {
    background: none repeat scroll 0 0 transparent;
}

body.print .result-table tbody tr.separator-firstrow {
	display: none;
}

body.print .result-table tbody tr.additional-data-shown .additional-data-show, 
body.print .result-table tbody tr.additional-data-shown .additional-data-hide {
	display: none;
}

/*************** .end separatori razni ******************/


body.print .header-common td td {
	vertical-align: top;	
}

body.print .header-common li.title {
	padding-left: 0;	
}

body.print .header-common td td P {
	margin: 0.1em 0;	
}

body.print .header-registar {
	background:	transparent;
	min-height:0px;
	padding: 0 0 0 0.5em;
	position:auto;
}

body.print .header-registar .section-navigation {
	border-bottom:0px solid #CCCCCC;
	height:auto;
	position:relative;
	padding: 0.25em;
}

body.print .header-registar .section-title {
	min-height:0px;
	padding:0px 0pt 0pt;
}

body.print .table-search-explanation {
	padding: 0;	
}

body.print .table-search-explanation .search-explanation-criteria {
	margin: 1em 0 1em 1em;
}

body.print .table-search-explanation .search-explanation-no-of-results {
	margin: 1em 0 1em 1em;
}
	
body.print .header-registar-wrapper, 
body.print .form-bottom-border,
body.print .form-bottom-left,
body.print .form-left-border,
body.print .form-top-right,
body.print .right-165,
body.print .right-separator{
    display: none;	
}

body.print .form-container-center{
    border: none;	
}

body.print #wrapper2{
    background-color: #ffffff;	
    border: none;
}

body.print .form-element-date-interval input {
    width: 180px;	
}

body.print .form-element-frequency input {
    width: 171px;	
    margin: 0 5px 0 0;
}

body.print .footer{
	width: 990px;
	font-size: 0.6em;
}

body.print .section-breadcrumbs{
    display: none;	
}

body.print .form-element-radio-set input{
    width: 15px;
    float: left;
}

body.print .outer {
	margin: 0 !important;
}

body.print .outer-0-x-0 .wrapper-inner {
    border: 0;	
}

body.print .header-content-wrapper{
    display: none;	
}

body.print .footer {
	display: none;
}

/*
 * END OF FILE - /Ratel Registar/_css/partials/print.css
 */

/*
 * START OF FILE - /Ratel Registar/_css/partials/jquery-ui-1.8.11.redmond.custom.css
 */
/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


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

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


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

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 0.8em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/img/ui/ui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(/img/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #153872; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/img/ui/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(/img/ui/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(/img/ui/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(/img/ui/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(/img/ui/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom 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(/img/ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/img/ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/img/ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/img/ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/img/ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/img/ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/img/ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/img/ui/ui-icons_cd0a0a_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: 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; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa url(/img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/img/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .30;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
/*
 * jQuery UI Autocomplete 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.ui-autocomplete { position: absolute; cursor: default; }	

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

/*
 * jQuery UI Menu 1.8.11
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 * OSTAVITI - TREBA ZA AUTOCOMPLETE!
 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}
/*
 * jQuery UI Dialog 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog { position: fixed; padding: .2em; width: 300px; overflow: hidden; }
.ui-dialog .ui-dialog-titlebar { padding: .4em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: 0; background: none; overflow: hidden; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/*
 * jQuery UI Datepicker 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { /*width: 13em;*/ padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 80%; font-size: .96em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/*
 * jQuery UI Progressbar 1.8.11
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }

/*
 * END OF FILE - /Ratel Registar/_css/partials/jquery-ui-1.8.11.redmond.custom.css
 */

/*
 * CSS file created by Rockstarapps Concatenation
 */

