﻿body
{
    margin: 0px;
    background: #fff url(/images/background.jpg) repeat-y;
    color: #555;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 13px;
    padding: 10px;
    text-align: center;
}

a
{
    color: #003399;
}

img
{
    border: none;
}

.clear
{
    clear: both;
    font-size: 1px;
    height: 1px;
}

.clearpad
{
    clear: both;
    font-size: 1px;
    height: 10px;
}

h1, h2, h3, h4, h5
{
    margin: 0px;
}

h2
{
    font-size: 20px;
    color: #000;
    margin-bottom: 6px;
}

h3
{
    font-size: 16px;
    font-weight: bold;
}

.container
{
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.logo
{
    float: left;
    width: 295px;
}

.menus
{
    float: right;
    width: 680px;
    text-align: right;
}

.menus ul
{
    margin: 0px;
    margin-top: 70px;
    padding: 0px;
}

.menus ul li
{
    list-style-type: none;
    display: inline;
    border-left: 1px solid #1a5085;
    padding-left: 6px;
    margin-left: 1px;
    font-size: 15px;
    font-weight: bold;
}

.menus ul li a
{
    text-decoration: none;
    color: #003366;
}

.menus ul li a:hover
{
    color: #1764c1;
}

.menus ul li a.on
{
    color: #1764c1;
}

.bar
{
	background: transparent url(/images/bar_right.gif) no-repeat;
	background-position: right;
	width: 470px;
	text-align: center;
	float: right;
}

.bar h2
{
	background-image: url(/images/bar_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: normal;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	color: #666;
}

.bar h2 a
{
	text-decoration: none;
	color: #666;
}

.bar h2 a:hover
{
	text-decoration: none;
	color: #000;
}

.homecontent, .content
{
    margin-top: 14px;
}

.content h1
{
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #003065;
    margin: 0px;
    padding: 9px 0px 0px 16px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/header.png',sizingMethod='crop');

}

.content .subcontent
{
    background: #fff url(/images/content_background.gif) repeat-y;
    padding: 20px 0px 20px 20px;
}

.content .footer
{
    background-image: url(/images/footer.png);
    background-repeat: no-repeat;
    text-align: right;
    padding: 26px 12px 0px 0px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/footer.png',sizingMethod='crop');
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.center
{
    text-align: center;
}

.fifty
{
    width:40%;
}

.twothirds
{
    width: 620px;
}

.onethird
{
    width: 342px;
}

.box
{
    border-left: 12px solid #c0c0c0;
    border-right: 12px solid #c0c0c0;
    padding: 10px;
}

.slideshow
{
    padding: 10px 2px 10px 2px;
    text-align: center;
}

.largeimage
{
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.caption
{
    font-weight: bold;
    margin-top: 10px;
}

.box ul
{
    margin: 10px 0px 20px 30px;
    padding: 0px;
    font-size: 14px;
}

.box ul li
{
    padding-bottom: 4px;
}

.box ul li a.on
{
    font-weight: bold;
}

.blue
{
    border-color: #002659;
}

.lightblue
{
    border-color: #1764c1;
}

.scroll
{
    height: 214px;
    overflow: scroll;
    white-space: none;
}

.edit
{
    float: right;
    margin: 6px 0px 6px 0px;
    color: #cc0000;
    font-weight: bold;
    cursor:pointer;
}

.event
{
    margin-bottom: 20px;
}

.image
{
    float: left;
    margin-right: 10px;
    width: 200px;
    padding: 6px;
    border: 1px solid #c0c0c0;
}

.image img
{
    width: 200px;
}

.image div
{
    margin-top: 2px;
    font-size: 11px;
    color: #666;
}

.location
{
    font-size: 18px;
    color: #333;
    margin-bottom: 2px;
}

.dates
{
    font-size: 16px;
    margin-bottom: 4px;
}

.bella
{
    position: absolute;
    top: 160px;
    left: 50%;
    margin-left: -153px;
    z-index: 100;
}

.slideshowheader
{
    background-image: url(/images/slideshow_header.png);
    background-repeat: no-repeat;
    padding: 18px 0px 0px 26px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slideshow_header.png',sizingMethod='crop');
}

.slideshowmid
{
    background-image: url(/images/slideshow_mid.png);
    background-repeat: repeat-y;
    padding: 10px 0px 12px 28px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slideshow_mid.png',sizingMethod='crop');
}
.slideshowfooter
{
    background-image: url(/images/slideshow_footer.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/slideshow_footer.png',sizingMethod='crop');
}

.banner
{
    position: absolute;
    left:50%;
    margin-left:-484px;
    top:222px;
    z-index:20;
}

.homeevents
{
    margin-bottom: 12px;
}

.homeevents img
{
    float: left;
    margin-right: 8px;
    width: 60px;
}

.homeevents .wrapper
{
    width: 210px;
    float: left;
}

.homeevents h4
{
    font-weight: bold;
    color: #000;
    font-size: 16px;
    margin-bottom: 2px;
}

.homeevents h4 a
{
    color: #000;
    text-decoration: none;
}

.homeevents h4 a:hover
{
    text-decoration: underline;
}

.homeevents .location
{
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}

.homeevents .date
{
    color: #666;
}

.merchant
{
    margin-top: 20px;
}

.merchant li
{
    list-style-type: none;
    font-size: 18px;
    padding-bottom: 16px;
}

.merchant li a
{
    text-decoration: none;
    color: #333;
}

.merchant li a:hover
{
    text-decoration: underline;
}

.merchant li span
{
    font-size: 12px;
    
}

.merchant li ul
{
    margin-top: 6px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.merchant li ul li
{
    font-size: 14px;
    padding-bottom: 6px;
    list-style-type: disc;
}

.whimsy
{
    background: #fff url(/images/whimsy_background.gif) no-repeat;
}

.callout
{
    padding: 14px;
    margin-bottom: 15px;
}

.calloutbackground
{
    padding: 14px;
    background-color: #f0f0f0;
    margin-bottom: 15px;
}

.callout h1, .calloutbackground h1
{
    margin-top:0px;
}

.callout h2, .calloutbackground h2
{
    font-style: normal;
}

.callout h3, .calloutbackground h3
{
    margin: 0px 0px 4px 0px;
    font-style: normal;
}

.months
{
    font-weight: bold;
    font-size: 13px;
    padding-top: 6px;
}

fieldset 
{
    border: none;
}

fieldset span.note
{
    margin-left:155px;
    font-style:italic;
    font-size:smaller;
}

fieldset span.error
{
    font-style:italic;
    color:#cc0000;
}

fieldset label {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	line-height: 1.6em;
	width: 150px;
	padding-right: 3px;
	font-weight: bold;
	float: left;
}

fieldset  ol {
  margin: 0;
  padding: 0;
}

fieldset ul 
{
  margin-top: 6px;
  margin-bottom: 6px;
}

fieldset ol li {
  list-style: none;
  padding: 5px;
  margin: 0;
}

fieldset label.required:first-letter {
	color: #cc0000;
}

fieldset span.required {
	padding-left: 130px;
}

fieldset .othercontrol label {
	display: inline;
	vertical-align: middle;
	text-align: left;
	line-height: 1.6em;
	width:auto;
	font-weight: normal;
	float: left;
}

fieldset .othercontrol input 
{
    float:left;
}

fieldset .table
{
    margin-left:131px;
    margin-top:-20px;
}

.instructions li.off
{
    color: #999;
}

.instructions li.completed
{
    text-decoration: line-through;
    color: #999;
}

.action
{
    float:right;
    width:400px;
    text-align: right;
    line-height: 38px;
    font-size: 18px;
    color: #333;
    margin-bottom: 4px;
}

.action a
{
    color: #333;
    text-decoration: none;
    padding: 6px 0px 6px 34px;
    background: #fff url(/images/icons/+.png) no-repeat;
    background-position: left;
}

.action .add
{
    background-image: url(/images/icons/+.png);
}

.action .upload
{
    background-image: url(/images/icons/upload.png);
}

.action .back
{
    background-image: url(/images/icons/arrow.gif);
    padding: 6px 0px 6px 38px;
}

.loading table
{
    text-align:center;
    vertical-align:middle;
    width:100%;
    height:100%;
}

.loading img
{
    border:1px solid #666;
    padding:20px;
    background-color:#fff;
}

.loading table tr td
{
    text-align:center;
}

.contextmenu
{
    text-align:left;
    background-color: #eaeaea;
    border:1px solid #ccc;
}

.contextmenu ul
{
    width:140px;
    text-align:left;
}

.contextmenu ul li
{
    width:140px;
    border-bottom: 1px solid #dedede;
}

.contextmenu a
{
    width:140px;
    color: #928c80;
    text-decoration:none;
}

.contextmenu ul li:hover 
{
    background-color: #cfdeff;
}

.contextmenu a span
{
    cursor:pointer;
}

.contextmenu_disabled span
{
    color:#ccc;
}

.mastererror
{
    text-align:center;
    font-weight:bold;
    color:#cc0000;
    font-size:17px;
}

.submenu 
{
    color: #6a737f;
    font-size: 18px;
    margin-bottom:15px;
    margin-right:18px;
    margin-top: -6px;
    text-align: right;
}

.submenu ul 
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.submenu ul li
{
    line-height: 40px;
    padding-right:18px;
    border-bottom: 1px solid #93a0b0;
}

.submenu ul li a
{
    text-decoration:none;
    color: #6a737f;
}

.submenu ul li.on
{
    background-color: #e7ebf1;
    color: #6a737f;
}

.submenu ul li.on a
{
    color: #6a737f;
}

.submenu ul li:hover
{
    background-color: #1158ba;
}

.submenu ul li:hover a
{
    color: #fff;
}

.submenuchild 
{
    font-size:14px;
}

.gallery
{
    border: 1px solid #c0c0c0;
    padding: 5px;
    background-color: #fff;
    margin: 0px 4px 8px 4px;
    font-weight: bold;
    font-size: 14px;
    color: #666;
    width: 290px;
    float: left;
    height: 100%;
    min-height: 240px;
}

.gallery img
{
    margin: 0px 0px 1px 0px;
    width: 290px;
    height: 203px;
}

.thumbnails
{
    float: right;
    width: 350px;
    text-align: right;
}

.thumbnails img
{
    border: 1px solid #c0c0c0;
    padding: 5px;
    background-color: #fff;
    margin: 0px 1px 2px 1px;
}

.navigation
{
    margin-left:118px;
}

.navigationbox
{
    float:left;
    margin: 0px 4px 0px 4px;
    width: 220px;
    border: 1px solid Transparent;
    text-align: center;
}

.navigation a
{
    background-color: #d0d0d0;
    padding: 2px 80px 2px 80px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
}


div.TelerikModalOverlay
{
    background: #000 !important;
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    -moz-opacity: .8 !mportant;
}

.alert
{
    background-color: #1158ba;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
}

.alert a
{
    color: #fff;
}
