body {
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    min-width: 861px;
    background-color: #1e8caa;
}

#container {
    width:100%;
    min-width:600px;
}

#header {
    display:block;
    overflow:hidden;
    width:100%;
    height:90px;
    background:url(../../images/header_bak_small.jpg) repeat-x;
}

#header2 {
    display:block;
    overflow:hidden;
    width:100%;
    height:46px;
    border:none;
    background:url(../../images/header_bak_small.jpg) bottom repeat-x;
}

.hrstyle1 {
    color:#d4410d;
    margin: 0;
    padding: 0;
}

h1 {
    display:block;
    margin:0px;
    padding:0px;
    font-size:24px;
    color:#767676;
}

/* search form */
form {
    margin: 0;
}

#search_box {
    float: left;
    margin-top:4px;
    margin-left:8px;
    width: 250px;
    height: 34px;
    background: url(../../images/bg_search_box.gif);
}

#search_box #s {
    float: left;
    padding: 0;
    margin: 8px 0 0 10px;
    border: 0;
    width:206px;
    background: none;
    font-size:12px;
    color:#666;
}

#searchform2 {
    float: left;
    margin-top:4px;
    margin-left:5px;

    height: 38px;
    width: 820px;
    overflow: hidden;
    background:url(../../images/orbrowse.gif) left top no-repeat;
}

.search_box2 {
    float: left;
    margin-top:12px;
    margin-left:5px;
    padding:3px 0px 0px 5px;
    border:0px;
    width: 135px;
    height: 22px;
    font-size:12px;
    color:#666;
    background:url(../../images/bg_search_box2.gif) no-repeat;
}


#searchform2 #go2 {
    float: left;
    margin-top:12px;
    margin-left:5px;
    width:23px;
    height:22px;
}

/* end search form */

/*********** BOTTOM NAV ***********/

#topnav {
    display:block;
    padding-right:20px;
    padding-top:10px;
    height:8px;
    letter-spacing:1px;
    font-size:11px;
    color:#7b0503;
}

a {
    color: #D4410D;
}

#topnav a {
    text-decoration:none;
    color:#7b0503;
}

#topnav a:hover {
    text-decoration:none;
    color:#eeb300;
}


/*********** END ***********/

#logo {
    display:block;
    width:100%;
    height:43px;
    background:url(../../images/mfi_logo.jpg) bottom left no-repeat;
    cursor: pointer;
}

#frontpage #main_wrapper {
    min-width:600px;
    display:inline;
    overflow:hidden;
}

#main_wrapper {
    display:block;
    overflow:hidden;
    margin:0 auto;
    width:861px;
    background-color: #fff;
}

#admin_body #main_wrapper {
    width:720px;
}

#googlemap {
    float:left;
    width:59%;
    height:505px;
    margin-top:8px;
    padding-top:5px;
    background-color:#993300;
}

#container2 {
    width:100%;
    margin-top: 8px;
    min-height:200px;
}

#left_links {
    display:block;
    float:left;
    padding-bottom:20px;
    width:170px;
    min-height:500px;
    background-color:#FFF;
}

#container2 .wrapper {
    display:block;
    float:left;
    min-height:500px;
}

#container2 .wrapper2 {
    display:block;
    float:left;
    min-height:500px;
}

#mid_content {
    display:block;
    margin-top:4px;
    min-height:300px;
}

#admin_body #mid_content {
    border-bottom:#767676 1px solid;
}

#mid_content2 {
    display:block;
    padding-bottom:20px;
    min-height:300px;
    background-color:#FFF;
    border-bottom:#767676 15px solid;
}

#mid_content {
    font-size: 12px;
}

#mid_content .siteurl {
    display:block;
    margin:0px;
    padding:5px 10px;
    text-align:right;
    font-size:11px;
}

#mid_content .siteurl a {
    text-decoration:none;
    font-weight:bold;
    color:#333;
}

#mid_content .siteurl a:hover{
    text-decoration:underline;
}

#mid_content .details_txt {
    display:block;
    margin:0px;
    padding:5px 0;
    text-align:left;
    font-size:12px;
    line-height:18px;
}

#mid_content2 .details_txt {
    display:block;
    margin:0px;
    padding:5px 10px;
    text-align:left;
    font-size:12px;
    line-height:18px;
}

#bottom_content {
    display:block;
    margin-top:4px;
    margin-bottom:15px;
}

#google_ad2 {
    display:block;
    width:155px;
    float:left;
    padding-left:5px;
}

/*********** CONTENT ************/

#content2 {
    display:block;
    min-height:500px;
}

#headerwrap1 {
    display:block;
    height:40px;
}

#headerwrap2 {
    display:block;
    height:35px;
}

#title2 {
    overflow: hidden;
    padding-top:3px;
}

/*********** RESULT ***********/

#result {
    float:left;
    margin-left:15px;
    padding-top:15px;
    width:430px;
    height:505px;
    background:url(../../images/redarrow.gif) 113px top no-repeat;
}

#result_items {
    overflow: auto;
    height:470px;
    width: 268px;
}

.entry {
    display:block;
    width:250px;
    overflow:hidden;
    padding: 2px 0;
    min-height: 100px;
    _height: 100px;
}

.entry_header {
    font-size:12px;
    font-weight:bold;
    color:#d4410d;
}

.entry_header a{
    color:#d4410d;
    text-decoration:none;
}

.entry_header a:hover{
    text-decoration:underline;
}

.links {
    width:220px;
    float:right;
    margin-top:10px;
    font-size:11px;
}

.links a {
    margin-top:10px;
    font-size:11px;
    color:#000;
    text-decoration:none;
}

.links a:hover {
    text-decoration:underline;
}

.entry_content {
    margin:0px;
}

.entry_content a {
    text-decoration:none;
    border:0px;
}

.entry_content p {
    margin:0px;
    padding:0px;
    width:220px;
    float:right;
    font-size:11px;
}

img.floatLeft {
    float: left;
    margin:3px 0px;
}
img.floatRight {
    float: right;
}



/*********** END ***********/

#google_fconnect {
    float:left;
    margin:0px 15px;
    width:200px;
    height:625px;
}

/*********** BOTTOM NAV ***********/

#bottomnav {
    display:block;
    clear:both;
    padding-left:20px;
    padding-top:2px;
    text-align:center;
    font-size:10px;
    color:#7b0503;
    line-height: 18px;
}

#frontpage #bottomnav {
    text-align:left;
}

#bottomnav p {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

#bottomnav a {
    color:#7b0503;
    text-decoration:none;
}

#bottomnav a:hover {
    color:#eeb300;
    text-decoration:none;
}


/************** END **************/
/*********** MAIN NAV ************/

#mainnav {
    display:block;
    margin:0px;
    padding:0px;
    clear:both;
}

#mainnav ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

#mainnav ul li {
    margin:0px;
    padding:0px;
    display:inline;
}

#mainnav ul li a {
    display:block;
    float:left;
    text-decoration:none;
    margin:12px 5px;
}

#mainnav ul li .navdiv {
    width:1px;
    height:12px;
    background:url(../../images/main_nav_div.jpg) center no-repeat;
}

#mainnav ul li a.button1 {
    width:103px;
    height:12px;
    background:url(../../images/main_nav_1.jpg) no-repeat;
}

#mainnav ul li a:hover.button1 {
    background:url(../../images/main_nav_1over.jpg) no-repeat;
}

#mainnav ul li a.button2 {
    width:102px;
    height:12px;
    background:url(../../images/main_nav_2.jpg) no-repeat;
}

#mainnav ul li a:hover.button2 {
    background:url(../../images/main_nav_2over.jpg) no-repeat;
}

#mainnav ul li a.button3 {
    width:46px;
    height:12px;
    background:url(../../images/main_nav_3.jpg) no-repeat;
}

#mainnav ul li a:hover.button3 {
    background:url(../../images/main_nav_3over.jpg) no-repeat;
}

#mainnav ul li a.button4 {
    width:35px;
    height:12px;
    background:url(../../images/main_nav_4.jpg) no-repeat;
}

#mainnav ul li a:hover.button4 {
    background:url(../../images/main_nav_4over.jpg) no-repeat;
}

#mainnav ul li a.button5 {
    width:86px;
    height:12px;
    background:url(../../images/main_nav_5.jpg) no-repeat;
}

#mainnav ul li a:hover.button5 {
    background:url(../../images/main_nav_5over.jpg) no-repeat;
}

#mainnav ul li a.button6 {
    width:94px;
    height:12px;
    background:url(../../images/main_nav_6.jpg) no-repeat;
}

#mainnav ul li a:hover.button6 {
    background:url(../../images/main_nav_6over.jpg) no-repeat;
}

/*********** FESTIVAL DETAILS ***********/

#top_content {
    display:block;
    overflow:hidden;
    height:115px;
    background-color:#FFF;
}

.festival1 {
    float:left;
    display:block;
    overflow:hidden;
    width:220px;
}

.festival1 ul {
    margin:0px;
    padding:0px;
    list-style:none;
    font-size:12px;
}

.festival1 ul li {
    margin:4px 10px;
}

.festival2 {
    float:left;
    display:block;
    width:220px;
}

.festival2 ul {
    margin:0px;
    padding:0px;
    list-style:none;
    font-size:12px;
}

.festival2 ul li {
    margin:4px 10px;
}

.festival3 {
    float:right;
    display:block;
    padding:10px 15px;
    width:115px;
}
.festival3 img {
    border: 1px solid #e5e5e5;
    padding: 1px;
}

/*********** PAGER ************/

#pager {
    margin:0px;
    padding:7px 10px 0px 0px;
    height:25px;
    display:block;
    background-color:#edc600;
}

#pager ul {
    margin:0px;
    padding:0px;
    list-style:none;
    float:right;
    color:#FFF;
    font-size:11px;
}

#pager ul li {
    margin:0px 2px;
    padding:0px;
    display:inline;
}

#pager ul li a {
    text-decoration:none;
    color:#FFF;
}

#pager ul li a:hover {
    text-decoration:underline;
    color:#FFF;
}


/*********** SEARCH FORMS

#searchforms {
	margin-top:0px;
	margin-left:6px;
	width:253px;
	height:34px;
	clear:both;
}

#searchforms form fieldset {
	border:none;
}

#searchforms input.field {
	width:180px;
	height:34px;
	border:none;
	font-size:11px;
	color:#8c8c8c;
}

#searchforms input.button {
	width:27px;
	height:34px;
	vertical-align:top;
	background: url(../../images/go_button1.jpg) top no-repeat;
	text-align:center;
	clear:left;
}

************/

/*********** FOOTER ***********/

#footer {
    display:block;
    clear:both;
    padding-left:20px;
    padding-bottom:5px;
    text-align:center;
    font-size:12px;
    color:#999;
}

#frontpage #footer {
    text-align:left !important;
}

#footer a {
    color:#666;
    text-decoration:none;
}

#footer a:hover {
    color:#999;
    text-decoration:none;
}

/*********** LEFT LINKS ***********/

ul.link1 {
    display:block;
    margin:5px 0px;
    padding:0px;
    list-style:none;
}

ul.link1 li {
    display:block;
    margin:5px 15px;
    padding:0px;
}

ul.link2 {
    display:block;
    margin:35px 0px;
    padding:0px;
    list-style:none;
}

ul.link2 li {
    display:block;
    margin:5px 15px;
    padding:0px;
}

ul.link2 li a {
    display:block;
    margin:7px 0px;
    padding:0px;
}


/************** END **************/


.suggestionsBox {
    position: absolute;
    top: 155px;
    left: 30px;
    margin: 10px 0px 0px 0px;
    width: 200px;
    background-color: #212427;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 2px solid #000;
    color: #fff;
}

.suggestionList {
    margin: 0px;
    padding: 0px;
}

.suggestionList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.suggestionList li {
    margin: 0px 0px 3px 0px;
    padding: 3px;
    cursor: pointer;
}

.suggestionList li:hover {
    background-color: #659CD8;
}

.login_box {
    text-align: center;
    /*background-color: #e5ebf9;*/
    background-color: #eee;
    border-bottom: 1px solid gray;
    padding: 15px 5px;
    font-size: 14px;
}

.but1, .but2 {
    height: 26px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.but1 {
    background: url(../../images/btn_bg2.gif);
    width: 80px !important;
}
.but2 {
    background: url(../../images/btn_bg3.gif);
    width: 125px !important;
}
#search_genre_wrapper, #search_country_wrapper, #search_city_wrapper {
    float: left; margin-right:5px; _margin-right: 2px; margin-top: 12px;
}

.multiSelect {
    width: 150px !important;
}

.multiSelectOptions {
    width: 174px !important;
}

#search_genre_wrapper {
    margin-left: 3px;
}

.gray {
    color: gray;
}

.entry_content p a:hover {
    text-decoration: underline;
}

#admin_login_box {
    border-bottom: 5px solid #993300;
    width: 400px;
    background-color: #d73b22;
    padding: 10px;
}

#admin_login {
    color: white;
    font-family: Trebuchet MS;
}

#admin_login p {
    margin: 0;
    padding: 0;
}

.search_genre {
    cursor: pointer;
}

div#paginate { text-align: center; }
div.row { min-height: 25px; clear: both; }
div.clearfix { clear: left; }
.hidden { display: none; }

form.formular input {
    padding:3px 0px 0px 5px;
    border:0px;
    width: 150px;
    height: 23px;
    color:#666;
    background:url(../../images/bg_search_box2.gif) no-repeat;
}

form.formular label {
    color: white;
    float: left;
    width: 150px;
    text-align: right;
    margin-right: 10px;
}

form.formular {
    font-size: 14px;
}

form input.but {
    background:url(../../images/btn_submit_red.png) no-repeat;
    color: black;
    width: 135px;
    height: 22px;
    cursor: pointer;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.yellow {
    color: #edc501;
}

.error td {
    font-weight: bold;
    font-size: 15px !important;
    vertical-align: middle;
    padding-left: 5px;
    color: #0162B3;
}

#admin_mainnav {
    color: #edc501;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
}

#admin_mainnav ul {
    list-style-type: none;
    padding: 0; margin: 0;
}

#admin_mainnav li {
    display: inline;
}

#admin_mainnav li a {
    color: white;
    text-decoration: none;
}

#admin_mainnav li a:hover {
    color: white;
    text-decoration: underline;
}

#admin_body {
    font-size: 14px;
}
#admin_body p {
    margin: 0; padding: 0;
}
.dashboard_title {
    font-size: 18px;
    font-weight: bold;
}
.dashboard_title a {
    color: black;
    text-decoration: none;
}

.dashboard_title a:hover {
    text-decoration: underline;
}

hr {
    border: 0;
    margin: 10px 0;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background-color: #d6d6d6;
}

a img {
    border: none;
}

table#manage_items { position: relative; width: 100%; margin-top: 5px; }
table#manage_items tr td { border-bottom: 1px solid #eee; font-size: 14px; }
table#manage_items tr th { margin: 0; padding: 0; height: 24px; font-size: 14px; background-color: #767676; color: white; }
table#manage_items tr th a { color: white; }
table#manage_items tr.table_header { border-bottom: 1px solid #aaa; background-repeat: repeat-x; }

form.frm_update {
    font-size: 12px;
}

form.frm_update input, form.frm_update select, form.frm_update textarea {
    width: 270px;
}
form.frm_update textarea, form.frm_update select {
    max-height: 120px;
    margin-bottom: 3px;
}

form.frm_update label {
    float: left;
    width: 250px;
    text-align: right;
    margin-right: 10px;
    line-height: 20px;
}

.label {
    float: left;
    width: 250px;
    text-align: right;
    padding-right: 20px;
}

#mid_content label {
    width: 150px;
}

#admin_body label {
    width: 250px;
}

.row {
    /*border-bottom: 1px dashed #e5e5e5;*/
}

form .row {
    border-bottom: none;
}

.empty_value {
    font-style: italic;
    color: gray;
}

.buttons_row {
    margin: 25px 0;
    padding-left: 260px;
}

.row span.gray {
    font-size: 14px;
}

#mid_content .row_box {
    margin-left: 160px;
}
#admin_body .row_box {
    margin-left: 260px;
}


.row_box img {
    border: 1px solid #e5e5e5;
    padding: 1px;
    margin: 3px 0;
}

.row_helper {
    color: gray;
    padding-bottom: 10px;
    line-height: 25px;
}

#mid_content1, #mid_content {
    padding: 5px 20px;
}

.red p {
    margin: 0; padding: 0;
}

.link1 a {
    color: gray;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
.link1 a:hover {
    text-decoration: underline;
}

.user_menu {
    color: white;
    margin-left: 10px;
    font-size: 13px;
    float: left;
}

.user_menu a {
    color: white;
}

.select_comment {
    float:right; width: 365px; text-align: left;
}

#genres {
    height: 120px;
}
#festival_cities {
    width: 203px;
}

.ui-dialog label
{
    display: block;
    float: left;
    width: 90px !important;
    text-align: right;
    margin-right: 5px;
    line-height: 22px;
}

#ui-datepicker-div {
    z-index: 1003;
}

.multi_item {
    font-weight: bold;
    line-height: 24px;
}

.ui-widget input {
    width: 200px;
}

ol {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
ol li { margin-bottom: 3px; }




.comments-form {
    background:#FCEAE1 none repeat scroll 0 0;
    margin:10px 0;
    padding:20px;
}

.comments-form .button {
    background:transparent url(../../images/button-post-comment.png) no-repeat scroll left center;
    border:1px solid #ECBDBD;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    padding:4px 6px 4px 38px;
    width:auto;
}
.comments-form input {
    margin-right:7px;
    padding:5px;
    width:210px;
}
.comments-form input, .comments-form button, .comments-form textarea, .comments-form select {
    -x-system-font:none;
    color:#2D3538;
    font-family:"Verdana",sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:12px;
    vertical-align:middle;
}

.comments-form textarea {
    background:#FFFFFF none repeat scroll 0 0;
    border:1px solid #ECBDBD;
    padding:4px;
    width:97%;
}

.comments-form input.formuri {
    background:#FFFFFF url(../../images/form-uri-bkg.png) no-repeat scroll left center;
    border:1px solid #ECBDBD;
    padding:5px 5px 5px 40px;
}

.comments-form input.formemail {
    background:#FFFFFF url(../../images/form-email-bkg.png) no-repeat scroll left center;
    border:1px solid #ECBDBD;
    padding:5px 5px 5px 40px;
}

.comments-form input.formid {
    background:#FFFFFF url(../../images/form-name-bkg.png) no-repeat scroll left center;
    border:1px solid #ECBDBD;
    padding:5px 5px 5px 40px;
}

.comments-list div.alt {
    background:#FCEAE1 url(../../images/comments-list-alt-bkg.png) no-repeat scroll left top;
    border:medium none;
    margin-bottom:25px;
    padding-top:40px;
}

.comments-form h3 {
    margin: 0;
    padding: 0;
    -x-system-font:none;
    border-bottom:1px solid #F8D9D3;
    color:#272D36;
    font-family:"Arial";
    font-size:28px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    letter-spacing:-1px;
    line-height:28px;
    margin-bottom:5px;
    padding-bottom:5px;
}

.comments-list p.name {
    color:#000000;
    font-family:"Arial",sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:14px;
}

.comments-list p.date a, .comments-list p.date a:visited, .comments-list p.date a:hover {
    color:#906161;
    text-decoration:underline;
}

.comments-list {
    padding-top:20px;
}

.comments-list p.avt {
    float:right;
    margin:0;
    padding:0;
}

.comments-list p.name {
    -x-system-font:none;
    color:#000000;
    font-family:"Arial",sans-serif;
    font-size:14px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    letter-spacing:-1px;
    line-height:14px;
}

.comments-list p.date {
    font-size:11px;
    margin-bottom:5px;
}

.comments-list div.entry1 {
    padding:25px;
}

.avt img {
    border: 1px solid #e5e5e5;
    padding: 1px;
}

#submit {
    cursor: pointer;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul li {
    display: inline;
}

