/*@import url(/css/reset.css);*/
@charset "utf-8";
/* CSS Document */

/* =Logo */
#logo a,
#logo {
    width: 100px;
    height: 50px;
}
#logo {
    padding: 0px;
    position: absolute;
    margin: 10px 0px 0px 10px;
}
#logo a {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
}
#logo a span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff url(/images/logo.gif) no-repeat left top;
    z-index: 100;
}
/* Logo */

/* =Basic classes */
ul.ul_def, ul.ul_def li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
a{
    color:#588adc;
}
.v_splitter {
    margin: 10px 0px;
    height: 1px;
    font: bold 0px/0px serif;
    background: #ccc;
    clear: both;
}
.v_splitter hr {
    display: none;
}
.tf_input, .textarea, .select, .select_multi, .tf_upload {
    width: 15em;
}
.textarea {
    height: 8em;
}
/* Basic classes */

/* =Checkboxes */
.checkbox_item {
    overflow: hidden;
}
.checkbox_item .checkbox {
    float: left;
    width: 1.2em;
}
.checkbox_item label {
    cursor: default;
    margin: 0.2em 0px 0px 0.2em;
    float: left;
}
.tbl_checkbox_list td {
    padding: 2px;
    vertical-align: middle;
}
.tbl_checkbox_list td.td_delimiter {
    width: 4em;
}
/* Checkboxes */

/* =Radiobuttons */
.radiobutton_item {
    overflow: hidden;
    margin: 2px;
}
.radiobutton_item .radiobutton {
    float: left;
    width: 2em;
}
.radiobutton_item label {
    cursor: default;
    padding: 0.2em 0px 0px 0.2em;
    float: left;
}
.tbl_radio_list td {
    padding: 2px;
    vertical-align: middle;
}
.tbl_radio_list td.td_delimiter {
    width: 4em;
}

/* Radiobuttons */

/* =Layout begin */
#page {
    margin: auto;
    padding-bottom: 10px;
}
#header{
    height: 110px;
    border-left:solid 1px #588ADC;
    border-right:solid 1px #588ADC;
    background:#eee;
    position: relative;
}
.top_side_menu,
.top_side_menu li {
    margin: 0px;
    padding: 0px;
}
.top_side_menu li {
    display: inline;
    padding: 0px 5px;
}
.top_side_menu {
    top: 30px;
    right: 10px;
    position: absolute;
}
.top_menu {
    padding-top: 70px;
}
.top_menu li {
    display: inline;
}
.top_menu ul {
    display: block;
    padding: 1em 0px;
    margin: 0px;
    text-align: center;
}
#footer .bottom_menu ul li {
    display: inline;
}
.copyright, #footer .bottom_menu ul {
    text-align: center;
}	
.menu_side {
    float: left;
    width: 25%;
}
.content_side {
    float: right;
    width: 74%;
}

/* Layout end */

/* =Sizes begin */
/* #page, .top_menu {
	width: 996px;
}	 */
/* #content {
	padding: 0px 20px 20px 20px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 10px;
	border:solid 1px #588ADC;
} */
h1, h2, h3, h4, h5, h6, #footer .bottom_menu ul {
    padding: 0px;
    margin: 0px;
}
h1 {
    padding: 0.5em 0px 1em;
}	
#footer .bottom_menu ul li {
    padding: 0px 10px;
}
#footer .bottom_menu ul {
    margin-top: 20px;
}
.copyright { 
    margin-top: 10px;
}
h1.warning {
    padding: 10em;
}

/* Sized end */

/* =Typefaces and font-sizes begin */
body {
    font: normal 12px Tahoma;
}
h1 {
    font-size: 2em;
    font-weight:normal;
}
h2 {
    font-size: 1.6em;
}
.top_menu li a {
    padding: 0 2em;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
#footer{
    font-size: 0.9em;
}
#footer .bottom_menu ul li a {
    font-weight: normal;
}
#footer .bottom_menu ul li a:hover,
#footer .bottom_menu ul li a.active {
    text-decoration: none;
}
.cms_content {
    font: normal 12px/16px Tahoma;
}
input, textarea, select {
    font: normal 12px Tahoma;
}
/* Typefaces and font-sizes end */

/* Colors begin */
body {
    color: #666;
}
h1{
    color:#000080;
}
.top_menu li a.active,
.top_menu a:hover,
#footer .bottom_menu ul li a:hover,
#footer .bottom_menu ul li a.active
{
    color: #444;
}
ul.ul_side_menu li a,
.top_menu li a,
#footer .bottom_menu ul li a {
    /*color: #3300ff;*/
}

#content {
    background: #fff;
}
#page {
    /*background: #ececec;*/
}
/* Colors end */

/* =Forms begin */
.message_box {
    border: solid 1px #ccc;
    padding: 10px;
    width: 50%;
    margin: 1em auto;
    overflow: hidden;
}
.message {
    text-align: center;
    font-weight: bold;
    padding: 1em;
}
.f_invalid {
    border: solid 1px red;
}
.f_row label {
    float: left;
    padding: 2px 4px 2px 0px;
}
fieldset.data_container {
    border: 0px;
}
fieldset.data_container .f_row {
    overflow: hidden;
    padding: 2px 0px;
    clear: both;
}
fieldset.data_container .f_row label {
    float: left;
    width: 25%;
    padding: 2px 4px 2px 35%;
}
fieldset.data_container .checkboxes {
    padding: 2px 0px;
}
fieldset.data_container .checkboxes input {
    margin: 0px;
    padding: 0px;
}
fieldset.data_container .f_row .f_inputs {
    padding-left: 35%;
}
fieldset.data_container .warning_mess {
    color: red;
    text-align: center;
    padding-bottom: 10px;
}
fieldset.data_container .warning_mess table {
    margin: auto;
}
fieldset.data_container .warning_list ul {
    margin: 0px;
    padding: 5px 0px 5px 35%;
    text-align: left;
}
fieldset.data_container .warning_list li {
    text-align: left;
}
fieldset.data_container .box_images {
    text-align: center;
}
.f_buttons {
    padding-left: 45%;
    margin-left:40px;
}
.f_inalid {
    border-color: red;
}
.help_link {
    padding-left: 45%;
}
.f_radio {

}
/* =Contact Us Form begin */
.form_contact input, .form_contact textarea {
    width: 15em;
}
/* Contact Us Form end */

/* =Register Form begin */
fieldset.form_register .f_row label {
    width: 15%;
    padding-left: 30%;
}
fieldset.form_register .title {
    padding-left: 30%;
    font: bold 1.2em Arial;
}
fieldset.form_register input {
    width: 30%;
}

/* =State component begin */
fieldset.form_register .state_row .country_list select {
    width: 12%;
}
fieldset.form_register .state_row .country {
    float: left;
    width: 15%;
    padding-left: 30%;
    margin-right: 4px;
}
/* State component end */

/* =Antispam component */
fieldset.antispam {
    border: 0px;
}
.antispam .f_row label {
    float: left;
    padding: 2px 4px 2px 0px;
}
fieldset.antispam .f_inputs input {
    width: 4em;
    margin-top: 0.8em;
}
.data_container fieldset.antispam .caption {
    padding-left: 30%;
}
/* Antispam component */

/* Register Form end */

/* =Advanced Form begin */
fieldset.form_advanced .caption {
    padding: 0.5em 0 0.5em 20em;
}

/* =Date Component begin */
.f_date, .btn_date {
    float: left;
}
/* Date Component end */

/* Advanced Form end */

/* =Active Poll begin */
.poll_questions_body h5.question {
    font: bold 1.2em Arial;
    color: #000;
}
.poll_questions_body fieldset.active_poll {
    margin: 0.5em 0px 0px 0px;
    padding: 0px;
}
.poll_questions_body fieldset.active_poll .f_row label {
    float: none;
    padding: 0px 0.5em 0.5em;
}
.poll_questions_body fieldset.active_poll .f_row .f_radio {
    width: 17px;
    padding: 0px;
    margin-top: -3px;
    float: left;
}
.poll_questions_body fieldset.active_poll .f_row .f_buttons {
    padding: 0.5em 0px 0px;
}
/* Active Poll end */

/* =MessageBox list */
.ul_message_box {
    padding: 0px 0px 0px 2em;
}	
.ul_message_box li {
    color: #f00;
    /*font-weight: bold;*/
    padding: 2px 0px;
}
/* MessageBox list */

/* =Breadcrumbs */
.tabs {
    width: 513px;
    float: left;
    padding:12px 0 0 14px;
}

.tabHeader {
    width: 100%;
    height:26px;
}

.delimiter {
    float: left;
    width: 2px;
    font-size:0;
    background: #fff;
    border-bottom: 1px solid #999999;
    height:25px;
}

.tabHeader a {
    float: left;
    height: 100%;
}

.tabHeader a div{
    width: 100px;
    background: url('/images/bg_tabs.gif') no-repeat 0 -26px;
    color: #fff;
    text-align: center;
    height:21px;
    padding:5px 0 0 0;
    font-size: 14px;
    font-family: Arial;
    text-decoration:none;
}

.tabHeader a:hover div{
    background: url('/images/bg_tabs.gif') no-repeat 0 -0px;
    color: #000;
    text-decoration:none;
}

.tabHeader a:hover {
    text-decoration:none;
}
.tabHeader a div.selectedTab {
    background: url('/images/bg_tabs.gif') no-repeat 0 -0px;
    color: #000;
    text-decoration:none;
}

.tabBody {
    border: 1px solid #999;
    border-top: none;
    padding:5px 5px 0px 5px;
    margin-top: -1px;
    width:496px;
    margin-bottom: 10px;
}

#content .tabBody {
    min-height:390px;
    height:auto !important;
    height:390px;
}

.tabControls {
    width: 100%;
    height: 49px;
    background: url('/images/controls_bg.jpg') left top repeat-x;
}

.controlsLeft {
    width: 247px;
    margin-top: 11px;
    overflow:hidden;
    margin-left: 10px;
    float: left;
}

.controlsRight {
    width: 35%;
    float: right;
    margin-top: 15px;
    margin-right: 25px;
    text-align: right;
    font-size: 15px;
    font-family: Arial;
}

.controlsRight a {
    margin-left: 5px;
    text-decoration: none !important;
}
/* Breadcrumbs */

/* CALENDAR */

table.calendar {
    width: 100%;
    /*  border-left: 1px solid #e7e7e7;*/
    clear:both;
}
#calendar_holder{
    border-left: 1px solid #e7e7e7;
}

.calendarHeader {
    background: #e7e7e7;
    padding: 4px 0px;
    text-align: center;
    font-size: 10px;
    color: #6F6F6F;
    font-weight: bold;
}

.calendarContent {
    text-align: center;
    width: 75px;
    height: 75px;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;


    font-weight: bold;
    font-family: Arial;
}

td.calendarContent a, td.calendarContent{
    color:#666666;
    font-size:20px;
    height:65px;
    text-decoration:none;
    width:65px;
}
.hasEvents {
    width: 11px;
    height: 11px;
    background: url('/images/calendar_corner.png') bottom right no-repeat;
}

#events_holder {
    width: 100%;
    padding:1px 0px 0px 0px;
    margin-bottom:5px;
}

#events_holder table {
    width: 100%;
    border-left: 1px solid #e5e5e5;
}

.eventsHeading {
    background: #e5e5e5;
    padding: 7px;
    font-size: 16px;
    color: #6F6F6F;
}

.eventsContent {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 7px;
    line-height:21px;
    vertical-align:top;
}

.eventInfo {
    width: 100px;
    float: left;
}

.eventTopic {
    color: red;
}

.calendarControlsArrowLeft {
    width: 28px;
    height: 28px;
    background: url('/images/controls_arrow_left.png') top left no-repeat;
    float: left;
    cursor: pointer;
}

.calendarControlsArrowRight {
    width: 28px;
    height: 28px;
    background: url('/images/controls_arrow_right.png') top left no-repeat;
    float: right;
    cursor: pointer;
}

.calendarControlsDate {
    font-size: 14px;
    color: white;
    width: 190px;
    text-align: center;
    margin-top: 6px;
    float:left;
}

#pager a, #pager div {
    float: left;

}

#pager {
    float: right;
    margin-top:4px;
    padding:5px;
}
/* CALENDAR */



/* =Date Panel */
.date_time_panel select {
    margin-right: 2px;
    width: auto;
}
/* Date Time Panel */

/* =Newsletter Signup panel */
.signup_panel {
    overflow: hidden;
}
.signup_panel label,
.signup_tf_inputs {
    margin: 0px 4px 0px 0px;
}
.signup_panel label,
.signup_panel a.button,
.signup_tf_inputs {
    float: left;
}
.signup_panel label {
    padding: 0.3em 0px 0px 0px;
}
.signup_panel .signup_tf_inputs {
    padding-top: 1px;
}
.signup_panel .signup_tf_inputs input {
    width: 15em;
}
/* Newsletter Signup panel */

/* =City Select Panel */
.city_select_panel {
    margin: 4px 0px;
}
.city_select_panel_loader {
    position: absolute;
    margin: -12px 0px 0px 0px;
}
/* City Select Panel */

/* =Calendar */
.btn_date {
    margin: -1px 0px 0px 2px;
}
/* Calendar */

/* =ABC Search */
.ul_abc_search, .ul_abc_search li {
    padding: 0px;
    margin: 0px;
}
.ul_abc_search li {
    display: inline;
    padding-right: 1em;
}
/* ABC Search */

/* =Add More */
.add_more_box {
    margin: 4px 0px;
}
.add_more_box .remove_box,
.add_more_box .f_inputs {
    float: left;
    padding-left: 4px;
}
.add_more_box .remove_box a {
    margin-top: -1px;
    position: absolute;
}
.add_more_box .select {
    margin-top: 1px;
}
/* Add More */

/* Forms end */

/* =Pagenavigator */
.pagenavigator, .pagenavigator li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.pagenavigator {
    display: block;
    text-align: center;
}
.pagenavigator li {
    display: inline;
    padding: 0px 0.5em;
}
/* Pagenavigator */

/* =Datagrid */
.tbl_datagrid {
    width: 100%;
    border: solid 1px;
    background: #fff;
}
.tbl_datagrid td {
    padding: 4px;
}
.tbl_datagrid td {
    border-left: solid 1px;
    border-right: solid 1px;
}
.tbl_datagrid .tr_header td {
    border: solid 1px;
}
.tbl_datagrid,
.tbl_datagrid td,
.tbl_datagrid .tr_header td {
    border-color: #ccc;
}
.tbl_datagrid .tr_header td,
.tbl_datagrid .tr1 td {
    background: #eee;
}
.tbl_datagrid .tr_header td {
    vertical-align: middle;
    font-weight: bold;
}
.tbl_datagrid .td_checkbox {
    padding-top: 3px;
}
.tbl_datagrid .td_checkbox,
.tbl_datagrid .td_edit,
.tbl_datagrid .td_move_up,
.tbl_datagrid .td_move_down,
.tbl_datagrid .td_move_to_top,
.tbl_datagrid .td_move_to_bottom,
.tbl_datagrid .td_delete {
    width: 1%;
}
.tbl_datagrid .td_title {
    width: 20%;
}
.tbl_datagrid .td_description {
    width: 60%;
}
.tbl_datagrid .td_enabled,
.tbl_datagrid .td_default {
    text-align: center;
}
/* Datagrid */

/* =Search panel */
.search_panel {
    margin: 4px 0px;
}
.search_panel .tf_input,
.search_panel .select {
    float: left;
}
.search_panel .tf_input {
    margin: 2px 4px 0px 0px;
}
.search_panel .select {
    margin: 3px 4px 0px 0px;
}
/* Search panel */

/* =Tooltip */
.tooltip {
    border: solid 1px #ccc;
    background: #fff;
    padding: 10px;
}
/* Tooltip */

/* =Comments */
.comments_blog {
    padding: 10px 0px 0px;
}
.comments_blog  fieldset.data_container {
    padding: 5px 0px 10px;
}	
.comments_blog  fieldset.data_container .f_row .f_inputs,
.comments_blog fieldset.data_container .f_row label {
    padding: 0px;
    margin: 0px;
}
.comments_blog fieldset.data_container .f_row label {
    width: 8em;
}
.comments_blog  fieldset.data_container .f_row input {
    width: 20em;
}
.comments_blog  fieldset.data_container .f_row textarea {
    width: 28em;
}
.comments_blog  fieldset.data_container .buttons input {
    width: auto;
    margin-left: 10px;
}
.blog_add_comment {
    padding: 10px 0px 5px;
}
.comments_blog .comments_title dl {
    margin: 0px;
    padding: 5px 10px;
    border-bottom: solid 1px #ccc;
    background: #eee;
}
.comments_blog  .comments_content {
    padding: 10px;
    color: #000;
}
.comments_blog .comments_title dt,
.comments_blog .comments_title dd {
    display: inline;
}
.comments_blog .comments_title dt {
    color: #666;
}
.comments_blog .comments_title dd {
    margin-left: 10px;
    font-weight: bold;
}
.comments_blog .comments_box {
    margin: 5px 0px;
    border: solid 1px #ccc;
}
.comments_blog .view_all {
    margin-top: 10px;
}
/* Comments */

/* =Image Uploader */
.imageuploader {
    padding: 10px 0px;
}
.imageuploader .panel_manage,
.imageuploader .panel_edit,
.imageuploader .panel_edit .buttons {
    padding-top: 10px;
}
.imageuploader .panel_edit .buttons input {
    margin-right: 10px;
}
/* Image Uploader */

/* =Tab Manager */
.tab_manager, .tab_manager li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.tab_manager {
    z-index: 10;
    position: relative;
}
.tab_manager li {
    float: left;
    margin: 0px 5px 0px 0px;
}
.tab_manager li a, .tab_manager li span {
    display: block;
    background: #333;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-weight: bold;
    border: solid 1px #000;
    border-bottom: 0px;
}
.tab_manager li a:hover {
    color: #eee;
}
.tab_manager li span {
    color: #000;
}
.tab_manager_content {
    position: relative;
    z-index: 5;
    padding: 10px;
    border: solid 1px #000;
    margin-top: -1px;
}
.tab_manager li span,
.tab_manager_content {
    background: #eee;
}
/* Tab Manager */

/* =Buttons begin */
.btn, .btn span {
    font: bold 12px/20px Arial, Helvetica, sans-serif;
    height: 20px;
    background-image: url(/images/bg_btn.gif);
    background-position: 100% 0px;
    border: 0px;
    color: #fff;
}
.btn span {
    border: 0px;
    padding: 0px 10px;
    background-position: 0px -20px;
}
.btn_ov,
.btn:hover {
    background-position: 100% -40px;
}
.btn_ov span,
.btn:hover span {
    background-position: 0px -60px;
}
input.btn {
    background: #333;
}
input.btn_ov {
    background: #000;
}
.btn_left {
    margin-right: 0.5em;
}
/* Buttons end */

/* =Links begin */
a:hover {
    text-decoration: none;
}
/* Links begin */

/* =Sitemap begin */
.sitemap {
    margin: auto;
    width: 30%;
    line-height: 1.5em;
}
.sitemap a {
    color: #3300FF;
}
.sitemap li a {
    font-weight: bold;
    text-transform: uppercase;
}
.sitemap li li a {
    font-weight: normal;
}
.rss {
    padding-left: 10%;
}
/* Sitemap end */

/* =FAQ begin */
.faq_content .show_all {
    padding-bottom: 0.5em;
}
.faq_content .faq_quest {
    padding: 0px 0px 0.5em 0px;
}
.faq_quest .faq_link, .faq_quest .faq_link_open {
    font-weight: bold;
}
.faq_quest .faq_link_open {
    color: #000;
}
.faq_quest .answer {
    padding: 10px;
    margin: 0.25em 0px;
}
.faq_quest h3 {
    margin: 0.5em 0px 0.25em;
}
.faq_content .faq_link {
    display: block;
    clear: both;
    margin: 0px 0px 0.25em;
}
/* FAQ end */

/* =Gallery begin */
.gallery {
    text-align: center;
}
/* Gallery end */

/* =Polls begin */
.poll_container {
    border: solid 1px #ccc;
    margin: 0.5em 0px;
}
h1.poll_title {
    font-size: 1.4em;
    background: #eee;
}
.poll_content {
    margin: 0.5em;
}
.poll_content,
h1.poll_title {
    padding: 0.5em;
}
.poll_questions .poll_questions_body .answer {
    padding: 0.5em 0px;
    font-weight: bold;
}
.poll_questions .poll_question_cont .bar_graph {
    margin-right: 6em;
}
.poll_questions .poll_question_cont .label_graph {
    float: left;
    width: 5em;
    padding-left: 100%;
    margin: -1.3em 0px 0px -5em;
    white-space: nowrap;
    color: #3300FF;
}
.poll_questions .poll_question_cont .bar_graph .graph_rate {
    padding: 1px;
    border: solid 1px #ccc;
}
.poll_questions .poll_question_cont .bar_graph .bar_rate {
    height: 1em;
    background: #ccc;
}
.poll_questions .passive_body .ansver_block {
    padding: 0.2em 0px;
    overflow: hidden;
    clear: both;
}
.active_body .active_poll .f_row {
    margin: 0.2em 0px;
}

.active_polls_body .view_all, .passive_polls_body .view_all {
    margin-top: 0.5em;
}
.active_polls_body .poll_list, .active_polls_body .poll_list li,
.passive_polls_body .poll_list, .passive_polls_body .poll_list li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.active_polls_body .poll_list li,
.passive_polls_body .poll_list li {
    padding: 0.5em 0px;
}
.poll_view_all {
    margin-top: 0.5em;
}
/* Polls end */

/* =Side menu */
ul.ul_side_menu li {
    padding: 4px;
}
ul.ul_side_menu li a {
    padding-left: 10px;
    border-left: solid 3px #222;
}
ul.ul_side_menu li a:hover,
ul.ul_side_menu li a.active {
    text-decoration: none;
}
ul.ul_side_menu li a:hover,
ul.ul_side_menu li a.active
{
    border-color: #588adc;
    color: #000;
}
/* Side menu */

/* =Ecommerce Search */
.ecommerce_search {
    border: 1px solid #ccc;
    margin: 10px;
    padding: 10px;
}
.ecommerce_search .tbl_search {
    width: 150px;
}
.ecommerce_search .td_shopping_by {
    background: #ccc;
    color: #4C84BD;
    font-weight: bold;
}
.ecommerce_search .td_name {
    font-weight: bold;
}
.td_label_1 {
    padding-left: 1.5em;
    cursor: pointer;
    color: #4C84BD;
}
.ecommerce_search .td_label_2 .delimiter {
    font-weight: bold;
    padding: 0px 0.5em;
}
.ecommerce_search .td_label_2 .label {
    cursor: pointer;
    text-decoration: underline;
    color: #4C84BD;
}
.ecommerce_search .td_clear {
    padding-left: 60px;
}
.ecommerce_search .td_clear .delimiter {
    font-weight: bold;
    padding: 0px 0.5em;
}
.ecommerce_search .td_clear .clear_btn {
    cursor: pointer;
    text-decoration: underline;
    color: #4C84BD;
}
.ecommerce_search .td_shopping_options {
    background: #ccc;
    color: #4C84BD;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.ecommerce_search .td_name_2 {
    font-weight: bold;
}
/* Ecommerce Search */


/* DETAILS  POPUPS */

#details_popup, #view_all_popup, #video_popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 511px;
    margin-left: -245px;
    border: 1px solid #000;
    background: #fff;
    font-family:Tahoma,Arial,Verdana,sans-serif;
    font-size:12px;
    letter-spacing:0.06em;
    line-height:18px;
    z-index: 100;
    padding-bottom: 20px;
}

#video_popup {
    height:405px;
    margin-left:-410px;
    margin-top:-202px;
    width:820px;
}

#view_all_popup {
    z-index: 99;
    top: 10%;
}

#view_all_body {

}

#details_popup_header {
    background: url('/images/popup_header.png') repeat-x top left;
    height: 24px;
    width: 100%;
    color: red;
}

#details_popup_header_date{
    margin: 3px;
    color: #CB1000;
    float: left;
}


#details_popup_close {
    margin: 5px;
    float: right;
    cursor: pointer;
}

#details_popup_body {
    padding-top: 20px;
}

#details_popup_img {
    margin: 0px;
    padding: 0 9px 0 10px;
    float: left;
    width:100px;
    overflow:hidden;
}

#details_popup_img img {
    width: 100px;
}

#popup_info {
    float:left;
    width:390px;
}

.details_popup_category {
    float: left;
    margin: 5px;
    color: #999999;
    width: 70px;
}

.details_popup_value {
    margin: 5px;
    float: left;
}

#popup_layer {
    width: 100%;
    height: 1000px;
    background: #000;
    overflow: hidden;
    opacity: 0.5;
    position: absolute;
    left: 0%;
    top: 0%;
    display: none;
    filter: Alpha(Opacity=40);
}
/* EVENT DETAILS */

.post_title, div.post_title a {
    color:#CE2011;
    font-family:Verdana;
    font-size:20px;
}

.image_holder .post_title {
    color:#CE2011;
    font-family:Arial;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 0 0;
}

.image_holder .post_info {
    font-family:Arial;
    color: #999;
    font-size:12px;
    font-weight: normal;
    text-align: center;
}

.image_holder .post_img {
    border: 1px solid #999;
    background: #fff;
}

.image_holder .post_img .post_img_inner {
    width: 144px;
    height: 100px;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0 auto;
}

.post {
    margin: 10px;
}

.post_info {
    margin: 5px 10px 5px 3px;
    color: #999999;
    width: 150px;
    float: left;
}

.post .post_text {
    padding: 6px 0 0;
}

.post_text img {

}

.gallery_holder {
    background: #EEEEEE repeat top left;
    margin-left:-5px;
    margin-right:-5px;
    margin-top:-1px;
    padding-left:3px;
    border-top: 1px solid #000;
}

.image_holder {
    float: left;
    width: 154px;
    margin: 5px;
}

.gallery_holder .image_holder img {
    /*border: 1px solid #999 !important;
    padding: 3px;
    background: #fff;*/
}

.sort-icon  {
    background:url("/images/sermons_dd_menu.gif") no-repeat scroll 0 0 transparent;
    float:left;
    height:23px;
    line-height:24px;
    margin-top: -5px;
    width: 24px;
}

#sort {
    float: right;
    text-align: right;
    width: 95px !important;
    color:#1B140D;
    font-family:Tahoma,Geneva,sans-serif;
    font-size:11px;
    margin-top:7px;
    margin-right:-7px;
}

.ui-selectmenu  {
    display:block;
    height:2em;
    overflow:hidden;
    position: relative;
    text-decoration:none;
}

#sort_by_current {
    background:none repeat scroll 0 0 #CCCCCC;
    float:left;
    height:18px;
    margin-top:-5px;
    padding-top:5px;
    text-align:center;
    width:69px;
}
#sort_by_variants {
    background:none repeat scroll 0 0 #CCCCCC;
    display:none;
    line-height:20px;
    margin-top:-1px;
    position:absolute;
    text-align:left;
    width:70px;
}

#sort_by_variants div:hover {
    background: #fff;
    cursor: pointer;
}

#sort_by_variants div {
    padding-left:8px;
    cursor: pointer;
}

.hr_post {
    height: 1px;
    background: #e0e0e0;
    margin: 15px 10px 15px -6px;
    width:507px;
}

.none_submit {
    position: absolute;
    background: transparent;
    border: 0px !important;
    padding: 0px !important;
    width: 0px !important;
    height: 0px !important;
    position: absolute;
    filter:alpha(opacity=0);/*Needed for IE*/
    -moz-opacity:0;/*Older mozilla broswers like NN*/
    -khtml-opacity: 0;/*Old versions of Safari and "KHTML" browser engines*/
    opacity: 0;/*FF, Safari, and Opera*/
}

/*Comments */
.comment_author {
    font-weight: bold;
}

.comment_author i {
    font-style: normal;
    font-weight: normal;
}

.comment_date {
    float: right;
    font-style: italic;
    font-weight: normal;
}

.comment_text {
    background-color:#EDEDED;
    border:1px solid #D7D7D7;
    padding:6px 23px;
}

.comment_holder {
    margin: 6px 3px;
}

#commentsHolder .comment_text {
    margin: 7px 0 15px;
}


#addCommentHolder h4 {
    margin: 0 0 15px;
}

#addCommentHolder #addCommentName,
#addCommentHolder #addCommentText {
    width: 294px !important;
    padding: 2px 3px;
    margin:0 0 10px;
}

#addCommentHolder .add_comment_caption {
    width: 140px;
    float: left;
    clear: both;
}

#addCommentHolder #addNewComment {
    clear: both;
    margin-left:139px;
    background:url("/images/bg_tabs.gif") no-repeat scroll 0 -26px transparent;
    color:#FFFFFF;
    font-family:Arial;
    font-size:14px;
    height:26px;
    border: none;
    cursor: pointer;
    text-align:center;
    text-decoration:none;
    width:100px;
}

#addCommentHolder #addNewComment:hover {
    background-position: 0 0;
    border-bottom: 1px solid #9A9A9A;
    color: #000;
}

#addCommentHolder {
    margin-top: 50px;
}