@import url("body.css");
@import url("home.css");
@import url("venue.css");
@import url("search.css");
@import url("event.css");
@import url("dialog.css");
@import url("custom-form-elements.css");

/***********************************************/
/* Body */
body, html
{
   margin: 0;
   padding: 0;
   height: 100%;
   background-color: #c7c7c7;
   color: #666666;
   background-image: url( "../images/weezat_back.png" );
   background-repeat: repeat-x;
   background-position: top center;
   font-family: Tahoma, "Lucida Grande" ,Verdana,Arial,Helvetica,sans-serif;
   font-size: 100%;
}

/***********************************************/
/* Containers */
#head-container
{
   margin: 0 auto;
   padding: 0 0 0 0;
   width: 988px;
   height: 100px;
   vertical-align: middle;
   padding-top: 10px;
   background-image: url( "../images/logo-back.png" );
   background-repeat: no-repeat;
   background-position: top left;
}
#main-container
{
   margin: 0 auto;
   width: 988px;
   background-color: #ffffff;
}
#foot-container
{
   width: 100%;
}
#quicklinx-container
{
   width: 968px;
   text-align: right;
   font-size: 80%;
   padding-right: 20px;
   font-size: 70%;
   height: 20px;
}
#search-region
{
   width: 974px;
   margin: 0;
   padding: 10px 14px 0 0;
   clear: both;
}

.box_1
{
   margin: 0;
   padding: 0;
   float: left;
   width: 260px;
}

.box_2
{
   margin: 0;
   padding: 0;
   float: left;
   width: 289px;
}

.box_3
{
   margin: 0;
   padding: 0;
   float: left;
   width: 279px;
}

.box_4
{
   margin: 0;
   padding: 0;
   float: left;
   width: 150px;
   height: 1px;
}

.box_5
{
   margin: 0;
   padding: 0;
   float: left;
   width: 558px;
}

.box_6
{
   margin: 0;
   padding: 0;
   float: left;
   width: 728px;
   background-color:#fff;
}
/*
.box_1 {
background-color:#6ff;
}

.box_2 {
background-color:#66f;
}

.box_3 {
background-color:#f6f;
}

.box_4 {
background-color:#f66;
}

.box_5 {
background-color:#ff6;
}
*/

.separator
{
   background: url( "../images/divider.png" ) top left repeat-x;
   width: 558px;
   height: 1px;
}

#pageend
{
   position: relative;
   clear: both;
}

/***********************************************/
/* Quick Links */
#quicklinx-container a:link
{
   color: #777777;
   text-decoration: none;
}
#quicklinx-container a:visited
{
   color: #777777;
   text-decoration: none;
}
#quicklinx-container a:visited:hover
{
   color: #777777;
   text-decoration: underline;
}
#quicklinx-container a:hover
{
   color: #777777;
   text-decoration: underline;
}
#quicklinx-container a:active
{
   color: #777777;
   text-decoration: underline;
}
#quicklinx-container .tellfriend
{
   padding: 0 0 0 16px;
   background-image: url( "../images/tell-friend-about-weezat.png" );
   background-repeat: no-repeat;
   background-position: 1px 0px;
}
#quicklinx-container .linx
{
   float: right;
   white-space: nowrap;
   line-height: 20px;
}
#quicklinx-container .btns
{
   margin: 0 0 0 5px;
   float: right;
}

/***********************************************/
/* Logo */
#logo
{
   position: absolute;
   width: 185px;
   height: 101px;
   padding: 20px 0 0 35px;
}

/***********************************************/
/* Breadcrumbs */
#breadcrumbs
{
   font-size: 80%;
   color: #000;
   padding: 20px 0 10px 20px;
   background-color: #fff;
}

#breadcrumbs span
{
   color: #0e3a48;
}

#breadcrumbs a
{
   color: #0e3a48;
   font-weight: bold;
   text-decoration: underline;
}

#breadcrumbs a:hover
{
   text-decoration: none;
}

#breadcrumbs span
{
   color: #000000;
   font-weight: bold;
}

/***********************************************/
/* Logout */

#logout-container .log
{
   float: right;
   height: 48px;
   font-size: 65%;
   padding: 0 10px 0 0;
}

#logout-container .log .leftcol
{
   float: right;
   text-align: right;
   padding: 7px 0 0 15px;
}
#logout-container .log .hide
{
   position: absolute;
   top: 0px;
   left: 0px;
   visibility: hidden;
}

#logout-container .log #username
{
   font-weight: bold;
}
#logout-container .log .btnlogout
{
   width: 100px;
   float: right;
   text-align: center;
   margin: 2px 0 0 0;
}

/***********************************************/
/* Tabs */

.tabs-edge
{
   width: 15px;
   height: 31px;
   background: url( '../images/tab-edge.png' ) left bottom no-repeat;
   float: left;
}

#tabs-container
{
   padding: 0px 15px 15px 0px;
   height: 16px;
   background: url( '../images/tabs.png' ) left bottom repeat-x;
   font-size: 80%;
}

.tabs
{
   padding-bottom: 0 !important;
   background: url( '../images/tabs.png' ) bottom repeat-x !important;
}

.tabs ul
{
   margin: 0;
   padding: 0;
}

.tabs li
{
   float: left;
   list-style: none;
   margin-right: 10px;
}

.tabs li a
{
   display: block;
   padding: 0 5px 0 0;
   color: #999;
   background: url( '../images/tab.png' ) right no-repeat;
   text-decoration: none;
}

.tabs li a:hover
{
   color: #333;
   text-decoration: none;
}

.tabs li em
{
   position: relative;
   top: -3px;
   color: #b3cb47;
   font-style: normal;
   font-weight: bold;
   font-size: 0.7em;
   text-transform: uppercase;
}

.tabs li span
{
   display: block;
   position: relative;
   left: -5px;
   padding: 8px 10px 7px 20px;
   background: url( '../images/tab.png' ) left no-repeat;
}

.tabs li.selected, .tabs li.selected span
{
   background-color: #fff;
}

.tabs li.selected a
{
   color: #333;
   font-weight: bold;
   background-image: url( '../images/tab_selected.png' );
}

.tabs li.selected span
{
   background-image: url( '../images/tab_selected.png' );
}

/* Ratings */

.ratingStar
{
   padding-right: 0px;
   display: block;
   padding-left: 0px;
   font-size: 0pt;
   padding-bottom: 0px;
   margin: 0px;
   width: 13px;
   cursor: pointer;
   padding-top: 0px;
   background-repeat: no-repeat;
   height: 12px;
}
.filledRatingStar
{
   background-image: url(../Images/FilledStar.png);
}
.emptyRatingStar
{
   background-image: url(../Images/EmptyStar.png);
}
.savedRatingStar
{
   background-image: url(../Images/SavedStar.png);
}

/* Footer */

#footer {
  color: #fff;
    font-size: 80%; }
  #footer .wrapper {
    padding: 10px 0 0 10px;
  border-top: 4px solid #656464;
  background: #8c8b8b;
    width: 978px;
   margin: 0 auto;
    position: static; }
  #footer #footer-tier1 {
   margin: 0 auto;
    width: 988px;
    background: #8c8b8b; }
  #footer #footer-tier2 {
    padding: 10px 0;
    background: #666666;
    border-top: 1px solid #fff;
    font-size: 85%; }
  #footer h3 {
    padding-bottom: 5px;
    margin: 0 10px 5px 0;
    border-bottom: 1px solid #fff;
    font-size: 93%;
    font-weight: bold;
    /*text-transform: uppercase;*/
    line-height: 1; }
  #footer li {
    list-style: none;
    padding-left: 0px;
    margin: 0 0 5px 0;
    font-size: 85%;
    line-height: 1; }
  #footer #you,
  #footer #aboutus,
  #footer #help,
  #footer #topic_list,
  #footer #sector_list {
    float: left; }
  #footer #you,
  #footer #aboutus {
    width: 185px; }
  #footer #topic_list {
    width: 398px; }
    #footer #topic_list ul {
      float: left;
      width: 175px;
      margin: 1px 9px 0 0; }
  #footer #sector_list {
    width: 210px; }
  #footer #footer-tier1 a {
    text-decoration: none;
    color: #fff; }
  #footer #footer-tier1 a:hover,
  #footer #footer-tier2 a:hover {
    text-decoration: underline;
    color: #fff; }
  #footer #footer-tier2 a {
    color: #fff;
    text-decoration: none; }
  #footer #footer-tier2 p {
    margin-bottom: 0px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#confirm #reg-container
{
   width: 375px;
}

#confirm #reg-container .rightcol
{
   width: 259px;
}
