* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 13px;
    font-family: "arial", "verdana", sans-serif;
    background-color: #E3E3E3;
    padding: 0px;
    margin: 0px;
}

a {
color: #0066AA;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}



#navbar ul li {
    display: inline; /* Fix IE Step Down */
}

#navbar ul li a:link, #navbar ul li a:visited {
    display: block;
    height: 37px;
    float: left;
    background: url(../img/topnav.gif) 0px 0px no-repeat; 
    margin: 0 5px 0 0px;

    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

#navbar ul li a span {
    display: block;
    height: 28px;
    float: left; /* IE 6 Fix */
    padding: 8px 10px 0px 10px;
    background: url(../img/topnav.gif) right -50px no-repeat;
}

#navbar ul li a:hover, #navbar ul li a:active {
    background-position: 0px -100px;
}

#navbar ul li a:hover span {
    background-position: right -150px;
    cursor: pointer; /* Remind IE which cursor to use! */
}

#navbar ul li a.current:link, #navbar ul li a.current:visited {
    xdisplay: block;
    xheight: 37px;
    xfloat: left;
    background: url(../img/topnav.gif) 0px -200px no-repeat; 
    xmargin: 0 5px 0 0px;

    xfont-family: "verdana", sans-serif;
    xfont-size: 14px;
    xfont-weight: bold;
    xtext-decoration: none;
    color: #BBFF00;
}

#page_header {
background:#fff url(../img/bg.gif) repeat-x top;
}

#page_header_navigation #list_type_selector {
clear: both; 
background-color: #0066AA; 
border-bottom: 5px solid #55BBFF; 
padding: 10px;
}

#page_header_navigation #list_type_selector div.fixed_width {
color: #EEE; 
font-size: 15px; 
padding-left: 15px;
}

#page_header_navigation #list_type_selector div.fixed_width a {
color: #EEE;
text-decoration: none;
padding: 0px 10px;
border-right: 1px solid #55BBFF;
}

#page_header_navigation #list_type_selector div.fixed_width a:hover {
color: #BBFF00;
text-decoration: underline;
}

#page_header_navigation #list_type_selector div.fixed_width a.current {
color: #BBFF00;
}

#navbar ul li a.current span.current {
    xdisplay: block;
    xheight: 28px;
    xfloat: left; /* IE 6 Fix */
    padding: 8px 10px 0px 10px;
    background: url(../img/topnav.gif) right -250px no-repeat;
}

.fixed_width {
width: 1000px; margin: auto; 
}

div.current_date_display {
position: absolute; right: 10px; top: 0px;
width: 300px;
margin-right: 5px;
font-size: 13px;
color: #CCC;
}

#page_content_left_column, #page_content_right_column {
padding-bottom: 50px;
}

#page_content_left_column div.block_standard, #page_content_right_column div.block_standard {
background-color: white;
padding: 15px;
margin-bottom: 10px;
line-height: 1.6;

xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;

}

.vdivleft {
padding-left: 15px;
background:url(../img/vdiv.gif) no-repeat 0px 3px;
}

.hidden_white {
color: white;
}

div.block_standard hr, div.block_blue hr {
padding: 0px;
border-width: 0px;
background:url(../img/grey-dots-horizontal.gif) repeat-x scroll center bottom;
padding-bottom: 1px;
xborder-bottom: 1px solid #DDD;
margin: 10px 0px;
height: 0px;
}

#page_content_left_column div.block_cap, #page_content_right_column div.block_cap {
background-color: #EEE;
padding: 10px 15px;
margin-bottom: 0px;

color: #666;
font-weight: bold;

xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;



}

div.block_orange {
background-color: white;
padding: 10px;
margin-bottom: 10px;
line-height: 1.6;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_orange div.orange {
background-color: #F7EEE2;
color: #B84715;
padding: 10px;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_red {
background-color: white;
padding: 10px;
margin-bottom: 10px;
line-height: 1.6;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_red div.red {
background-color: #FBE1E3;
color: #D73435;
padding: 10px;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_green {
background-color: white;
padding: 10px;
margin-bottom: 10px;
line-height: 1.6;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_green div.green {
background-color: #D7EF77;
color: #2F6F00;
padding: 10px;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}


div.block_blue {
background-color: white;
padding: 10px;
margin-bottom: 10px;
line-height: 1.6;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_blue div.blue {
background-color: #E0EAEF;
color: #666;
padding: 10px;
xborder-radius:5px;
x-moz-border-radius:5px;
x-webkit-border-radius:5px;
}

div.block_orange div.orange a {
color: #B84715;
}

div.block_orange div.orange p {
color: #333;
margin: 10px 0px;
}

.event_grid {
border: 0px solid red;
}

.event_grid table {
background-color: white;
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px dotted #CCC;
}


.calendar_wrapper {
background-color: #DC7939;
border: 1px solid #DC7939;
width: 45px;
text-align: center;
margin-right: 15px;
margin-top: 5px;
line-height: 1;
}

.calendar_wrapper_expired {
background-color: #999;
border: 1px solid #999;
width: 45px;
text-align: center;
margin-right: 15px;
margin-top: 5px;
line-height: 1;
}

.calendar_wrapper_ongoing {
background-color: #89B31F;
border: 1px solid #89B31F;
width: 45px;
text-align: center;
margin-right: 15px;
margin-top: 5px;
line-height: 1;
}



.calendar_month {
color: white;
font-size: 11px;
font-weight: bold;
padding: 3px;
}

.calendar_date {
background-color: white;
color: #666;
font-size: 23px;
padding: 5px 0px;
font-weight: bold;
}

.calendar_state {
font-size: 11px;
color: #999;
padding-top: 3px;
margin-right: 15px;
text-align: center;
white-space: nowrap;
}

.event_item_container {
padding-bottom: 15px;
margin-bottom: 10px;
background:url(../img/grey-dots-horizontal.gif) repeat-x scroll center bottom;
}


.event_item_image {
border: 1px solid #CCC;
padding: 3px;
margin-left: 10px;
margin-bottom: 10px;
margin-top: 5px;
}

.event_item_image_promoted {
border: 1px solid #CCC;
margin-right: 10px;
margin-top: 5px;
}

.event_item_title {
font-size: 16px;
font-weight: bold;
line-height: 1.6;
xborder-bottom: 1px dotted #CCC;
xpadding-bottom: 2px;
}

a.event_item_title {
color: #2175B1;
color: #333;
text-decoration: none;
font-size: 19px;
}

a.event_item_title:hover {
color: #0066AA;
text-decoration: underline;
}


.event_item_address {
color: green;
line-height: 1.6;
padding-bottom: 3px;
}

.event_item_address .posted_by {
color: #999;
padding-left: 15px;
background:url(../img/vdiv.gif) no-repeat 0px 3px;
}

.event_item_address .posted_by a {
color: #666;
}

.event_item_address .posted_by a:hover {
color: #0066AA;
}

.event_item_snippet {
font-size: 1;
color: #666;
line-height: 1.6;
xdisplay: none;
}

div.comment_item_container {
padding-bottom: 15px;
margin-bottom: 10px;
background:url(../img/grey-dots-horizontal.gif) repeat-x scroll center bottom;
}

div.comment_item_container .name {
font-weight: bold;
color: #666;
}


div.comment_item_container .message {
padding-left: 10px;
padding-top: 5px;
color: #666;
}

div.comment_item_container .ts {
color: #999;
font-weight: normal;
}

div.article h3 {
margin-bottom: 10px;
color: #333;
}

div.article p {
xmargin-left: 10px;
color: #666;
margin-bottom: 20px;
}

div.article ul, div.article ol {
color: #666;
margin-left: 30px;
margin-bottom: 20px;
}

div.admin_panel {
padding: 5px;
background-color: #666;
color: #D7EF77;
font-weight: bold;
}

div.admin_panel a {
color: #D7EF77;
}

div#page_footer {
background-color: #0066AA;
color: #CCC;
border-top: 5px solid #55BBFF;
line-height: 1.6;
padding: 10px 0px 20px 0px;
}

div#page_footer ul {
list-style: none;
padding-bottom: 5px;
}

div#page_footer li {
display: inline;
padding: 0px 10px;
border-right: 1px solid #55BBFF;
}

div#page_footer li a{
font-size: 15px;
color: white;
text-decoration: none;
}

div#page_footer li a:hover {
color: #BBFF00;
text-decoration: underline;
}

/* ----- sidebar event list ----- */

div.sidebar_event_list_container div.item_container {
padding-bottom: 3px;
margin-bottom: 5px;
background:url(../img/grey-dots-horizontal.gif) repeat-x scroll center bottom;
clear: right;
}

.sidebar_event_list_container div.calendar_wrapper {
border: 1px solid #DC7939;
width: 35px;
text-align: center;
margin-right: 5px;
margin-top: 4px;
line-height: 1;
float: left;
}

.sidebar_event_list_container div.calendar_month {
background-color: #DC7939;
color: white;
padding: 3px;
font-size: 11px;
}

.sidebar_event_list_container div.calendar_date {
color: #666;
font-size: 15px;
padding: 3px 0px;
font-weight: bold;
}

.sidebar_event_list_container div.event_item_title {
margin-left: 0px;
font-size: 13px;
font-weight: normal;
xwhite-space: nowrap;
xtext-overflow: ellipsis;
xoverflow: hidden;
xwidth: 250px;
xdisplay: block;
}


.sidebar_event_list_container div.event_item_title a {
text-decoration: none;
color: #454545;
xbackground-color: #EEE;
xpadding: 1px 0px;
text-decoration: none;
}

.sidebar_event_list_container div.event_item_title a:hover {
color: #0066AA;
text-decoration: underline;
}


.sidebar_event_list_container div.event_item_datetime {
color: #666;
font-size: 12px;
}


.sidebar_event_list_container div.event_item_address {
margin-left: 0px;
xfont-size: 13px;
xfont-weight: normal;
}

/* ----- end of side bar event list ----- */

.round {
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.mini_items {
line-height: 1.6;
}

.block {
border-bottom: 1px dotted #DDD;
margin-bottom: 5px;
}

.block a {
display: block;
text-decoration: underline;
margin-left: 50px;
}

.block span {
display: block;
color: #666;
font-size: 12px;
margin-left: 50px;
margin-bottom: 5px;
}

.block div.date
{
    border: 1px solid #DC7939;
    float: left;
    padding: 2px;
    width: 35px;
    color: #666;
    text-align: center;
    font-weight: bold;
    border-width: 5px 1px 1px;
    font-size: 15px;
    margin-top: 3px;

}

.block div.date em
{
color: #CCC; display: inline; font-style: normal; font-weight: normal;
display: none;
}


.add_event {
padding-bottom: 1px;
padding-left: 25px;
background: url(../img/page_white_add.png) 0px 3px no-repeat;
}

.add_event a {
text-decoration: none;
}

/* ----- form related ----- */

div.warning {
color: red;
}

div.warning ul {
list-style: none;
}

div.field label, div.field2 label {
display: block;
font-weight: bold;
margin-bottom: 5px;
font-size: 15px;
}

div.field input, div.field textarea {
width: 85%;
margin-bottom: 5px;
}

div.field2 input {
width: 100px;
margin-bottom: 5px;
}

div.field2 textarea{
width: 75%;
height: 75px;
margin-bottom: 5px;
}



div.field ul.errorlist {
color: red;
list-style: none;
margin-bottom: 5px;
}

div.field em, div.field2 em {
display: block;
font-size: 13px;
font-weight: normal;
color: #999;
font-style: normal;
margin-bottom: 20px;
}

div#category_radio_buttons ul {
list-style: none;
padding: 10px;
}

div#category_radio_buttons li {
display: block;
margin-bottom: 10px;
}

div#category_radio_buttons label {
display: inline;
font-size: 13px;
color: #333;
}

div#category_radio_buttons label input {
width: 25px;
}

div#category_radio_buttons em {
display: inline;
padding-left: 5px;
font-weight: normal;
}


table.form_standard td {
padding: 0px 5px 10px 0px;
color: #333;
}

table.form_standard tr.sub td {
padding-bottom:3px;
}


table.form_standard td.header {
text-align: right;
font-weight: bold;
padding-left: 20px;
}

table.form_standard td em{
color: #999;
font-style: normal;
}

table.form_standard td input {
margin-right: 5px;
}

table.form_standard td.comment textarea {
width: 450px;
height: 75px;
}

table.form_standard ul.errorlist {
list-style: none;
color: red;
}

table.form_standard_2 td {
padding-bottom: 5px;
color: #333
}

table.form_standard_2 td.header {
font-weight: bold;
text-align: right;
xpadding-left: 20px;
}

/* ----- pagination ----- */

div.pagination a, div.pagination span {
border: 1px solid #CCC;
padding: 3px 5px;
text-decoration: none;
}

div.pagination a:hover {
background-color: #FFFFCC;
}

div.pagination span.current {
color: #FFF;
background-color: #0066AA;
}

div.pagination span.disabled {
display:none;
}

/* ----- event detail ----- */

div.event_detail_description img {
padding: 5px;
border: 1px solid #CCC;
margin: 0px 10px 15px 0px;
float: left;
}

div.event_detail_description {
color: #333;
font-size: 15px;
line-height: 1.8;
}

div.event_agenda_summary_2 {
color: #333;
}

div.event_agenda_summary_1 {
color: #008000;
}

div.event_agenda_summary_-1, div.event_agenda_summary_-1 a {
color: #AAA;
text-decoration: line-through;
}

div.event_agenda_summary_-1 a:hover {
text-decoration: underline;
}

div.block_standard div.current {
xbackground-color: pink;
}

p.note {
color: #666;
}



/* ----- profile related ----- */

div.profile_description ul, ol{
padding: 10px 0px 10px 30px;
}

div.profile_description h1, 
div.profile_description h2,
div.profile_description h3,
div.profile_description h4,
div.profile_description h5,
div.profile_description h6 {
margin: 10px 0px;
}

div.profile_menu_links a {
padding: 5px 10px;
background-color: #F4F4F4;
border: 1px solid #CCC;
margin-right: 5px;
line-height: 50px;
text-decoration: none;
}

div.profile_menu_links a:hover, div.profile_menu_links a.current {
color: white;
background-color: #55BBFF;
}

/* ----- add event related ----- */

table.add_event_breadcrumb_table td {
font-size: 19px;
color: #CCC;
font-weight: bold;
padding-right: 15px;
line-height: 1;
}

table.add_event_breadcrumb_table td h1 {
display: inline;
padding-right: 5px;
}

table.add_event_breadcrumb_table td.current {
color: #666;
}

table.add_event_breadcrumb_table td.current h1 {
color: #89B31F;
}

/* ----- edit event ----- */
table.edit_event_breadcrumb_table td {
padding-right: 10px;
}

table.edit_event_breadcrumb_table td.current a{
color: #333;
text-decoration: none;
font-weight: bold;
cursor: default;
}

/* ----- edit profile ----- */
ul.standard_cap_menu {
list-style: none;
font-weight: normal;
}

ul.standard_cap_menu li {
display: inline;
padding-right: 10px;
}

ul.standard_cap_menu li a.current {
color: #333;
font-weight: bold;
text-decoration: none;
cursor: default;
}

/* ----- calendar ----- */
.add_to_calendar_o {
padding-bottom: 1px;
padding-left: 25px;
background: url(../img/icn_outlook.png) no-repeat;
}
.add_to_calendar_g {
padding-bottom: 1px;
padding-left: 25px;
background: url(../img/icn_google.png) no-repeat;
}
.add_to_calendar_a {
padding-bottom: 1px;
padding-left: 25px;
background: url(../img/icn_ical.png) no-repeat;
}

