﻿body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
    background-color: #f0f0f0;
    background-position: top;
    background-image: url('images/shade.gif');
    background-repeat: repeat-x;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #034af3;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

img
{
    border-style: none;
}

/* HEADINGS   
----------------------------------------------------------*/
h1
{
    padding: 2px;
    margin: 0px 0px 5px 0px;
    font-size: 1.4em;
    color: #fff;
    background-image: url('/Content/images/barback.gif' );
    text-align: center;
}
h2
{
    padding: 5px;
    margin: 2px 0px 5px 0px;
    font-size: 1.2em;
    color: #fff;
    background-image: url('/Content/images/barback.gif' );
    text-align: center;
}
h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    /*width: 90%;*/
    background-color: #fff;
    min-width:1000px;
    max-width:1150px;
    min-height:800px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    /*position: relative;*/
    margin: 0px;
    background-image: url('/Content/images/clouds.jpg');
    color: #000;
    padding: 2 10 0 10;
    background-repeat: no-repeat;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #0f0;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    margin: 0px;
    width:100%;
    height:100%;
    padding: 0px;
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}
#searchPanel
{
    clear:left;
    margin: 0px 0px 0px 0px;
    background-color: #70B7F0;
    height: 40px;
    text-align: center;
    font-size: 10pt;
    background-image: url( 'images/toolbar.gif' );
    background-repeat: repeat-x;
}
#searchPanel .label
{
    margin: 10px 0px 5px 5px;
    font-weight: bold;
    color: #fff;
}
#searchPanel select
{
    margin: 10px 15px 5px 2px;
    min-width: 130px;
    font-size: 9pt;
}
#searchPanel .country
{
    margin: 10px 0px 5px 15px;
    min-width:130px;
    font-size: 11pt;
}
#leftCol
{
    background-color: #fff;
    position: relative;
    float: left;
    right: 0;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 160px;
    min-height: 600px;
    _height: 1px;
}

#rightCol
{
    position: relative;
    float: right;
    right: 0;
    margin: 0px 0px 10px 0px;
    width: 160px;
    padding: 5px 0px 10px 0px;
    background-color: #fff;
    min-height: 600px;
    _height: 1px;
}
#Content
{
    /*border-left: 1px #C0C0C0 solid;*/
    background-color: #fff;
    margin: 0px 160px 0px 160px;
    padding: 20px;
}
#footer
{
    clear: both;
    color: #fff;
    background-image: url( 'images/menubar.gif' );
    background-repeat: repeat-x;
    padding: 5px 0 5px 0;
    text-align: center;
    line-height: normal;
    margin: 8px 0 0 0;
    font-size: .9em;
}
#footer a
{
    color: #fff;
    margin: 5px 15px 5px 15px;
    font-size: .9em;
    text-decoration:none;
}
#footer a:hover
{
    text-decoration:underline;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    padding: 0px;
    margin: 0px 0px 5px 0px;
    background-color: #70B7F0; 
}
#menu
{
    padding: 0;
    margin: 0;
}
#menu ul
{
    padding: 0; /*position: relative;*/
    margin: 0;
    text-align: left;
}

ul#menu li
{
    padding: 1px 15px 1px 15px;
    margin: 0px;
    list-style: none;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #fff;
}
ul#menu li a
{
    font-weight: bold;
    text-decoration: none;
    line-height: 2.4em;
    color: #fff;
}
ul#menu li:hover
{
    background-image: url( 'images/menubar.gif' );
    background-repeat: repeat-x;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #00f;
}
ul#menu li.selected
{
    background-image: url( 'images/menubar.gif' );
    background-repeat: repeat-x;
    text-decoration: none;
    border-right-style: solid;
    border-right-width: 5px;
    border-right-color: #00f;
}
ul#menu li.selected a
{
    color:#353333;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td
{
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}
/* COLS 
----------------------------------------------------------*/
.cols
{
    /*z-index: 30;     display: block;     width: 12.5%;     position: relative;*/
    /*clear: left;*/
    float: left;
}

/* Boxes 
----------------------------------------------------------*/
#calTabs
{
    padding: 3px;
    display: block;
    margin: 5px 5px 10px 5px;
    text-align: center;
}
#calTabs #current
{
    padding: 5px;
    display: inline-block;
    background-color: #C0C0C0;
    margin: 5px 5px 10px 5px;
    text-align: center;
    font-weight: bold;
}
#calTabs #featured
{
    display: inline-block;
    border: 1px solid #FFCC99;
    background-color: #F6F6D6;
    padding: 7px;
    width: 8%;
}
#calTabs #currentfeatured
{
    display: inline-block;
    border: 1px solid #FFCC99;
    background-color: #F8F79F;
    font-weight: bold;
    padding: 7px;
    width: 8%;
}
#calTabs a
{
    display: inline-block;
    background-color: #EAEAE0;
    text-decoration:none;
    padding: 5px;
    width:5%;
}
#calTabs a:hover
{
    text-decoration:underline;
}
.Hilight
{
    margin-bottom: 20px;
    text-align: left;
    min-width: 300px;
    margin-right: 0px;
    margin-left: 0px;
}
.Hilight h1 a
{
    color: #FFF;
}

.Section
{
    margin: 5px;
    text-align: left;
    white-space: nowrap;
    min-width: 150px;
}
.Section h3 .title
{
    color: #FFF;
    padding: 5px 20px 5px 10px;
    background-color: #64C263;
    background-image: url('/Content/images/barback.gif');
    display: block;
}
.Section h3 .title a
{
    color: #FFF;
}
.Section UL
{
    color: #696969;
    padding: 2px;
    margin: 0px;
    list-style-type: none;
}
.Section li
{
    padding: 2px;
}
.infoBox
{
    padding: 4px 2px 4px 2px;
}
#FeaturedEventListRow
{
    border: 1px solid #FFCC99;
    background-color: #F6F6D6;
    padding: 3px 2px 3px 2px;
    margin: 2px 0px 5px 0px;
    display: block;
}
#FeaturedEventListRow:hover
{
    background-color: #F8F79F;
}
#FeaturedEventListRow .date
{
    display:inline-block;
    min-width:140px;
}
#FeaturedEventListRow .title a
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-weight: bold;
}
#FeaturedEventListRow .location
{
    display: inline-block;
    margin-left: 8px;
}
#FeaturedEventListRow .description
{
    display: block;
    margin-left: 143px;
}

#EventListRow
{
    border: 1px solid #C0C0C0;
    padding: 3px 2px 3px 2px;
    margin: 2px 0px 5px 0px;
    display: block;
}
#EventListRow:hover
{
    background-color: #EAEAE0;
}
#EventListRow .date
{
    display:inline-block;
    min-width:140px;
}
#EventListRow .title a
{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-weight: bold;
}
#EventListRow .location
{
    display: inline-block;
    margin-left: 8px;
}
#EventListRow .description
{
    display: block;
    margin-left: 143px;
}
.FeaturedVenueListRow
{
    padding: 8px 2px 8px inherit;
    border: 1px solid #FFCC99;
    background-color: #F6F6D6;
    margin: 3px 0px 3px 0px;
    vertical-align: top;
    text-align: left;
}
.FeaturedVenueListRow:hover
{
    background-color: #F8F79F;
}
.FeaturedVenueListRow .pic
{
    display: inline-block;
    min-width:155px;
    min-height:105px;
    vertical-align: middle;
    text-align: center;
}
.FeaturedVenueListRow .details
{
    padding: 2px;
}
.FeaturedVenueListRow .title a
{
    margin: 0px 10px 10px 0px;
    padding: 0px;
    font-weight: bold;
}
.FeaturedVenueListRow .description
{
    display: block;
    white-space: normal;
}
.VenueListRow
{
    padding: 8px 2px 8px inherit;
    margin: 3px 0px 3px 0px;
    vertical-align: top;
    text-align: left;
}
.VenueListRow:hover
{
    background-color: #E7E7E4;
}
.VenueListRow .pic
{
    display: inline-block;
    min-width:155px;
    min-height:105px;
    vertical-align: middle;
    text-align: center;
}
.VenueListRow .details
{
    padding: 2px;
}
.VenueListRow .title a
{
    margin: 0px 10px 10px 0px;
    padding: 0px;
    font-weight: bold;
}
.VenueListRow .description
{
    display: block;
    white-space: normal;
}
.TopicListRow
{
}
.TopicListRow:hover
{
    background-color: #E7E7E4;
}
.relatedItems
{
    display: inline-block;
    padding: 0px 8px 5px 0px;
    white-space: nowrap;
}
.mapHolder
{
    float: right;
}
.video
{
    padding: 10px;
    text-align: center;
}
.pager
{
    margin: 2px;
    text-align:center;
    /*float: right;*/
}
.pager img
{
    border-style: none;
}
.pager img 
{
    padding:0px;
    padding:0px;
}
.pager a
{
    padding:0px;
    margin: 1px 1px 1px 1px;
    color: #000;
    vertical-align: top;
    text-decoration: none;
    font-size: 10pt;
}
.pager .disable
{
    color: #C0C0C0;
    text-decoration:underline;
}
.pager a:hover
{
    text-decoration:underline;
}
.SocialBookmark
{
    margin: 30px 0 30px 20px;
}
.SocialBookmark h3
{
    font-size: 1.2em;
    color: #666;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.SocialBookmark ul
{
    margin: 0;
    padding: 0;
    height: 20px;
}
.SocialBookmark li
{
    float: left;
    list-style: none;
    margin: 0 2px 0 0;
    padding: 0;
}
.SocialBookmark li img
{
    border-style: none;
    padding: 1px 3px 1px 3px;
}
.SocialBookmark li a
{
    font-size: 0.8333em;
}
.SearchResults
{
    list-style-type: none;
}
.SearchResults li
{
    margin: 5px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.icon
{
    margin: 0px 5px 0px 0px;
    vertical-align: middle;
}
.iconR
{
    margin: 0px 0px 0px 5px;
    vertical-align: middle;
}

.error
{
    color: Red;
}

div#title
{
    display: block;
    float: left;
    text-align: left;
    margin-top: 8px;
}

#logindisplay
{
    padding: 5px;
    font-size: 1.1em;
    background-color: #fff;
    display: block;
    text-align: right;
    margin: 0px;
    color: #000;
}

#logindisplay a:link
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: #000;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: #000;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-para
{
    margin: 2px 0px 2px 0px;
    padding: 4px 4px 4px 4px;
}
.alt-editor-para
{
    margin: 2px 0px 2px 0px;
    padding: 4px 4px 4px 4px;
    background-color: #E9FFE1;
}
.display-label, .editor-label, .display-field, .editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.counter
{
    font-size: 8pt;
    float: right;
    margin-right: 10px;
}

/* Miscellaneous
--------------------------------------------------------------*/
.SmallText
{
    font-size: 8pt;
}
.TinyText
{
    font-size: 7pt;
}
