body
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */ /* background: #fff url(../../images/body_bg.gif) top center repeat-y;*/
    color: #000000;
}
a
{
    color:#666;
}
ul
{
    margin: 4px 10px;
}
li
{
    margin: 2px 20px;
}
input
{
    border: solid 1px #999;
    background-color: #eee;
}
.textbox
{
    border: solid 1px #999;
    background-color: #eee;
}

form
{
    margin: 0;
    padding: 0;
}
#wrapper
{
    width: 934px;
    min-height: 500px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    text-align: left; /* this overrides the text-align: center on the body element. */
    background: #ffffff url(images/leftcol_bg.gif) repeat-y left;
}
#wrappermembers
{
    width: 934px;
    min-height: 600px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    text-align: left; /* this overrides the text-align: center on the body element. */  
    border:solid 1px #666; 
}
#wrappermembers #navbar
{
   border-bottom:solid 1px #666; 
}
#wrapperadmin
{
    width: 100%; /* this will create a container 100% of the browser width */
    margin: 0; /* the auto margins (in conjunction with a width) center the page */
    padding: 0;
    text-align: left; /* this overrides the text-align: center on the body element. */ /* border: solid 1px #000;*/
}
#header
{
    margin: 0;
    padding: 0;
    height: 206px;
    background: #fff url(images/header.jpg) top left no-repeat;
}
#logo
{
    float: left;
}
#headerlogin
{
    width: 600px;
    float: left;
    margin:30px 0px 0px 280px;
    color: #fff;
}
#headerlogin a
{
    color:#fff;
}
#navbar
{
    height: 28px;
    background: #fff url(images/navbar.jpg) top left no-repeat;
}
#navbar ul
{
    margin-left:280px;
}
#navbar ul li
{
    display: block;
    float:left;
    height: 25px;
    text-align: center;
     /* background-color:Fuchsia; */
}

#navbar ul li img
{
    margin: 0px;
    border: 0px;
}
#navbar a
{
    color:#333;
    font-weight:bold;
}
#agentheader
{
    float: right; /* margin: 20px 5px;*/
}
#agentheader img
{
    float: left; /* border:solid 1px #000;*/
    text-align: left;
}
#leftcol
{
    float: left;
    width: 272px;
    min-height: 260px;
    background: #eaeaea url(images/col_left.jpg) top left no-repeat;
}

#leftmenu
{
    width: 190px;
    margin:20px 20px 0px 0px;
}
#leftmenu a
{
    text-decoration: none;
    color: #666;
}
#leftmenu li
{
    list-style: none;
    height: 25px;
    padding: 10px 0px 0px 12px;
    border-bottom: solid 2px #f2f2f2;
}
#leftmenu li:hover
{
    background-image: url(images/icons/menuArrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#content
{
    float: right;
    width: 640px;
    min-height: 260px;
    margin: 0; /* border:solid 1px #000;*/
    padding: 10px;
}
#contentmembers
{
    float: left;
    min-height: 450px;
    height: auto !important;
    height: 450px;
    margin: 0;
    padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#rightcol /* optional, sits inside content div */
{
    float: right;
    width: 215px;
    min-height: 300px; 
}
.infobox
{
    background: #fff url(images/infobox_bg.gif) top left repeat-y;  
}
.infobox p
{
   padding:2px 10px 2px 22px; 
}

#wrapperplayer
{
    width: 640px;
    margin: 25px 5px;
    padding: 5px;
    border: solid 2px #ccc;
}
#playerheader
{
    float: left;
}
.packages
{
    min-height: 200px;
    margin: 5px 0px;
    border: solid 1px #ccc;
    float:left;
}

.packagedetail
{
   /* border: solid 2px #666;*/
   padding:5px;
    width: 445px;
    float: left;
}

.packagesample
{
   
   margin:10px;
    float: right;
}

#vilogo
{
    float: left;
    width: 200px;
}

#player
{
    float: left;
    width: 480px; /*background-color:Fuchsia;*/
    margin: 5px 0px; /* border: solid 1px #000; */
}
#agentdetails
{
    float: right;
    width: 250px;
    text-align: left; /* border: solid 1px #000;*/
}
#agentcontact
{
    float: left;
    padding: 5px; /* border: solid 1px #000;*/
}
#agentcontact a
{
    font-size: 11px;
    color: #333;
    padding-top: 4px;
    font-weight: bold;
}
#featured img
{
    padding:3px;
    border:solid 2px #ccc;
    margin-left:10px;
    margin-bottom:5px;    
}
#footer
{
    height: 25px;
    font-size: 10px;
    font-weight: bold;
    clear: both;
    color: #333;
    background: #ffffff url(images/footer.gif) top right no-repeat;
    padding: 0px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer img
{
    vertical-align: middle;
}
#footer a
{
    color: #333;
    text-decoration: none;
}
#footer p
{
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#poweredby
{
    height: 25px;
    text-align: center;
    vertical-align: top;
    left: 2px;
    bottom: 0px;
}
/*Elements*/
h1
{
    margin: 0px;
    padding: 3px 0px;
    color: #cc3333;
    font-size: 1.3em;
    font-family:Verdana;
}

h2
{
    margin:4px 0px;
    color: #cc3333;
    font-size: 1.20em;
    line-height: normal;
    font-style: normal;
    font-family: Verdana;    
}

h3
{
    color: #996600;
    font-size: 1.0em;
    line-height: normal;
    font-style: normal;
    font-family: 'Arial Rounded MT Bold';
    font-variant: normal;
}
p
{
    margin: 0;
    padding: 0;
}
/* dotNet Control styles */

.rptviditems
{
}

.rptviditems img
{
    border: solid 1px #eee;
}
.bold
{
    font-weight: bold;
}
.padleft
{
    padding-left: 20px;
}
.borderbottom
{
    border-bottom: solid 1px #ccc;
}
#radImages
{
    float: right;
    margin-right: 100px;
    padding: 5px;
    border: solid 1px #ccc;
}
.btnbooknow
{
  margin-left:45px;   
}
/*
#radImages input
{
     height:80px; 
     float:left;  
}
#radImages span
{
    height:80px;
    text-align:center; 
    float:left;      
}
#radImages img
{
    height:80px;
    float:right;
}*/