body {
  font-family: Arial, sans-serif;
  color: #545454;
  font-size: 11px;
  background-color: #ffffff;
  background-image: url(../img/body_bg.png);
  background-position: top center;
  background-repeat: repeat-x;
  margin: 0;
  background-attachment: fixed;

}
div#main {
  width: 970px;
  height: auto;
  padding: 0;
  margin: 0 auto;
}
div#navBar {
  width: 950px;
  height: 21px;
  margin: 0;
  padding: 9px 10px 0 10px;
  color: #ffffff;
  font-size: 10px;
}
div#navBar a.navLink {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  float: right;
  font-size: 10px;
  margin-right: 10px;
}
div#navBar a.navLink2 {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  float: left;
  font-size: 10px;
  margin: 0 10px;
}
div.navArrow {
  display: inline-block;
  width: 3px;
  height: 5px;
  background-image: url(../img/navArrow.gif);
  float: left;
  margin-top: 4px;
}
div#menuArea {
  position: relative;
  top: 0px;
  left: 0px;
  width: 968px;
  height: 55px;
  background-color: #ffffff;
  margin: 0;
  padding: 0 1px;
}
div#banner {
  width: 968px;
  height: 1px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 1px;
  background-repeat: no-repeat;
  background-position: center center;
}
div#menu2Area {
  width: 970px;
  height: 32px;
  background: #ffffff url(../img/menu_bg.gif) no-repeat center center;
  padding: 0;
  text-align: center;
}
div#menu2AreaSub {
  width: 968px;
  height: 30px;
  padding: 9px 1px 0 1px;
  background: #ffffff url(../img/menuSub_bg.gif) no-repeat center center;
  text-align: center;
}
div#contentArea {
  width: 968px;
  height: auto;
  padding: 0 1px;
  margin: 0;
  background-color: #ffffff;
}
div#contentLeft {
  width: 195px;
  height: 100%;
  position: relative;
  float: left;
  margin: 0 1px 0 0;
}
div#contentCenter {
  width: 576px;
  height: autol
  position: relative;
  float: left;
  margin: 0 1px 0 0;
}
div#contentRight {
  width: 195px;
  height: auto;
  position: relative;
  float: left;
}
div#contentClear {
  width: 970px;
  height: 1px;
  clear: both;
  background-image: #ffffff;
  overflow: hidden;
}
a.menu2 {
  display: inline-block;
  height: 32px;
  text-decoration: none;
  margin: 0;
}
a.menu2 div.menu2Left {
  width: 7px;
  height: 32px;
  background-image: url(../img/menu2left_off.gif);
  position: relative;
  float: left;
}
a.menu2 div.menu2Center {
  height: 23px;
  background-image: url(../img/menu2center_off.gif);
  position: relative;
  float: left;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 5px 0 5px;
}
a.menu2 div.menu2Right {
  width: 7px;
  height: 32px;
  background-image: url(../img/menu2right_off.gif);
  position: relative;
  float: left;
}
a.menu2:link div.menu2Left {
  width: 7px;
  height: 32px;
  background-image: url(../img/menu2left_off.gif);
  position: relative;
  float: left;
}
a.menu2:link div.menu2Center {
  height: 23px;
  background-image: url(../img/menu2center_off.gif);
  position: relative;
  float: left;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  padding: 9px 5px 0 5px;
}
a.menu2:link div.menu2Right {
  width: 7px;
  height: 32px;
  background-image: url(../img/menu2right_off.gif);
  position: relative;
  float: left;
}
a.menu2:hover div.menu2Left {
  background-image: url(../img/menu2left_on.gif);
}
a.menu2:hover div.menu2Center {
  background-image: url(../img/menu2center_on.gif);
  color: #202020;
}
a.menu2:hover div.menu2Right {
  background-image: url(../img/menu2right_on.gif);
}

div.menu, 
a.menu {
  display: block;
  height: 18px;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  text-decoration: none;
  margin: 5px 0 0 5px;
  
}
div.menu span.menuLeft, 
a.menu span.menuLeft {
  width: 7px;
  height: 18px;
  background-color: #ffffff;
  position: relative;
  float: left;
  display: block;
}
div.menu span.menuCenter, 
a.menu span.menuCenter {
  height: 16px;
  background-color: #ffffff;
  position: relative;
  float: left;
  color: #545454;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  padding-top: 2px;
  display: block;

}
div.menu span.menuRight, 
a.menu span.menuRight {
  width: 7px;
  height: 18px;
  background-color: #ffffff;
  position: relative;
  float: left;
  display: block;

}
div.menu:hover span.menuLeft, 
a.menu:hover span.menuLeft {
  background-image: url(../img/menuLeft_on.gif);
}
div.menu:hover span.menuCenter, 
a.menu:hover span.menuCenter {
  background-color: #313131;
  color: #ffffff;
}
div.menu:hover span.menuRight , 
a.menu:hover span.menuRight {
  background-image: url(../img/menuRight_on.gif);
}



div.menu span.submenu
{
    position: absolute;
    right: 0px;
    top: 14px;

    background-color: #313131;
/*    width: 200px;
    height: 200px;*/
    display:none;

    
/*  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;*/

  
  z-index: 2000;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
/*  -moz-border-radius-top-left: 5px;
  -webkit-border-radius-top-left: 5px;
  -khtml-border-radius-top-left: 5px;
*/


  
}

div.menu:hover span.submenu
{
    display: block;
    
}


span.submenu a.submenuLink
{
    display: block;
    width: 160px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
    padding: 1px 7px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    margin: 1px;
    -moz-border-radius: 4px;
}


span.submenu a.submenuLink:hover
{
    background-color: #FFFFFF;
    color: #313131;
}



a#logo {
  display: block;
  width: 157px;
  height: 34px;
  position: relative;
  float: left;
  background-image: url(../img/logo.gif);
  margin: 10px 60px 0 10px;
}
a {
  outline: none;
}
a#navigateCard {
  display: block;
  width: 153px;
  height: 22px;
  background-image: url(../img/navigateCard.png);
  position: relative;
  float: right;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0 0 42px;
}
a#navigateCard:hover {
  background-image: url(../img/navigateCard_on.png);
}
div#linksTitle {
  width: 175px;
  height: 23px;
  background-image: url(../img/linksTitle_bg.gif);
  font-weight: bold;
  margin: 0 0 1px 0;
  padding: 9px 0 0 20px;
}
a.link {
  display: block;
  width: 165px;
  height: 19px;
  font-weight: bold;
  text-decoration: none;
  background-image: url(../img/link_off.gif);
  padding: 4px 0 0 30px;
  margin: 0 0 1px 0;
  color: #545454;
}
a.link:hover {
  background-image: url(../img/link_on.gif);
  color: #ffffff;
}
div#mapTitle {
  width: 556px;
  height: 23px;
  background-image: url(../img/mapTitle_bg.gif);
  font-weight: bold;
  margin: 0 0 1px 0;
  padding: 9px 0 0 20px;
}
div.bigTitle {
  width: 556px;
  height: 23px;
  background-image: url(../img/mapTitle_bg.gif);
  font-weight: bold;
  margin: 0 0 1px 0;
  padding: 9px 0 0 20px;
}
div#searchText {
  width: 195px;
  height: 32px;
  background-image: url(../img/searchText_bg.gif);
  margin: 0 0 1px 0;
  padding: 0;
}
div#searchArea {
  width: 161px;
  height: 364px;
  background-image: url(../img/searchArea_bg.gif);
  margin: 0 0 1px 0;
  padding: 10px 17px 0 17px;
}
input#inputSearchText {
  position: relative;
  float: left;
  width: 137px;
  height: 17px;
  border: none;
  color: #545454;
  font-size: 11px;
  margin: 6px 0 0 17px;
  padding: 3px 0 0 5px;
}
input#SearchTextButton {
  width: 19px;
  height: 20px;
  background-image: url(../img/searchTextButton.gif);
  position: relative;
  float: left;
  padding: 0;
  margin: 6px 0 0 1px;
  border: none;
}
a.flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  padding: 0;
  margin-left: 5px;
  border: none;
  float: right;
  overflow: hidden;
}
a#hu {
  background-image: url(../img/hu.gif);
}
a#cs {
  background-image: url(../img/cz.gif);
}
a#pl {
  background-image: url(../img/pl.gif);
}
a#de {
  background-image: url(../img/de.gif);
}
a#en {
  background-image: url(../img/en.gif);
}
div#mapArea {
  width: 576px;
  height: 255px;
  background-image: url(../img/map_bg.gif);
  margin: 0 0 1px 0;
  padding: 0;
}
div.title {
  width: 556px;
  height: 23px;
  margin: 0 0 1px 0;
  padding: 9px 0 0 20px;
  font-weight: bold;
  background-image: url(../img/title_bg.gif);
}
a.mapLink {
  display: block;
  width: 120px;
  height: 18px;
  float: right;
  font-weight: bold;
  text-decoration: none;
  color: #545454;
  margin: 5px 0 0 0;
  padding: 2px 0 0 20px;
  clear: both;
}
a.mapLink:hover {
  color: #3e6709;
  background-image: url(../img/arrowMap.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
div.searchAreaTitle {
  width: 161px;
  height: 16px;
  color: #ffffff;
  padding-top: 4px;
}
select.searchAreaSelect {
  border: none;
  width: 161px;
  height: 19px;
  color: #545454;
  font-size: 12px;
  margin-bottom: 10px;
  border: solid 1px #ffffff;
}
input#searchButton {
  margin: 0;
  padding: 0;
  border: none;
  float: right;
  width: 83px;
  height: 19px;
  background-image: url(../img/searchButton.gif);
  margin-top: 10px;
}
a#detailSearch {
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  width: 83px;
  height: 19px;
  margin-top: 7px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 10px;
}
a.menu2sub {
  display: inline-block;
  height: 19px;
  text-decoration: none;
  margin: 0 10px;
  font-weight: bold;
  color: #545454;
  text-decoration: none;
  margin-top: 2px;
}
a.menu2sub:hover {
  color: #3e6709;
}
div.offerArea {
  display: inline-block;
  width: 150px;
  height: 180px;
  margin: 20px 0 20px 25px;
  padding: 0;
}
img.offerPhoto {
  border: none;
  margin: 3px 0;
}
span.info {
  color: #848484;
}
div.star {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/star.gif);
}
div#footerArea {
  width: 968px;
  height: 25px;
  border-top: solid 1px #e2e2e2;
  margin: 0px auto;
  padding: 5px 1px 10px 1px;
}
div#footerLeft {
  width: 250px;
  height: 25px;
  position: relative;
  float: left;
}
div#footerRight {
  width: 718px;
  height: 25px;
  position: relative;
  float: left;
  text-align: right;
}
div#logoSmall {
  width: 25px;
  height: 25px;
  background-image: url(../img/logo_small.gif);
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}
.lightGray {
  color: #969696;
}
a.footerLink {
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 0;
  color: #969696;
}
a.footerLink:hover {
  color: #545454;
}
div.footerDot {
  width: 2px;
  height: 2px;
  background-color: #545454;
  overflow: hidden;
  display: inline-block;
  margin: 0 5px 3px 5px;
  padding: 0;
}
form {
  margin: 0;
}


div#loginPageArea
{
  width: auto;
  min-height: 400px;
  background-color: #FFFFFF;
  text-align: center;
}

form#loginForm h2
{
  margin: 0 0 20px 0;
  padding: 10px;
  padding-top: 50px;
  color: #90AD3A;
}

form#loginForm label
{
  display: inline-block;
  width: 300px;
  text-align: right;
}


form#userRegistrationForm label
{
  display: inline-block;
  width: 150px;
  text-align: right;
}


div#messageWindow
{
  position: absolute;
  left: 50%;
  top: 100px;
  width: 582px;
  margin-left: -300px;
  z-index: 10;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
div.messageTop {
  width: 582px;
  height: 32px;
  background: url(img/messageTop_bg.png);
  position: relative;
}
div.messageBottom {
  width: 582px;
  height: 32px;
  background: url(img/messageBottom_bg.png);
}
div.messageMiddle {
  width: 502px;
  background: url(img/messageMiddle_bg.png) repeat-y;
  padding: 20px 40px;
}

div#messageWindow div#messageWindowTitle
{
   color: #aa0000;
   font-weight: bold;
}
a.windowCloser {
  width: 19px;
  height: 19px;
  background: url(img/windowCloser.png);
  position: absolute;
  top: 30px;
  right: 30px;
}


div#adminPageContent
{
    background-color: #FFFFFF;
    min-height: 400px;
    padding: 20px 10px;
}



div.menuLayer
{
/*    margin: auto;
    width: auto;*/
    text-align: center;
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
}



div#adminPageContent div.menuLayer a.mainMenu
{
    height: 25px;
    padding-top: 75px;
    width: 100px;
    color: #ffffff;
    margin-right: 20px;
    margin-bottom: 20px;
}

/*
a[href="http://...."]
*/

a#main_menu_User_Manager
{
    background-image: url( img/main_menu_uzytkownicy_off.png );
}

a#main_menu_Page_Menu_Editor
{
    background-image: url( img/main_menu_menu_off.png );
}

a#main_menu_Static_Editor
{
    background-image: url( img/main_menu_podstrony_off.png );
}

a#main_menu_News_Manage
{
    
}

a#main_menu_Form_Manage
{
    
}

a#main_menu_File_Manager
{
}

a#main_menu_Newsletter
{
}

a#main_menu_User_Manager
{
}

form#adminLogoutForm
{
    margin-right: 20px;
    display: inline-block;
    width: 100px;
    height: 100px;
}

input#adminLogoutButton
{
    height: 100px;
    padding: 0;
    width: 100px;
    background: url(./img/logout.gif) no-repeat center center #8da938;
    padding-top: 62px;

}
input#adminLogoutButton:hover {
  background: url(./img/logout_on.gif) no-repeat center center #a2bc44;
}
form#loginForm {
  padding: 40px 0 0 0;
}
div#loginPageArea a, div.menuLayer a, div#adminPageContent a {
  font-weight: bold;
  color: #90ad3a;
  text-decoration: none;
}
div#loginPageArea a:hover, div.menuLayer a:hover, div#adminPageContent a:hover {
  color: #a5c936;
}
div#adminPageContent img {
  border: none;
}
div#loginPageArea input[type="text"], div#loginPageArea input[type="password"] {
  border: solid 1px #e5e5e5;
  color: #898989;
  font-family: Arial;
  font-size: 12px;
  padding: 3px 5px;
}
div#loginPageArea label {
  margin: 3px 0;
}
div#loginPageArea input[type="submit"], input[type="submit"], input[type="reset"], a.mainMenu {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: #8da938;
  text-transform: uppercase;
  padding: 3px 5px;
  -moz-border-radius: 3px;
  cursor: pointer;
  font-family: Arial;
}

div#loginPageArea input[type="submit"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, a.mainMenu:hover {
  background: #97b834;
}
a.mainMenu {
  display: inline-block;
/*  float: left;*/
  padding: 0;
}




a.inactiveButton
{
  display: inline-block;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: #AAAAAA;
  text-transform: uppercase;
  padding: 4px 5px;
  -moz-border-radius: 3px;
  cursor: pointer;
  font-family: Arial,sans-serif;
  text-decoration: none;
display:block;
margin:auto;
text-align:center;
width:150px;
  margin-top: 5px;

}





div.messageMiddle a.button,
div#adminPageContent a.button {
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: #8da938;
  text-transform: uppercase;
  padding: 4px 5px;
  -moz-border-radius: 3px;
  cursor: pointer;
  font-family: Arial,sans-serif;
  text-decoration: none;
}





div.inactiveButton a.button,
div#adminPageContent a.button {
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  border: none;
  background: #8da938;
  text-transform: uppercase;
  padding: 4px 5px;
  -moz-border-radius: 3px;
  cursor: pointer;
  font-family: Arial,sans-serif;
  text-decoration: none;
}










div.messageMiddle a.button:hover,
div#adminPageContent a.button:hover {
    color: #ffffff;
    background: #97b834;
}

th {
  background: #8aa637;
  color: #ffffff;
}
table {
  border-spacing: 1px;
  width: 950px;
}
th, td {
  padding: 5px;
}
.row1 {
  background: #f2f2f2;
}


div.localizedContent
{
    padding: 10px 10px 0px 10px;
}

div.standardAdminContent
{
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;

}

div#localizedContentTabsWrapper
{
    background-color: #ffffff;

}


div#localizedContentTabsWrapper div.standardAdminContent
{
    padding: 0px 10px 10px 10px;

}


div#localizedContentTabsWrapper div#tabBar,
div#smallTabBar 
{
    background: url(img/tabBar_bg.png) repeat-x bottom center;
    padding-top: 5px;
    

}

div#tabBar a.languageTab,
div#smallTabBar a.languageTab
{
    display: inline-block;
    padding: 5px;
    background-color: #e6e6e6;
    margin-right: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    color: #545454;
    border: solid 1px #cecdcd;
    text-decoration: none;
    font-weight: bold;
}
div#tabBar a.languageTab:hover,
div#smallTabBar a.languageTab:hover
{
  background: #ffffff;
  border-bottom:  solid 1px #ffffff;
}

div#tabBar a.languageTab#selectedTab,
div#tabBar a.languageTab#selectedTab:hover,
div#smallTabBar a.languageTab#selectedSmallTab,
div#smallTabBar a.languageTab#selectedSmallTab:hover
{
    background-color: #ffffff;
    color: #90ad3a;
    font-weight: bold;
    border-bottom:  solid 1px #ffffff;
}



label.standardSize
{
    display: block;
}

label.standardSize img
{
    margin-top: 20px;
}



label.standardSize span
{
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 18px;
}

label.standardSize textarea
{
    width: 760px;
    height: 100px;
}


label.standardSize select
{
    width: 250px;
}

label.standardSize input
{
    width: 250px;
}


label.widerSize input
{
    width: 250px;
}


label.widerSize
{
    display: block;
}

label.widerSize span
{
    display: inline-block;
    width: 250px;
    vertical-align: top;
    margin-top: 5px;
}

label.widerSize textarea
{
    width: 770px;
    height: 100px;
}


label.widerSize select
{
    width: 250px;
}



label.widerSize input[type="checkbox"]
{
    width: auto !important;
    margin-top: 4px;
}


div.termsAndConditions
{
    height: 200px;
    width: auto;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    overflow: scroll;
    margin-bottom: 5px;
}
input[type="text"], textarea, input[type="password"], select {
  border: solid 1px #cccccc;  
  margin: 5px 0;
  padding: 3px 5px;
  font-size: 11px;
  font-family: Arial;
  color: #797979;
  /*width:70%;*/
}

div.largeAdminLocationSelector
{
    width: auto;
    height: 500px;
    margin-bottom: 20px;
}

div.mapSelectionModeControls
{
    position: absolute;
    left: 100px;
    top: 5px;
    z-index: 10000000;
    background: #FFFFFF;

}
div.mapSelectionModeControls a#mapOptionsSwitchToPolygonMode, div.mapSelectionModeControls a#mapOptionsSwitchToPointMode {
  padding: 1px 0;
  font-size: 12px;
  color: #000000;
  font-family: Arial;
  font-weight: normal;
  border: solid 1px #000000;
  background: #ffffff;
  cursor: pointer;
  width: 60px;
  display: inline-block;
  text-align: center;
}
div.mapSelectionModeControls {
  background: #ffffff;
}
div.mapSelectionModeControls a.mapOptionSelected {
  font-weight: bold !important;

}

div.special{
  color: red;

}


div#priceListInput
{
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

div#roomLabels
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: auto;
    margin-top: 34px;
}


div#roomPriceListWrapper
{
    overflow-y: hidden;
    overflow-x: scroll;
    width: 780px;
    height: auto;
    margin-left: 150px;
}


div.roomPriceList
{
    height: auto;
    width: 16104px;
}

div#roomPriceListWrapper div.roomPriceList a.roomDayBox
{
    color: #333333;
    display: inline-block;
    width: 40px;
    background-color: #ffffff;
    border-style: solid;
    border-color: #cccccc;
    
    border-width: 1px;
    margin: 1px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}


div#roomPriceListWrapper div.roomPriceList a.hoveredRoomDayBox
{
    background-color: #97B834;
    color: #FFFFFF;
    border-color: #97B834;

}


div#roomPriceListWrapper div.roomPriceList a.roomDayBox:hover
{
    color: #FFFFFF;
    background-color: #97B834;
    border-color: #97B834;
}


div#roomPriceListWrapper div.roomPriceList a.selectedRoomDayBox
{
    background-color: #be0000;
    border-color: #be0000;
    line-height: 20px;
    color: #ffffff;


}
div#roomPriceListWrapper div.roomPriceList a.selectedRoomDayBox span {

}
div#roomPriceListWrapper div.roomPriceList a.selectedRoomDayBox:hover
{
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
}







div#roomPriceListWrapper div.roomPriceList span.monthBox
{
    color: #ffffff;
    display: inline-block;
    width: 16px;
    background-color: #8da938;
    border-style: solid;
    border-color: #8da938;

    border-width: 1px;
    margin: 1px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}


div.roomPriceListLabel
{
    color: #ffffff;
    width: 145px;
    background-color: #8da938;
    border-style: solid;
    border-color: #8da938;
    position: relative;
    border-width: 1px;
    margin: 1px;
    margin-bottom: 2px;
    height: 40px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
}

div.roomDataBox input, div.roomDataBox select
{
    margin: 0px;
    padding: 2px;
    width: 140px;



}


div.standardAdminContent#newRoomFormDetails
{
    padding-top: 0px;

}


span.roomName
{
    font-weight: bold;
    color: #ffffff;
}

div.roomData
{
    margin-top: 6px;
    margin-left: 5px;
}

div.roomType
{
    margin-left: 5px;
    font-style: italic;
}

a.removeThisRoomLink
{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url( ./img/x2.gif );
}


div.accomodationOptionListBox
{

    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    
     
}


div.accomodationOptionListBox label span
{
    width: auto;
}


div.accomodationOptionListBox label input
{
    margin-left: 15px;
}

div.clearer
{
    clear: both;
}
div.accomodationOptionListBox fieldset {
  padding: 20px;
  border: solid 1px #cccccc;
  width: 200px;
}
div.accomodationOptionListBox fieldset legend {
  font-weight: bold;
  padding: 0 10px;
}
a#Banner_Manager {
  background: url(./img/banners.gif) no-repeat center center #8da938;
}



a#Query_Manager {
  background: url(./img/ask.gif) no-repeat center center #8da938;
}
a#Reservation_Manager {
  background: url(./img/reserv.gif) no-repeat center center #8da938;
}





a#Styles {
  background: url(./img/styles.gif) no-repeat center center #8da938;
}


a#User_Manager {
  background: url(./img/users.gif) no-repeat center center #8da938;
}
a#Page_Menu_Editor {
  background: url(./img/menu.gif) no-repeat center center #8da938;
}
a#Static_Editor {
  background: url(./img/static.gif) no-repeat center center #8da938;
}
a#Accomodation_Manager {
  background: url(./img/accomodation.gif) no-repeat center center #8da938;
}
a#Locations {
  background: url(./img/localization.gif) no-repeat center center #8da938;
}

a#Slopes {
  background: url(./img/skii.gif) no-repeat center center #8da938;
}

a#Leisure {
  background: url(./img/free.gif) no-repeat center center #8da938;
}

a#New_Objects {
  background: url(./img/accept.gif) no-repeat center center #8da938;
}

a#Account_Settings {
  background: url(./img/account.gif) no-repeat center center #8da938;
}

a#Newsletter {
  background: url(./img/newsletter.gif) no-repeat center center #8da938;
}

a#SEO {
  background: url(./img/seo.gif) no-repeat center center #8da938;
}
a#Query_Manager:hover {
  background: url(./img/ask_on.gif) no-repeat center center #a2bc44;
}
a#Reservation_Manager:hover {
  background: url(./img/reserv_on.gif) no-repeat center center #a2bc44;
}
a#Banner_Manager:hover {
  background: url(./img/banners_on.gif) no-repeat center center #a2bc44;
}
a#User_Manager:hover {
  background: url(./img/users_on.gif) no-repeat center center #a2bc44;
}
a#Page_Menu_Editor:hover {
  background: url(./img/menu_on.gif) no-repeat center center #a2bc44;
}
a#Static_Editor:hover {
  background: url(./img/static_on.gif) no-repeat center center #a2bc44;
}
a#Accomodation_Manager:hover {
  background: url(./img/accomodation_on.gif) no-repeat center center #a2bc44;
}
a#Locations:hover {
  background: url(./img/localization_on.gif) no-repeat center center #a2bc44;
}

a#Slopes:hover {
  background: url(./img/skii_on.gif) no-repeat center center #a2bc44;
}

a#Leisure:hover {
  background: url(./img/free_on.gif) no-repeat center center #a2bc44;
}

a#New_Objects:hover {
  background: url(./img/accept_on.gif) no-repeat center center #a2bc44;
}

a#Account_Settings:hover {
  background: url(./img/account_on.gif) no-repeat center center #a2bc44;
}

a#SEO:hover {
  background: url(./img/seo_on.gif) no-repeat center center #a2bc44;
}

a#Styles:hover {
  background: url(./img/styles_on.gif) no-repeat center center #a2bc44;
}
a#Newsletter:hover {
  background: url(./img/newsletter_on.gif) no-repeat center center #a2bc44;
}

img.gallery{
display:block;
margin-bottom:0;
margin-left:auto;
margin-right:auto;
margin-top:10px;
position:relative;
}

div.itemBox {
background-image:url(./img/product_bg.gif);
float:left;
height:222px;
margin-bottom:3px;
margin-right:3px;
padding:10px;
text-align:center;
width:222px;
}

div.imageNavigation{
display:block;
}

input#addImagePanel{
display: block;
float:left;
margin-left: 40px;
margin-bottom: 40px;
}
div.adminNavbar {
  background: #8aa637;
  padding: 3px 5px;
  color: #ffffff;
  -moz-border-radius: 3px;
}
div#adminPageContent div.adminNavbar a {
  color: #ffffff;
}
div#adminPageContent div.adminNavbar form.navbarItem {
  display: inline;
}
div#adminPageContent div.adminNavbar form.navbarItem input[type="submit"] {
  display: inline;
  text-transform: none;
  background: transparent;
  padding: 0;
}


div.adminTopMenuContainer
{
    left:200px;
    position:absolute;
    top:10px;
    width:780px;
}



div#adminClientDataWrapper div
{
    margin: 9px;
    
}



div.inputWrapper span
{

    display: inline-block;
    width: 200px;
}


.defaultSimpleSkin table, .defaultSimpleSkin tbody, .defaultSimpleSkin a, .defaultSimpleSkin img, .defaultSimpleSkin tr, .defaultSimpleSkin div, .defaultSimpleSkin td, .defaultSimpleSkin iframe, .defaultSimpleSkin span, .defaultSimpleSkin * {
width:260px;
}








div#messageWindowWide
{
  position: fixed;
  left: 50%;
  top: 100px;
  width: 582px;
  margin-left: -450px;
  z-index: 10;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}

div#messageWindowWide div#smallTabBar
{
    background-color: transparent;
}


div#messageWindowWide div.messageTop {
    background:url("img/messageTop_bg_wide.png") repeat scroll 0 0 transparent;
    height:32px;
    position:relative;
    width:882px;
}


div#messageWindowWide div.messageMiddle {
    background:url("img/messageMiddle_bg_wide.png") repeat-y scroll 0 0 transparent;
    padding:20px 40px;
    width:802px;
    position:relative;
    top: 0px;
    left: 0px;
}


div#messageWindowWide div.messageBottom
{
    background:url("img/messageBottom_bg_wide.png") repeat scroll 0 0 transparent;
    height:32px;
    width:882px;
}


div#messageWindowWide a.windowCloser
{
    background: url("img/windowCloser.png") repeat scroll 0 0 transparent;
    height: 19px;
    position: absolute;
    right: 30px;
    top: 0px;
    width:19px;
}


div#messageWindowWide div.messageMiddle a.button, div#adminPageContent a.button {
    margin: 0px;
}


a[href='http://pl.inaustria.at/admin/Static_Editor/delete/id=0'],
a[href='http://at.inaustria.at/admin/Static_Editor/delete/id=0'],
a[href='http://cz.inaustria.at/admin/Static_Editor/delete/id=0'],
a[href='http://en.inaustria.at/admin/Static_Editor/delete/id=0']
{
    display: none;
}
