/*
$Id: main.css,v 1.130.2.1 2009/01/16 09:10:52 avg Exp $
vim: set ts=2 sw=2 sts=2 et:
*/

/*
	general tags styles
*/
html,body {
  height: 100%;
  background-color: #eaeaea;
  margin: 0px;
  padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	min-width: 780px;
  border: 0px none;
}
div,th,td,p,input,select,textarea,tt,button {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #2c3e49;
	font-size: 11px;
}

p{
padding:5px 0 5px 0 ;
margin:0px;
}

a:link {
text-decoration:none;
}
a:visited {

}
a:hover {

}
a:active  {
}


h1 {
	margin: 10px 0px;
	padding: 0;
	font-size: 14px;
	color: #626b1c;
}
h2 {
	margin: 20px 0px 10px 0px;
	padding: 0;
	font-size: 13px;
}
h3 {
  margin: 12px 0px;
  padding: 0;
  font-size: 12px;
	color: #626b1c;
}
hr {
	border: 0px none;
  margin: 20px 0px 10px 0px;
	padding: 0px;
	height: 4px;
	background-color:#d2d2d2;
	width:100%;
}
form {
	margin: 0px;
}
table, img {
	border: 0px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

/*
  service styles
*/
/* float-box finisher */
.clearing {
  height: 0px;
  font-size: 0px;
  clear: both;
}

/* vertical align (center) */
.valign-middle {
	vertical-align: middle;
	height: 100%;
}
.valign-middle-adv-lvl1 {
  height: 100%;
  display: table;
}
.valign-middle-adv-lvl2 {
  display: table-cell;
  vertical-align: middle;
}
.valign-middle-adv-lvl3 {
}

/* horizontal align */
.halign-center {
  display: table;
  margin: 0px auto;
  text-align: center;
}
.center {
  text-align: center;
}
.right-box {
  width: 100%;
  text-align: right;
}

/* text block container */
.text-block {
  margin-bottom: 15px;
}
.text-pre-block {
  margin-top: 15px;
}

/* no-wrap */
.nowrap {
  white-space: nowrap;
}

/* width:100% emulator */
table.width-100 {
  width: 100%;
}

/* form */
.form-field td{
padding:5px 10px;
}

.text-field{ 
border:1px #bcb7b7 solid;
width:200px;
height:15px;
}

.textarea{
border:1px #bcb7b7 solid;
width:200px;
}


/*Pannel*/
#pannel{
margin:0 auto;
width:912px;
}

#header{

}

.header-content{
color:#0eabcc;
float:left;
font-size:20px;
margin-left:-20px;
margin-top:60px;
position:relative;
width:600px;
}

.logo{
background-image:url(../images/logo.jpg);
float:left;
}

.location{
display:block;
color:#0daccc;
float:left;
font-size:14px;
padding-top:4px;
}

.annalpolis{
background-image:url(../images/green-bg.gif);
width:125px;
height:25px;
padding-left:24px;
padding-top:2px;
display:block;
float:left;
background-repeat:no-repeat;
font-size:15px;
color:#ffffff;
margin-left:10px;
}

.new-location{
background-image:url(../images/add-sign.gif);
background-position:left 5px;
padding-left:20px;
display:block;
color:#0daccc;
float:left;
background-repeat:no-repeat;
font-size:14px;
padding-top:4px;
margin-left:10px;
}

.new-location a{
color:#0daccc;
text-decoration:none;
}

.script{
float:left;
width:100%;
}

.search-box{
float:left;
width:100%;
padding-top:10px;
}

.search-box input.search-field{
width:787px;
height:40px;
border:1px #dadada solid;
float:left;
color:#eaeaea;
font-size:25px;
padding-left:10px;
}

.search-box input.search-button{
background-image:url(../images/search-button.gif);
background-repeat:no-repeat;
border:0 none;
cursor:pointer;
height:38px;
margin-top:2px;
width:92px;
overflow:hidden;
background-color:#EAEAEA;
}

.button-cover{
float:left;
padding-left:10px;
}

.field-cover{
width:800px;
overflow:hidden;
float:left;
}

/* Wrapper */

#wrapper{
float:left;
width:100%;
margin-bottom:-30px;
position:relative;
}

.left-wrapper{
float:left;
width:649px;
}

.widget-box{
float:left;
width:100%;
margin-top:10px;
}

.left-heading{
background-image:url(../images/blue-patch.gif);
width:638px;
height:29px;
line-height:29px;
color:#ffffff;
font-size:14px;
padding-left:10px;
float:left;
}

.digit-box{
float:left;
width:100%;
}

.date-box{
float:left;
width:35px;
height:53px;
background-image:url(../images/date-box.gif);
margin-top:30px;
padding:10px 0 0 5px;
margin-left:-40px;
position:relative;
}

.date-box label.month{
font-size:14px;
color:#ffffff;
font-family:arial;
}

.date-box label.date{
font-size:18px;
color:#ffffff;
font-family:arial;
}

.top-strip{
width:648px;
background-image:url(../images/top-strip.gif);
background-repeat:no-repeat;
float:left;
}

.middle-strip{
background-image:url(../images/middle-strip.gif);
background-repeat:repeat-y;
width:648px;
float:left;
}

.bottom-strip{
width:648px;
background-image:url(../images/bottom-strip.gif);
background-repeat:no-repeat;
background-position:bottom;
float:left;
}

.bottom-strip .content{
float:left;
padding:8px 0px 2px 8px;
width:98.6%
}

.bottom-strip .left{
float:left;
}


.bottom-strip .right{
float:right;
width:470px;
}

.bottom-strip .right h1.title{
margin:0px;
padding:0px;
font-weight:lighter;
color:#4bc2da;
font-size:14px;
}

.bottom-strip .right label.content{
display:block;
width:99%;
color:#444444;
font-size:12px;
padding:2px;
}

.bottom-strip .right label.icon{
float:left;
padding-top:4px;
}

.bottom-strip .right label.buy-ticket{
float:right;
background-image:url(../images/buy-ticket.gif);
width:111px;
height:29px;
display:block;
margin-right:0px;
}

.bottom-strip .right label.buy-ticket a{
display:block;
color:#ffffff;
font-size:16px;
padding-left:10px;
line-height:28px;
text-decoration:none;
}

.bottom-strip .right font.map{
color:#4BC2DA;
font-size:10px;
}

.bottom-strip .right span.map{
color:#4BC2DA;
font-size:10px;
}

.pagination{
float:left;
width:100%;
padding:15px 0;
}

.pagination .left{
float:left;
background-image:url(../images/line.gif);
background-repeat:repeat-x;
background-position:center;
width:450px;
height:23px;
}

.pagination .right{
float:right;
width:190px;
overflow:hidden;
}

.pagination a{
float:left;
margin-left:2px;
margin-right:2px;
text-decoration:none;
}

.pagination a.inactive:hover{
background-image:url(../images/active-bg.gif);
}

.pagination a.active{
background-image:url(../images/active-bg.gif);
display:block;
width:20px;
height:20px;
color:#ffffff;
float:left;
line-height:20px;
text-align:center;
}

.pagination a.inactive{
background-image:url(../images/inactive.gif);
display:block;
width:20px;
height:20px;
color:#ffffff;
float:left;
line-height:20px;
text-align:center;
}

.right-wrapper{
float:right;
width:250px;
margin-top:10px;
padding-right:8px;
}

.right-bitter-box{
float:left;
width:100%;
}

.top-strip1{
float:left;
width:250px;
background-image:url(../images/top-strip1.gif);
background-repeat:no-repeat;
background-position:top;
}

.middle-strip1{
float:left;
width:250px;
background-image:url(../images/middle-strip1.gif);
}

.bottom-strip1{
float:left;
width:250px;
background-image:url(../images/bottom-strip1.gif);
background-position:bottom;
background-repeat:no-repeat;
}

.bottom-strip1 .content{
padding:10px 0 10px 10px;
float:left;
}

.bottom-strip1 h1.title{
color:#4BC2DA;
font-size:16px;
margin:0px;
padding:0px;
font-weight:lighter;

}

.wid-list a{
color:#ffffff;
line-height:18px;
text-decoration:none;
}

.wid-list a.r-inactive:hover{
text-decoration:none;
display:block;
float:left;
height:18px;
text-align:right;
padding-left:40px;
padding-right:10px;
background-image:url(../images/r-active.gif);
}

.wid-list a.r-inactive{
display:block;
float:left;
height:18px;
text-align:right;
padding-left:40px;
padding-right:10px;
background-image:url(../images/r-inactive.gif);
}

.wid-list a.r-active{
display:block;
float:left;
height:18px;
text-align:right;
padding-left:40px;
padding-right:10px;
background-image:url(../images/r-active.gif);
}

label.pick-box{
float:left;
width:100%;
display:block;
padding-bottom:4px;

}

.do-wigid{
float:left;
width:100%;
margin-bottom:6px;
}

.wid-list{
float:left;
width:100%;
padding-top:10px;
}

#pannel-cover{
background-image:url(../images/bottom-bg.gif);
background-position:top;
background-repeat:repeat-x;
padding-bottom:100px;
float:left;
height:180px;
width:100%;
background-color:#888888;
}

.bottom-cov{
width:912px;
margin:0 auto;
background-image:url(../images/bottom-logo.gif);
background-position:top right;
background-repeat:no-repeat;
height:180px;
}




