html, body {
  padding: 0;
  margin: 0;
  font: 11px  Verdana,Arial,  Sans-Serif;
/*  background-color: #d2d2d2; background-repeat: ;*/
 background-image: url(/images/bk_ground.gif);
  background-repeat: repeat-x repeat-y;
   
  
}
a{
  text-decoration:none;
  color:#666666;
}
img {border: 0;}
form {margin: 0;}



.error {
  font: 11px Arial, Verdana, Sans-Serif;
  color: #ed7527;
}
.alert_message {
  color: #fff;
  background: red;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
}
.alert_message a {
  color: #fff;
  font-weight: bold;
  font-size: 10px;  
  text-decoration: underline;
}
input.box, .form input.box {
  width: auto;
}
input.button {
  background: #f9f9f9;
  border: 1px solid #E5E5E5;
  padding: 2px 10px;
  color: #666;
}

input.button_login {
  background: #f9f9f9;
  border: 1px solid #E5E5E5;
  padding: 2px 10px;
  color: #FFF;
  width:200px;
  height:30px;
  background-image: url(/images/login_button.gif);
  background-repeat: repeat-x ;
  
}

.price, .price-special {
  /*color: red;*/
}
.price-old {
  text-decoration: line-through;
}
td.price, th.price, .table th.price {
  text-align: right;
  /*color: #00657F;*/
}
.price-total {
  color: red;
}
th.price-total, td.price-total, .table th.price-total {
  text-align: right;
}
.total {
  border-top: 1px solid #dfdfdf;
  padding-top: 3px;
  font-weight: bold;
}
.buttons {
  background: #EFEFEF;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.vline {
  border-left: 1px solid #dfdfdf;
}

/*** form ***/
table.form  {
  width: 100%;
}
.form input {
  width: 180px;
}
.form td {
  padding: 5px;
}
.form span {
  font-size: 12px;
}
.asterisk {
  color: red;
}
.form-left {
  text-align: right;
  font-weight: bold;
  width: 50%;
}
.form .info {
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.form .buttons {
  padding-top: 10px;
  text-align: center;
}
/*** !form ***/

/*** table ***/
.table {
  width: 100%;
  border: 1px solid #DFDFDF;
  font: 12px Verdana, Arial, Sans-Serif;
}
.table th {
  background: #F9F9F9;
  border-bottom: 1px solid #DFDFDF;
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  text-align: left;
  color: #0D7FC1;
}
.table tr, .table tr.out {
  background: #fff;
}
.table tr.over {
  background: #DFFAFF;
}
.table td.order-desc {
  background: #D1EAEF;
}
.table td.order-asc {
  background: #E0ECEF;
}
.table td {

   text-align: left;

}
/*** !table ***/

/*** progressbar ***/
.progressbar td, .progressbar td a {
  color: #aaa;
}
.progressbar td.current {
  color: #555;
}
/*** !progressbar ***/

/*   pageTab   */
ul.pageTab {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
ul.pageTab li {
  padding: 0;
  list-style: none;
  display: inline;
}
ul.pageTab li.current, a.begin, a.end, a.previous, a.next, a.page {
  padding: 2px 7px;
  margin: 0 -3px;
  background: #f9f9f9;
  border: 1px solid #F5F5F5;
  color: #666;
  text-decoration: none;
}
ul.pageTab a.begin:hover, a.end:hover, a.previous:hover, a.next:hover, a.page:hover {
  background: #F5F5F5;
}
ul.pageTab li.current {
  background: #ccc;
  color: #F5F5F5;
}
/*   !pageTab  */

/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
/*/////////////////////////////////////////*/
#header {
  background: url(/images/header-bg.gif);
  height: 119px;
  width: 950px;
}
#content {
  width: 913px;
  padding: 0 2px;
  vertical-align: top;
  background: #ffffff;
}

/*** BOX ***/
.box td.top {
  width: 100%;
  background: url(/images/box/top-bg.gif);
}
.box td.left {
  background: url(/images/box/left-bg.gif);
}
.box td.content {
  background: #fff;
  vertical-align: top;
}
.box td.right {
  background: url(/images/box/right-bg.gif);
}
.box td.bottom {
  width: 100%;
  background: url(/images/box/bottom-bg.gif);
}
/*** !BOX ***/

/*** TOP MENU ***/
table.menu-dropdown {
  margin: 0 auto;
}
table.menu-dropdown td {
  white-space: nowrap;
  margin: 0;
  /*padding-bottom: 5px;
  padding-top: 6px;*/
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
table.menu-dropdown td a {
  color: #FFFFFF;
  font-weight: normal;
  font-size: 17px;
/*  text-transform: uppercase;*/
  display: block;
  padding: 7px 8px 10px 8px;
  /*width: 105px;*/
  text-decoration: none;
  background: url(/images/menu-bg.gif) repeat-x;
}
table.menu-dropdown td a:hover {
  color:#6699CC;
  
 /* text-decoration: underline;*/
 text-decoration: none;
}
td.separator {
  background: url(/images/menu-separator.gif) no-repeat;
  width: 2px;
 }
td.separator-left {
  /*background: url(/images/menu-top-left.gif) no-repeat;
  width: 5px*/
}
td.separator-right {
  /*background: url(/images/menu-top-right.gif) no-repeat;
  width: 5px;*/
}
div.dropdown-sub {
  background: #fff;
  border: solid 1px #CCC;
  padding: 0; margin: 0;
}
div.dropdown-sub td.submenu {
  /*padding: 5px;
  text-align: left;*/
}
div.dropdown-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #5875B1;
  text-decoration: none;
  display: block;
  padding: 5px;
  width: 100px;
}

div.dropdown-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000;
  text-decoration: none;
  background: #EEE;
}
div.dropdown-sub td.submenu a.issub {
  background: url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.submenu a.issub:hover {
  background: #EEE url(/images/admin/issub.gif) center right no-repeat;
}
div.dropdown-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !TOP MENU ***/

/*** LEFT MENU ***/
.navlist {
  padding: 3px;
  width: 180px;
  font: 12px verdana, sans-serif;
  margin: 0;
  
}
.navlist li {
  list-style: none;
  border: 1px solid #fff;
}
.navlist a {
  display: block;
  padding: 3px 0 3px 25px;
  border-bottom: 1px solid #fff;
 
  background: url(/images/menu.gif) 3px no-repeat;
  text-decoration: none;
}
.navlist a:hover {
}
li.subnavlist a {
  background: url(/images/menu-sub.gif) 3px no-repeat;
  padding-left: 17px;
}
a.current {
  font-weight: bold;
}
/*** !LEFT MENU ***/

/*** EXPAND MENU ***/
table.menu-expand {
  position: relative;
  z-index: 1000;
  padding-left: 10px;
}
table.menu-expand td {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 0; margin: 0;
  color: #661F00;
  background: url(/images/arrow.gif) no-repeat #F9E8CE;
  border : 1px solid #661F00;
  height: 16px;
  width: 130px;
  /* Opacity in IE */ filter: alpha(opacity=70);
  /* Opacity in Mozilla */-moz-opacity: 0.7;
}
table.menu-expand td a {
  font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: #661F00;
  background: #F9E8CE;
  height: 16px;
  display: block;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
}
table.menu-expand td a:hover {
  color: #000000;
  background: #F8DCAD;
  cursor: pointer;
}
table.menu-expand td a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
table.menu-expand td a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub {
  background: #fff;
/**  border : 1px solid #661F00; **/
  padding: 0; margin: 0;
}
div.expand-sub td.submenu {
  border : 1px solid #661F00;
}
div.expand-sub td.submenu a {
  text-align: left;
  font: bold 12px Verdana;
  color: #661F00;
  background: #F9E8CE;
  text-decoration: none;
  display: block;
  padding: 4px 4px 4px 10px;
  width: 200px;
}

div.expand-sub td.submenu a:hover {
  font: bold 12px Verdana;
  color: #000000;
  text-decoration: none;
  background: #F8DCAD;
}
div.expand-sub td.submenu a.issub {
  background: url(/images/arrow.gif) center right no-repeat #F9E8CE;
}
div.expand-sub td.submenu a.issub:hover {
  background: url(/images/arrow_over.gif) center right no-repeat #F8DCAD;
}
div.expand-sub td.separator {
  background: #ccc;
  height: 1px;
}
/*** !EXPAND MENU ***/
a.register {
  font: 11px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #FFFFFF;
}
a.register:hover {
  font: 11px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #82cae7;
}

a.est_fav {
  font: 12px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #3A9BB3;
}
a.est_fav:hover {
  font: 12px arial, verdana, sans-serif;
  text-decoration: none;
  font-weight: normal;
  color: #82cae7;
}

/*** LEFT MENU ***/
.navlist {
  padding: 0px;
  width: 100%;
  font: 12px verdana, sans-serif;
  margin: 0;
  border-right: 0px solid #ccc;
  border-top: 0px solid #ccc;

}
.navlist li {
  list-style: none;
  border: 1px solid #fff;
  border-right: 0px solid #fff;
}
.navlist a {
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 40px;
  border-bottom: 0px solid #FFDFEC;
  background: #FFFFFF url(/images/all_arrows.gif) 10px no-repeat;

  color:#53B7EC;
}/*
.navlist a:hover {
  background: #DAEFFA url(/images/bullet.gif) 13px no-repeat;
}
li.subnavlist a {
  background: #FFFFFF url(/images/bullet.gif) 6px no-repeat;
  padding-left: 20px;
}
li.subnavlist a:hover {
  background: #DAEFFA url(/images/bullet.gif) 8px 5px no-repeat;
  padding-left: 20px;
}*/
/*** !LEFT MENU ***/

.navlist_select {
  padding: 0px;
  width: 100%;
  font: 12px verdana, sans-serif;
  margin: 0;
  border-right: 0px solid #ccc;
  border-top: 0px solid #ccc;
}
.navlist_select li {
  list-style: none;
  border: 1px solid #fff;
  border-right: 0px solid #fff;

}
.navlist_select a {
  text-decoration: none;
  display: block;
  padding: 3px 0 3px 40px;
  border-bottom: 0px solid #FFDFEC;
  background: #DAEFFA url(/images/all_arrows.gif) 10px no-repeat;
/*  background: #DAEFFA url(/images/bullet.gif) 10px no-repeat;*/
  color:#53B7EC;
}
/*.navlist a:hover {
  background: #DAEFFA url(/images/bullet.gif) 13px no-repeat;
}*/
li.subnavlist_select a {
  background: #FFFFFF url(/images/bullet.gif) 6px no-repeat;
  padding-left: 20px;
}
li.subnavlist_select a:hover {
  background: #DAEFFA url(/images/bullet.gif) 8px 5px no-repeat;
  padding-left: 20px;
}
/*** !LEFT MENU ***/

.evtype {
   font: 12px verdana, sans-serif;
   color:#00A3BE;
   text-decoration: none;
  margin: 0;
}

.evtype a {
  text-decoration: none;
}

.evtype a:link {
	color: #00A3BE;
	text-decoration: none;
}
.evtype a:visited {
	text-decoration: none;
	color: #00A3BE;
}
.evtype a:hover {
	text-decoration: none;
	color: #00A3BE;
	 
}
.evtype a:active {
	text-decoration: none;

}


.evtypeselected {
   font: 12px verdana, sans-serif;
   color:#00A3BE;
   text-decoration: none;
  margin: 0;
  font-weight:bold;
}

.evtypeselected a {
  text-decoration: none;
  font-weight:bold;
}

.evtypeselected a:link {
	color: #00A3BE;
	text-decoration: none;
	font-weight:bold;
}
.evtypeselected a:visited {
	text-decoration: none;
	color: #00A3BE;
	font-weight:bold;
}
.evtypeselected a:hover {
	text-decoration: none;
	color: #00A3BE;
	font-weight:bold;

}
.evtypeselected a:active {
	text-decoration: none;
	font-weight:bold;

}

/* EVENT NAME*/
.evname {
   font: 14px verdana, sans-serif;
   color:#00A3BE;
   text-decoration: none;
   margin: 0;
   font-weight:bold;
}

.evname a {
  text-decoration: none;
}

.evname a:link {
	color: #00A3BE;
	text-decoration: none;
}
.evname a:visited {
	text-decoration: none;
	color: #00A3BE;
}
.evname a:hover {
	text-decoration: none;
	color: #00A3BE;

}
.evname a:active {
	text-decoration: none;

}

.st2 {
	color: #4B9AB3;
	font-size: 11px;
	font-weight:bold;
}
a.st2 {
	font-size: 11px;
    font: 11px Verdana;
    font-weight:bold;
}
a.st2:link {
	color: #4B9AB3;
	text-decoration: none;
}
a.st2:visited {
	text-decoration: none;
	color: #4B9AB3;
}
a.st2:hover {
	text-decoration: none;
	color: #4B9AB3;
}
a.st2:active {
	text-decoration: none;
}



.nav_home_cal {

  height:35px;
  z-index:2;
/*  border: 1px solid #E0FFED;*/
  border: 1px solid #000000;
  color:#26B55B;
  background-color:#E2E5E4;
  cursor:hand
  }

.nav_home_cal_over {
  height:35px;
  z-index:2;
/*  border: 1px solid #E0FFED;*/
  border: 1px solid #000000;
  color:#FFFFFF;
  background-color:#26B55B;
  cursor:hand
  }


  TD.normal{
    color: #999999;
    font-weight: bold;
    background-image: url(/images/user_admin_bg1.gif);
    cursor: hand;
  }
  td.normal a{
    text-decoration:none;
    color:#999999;
  }

  TD.selected{
   color: #FFFFFF;
    font-weight: bold;
    background-image: url(/images/user_admin_bg2.gif);
    cursor: hand;
  }
    td.selected a{
    text-decoration:none;
    color:#ffffff;
  }
    TD.city_guide_selected{
      background-color:#DAEFFA;
  }
   TD.city_guide{
     background-color:#ECF7FD;
  }
  
  TD.home_city_guide_selected{
 /*     background-color:#D2D2D2;*/
  background-color:#EBEBEB;
  }
   TD.home_city_guide{
     background-color:#FFFFFF;
  }
  
  a.normal{
    color: #666666;
    font-weight: normal;
 text-decoration:none;
  }
 
  a.selected{
    color: #666666;
    font-weight: bold;
    text-decoration:none;
   
  }
  
  
  
  
  .zoom {
	FONT-FAMILY: arial
}
.zoom .loading-inverted {
	BACKGROUND: url(../images/processing_inverted.gif) no-repeat center center
}
.zoom .loading {
	BACKGROUND: url(../images/processing.gif) no-repeat center center
}
.zoom .user {
	WIDTH: 154px; CURSOR: pointer; HEIGHT: 184px; BACKGROUND-COLOR: #cccccc
}
.zoom .common-stuff {
	HEIGHT: 215px
}
.zoom .user IMG.profile {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 0px; CURSOR: pointer; PADDING-TOP: 2px
}
.zoom .user IMG.similarity {
	LEFT: 0px; POSITION: relative; TOP: 0px
}
.zoom .user IMG.similarity-high {
	WIDTH: 27px
}
.zoom .user IMG.similarity-medium {
	WIDTH: 20px
}
.zoom .user IMG.similarity-low {
	WIDTH: 13px
}
.zoom .user .title-background {
	BACKGROUND: #000; FILTER: alpha(opacity=50); COLOR: #000; opacity: 0.50
}
.zoom .user .title {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px 2px; FONT: bold italic 15px Arial, Helvetica, sans-serif; WIDTH: 140px; COLOR: #fff; PADDING-TOP: 5px; POSITION: absolute; TOP: 157px
}
.zoom .user .title-background {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; MARGIN: 0px 2px; FONT: bold italic 15px Arial, Helvetica, sans-serif; WIDTH: 140px; COLOR: #fff; PADDING-TOP: 5px; POSITION: absolute; TOP: 157px
}
.zoom .user .title .info {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 10px; FLOAT: right; PADDING-BOTTOM: 2px; COLOR: #000; PADDING-TOP: 2px
}
.browser_msie .zoom .user .title .info {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}
.zoom .user .title .info .num-events {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; BACKGROUND: url(../images/icon_cal.gif) no-repeat center center; PADDING-BOTTOM: 8px; PADDING-TOP: 8px
}
.zoom .user .title .info .num-photos {
	PADDING-RIGHT: 8px; PADDING-LEFT: 9px; BACKGROUND: url(../images/icon_photos.gif) no-repeat center center; PADDING-BOTTOM: 8px; MARGIN-LEFT: 2px; COLOR: #fff; PADDING-TOP: 8px
}
.zoom .user .common {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; MARGIN: 2px 5px; OVERFLOW: hidden; COLOR: white; HEIGHT: 27px
}
.browser_safari .zoom .user .common {
	HEIGHT: 25px
}
