/*======================================================================================*/
/* polygonMap                                                                      */
/*======================================================================================*/


#searchWithPolygon
{
    padding: 91px 0 0 0;
}

.unvisibility
{
    visibility: hidden;
}

.searchWithPolygonTop
{
    width: 100%;
    height: 91px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: visible;
    z-index: 15;
    background: url(images/poly-filter.png) no-repeat left top;
}

.searchWithPolygonTop.secondTab
{
    background-position: left -93px;
}

.searchWithPolygonTop .firstTabMap
{
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.searchWithPolygonTop .secondTabMap
{
    width: 750px;
    height: 50px;
    padding: 10px 10px 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #c4d8e5;
    font-size: 14px;
}

.searchWithPolygonTop .firstTabMap .title,
.searchWithPolygonTop .firstTabMap h2
{
    color: #fff;
    width: 170px;
    padding: 20px 0 0 0;
    margin: 0;
    float: left;
    text-align: center;
    font-weight: bold;
}

.searchWithPolygonTop .firstTabMap .inputPlace
{
    width: 337px;
    float: left;
    padding: 10px 0 0 3px;
}

.searchWithPolygonTop .firstTabMap .inputPlace input
{
    width: 310px;
    height: 20px;
    padding: 3px 5px;
    display: block;
    margin: 0 0 3px 7px;
    border: 0;
    color: #999;
    background: #fff url(images/poly-input.png) no-repeat left top;
}

.searchWithPolygonTop .firstTabMap .inputPlace input.display-none{
    display: none;
}

.searchWithPolygonTop .firstTabMap .inputPlace .info
{
    padding: 0 10px;
    font-size: 10px;
    color: #ace2f3;
}
    
    
.searchWithPolygonTop .firstTabMap .nextInputPlace
{
    width: 275px;
    float: left;
    padding: 15px 0 10px 10px;
    background: url(images/poly-sepa.png) no-repeat left 10px;
}

.searchWithPolygonTop .firstTabMap .nextInputPlace .label
{
    display: block;
    width: 95px;
    padding: 5px 0 0 0;
    float: left;
    color: #fff;
}

.searchWithPolygonTop .jquery-selectbox
{
    height: 28px;
    line-height: 28px;
    background: #fff url(images/selectbox-blue-back.png) no-repeat left top;
}

.searchWithPolygonTop .jquery-selectbox .jquery-selectbox-moreButton
{
    width: 29px;
    height: 28px;
    background: #aaa url(images/selectbox-blue-arrow.png) no-repeat left top;
}
 
.choices
{
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	padding: 0 0 0 250px;
}

.choices a
{
	display: block;
	float: left;
	width: 250px;
	height: 30px;
	margin: 0 5px 0 0;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #3a6a88;
	font-weight: bold;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	text-transform: uppercase;
}

.choices a#polyGet
{
	width: 280px;
}

.choices a.on
{
    color: #fff;
}


.polygonMap 
{
    float: left;
    height: 100%;
    width: 306px;
    padding: 0;
    z-index: 10;
    background: url(images/offerBox-separator.png) no-repeat scroll right center #E8E8E8;
}

#polyMap
{
	width: 306px;
	height: 350px;
	position: relative;
}

#ESOlightBox #polyMap
{
	width: 670px;
	height: 500px;
}

#ESOlightBox.widefull #polyMap{
    width: 100%;
    height: 100%;
}

#ESOlightBox.wide .content
{
	padding: 10px;
}

#ESOlightBox.widefull .content{
    padding: 0;
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

#polyMapLightBox .map h3{
    width: auto;
    color: #000;
}

#polyMapLightBox,
#ESOlightBox.wide
{
	width: 1000px;
	margin: 0;
}

#ESOlightBox.widefull{
    width: 100%;
    height: 100%;
}

#polyMapLightBox
{
	width: 980px;
	margin: 0;
}

#ESOlightBox.widefull #polyMapLightBox{
    width: 100%;
    position: relative;
}

#ESOlightBox.widefull #polyMapLightBox.searchFilled{
    background: #e8e8e8;
}


#polyMapLightBox .map h2.arrowed
{
	width: auto;
    height: 27px;
    margin: 20px 0 20px 10px;
    padding: 0 0 0 35px;
    color: #06577b;
    font-size:150%;
    font-family:  Trebuchet MS, Arial, sans-serif;
    text-transform:uppercase;
    line-height: 27px;
    background: url(images/ico-arrow.png) no-repeat left center;
}


#ESOlightBox .simpleInput
{
	width: 153px;
	height: 21px;
	padding: 0 5px;
	margin: 0 5px 0 0;
	border: 0;
	background: url(images/input-simple.png) no-repeat left top;
}
#ESOlightBox .longInput
{
    width: 183px;
    background: url(images/input-simple-long.png) no-repeat left top;
}

#ESOlightBox .longerInput
{
    width: 250px;
    background: url(images/input-simple-longer.png) no-repeat left top;
}

#ESOlightBox .inputHolder-search{
    height: 26px;
    width: 250px;
    position: relative;
    border: 1px solid #aaa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

#ESOlightBox .inputHolder-search input{
    border: 0;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: 0;
    height: 18px;
     margin: 4px 0 0 1%;
    line-height: 18px;
}

#ESOlightBox .button-search-map{
    display: block;
    width: 37px;
    height: 26px;
    position: absolute;
     right: 0;
     top: 0;
    background: url(images/map-search-button.png) no-repeat left top;
    text-indent: -1000px;
    color: #fff;
    overflow: hidden;
}

#ESOlightBox a.greyButtonMap
{
	width: 64px;
	height: 18px;
	display: inline-block;
	color: #282828;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	background: url(images/button-grey-small.png) no-repeat left top;
}

#ESOlightBox a.greyButtonMap.onright
{
    float: right;
    margin: 10px 10px 0 0;
    padding: 0;
}

#ESOlightBox a.greyButtonMapDelete
{
	width: 19px;
	height: 18px;
	display: inline-block;
	color: #282828;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	margin: 0 0 0 5px;
	background: url(images/button-grey-remove.png) no-repeat left top;
}


#ESOlightBox .savedArea
{
	padding: 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px dotted #bababa;
}

#ESOlightBox .savedArea .labelArea
{
	width: 150px;
	display: inline-block;
	color: #282828;
}

#ESOlightBox .search-close-button
{
    width: 33px;
    height: 33px;
    background: url(images/map-search-close.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 16px;
    cursor: pointer;
}

#ESOlightBox .buttonsMapHolder
{
	height: 35px;
	margin: 0 30px 10px 0;
	background: url(images/drawing-text.png) no-repeat 20px center;
}

#ESOlightBox.widefull .buttonsMapHolder{
    margin: 10px 70px 10px 0;
    background: none;
    height: auto;
}

#ESOlightBox.widefull .buttonsMapHolder h2{
    display: inline-block;
    padding: 15px 0 15px 85px;
    font-size: 16px;
    background: url(images/map-search-title.png) no-repeat 20px center;
}

#ESOlightBox .buttonsMapHolder a
{
	float: right;
	height: 35px;
	margin: 5px 10px 0 0;
	display: inline-block;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
}

#ESOlightBox .buttonsMapHolder a.buttonsMapSearch
{
	width: 162px;
	color: #fff;
	text-transform: uppercase;
	background: #a831a3 url(images/button-edit-submit.png) no-repeat left top;
}

#ESOlightBox .buttonsMapHolder a.buttonsMapEdit
{
	width: 137px;
	color: #51504f;
	font-weight: bold;
	background: #a831a3 url(images/button-edit.png) no-repeat left top;
}

#ESOlightBox .buttonsMapHolder a.buttonsMapEdit.off
{
	background: #a831a3 url(images/button-edit.png) no-repeat left bottom;
}

#ESOlightBox.wide h1 { background: url(images/lightBox-top-wide.png) no-repeat left top; }
#ESOlightBox.wide .bottom { background: url(images/lightBox-bottom-wide.png) no-repeat left top; }

#polyMapLightBox .mapSearch
{
	width: 670px;
	padding: 0;
}

.buttonMap
{
	width: 231px;
	height: 33px;
	line-height: 33px;
	display: block;
	margin: 20px 0 20px 37px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #E8E8E8 url("images/button-map.png") no-repeat left top;
}

#helpMapText
{
	width: 180px;
	padding: 3px 5px;
	display: none;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	background: #fff;
	position: absolute;
	z-index: 1000;
	text-align: left;
	border: 2px solid #a831a3;
}

#helpMapText .strong
{
    font-weight: bold;
    color: #000;
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 3px 0;
}

#helpMapText .strong.blue
{
    color: #06577B;
}

#polyBox
{
	width: 274px;
	height: 180px;
	padding: 20px;
	position: absolute;
	right: 50px;
	bottom: 50px;
	color: #666;
	background: url(images/polygonmap-box.png) no-repeat left top;
}

#polySaveBox
{
    width: 274px;
	height: 80px;
	padding: 20px;
	position: absolute;
	left: 380px;
	top: 10px;
	color: #666;
	background: url(images/polygonmap-box2.png) no-repeat left top;
}

#polyBox .centerText,
#polySaveBox .centerText
{
    padding: 0 0 10px 0;
    text-align: center;
    font-weight: bold;
    color: #000;
}
	
#polyBox h2,
#polySaveBox h2
{
    margin: 0;
    padding: 0 0 10px 0;
    color: #000;
}	

#polyBox a.polySearch,
#polySaveBox a.polySearch
{
	width: 210px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 10px 30px;
	display: inline-block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	background: #a730a3 url(images/polygonmap-box-button.png) no-repeat left top;
}

#polyBox a.polyClose,
#polySaveBox a.polyClose
{
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 20px;
	top: 15px;
	text-decoration: none;
	background: #8bd7f7 url(images/polygonmap-box-close.png) no-repeat left top;
}

#polyBox input,
#polySaveBox input
{
	width: 150px;
	height: 15px;
	padding: 5px;
	margin: 10px 3px 0 0;
	border: 0;
	color: #929292;
	background: #f3f3f3 url(images/polygonmap-box-input.png) no-repeat left top;
}

#polyBox a.polySave,
#polySaveBox a.polySave
{
	width: 104px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 0 0;
	display: inline-block;
	text-align: center;
	color: #51504f;
	text-decoration: none;
	background: #e1e1e1 url(images/polygonmap-box-button2.png) no-repeat left top;
}

#antreMessage
{
    width: 260px;
    padding: 30px 10px 10px 10px;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	background: #fff;
	position: absolute;
	top: 25px;
	right: 9px;
	z-index: 1000;
	text-align: left;
	border: 3px solid #A630A2;
}


#antreMessage #antreMessageHandler
{
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background: #d784d4;
    cursor: move;
}



#antreMessage ol
{
    list-style-position: outside;
    margin: 0 0 0 20px;
}

#antreMessage ol li
{
    padding: 0 0 5px 0;
}

#antreMessage a
{
    width: 60px;
    padding: 0 20px 0 15px;
    margin: 5px 0 5px 100px;
    line-height: 19px;
    display: block;
    position: relative;
    height: 19px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: url(images/button-darkviolet.png) no-repeat left top;
}


#antreMessage a span
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 19px;
    background: url(images/button-darkviolet-right.png) no-repeat left top;
}


#ESOlightBox a.endline
{
    width: 144px;
    padding: 0 20px 0 15px;
    position: absolute;
    right: 300px;
    top: 5px;
    color: #fff;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    background: url(images/button-request.png) no-repeat left top;
}


a.endline span
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
    height: 38px;
    background: url(images/button-request-right.png) no-repeat left top;
}


.menuDeleteHolder
{
    width: 100px;
    display: block;
    position: absolute;
    padding: 10px;
    background: #ccc;
    border: 1px solid #333;
    color: #000;
    text-decoration: none;
    z-index: 100;
}

.menuDeleteHolder a
{
    width: 60px;
    text-align: center;
    display: block;
    padding: 2px 5px;
    margin: 5px 0 0 10px;
    background: #06577B;
    color: #fff;
    text-decoration: none;
    z-index: 100;
}

.menuDeleteHolder a:hover
{
    background: #000;
}
    

/*======================================================================================*/
/* administration                                                                      */
/*======================================================================================*/

#administration 
{
	width: 998px;
	margin: 50px 0 20px 0;
	position: relative;
	background: url(images/admin-left-bg.png) repeat-y left top;
}

#administration .rccontent
{
	padding: 20px 0;
}	

#administrationRight .rccontent.table
{
	padding: 0;
}

#administration .adminTop
{
	height: 18px;
	width: 998px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/admin-top.png) no-repeat left top;
	z-index: 100;
}

/*======================================================================================*/
#administrationContent .lightboxBox h2
{
    text-align:center;
}
#administration #navigatorPanel
{
	width: 170px;
	min-height: 500px;
	float: left;
}

#administration #navigatorPanel ul
{
	padding: 0 0 0 5px;
}

#administration #navigatorPanel ul li
{
	padding: 0 10px;
	height: 29px;
	line-height: 29px;
	list-style-type: none;
	display: block;
	color: #404040;
	background: url(images/admin-left-delimiter.png) no-repeat left bottom;
}

#administration #navigatorPanel ul li a
{
	color: #404040;
	text-decoration: none;
}

#administration #navigatorPanel ul li.on
{
	color: #a52fa1;
	font-weight: bold;
	position: relative;
	top: -2px; left: 0;
	background: #fff url(images/admin-left-tab-on.png) no-repeat left top;
}

#administration #navigatorPanel ul li.on a
{
	color: #a52fa1;
}
.adminPenezenka
{
    height:35px;
    line-height:35px;
}
    .adminPenezenka img
    {
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .adminPenezenka strong
    {
        font-size:16px;
        color:#a52fa1;
    }

/*======================================================================================*/
	
.activeState { color: #5aca0f; }
.newState { color: #119dd7; }
.nonActiveState { color: #ff0606; }
.floatright { float: right; }

#tableInfo.roundedCorner
{
    width: 798px;
    float: left;
}

#administration #tableInfo.roundedCorner .rccontent
{
    padding: 5px 20px;
    color: #6A6969;
}

#administration #tableInfo.roundedCorner .rccontent strong
{
    padding: 0 30px 0 3px;
    color: #333;
}

#administration #administrationRight
{
	width: 800px;
	float: left;
	margin: 0;
	line-height: 21px;
}

#administration #administrationContent
{
	width: 550px;
	float: left;
	margin: 0 20px 10px 0;
	line-height: 21px;
}
    #administration #administrationContent.wide
    {
        width: 800px;
    }
        #administration #administrationContent.wide .infoBox,
         #administration #administrationContent.wide .errorBox,
         #administration #administrationContent.wide .correctBox
        {
            width:720px;
        }

#administration #administrationRight #administrationContent
{
	width: 600px;
}

#administration #administrationContent .roundedCorner
{
	margin: 0 0 10px 0;
}

#administration #administrationContent #addRK.roundedCorner
{
    width: auto;
	margin: 0 0 10px 100px;
}

#administration h2
{
	padding: 10px 0;
	color: #26ADDF;
	font-size: 13px;
	text-transform: uppercase;
}

#administration h3
{
    font-size: 12px;
	color: #a52fa1;
	padding: 0 0 5px 0;
}

#administration h2 .black
{
    color: #333;
    text-transform: none;
}

#administration #administrationContent .rccontent
{
	padding: 15px;
}

#administrationContent .darkRoundedBox
{
	margin: 0 0 20px 0;
}

#administration #administrationContent .darkRoundedBox .rccontent
{
	padding: 10px 0;
}

#administration #administrationContent .darkRoundedBox .rccontent .padded
{
	padding: 5px 20px;
	color: #6A6969;
}

#administration #administrationContent .darkRoundedBox .rccontent .paddedLeft
{
	padding: 0 20px;
	color: #6A6969;
}

.blueMail
{
    color: Blue;
    padding: 0 0 0 20px;
    font-weight: bold;
}

.blackInfo
{
    color: #000;
    text-align:center;
    padding: 5px 0;
    font-size: 15px;
}

#administration #administrationContent .darkRoundedBox .rccontent .padded h2
{
    font-size: 18px;
    color: #A52FA1;
	padding: 0;
}

#administrationContent .loginDataHeader
{
	position: absolute;
	left: 250px;
	bottom: 15px;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

#administration a.darkViolet
{
	margin: 0;
	padding: 0 15px;
	text-transform: uppercase;
}

#administration a.darkViolet.floatright
{
    float: right;
    margin: 5px 0 0 0;
      text-transform: uppercase;
}

#administrationContent .requied
{
    color: #A630A2;
    float: left;
}

#administrationContent .requiedInfo
{
    color: #A630A2;
    float: right;
}

#administrationContent .label
{
	width: 105px;
	padding: 4px 10px 5px 0;
	float: left;
	text-align: right;
	font-weight: bold;
	color: #6a6969;
	line-height: 15px;
}

#administrationContent .label.long
{
	width: 250px;
	text-align: left;
}

#administrationContent .label.full
{
	width: auto;
	text-align: left;
	float: none;
}

#administrationContent .label.full strong
{
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

#administrationContent .label.styledLabel
{
	width: 140px;
	display: inline-block;
	padding: 5px 10px 5px 25px;
    background: url(images/ico-arrow.png) no-repeat left center;
}



#administrationContent .label.shortLabel
{
	width: 48px;
	padding: 4px 10px 5px 0;
	text-align: right;
}

#administrationContent .label.mini
{
	width: 30px;
	text-align: left;
}

#administrationContent .label.inline
{
	width: auto;
	display: inline-block;
	text-align: left;
	color: #666;
	font-weight: normal;
}

#administrationContent .label.left
{
	text-align: left;
}

#administrationContent .labelBigger
{
	width: 150px;
	padding: 0 15px 0 0;
	float: left;
	text-align: right;
	color: #a630a2;
	line-height: 31px;
}

#administrationContent .labelStrong
{
    padding: 0 15px 0 0;
    margin: -10px 0 10px 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 31px;
    font-weight: bold;
}

#administrationContent .label.color
{
	width: 100px;
	color: #a630a2;
	font-weight: normal;
	line-height: 31px;
}

#administrationContent .inputHolderInfo
{
    width: 120px;
    color: #888;
    float: left;
    margin: 0 0 3px 0;
	padding: 2px 5px;
    font-size: 12px;
    line-height: 17px;
}


#administrationContent .inputHolderInfo.auto
{
    width: auto;
}

#administrationContent .inputHolderInfo.long
{
    width: 350px;
}

#administrationContent .inputHolder
{
	width: 200px;
	height: 17px;
	float: left;
	margin: 0 12px 3px 0;
	padding: 2px 5px;
	position: relative;
	background: url(images/admin-input.png) no-repeat left top;
}

#administrationContent .inputHolder.short
{
	width: 120px;
}

#administrationContent .inputHolder.long
{
	width: 290px;
}

#administrationContent .inputHolder.longest
{
	width: 365px;
}

#administrationContent .inputHolder.shortest
{
	width: 60px;
}

#administrationContent .inputHolder span
{
	width: 7px;
	height: 21px;
	position: absolute;
	right: -5px;
	top: 0;
	display: block;
	background: url(images/admin-input-right.png) no-repeat left top;
}	

#administrationContent .inputHolder input
{
	width: 95%;
	height: 17px;
	line-height: 17px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}

#administrationContent .inputHolder.datepicker
{
	width: 80px;
	margin: 0 42px 3px 0;
}

#administrationContent .inputHolder .datepickerHandler
{
	width: 19px;
	height: 19px;
	position: absolute;
	right: -30px;
	top: 2px;
	cursor: pointer;
	background: url(images/datepicker.png) no-repeat left top;
}

#administrationContent textarea
{
	width: 400px;
	height: 104px;
	padding: 5px;
	margin: 0 5px 3px 0;
	float: left;
	border: 0;
	color:  #000;
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Sans-Serif;
	background: #fff url(images/admin-textarea.png) no-repeat left top;
}	

#administrationContent textarea.moto
{
	height: 34px;
	background: #fff url(images/admin-textarea-moto.png) no-repeat left top;
}

#administrationContent .jquery-selectbox
{
	width: 213px;
	margin: 0 5px 3px 0;
}

#administrationContent .smallSelect .jquery-selectbox
{
	width: 150px;
	margin: 0 5px 0 0;
}

#administrationContent .miniBlackSelect .jquery-selectbox
{
	width: 130px;
	margin: 0 5px 5px 0;
	color: #333;
	font-size: 11px;
}

#administrationContent .miniBlackSelect .longerSelect .jquery-selectbox
{
	width: 230px;
}

#administrationContent .miniBlackSelect .jquery-selectbox .jquery-selectbox-list
{
	width: 120px;
}

#administrationContent .miniBlackSelect .longerSelect .jquery-selectbox .jquery-selectbox-list
{
	width: 220px;
}

#administrationContent .jquery-selectbox-list
{
	width: 200px;
}

#administrationContent .miniBlackSelect .selectLonger .jquery-selectbox
{
	width: 170px;
	margin: 0 5px 5px 0;
	color: #333;
	font-size: 11px;
}

#administrationContent .miniBlackSelect .selectLonger .jquery-selectbox .jquery-selectbox-list
{
	width: 160px;
}

#administrationContent .line
{
	width: 100%;
	margin: 15px 0 0 0;
	height: 15px;
	overflow: hidden; 
	border-top: 2px solid #e1e1e1;
}

#administrationContent a.greyButton
{
	width: 64px;
	height: 18px;
	margin: 2px 5px 0 0;
 	display: inline-block;
	color: #282828;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	float: left;
	background: url(images/button-grey-small.png) no-repeat left top;
}

#administrationContent .lineSep
{
	width: 100%;
	clear: both;
	margin: 5px 0 0 0;
	height: 10px;
	overflow: hidden; 
	border-top: 1px solid #e1e1e1;
}

#administrationContent .checkbox input
{
	margin: 0 5px 0 10px;
}

#administrationContent .photoHolder
{
	width: 210px;
	float: left;
	position: relative;
}

#administrationContent .photoHolder img
{
	float: left;
	margin: 10px 10px 10px 0;
}

#administrationContent .photoHolder.logo
{
	width: 350px;
	min-height: 100px;
}

#administrationContent .photoHolder.logo img
{
	float: left;
}

#administration .searchRK
{
    font-size: 11px;
}

#administration .jsonSuggestResults
{
    width: 350px;
    font-size: 12px;
    margin: 0;
}
#administrationContent .EmailPoptavky
{
    position:relative;
}
#administrationContent .photoHolder.logo .info,#administrationContent .infoooptavkaMail
{
	width: 130px;
	display: block;
	float: left;
	padding: 10px 0 0 0;
	font-size: 11px;
	line-height: 13px;
	color: #6a6969;
	position:absolute;
	bottom: 0;
	right: 125px;
	
}
#administrationContent .infoooptavkaMail
{
   width:170px !important;
   left:220px;
   background:none !important;
   top:-7px !important;
   display:block;
}
#administrationContent .infoooptavkaMail input
{
  width:auto;
  float:left !important;
}
#administrationContent .infoooptavkaMail p
{
  width:150px;
  display:block;
  float:left;
  padding-left:5px;
}
#administrationContent .photoHolder a
{
	width: 98px;
	height: 21px;
	padding: 0 0 0 23px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background: #c043bb url(images/admin-button-edit.png) no-repeat left top;
}

#administrationContent .photoHolder a.change
{
    cursor: default;
}

#administrationContent input.change
{
    position: relative;
	left: 320px;
	top: -20px;
	width: 120px;
	height: 21px;
	filter:alpha(opacity: 0);
	cursor: pointer;
}

#administrationContent .photoHolder a.remove  
{
	position: absolute;
	right: 0;
	bottom: 26px;
	background: #c043bb url(images/admin-button-remove.png) no-repeat left top; 
}


#administrationContent .semi
{
	width: 200px;
	float: left;
}

#administrationContent .semi span
{
	padding: 5px 0 5px 30px;
	display: block;
	color: #a630a2;
}

#administrationContent .semi span input
{
	margin: 0 5px 0 0;
}

#administrationContent .semi span.flat { background: url(images/ico-flat.png) no-repeat left top;  }
#administrationContent .semi span.house { background: url(images/ico-house.png) no-repeat left top;  }
#administrationContent .semi span.commercial { background: url(images/ico-comercial.png) no-repeat left top;  }
#administrationContent .semi span.cottage { background: url(images/ico-cottage.png) no-repeat left top;  }
#administrationContent .semi span.student { background: url(images/ico-student.png) no-repeat left top;  }
#administrationContent .semi span.developer { background: url(images/ico-developer.png) no-repeat left top;  }
#administrationContent .semi span.land { background: url(images/ico-land.png) no-repeat left top;  }
#administrationContent .semi span.execution { background: url(images/ico-execution.png) no-repeat left top;  }
#administrationContent .semi span.abroad { background: url(images/ico-abroad.png) no-repeat left top;  }
#administrationContent .semi span.other { background: url(images/ico-other.png) no-repeat left top;  }

#administrationContent a.save
{
	width: 166px;
	height: 27px;
	line-height: 27px;
	padding: 0;
	margin: 0 0 10px 0;
	display: block;
	float: right;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	background: #c043bb url(images/admin-button-save.png) no-repeat left top;
}

#administrationContent strong a
{
	color: #2b2a2a;
}

/*======================================================================================*/

#administration .administrationRightPanel
{
	width: 180px;
	float: left;
	margin: 0 0 10px 0;
	background: #eaf7ff url(images/admin-rightpanel.png) no-repeat left bottom;
}

#administration .administrationRightPanel.first
{
	margin: 40px 0 10px 0;
}

#administration .administrationRightPanel.firstH3
{
	margin: 66px 0 10px 0;
}

#administration .administrationRightPanel h2
{
	width: 159px;
	height: 23px;
	padding: 7px 0 0 20px;
	color: #70a6c7;
	font-weight: normal;
	background: #d3ebf9 url(images/admin-rightpanel-top.png) no-repeat left top;
}

#administration .administrationRightPanel .insideNoTop
{
	padding: 13px 10px 15px 10px;
	color: #128ab5;
	background: url(images/admin-rightpanel-notop.png) no-repeat left top;
}

#administration .administrationRightPanel .inside
{
	padding: 10px;
	color: #128ab5;
}

#administration .administrationRightPanel a.deactivate,
#administration .administrationRightPanel a.delete,
#administration .administrationRightPanel a.house,
#administration .administrationRightPanel a.list
{
	width: 137px;
	height: 23px;
	display: block;
	line-height: 23px;
	padding: 0 0 0 24px; 
	margin: 5px 0 0 0;
	color: #fff;
	text-decoration: none;
	background: #2aa9d8 url(images/admin-button-deactivate.png) no-repeat left top;
}

#administration .administrationRightPanel a.delete
{
	background: #2aa9d8 url(images/admin-button-delete.png) no-repeat left top;
}

#administration .administrationRightPanel a.house
{
	background: #2aa9d8 url(images/admin-button-house.png) no-repeat left top;
}

#administration .administrationRightPanel a.list
{
	background: #2aa9d8 url(images/admin-button-list.png) no-repeat left top;
}

.administrationRightPanel .line
{
	margin: 10px 0 0 0;
	height: 10px;
	overflow: hidden; 
	clear: both;
	border-top: 1px solid #9cd1e5;
}

.administrationRightPanel h4
{
	padding: 5px 0;
	color: #232323;
	text-transform: uppercase;
}

/*======================================================================================*/

#administration #navigatorTopPanel
{
	width: 988px;
	height: 32px;
	position: absolute;
	left: 0;
	top: -25px;
	z-index: 110;
}

#administration #navigatorTopPanel .tab
{
	height: 25px;
	padding: 0 15px;
	display: inline-block;
	margin: 0 2px 7px 0;
	line-height: 25px;
	position: relative;
	text-decoration: none;
	color: #0297cf;
	background: #f9f9f9 url(images/tabs-off-blue.png) no-repeat left top;
}

#administration #navigatorTopPanel .tab span
{
	width: 6px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f9f9f9 url(images/tabs-off-blue-right.png) no-repeat left top;
}

#administration #navigatorTopPanel .tab.on
{
	height: 32px;
	margin: 0 2px 0 0;
	color: #b11dac;
	font-weight: bold;
	background: #f9f9f9 url(images/admin-tab-on.png) no-repeat left top;
}

#administration #navigatorTopPanel .tab.on span
{
	width: 8px;
	background: #f9f9f9 url(images/admin-tab-on-right.png) no-repeat left top;
}

#administration #navigatorTopPanel .tab.disabled
{
	height: 25px;
	margin: 0 2px 0 0;
	color: #ccc;
	font-weight: bold;
	background: #f9f9f9 url(images/tabs-off.png) no-repeat left top;
}

#administration #navigatorTopPanel .tab.disabled span
{
	width: 11px;
	background: #f9f9f9 url(images/tabs-off-right.png) no-repeat left top;
}



#administration .longCombo .jquery-selectbox
{
	width: 280px;
}

#administration .longCombo .jquery-selectbox .jquery-selectbox-list
{
    width: 260px;
}


#administration .buttonOffer
{
	height: 36px;
	padding:2px 20px 0 20px;
	margin: 20px 25px 20px 0px;
	position: relative;
	display: block;
	color:#fff;
	line-height:36px;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	text-transform:uppercase;
	border:0;
	background: #af36aa url(images/button-offer.png) no-repeat left top;
	z-index:1;
}

#administration .buttonOffer span
{
	width: 12px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #af36aa url(images/button-offer-right.png) no-repeat left top;
}

#administration .buttonOffer.floatright
{
    float: right;
    margin: 5px 10px 0 10px;
}

/*======================================================================================*/

#administration .pagingBox
{
	color: #6a6969;
	font-weight: normal;
	font-size: 11px;
}

#administration .pagingBox .jquery-selectbox
{
	width: 60px;
	margin: 0 5px 5px 5px;
	color: #333;
	font-size: 11px;
}

#administration .pagingBox .jquery-selectbox .jquery-selectbox-list
{
	width: 50px;
}

#administration .pagingBox .jquery-selectbox 
{
    margin: 0 5px;
	background-image: url(images/selectbox-dark-back.png);
}

#administration .pagingBox .jquery-selectbox.disabled
{
	background-image: url(images/selectbox-dark-back-disabled.png);
}

#administration .pagingBox .jquery-selectbox .jquery-selectbox-moreButton 
{
	background: #aaa url(images/selectbox-dark-arrow.png);
}

#administration .roundedCorner.darkfilled .rccontent
{
	background:#dcdcdc;
	padding: 5px;
}

#administration .pagingBox .pagingNumbers
{
	width: 300px;
	float: right;
	padding: 0 0 0 20px;
	text-align: right;
}

#administration .pagingBox .pagingNumbers a,
#administration .pagingBox .pagingNumbers span span
{
	width: 20px;
	height: 21px;
	line-height: 21px;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #939292 url(images/admin-paging-off.png) no-repeat left top;
}

#administration .pagingBox .pagingNumbers span
{
    display: inline-block;
}

#administration .pagingBox .pagingNumbers .pagingNext
{
	width: 73px;
	height: 21px;
	display: inline-block;
	margin: 0 0 0 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0;
	padding: 0 20px 0 0;
	background: #939292 url(images/admin-paging-next.png) no-repeat left top;
}

#administration .pagingBox .pagingNumbers a.active,
#administration .pagingBox .pagingNumbers span span
{
	width: 20px;
	height: 21px;
	display: inline-block;
	margin: 0 0 0 5px;
	background: #939292 url(images/admin-paging-on.png) no-repeat left top;
}

#administration .pagingBox .floatleft
{
    line-height: 20px;
}

/*======================================================================================*/

#administration table
{
	width: 750px;
	margin: 0;
	float: left;
	color: #6a6969;
	position: relative;
	line-height: 15px;
	border: 1px solid #BFBFBF;
}

#administration #administrationRight table
{
	width: 100%;
	border: 0;
    font-size: 11px;
}

#administration table tr th
{
	padding: 5px;
	background: #dcdcdc;
	color: #6a6969;
	font-weight: bold;
	position: relative;
}


#administration table tr th .small
{
	font-size: 9px;
	font-weight: normal;
}

#administration table tr th a
{
	color: #6a6969;
	text-decoration: none;
}

#administration table tr th a.asc,
#administration table tr th a.Asc
{
	padding: 0 11px 0 0;
	background: url(images/admin-table-asc.png) no-repeat right center;
}

#administration table tr th a.desc,
#administration table tr th a.Desc
{
	padding: 0 11px 0 0;
	background: url(images/admin-table-desc.png) no-repeat right center;
}

#administration table tr td
{
	background: #fff;
	padding: 0 5px;
    vertical-align: top;
}

#administration table tr td.leftBorder
{
     border-left: 1px solid #DCDCDC;
}

#administration table tr td.icoButtons
{
    width: 190px;
    text-align: right;
}

#administration table tr td.buttonsHolderTD .tdHolder
{
    width: 165px;
    text-align: right;
}

#administration table tr td.statisticsTD .tdHolder
{
    width: 57px;
}

#administration table tr td.dateTD .tdHolder
{
    width: 50px;
}


#administration table tr td.nameTD .tdHolder
{
    min-width: 210px;
}



#administration table tr td.icoButtons.shorter
{
    width: 70px;
    text-align: right;
}

#administration table tr.even td
{
	background: #f9f9f9;
}

#administration table tr td a
{
	color: #6a6969;
	font-weight: bold;
	text-decoration: none;
}


#administration table tr td a.write,
#administration table tr td a.deactivate,
#administration table tr td a.delete,
#administration table tr td a.detail,
#administration table tr td a.photo,
#administration table tr td a.eye,
#administration table tr td a.graph,
#administration table tr td a.arrow,
#administration table tr td a.top
{
	width: 5px;
	padding: 0 5px;
	margin: 3px 0;
	display: inline-block;
}

#administration table tr td a.top
{
	width: 15px;
	padding: 0 5px;
	display: inline-block;
}

#administration table tr td a.write { background: url(images/admin-ico-write.png) no-repeat center center; }
#administration table tr td a.deactivate { background: url(images/admin-ico-deactivate.png) no-repeat center center; }
#administration table tr td a.delete { background: url(images/admin-ico-delete.png) no-repeat center center; }
#administration table tr td a.detail { background: url(images/admin-ico-detail.png) no-repeat center center; }
#administration table tr td a.photo { background: url(images/admin-ico-photo.png) no-repeat center center; }
#administration table tr td a.eye { background: url(images/admin-ico-eye.png) no-repeat center center; width: 7px; }
#administration table tr td a.graph { background: url(images/admin-ico-graph.png) no-repeat center center; }
#administration table tr td a.arrow { background: url(images/admin-ico-arrow.png) no-repeat center center; }
#administration table tr td a.write.importedButton { background: url(images/admin-ico-write-grey.png) no-repeat center center; }
#administration table tr td a.delete.importedButton { background: url(images/admin-ico-delete-grey.png) no-repeat center center; }
#administration table tr td a.top 
{ 
     color:#1d9ccc; 
     width:auto;
}

#administration table tr td a:hover
{
	text-decoration: underline;
}

#administration table .leftTop,
#administration table .rightTop,
#administration table .leftBottom,
#administration table .rightBottom
{
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
}

#administration table .leftTop,
#administration table .leftBottom
{
	left: -1px;
}

#administration table .rightTop,
#administration table .rightBottom
{
	right: -1px;
}

#administration table .leftTop,
#administration table .rightTop
{
	top: -1px;
}

#administration table .leftBottom,
#administration table .rightBottom
{
	bottom: -1px;
}

#administration table .leftTop { background: url(images/item-corner-topleft.png) no-repeat left top; }
#administration table .rightTop { background: url(images/item-corner-topright.png) no-repeat left top; }
#administration table .leftBottom { background: url(images/item-corner-bottomleft.png) no-repeat left top; }
#administration table .rightBottom { background: url(images/item-corner-bottomright.png) no-repeat left top; }

/*======================================================================================*/
/* brokers                                                                      */
/*======================================================================================*/

.advertLeft
{
	padding: 0 0 0 11px;
	margin: 10px 0 10px 5px;
	background: url(images/advert-left.png) no-repeat left top;
}

#brokerSearchBox
{
	width: 758px;
	height: 80px;
	padding: 12px 20px 10px 20px;
	margin: 10px 0;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	background: #55b7eb url(images/broker-search-box.png) no-repeat left top;
}

.contentPanel #brokerSearchBox h2
{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #0f99d4;
	font-weight: normal;
}

#brokerSearchBox .brokerSearchBoxHolder
{
	height: 30px;
	line-height: 26px;
	padding: 20px 0 0 0;
	color: #fff;
}

#brokerSearchBox .brokerSearchBoxHolder .label
{
	float: left;
}

#brokerSearchBox .brokerSearchBoxHolder .label.second
{
	padding: 0 0 0 20px;
}

#brokerSearchBox .jquery-selectbox
{
	width: 175px;
	height: 26px;
	color: #06587c;
	font-weight: normal;
	line-height: 26px;
	background: url(images/broker-search-selectbox.png) no-repeat left top;
}

#brokerSearchBox .jquery-selectbox .jquery-selectbox-currentItem
{
	padding: 0 5px 0 15px;
}

#brokerSearchBox .jquery-selectbox .jquery-selectbox-moreButton
{
	width: 29px;
	height: 26px;
	background: url(images/broker-search-selectbox-right.png) no-repeat left top;
}

#brokerSearchBox .jquery-selectbox .jquery-selectbox-list
{
	width: 160px;
	top: 26px;
}

#brokerSearchBox .brokerSearchChoose
{
	width: 105px;
	height: 28px;
	position: absolute;
	top: 12px;
	line-height: 30px;
	right: 140px;
	text-align: center;
	background: url(images/broker-search-choices.png) no-repeat right top;
}

#brokerSearchBox .brokerSearchChoose input
{
	display: none;
}

#brokerSearchBox .brokerSearchChoose label
{
	display: block;
	margin: 0;
}

#brokerSearchBox .brokerSearchChoose.on,
#brokerSearchBox .brokerSearchChoose:hover
{
	background-position: left top;
}

#brokerSearchBox .brokerSearchChoose.type2
{
	right: 30px;
}

#brokerSearchBox .brokerSearchBoxButton
{
	width: 148px;
	height: 28px;
	padding: 0 0 0 35px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	line-height: 28px;
	text-decoration: none;
	color: #0b7bac;
	font-size: 13px;
	text-transform: uppercase;
	background: #f4fafe url(images/broker-search-button.png) no-repeat left top;
}

/* mmmmmmmmmmmm */

#brokersList h2
{
	color: #a52fa1;
	text-transform: uppercase;
	padding: 0 0 0 20px;
	font-size: 18px;
	font-weight: normal;
}

#brokersList .rccontent.detail
{
	background: url(images/broker-detail-box.png) repeat-x left top;
}
 


#brokersList .brokerItem
{
	width: 768px;
	height: 100px;
	padding: 10px 10px 0 10px;
	margin: 10px 0 0 5px;
	border-top: 1px dotted #ddd;
}

#brokersList .brokerItem .newBluebutton
{
	float: right;
	margin: 10px 0;
	text-transform: uppercase;
}

#brokersList .rccontent.detail .brokerItem
{
	border: 0;
	height: auto;
}

#brokersList .brokerItem.marked
{
	border: 0;
	padding: 10px;
	background: #f2f2f2 url(images/brokeritem-back.png) no-repeat left top;
}

#brokersList .brokerItem .brokerImage
{
	width: 70px;
	height: 100px;
	margin: 0 10px 0 0;
	overflow: hidden;
	float: left;
}

#brokersList .brokerItem .brokerImage img
{
	width: 70px;
}
	
#brokersList .brokerItem .brokerPersonContact
{
	width: 320px;
	float: left;
	line-height: 16px;
}

#brokersList .rccontent.detail .brokerItem .brokerPersonContact
{
	width: 250px;
}

#brokersList .brokerItem .brokerPersonContact h3
{
	padding: 0;
	color: #13aae6;
	font-size: 14px;
}

#brokersList .brokerItem .brokerPersonContact h3 a
{
	color: #13aae6;
	text-decoration: none;
}

#brokersList .brokerItem .brokerPersonContact h4
{
	padding: 0 0 5px 0;
}

#brokersList .brokerItem .brokerPersonContact span
{
	display: block;
	float: left;
	width: 60px;
}

#brokersList .brokerItem .brokerPersonContact strong
{
	color: #a52fa1;
}

#brokersList .brokerItem .brokerPersonContact a
{
	color: #323232;
}

#brokersList .brokerItem .motto
{
	padding: 0 0 10px 0;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}

a.brokerItemButton
{
	width: 207px;
	height: 29px;
	display: block;
	float: right;
	margin: 10px 0;
	line-height: 29px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	background: url(images/brokeritem-button.png) no-repeat left top;
}

#brokersList .addText 
{
    display: inline-block;
    width: 10px;
    height: 50px;
    margin: 10px 3px 0 10px;
    background: url(images/advert-90.png) no-repeat left top;
    color: #B8BBC0;
    text-indent: -1000px;
    font-size: 1%;
    line-height: 20px;
    padding: 0;
    float:left;
}

#brokersList .a_reklm
{
    display: inline-block;
    margin: 10px 0 0 0;
}

/* mmmmmmmmmmmm */

#brokerDetail .padded
{
	padding: 10px;
	border-bottom: 1px solid #eee;
}

#brokerDetail h3
{
	color: #a52fa1;
	padding: 0 0 10px 0;
}

#brokerDetail .padded p
{
	padding: 5px 0;
}

#brokerDetail .flat,
#brokerDetail .house,
#brokerDetail .commercial,
#brokerDetail .land
{
	display: inline-block;
	padding: 5px 0 5px 27px;
}

#brokerDetail .flat { background: url(images/ico-flat.png) no-repeat left top; }
#brokerDetail .house { background: url(images/ico-house.png) no-repeat 3px top; }
#brokerDetail .commercial { background: url(images/ico-comercial.png) no-repeat 3px top; }
#brokerDetail .land { background: url(images/ico-land.png) no-repeat left top; }


.itemlabel
{
	width: 73px;
	height: 72px;
	position: absolute;
	right: -7px;
	top: -7px;
	background: url(images/label-sold.png) no-repeat left top; 
}

.roundedCorner.smallitem .rccontent.dark
{
	background: #f0f0f0;
}

.roundedCorner.smallitem .rccontent.dark .itemPrice
{
	padding: 7px 15px 7px 12px;
	background: #fff url(images/smallitem-dark-box.png) no-repeat left top;
}

a.brokerItemButtonBig
{
	width: 193px;
	height: 36px;
	padding: 7px 0;
	display: block;
	float: right;
	margin: 0 0 10px 10px;
	line-height: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-family: Trebuchet MS, Arial;
	background: url(images/brokeritem-button-big.png) no-repeat left top;
}


.going
{
	width: 300px;
	padding: 20px 0 0 0;
	float: right;
}

.going a
{
	margin: 0 5px 0 0;
	padding: 0 15px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #3e464a;
	text-decoration: none;
	position: relative;
	background: #dfdfdf url(images/goto.png) no-repeat left top;
}

.going a span
{
	width: 5px;
	height: 25px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	background: #dfdfdf url(images/goto-right.png) no-repeat left top;
}

.going a.gotoPrev
{
	padding: 0 15px 0 25px;
	background: #dfdfdf url(images/goto-prev.png) no-repeat left top;
}
	
.going a.gotoBack
{
	padding: 0 15px 0 25px;
	color: #1a94c5;
	background: #dfdfdf url(images/goto-back.png) no-repeat left top;
}

.going a.gotoNext
{
	padding: 0 25px 0 15px;
	background: #dfdfdf url(images/goto.png) no-repeat left top;
}

.going a.gotoNext span
{
	width: 16px;
	background: #dfdfdf url(images/goto-next.png) no-repeat left top;
}
.grid th
{
    text-align:left;
}


.rightCombos
{
    width: 190px;
    position: absolute;
    right: 15px;
    top: 140px;
    color: #6A6969;
    font-size: 11px;
    line-height: 13px;
}

#administrationContent .rightCombos .label
{
    width: 70px;
    padding: 0;
}

#administration .rightCombos .jquery-selectbox
{
    width: 100px;
    float: right;
    color: Green;
    margin: 0 0 3px 0;
}

#administration .rightCombos .jquery-selectbox .jquery-selectbox-list
{
    width: 100px;
}



.lightboxBox
{
    width:460px;
	overflow:hidden;
	float: right;
}

#administration .lightboxBox h2
{
	padding: 0 20px;
	margin:0;
	position: relative;
	top: 5px;
	left: 0;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size:120%;
	text-transform: uppercase;
	background: url(images/lightBox-top-login.png) no-repeat right top;
	z-index: 100;
}


#administration .preview
{
    width: 148px;
    height: 37px;
    padding: 2px;
    background: url(images/preview-broker.png) no-repeat left top;
}

#administration .preview.companyPreview
{
    background: url(images/preview-company.png) no-repeat left top;
}

#administration .preview.personalPreview
{
    height: 59px;
    background: url(images/preview-personal.png) no-repeat left top;
}

/* =============== WALLET =============== */

#administration .ModalPopup h2.Title{
    padding: 0;
}

.bigContentPanel #administration h2.arrowed
{
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 18px;
}

#administration #navigatorWalletPanel
{
    width: 100%;
    margin-bottom: 30px;
    background: #dedfde;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}

#administration #navigatorWalletPanel ul{
    width: 100%;
}

#administration #navigatorWalletPanel ul li{
    text-align: center;
    list-style-type: none;
    display: inline;
}

#administration #navigatorWalletPanel ul li.on a,
#administration #navigatorWalletPanel ul li.on a:hover{
    color: #fff;
    background: #942291 url(images/bg-violet.png) repeat-x top left;
}



#administration #navigatorWalletPanel ul li a{
    width: 199px;
    padding: 10px 0;
    display: block;
    float: left;
    text-decoration: none;
    color: #636563;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #a9a9a9;
}

#administration #navigatorWalletPanel ul li a.last{
    width: 200px;
    float: right;
    border: 0;
}


    #administration #navigatorWalletPanel ul li a:hover
    {
        background: #d1d1d1;
    }


#administration .dottedBlock{
    border-top: 1px dotted #777;
    padding: 10px 0;
    margin: 5px 10px 0 10px;
    
}

#administration .dottedBlock a{
    font-size: 14px;
    font-weight: bold;
}

#administration #administrationContent .rccontent.walletUpContent{
    padding-left:25px;
}

#administration #administrationContent .rccontent.noPadding{
    padding: 0;
}

#administration .walletContent table{
    width: 100%;
    border: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}
#administration .walletContent table tr.tableHeader th,
#administration .walletContent table td{
    padding: 5px 0 5px 20px;
}

#administration .walletContent table td
{
    padding: 3px 0 2px 20px;
    border-bottom: 1px dotted #aaa;
    color: #333;
}

#administration .walletContent table td a{
    color: #942291;
    font-weight: normal;
    text-decoration: underline;
}

#administration .walletContent table td.firstColumnTable,
#administration .walletContent table td.lastColumnTable
{
    border-bottom: 0;
}

#administration .walletContent table tr.firstRow td{
    padding-top: 5px;
}

#administration .walletContent table tr.tableHeader th{
    color: #B11DAC;
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: left;
}

#administration .walletContent .label{
    width: auto;
    padding-right: 10px;
    text-align: left;
    color: #000;
}

#administration .walletContent h3{
    font-size: 15px;
    padding: 10px 0 20px 0;
}

#administration .walletContent .walletUpLink{
    display: block;
    float: left;
    margin: 0 15px 0 0;
}

/*
 * jQuery UI Datepicker 1.8.17
 *
 * 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 { display: none; min-height: 165px; }
.ui-datepicker .ui-datepicker-header { height: 23px; background: #666; color: #fff; padding: 3px 0 0 0; position:relative; padding:0; }
.ui-datepicker .ui-datepicker-header a { color: #fff; }
#datepicker .ui-datepicker .ui-datepicker-header {  display: none; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { text-align: center; 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-title { background: #666; 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%; margin: 3px 0 0 0;}
.ui-datepicker table {width: 260px;  padding: 0;  font-size: 12px; border-collapse: collapse; margin: 0; }
.ui-datepicker th { height: 25px; padding: 0; text-align: center; font-weight: bold; color: #fff; border: 0;  }
.ui-datepicker th span { display: block; height: 18px; line-height: 18px; padding: 2px 0 5px 0; text-align: center;  background: #666; }
.ui-datepicker td { width: 33px; height: 19px; line-height: 19px;  padding:2px; text-align: center;  border: 0; }
.ui-datepicker td span, .ui-datepicker td a { color: #333; display: block; text-decoration: none; }
.ui-datepicker td a:hover { color: #DF2027;}
.ui-datepicker td.ui-datepicker-week-end a {color: #a8a8a8;}
.ui-datepicker td.ui-datepicker-current-day a {color: #fff; background: #2AA9D8;}

#ui-datepicker-div, .ui-datepicker-inline, .ui-datepicker-group { border: 2px solid #666; background: #666; width: 260px; background: url(images/calendar.png) no-repeat left bottom; }

.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;  margin:10px 0 0 0; min-height: 165px; }
.ui-datepicker-multi .ui-datepicker-group table { margin:0; }
.ui-datepicker-multi .ui-datepicker-group-last { margin: 10px 0 0 50px; }
.ui-datepicker-multi .ui-datepicker-group-middle { margin: 10px 0 0 50px; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
