/* Screen Style Sheet */
/* -------------------------------------------------------------- */
/*
  Sitename: VicVenues
  Author: Kara Peters
  Date: 12/12/05
*/

/* Page Layout */
/* -------------------------------------------------------------- */
body
{
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-family: Verdana,Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  line-height: 1.5em;
}

/* Font, list, image Setup */
/* -------------------------------------------------------------- */
h1 {
  font-size: 12px;
  font-weight: bold;
  color: #002D20;
}

a {
  color: #902410;
}

a:hover {
  color: #003300;
}

a:visited {
  color: #000000;
}

a:visited:hover {
  color: #003300;
}

li {
 list-style: none;
 background: #ffffff url(Images/bullet.gif) no-repeat left 7px;
 margin-left: -15px;
 padding-left: 11px;
 line-height: 1.5em;
}

.pic img {
  border: 1px solid #002D20;
  margin: 10px 0 10px 0;
}
 
.searchpic img {
  border: 1px solid #002D20;
  margin-top: 5px;
}
 
.introfont {
  font-size: 110%;
} 

/* Elements Layout */
/* -------------------------------------------------------------- */

#pagewrap {
  width: 760px;
  margin: 10px auto 0 auto; 
  padding: 0;
  text-align:left;

}

#bannerwrap {
  background: #ffffff url(Images/vicvenues-banner.jpg) no-repeat;
  height: 107px;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 3px solid #fff;
}

#logo img {
  border: none;
  width: 191px;
  height: 92px;
  padding: 8px 0 0 10px;
  margin: 0;
}

#menuandcontent {
 width: 760px;
 padding: 0;
 margin: 0;
 text-align: left;
 background: #ffffff url(Images/page-bg.gif) repeat;
 border-bottom: 3px solid #fff;
}

#menuwrap {
  background: #902410 url(Images/menu-bg.gif) no-repeat;
  float: left;
  width: 121px;
  height: 336px;
  margin: 0;
  padding: 17px 0 0 15px;
} 

#contentleft {
  width: 365px;
  float: left;
  padding: 25px 40px 25px 45px;
  margin: 0;
  background-color: #ffffff;
  min-height: 336px;
  vertical-align: top;
}

#contentevents {
  width: 495px;
  float: left;
  padding: 25px 40px 25px 45px;
  margin: 0;
  background-color: #ffffff;
  min-height: 336px;
  vertical-align: top;
}

#logo2_events {
  float: right;
  right: 0;
  width: 117px;
  height: 27px;
  margin: -15px -29px 0 0; 
  padding: 0;
  border: 0;
}

/* Width Hack for IE */
*html #contentleft {
   width: 364px;
}
/* end hack */

#contentright {
  width: 172px;
  float: right;
  padding: 10px 0 25px 0;
  margin: 0;
  background: url(Images/right-bg.gif) no-repeat;
  background-position: top right;
  height: 336px;
  vertical-align: top;
}

#logo2 img {
  border: 0;
  padding: 0;
  margin: 0;
}  

#footer {
  background: #002D20 url(Images/footer-bg.gif) no-repeat;
  background-position: bottom right;
  height: 20px;
  width: 738px;
  margin: 0 auto 10px auto;
  text-align: right;
  padding: 3px 22px 0 0;
  font-size: 9px;
  color: #ffffff;
  letter-spacing: .1em;
}

#footer a {
  color: #ffffff;
  text-decoration: none;
}

#footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.MenuLink {
color:#fff;
text-decoration:none;
font-size:10px;
font-weight:bold;
padding:0 0 0 10px;
}
.MenuLinkOver a {
color:#fff;
text-decoration:none;
font-size:10px;
font-weight:bold;
padding:0 0 0 10px;
background-image:url(Images/i-bullet.gif);
background-repeat:no-repeat;
}
#searchback {
background-color:#002D20;
color:#fff;
}
#searchback a {
color:#fff;
}
#searchback input, #searchback select {
font-size:11px;
border:1px solid #333;
background-color:#fff;
}
h5 {
color:#002D20;
border-bottom:1px solid #333;
font-size: 11px
}
h6 {
color:902410;
font-size:11px;
margin:0px;
}
.resulttable {
border:1px solid #E8E8E8;
}

hr {
background-color:#E8E8E8;
height:1px;
color:#E8E8E8;
}
.events {
position: relative;
border: 0;
width: 100%;
padding: 0;
margin: 0;
text-align: left;
}

.events th {
border-bottom:1px solid #333;
font-size: 12px;
color: #002D20;
margin: 0;
height: 20px;
vertical-align: bottom;
font-weight: bold;
}

.events td {
margin: 0;
padding: 3px;
height: 25px;
vertical-align: top;
}

.inputfield {
width: 160px;
}