/* BODY */
        /* global body */
                body {
                        background: white;
                        color: #000000;
                        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
                        margin: 0px;;
                        padding: 0px;
                }
        /* /global body */

/* /BODY */

/* HEADER */
        /* Header: info link */
                .infoline {
                        color: red;
                        font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
                }
        /* /Header: info link */

        /* Header: top menu */
                a.header_menu_links:link, a.header_menu_links:visited, a.header_menu_links:active {
                        color: #955201;
                        text-decoration: none;
                        font-size: 11px;
                        font-weight: bolder;
                }

                a.header_menu_links:hover {
                        color: #955201;
                        text-decoration: underline;
                        font-size: 11px;
                        font-weight: bolder;
                }
        /* /Header: top menu */

/* /HEADER */

/* Globals */
        /* title: light drown */
                .light_brown {
                        font-family: Arial;
                        color: #8b0100;
                        font-size: 12px;
                }
        /* /Header: light drown */

        /* button: block */
                .btn {
                        position:relative;
                        font-family: arial, helvetica, sans-serif;
                        background-image: url('./button_bg_block.gif');
                        background-repeat: no-repeat;
                        white-space: nowrap;
                        display: block;
                        width: 126px;
                        height: 19px;
                        margin: 0;
                        padding: 0;
                        text-align: center;
                }
                .btn a {
                        display: block;
                        color: #000000;
                        font-size: 10px;
                        width: 126px;
                        height: 19px;
                        display: block;
                        float: left;
                        color: white;
                        text-decoration: none;
                        text-align: center;
                }

                .btn span {
                        left: 30px;
                        top: 15px;
                        margin: 0px;
                        padding: 0px;
                        cursor: pointer;
                        width: 126px;
                        height: 19px;
                        text-align: center;
                }
        /* button: block */

        /* main page middle */
                div.main_page_middle_menu_link {
                        font: 11px Arial, Helvetica, sans-serif;
                        width: 190px;
                }

                div.main_page_middle_menu_link a:link, div.main_page_middle_menu_link a:visited {
                        color: black;
                        font: bold 11px Arial, Helvetica, sans-serif;
                        text-decoration: none;
                }

                div.main_page_middle_menu_link a:hover, div.main_page_middle_menu_link a:active {
                        color: black;
                        font: bold 11px Arial, Helvetica, sans-serif;
                        text-decoration: underline;
                }

                div.main_page_middle_menu_link a:link span, div.main_page_middle_menu_link a:visited span {
                        color: red;
                }

                div.main_page_middle_menu_link a:hover span, div.main_page_middle_menu_link a:active span {
                        color: red;
                }
        /* /main page middle */

/* /Globals */

/* Footer */
        /* footer: light blue: links */
                a.footer_light_blue_link:link, a.footer_light_blue_link:visited, a.footer_light_blue_link:active {
                        color: #596482;
                        text-decoration: none;
                        font-size: 10px;
                        font-weight: bolder;
                }

                a.footer_light_blue_link:hover {
                        color: #596482;
                        text-decoration: underline;
                        font-size: 10px;
                        font-weight: bolder;
                }
        /* footer: light blue: links */

        /* footer: red: links */
                a.footer_red_link:link, a.footer_red_link:visited, a.footer_red_link:active {
                        color: #E93B06;
                        text-decoration: none;
                        font-size: 10px;
                        font-weight: bolder;
                }

                a.footer_red_link:hover {
                        color: #E93B06;
                        text-decoration: underline;
                        font-size: 10px;
                        font-weight: bolder;
                }
        /* footer: red: links */

        /* footer: radio copyrights */
                .footer_credits_copyright {
                        font-family: Arial;
                        color: #78828B;
                        font-size: 11px;
                }


        /* footer: radio copyrights */

        /* footer: credits - design */
                .footer_credits_design {
                        font-family: Arial;
                        color: #023E63;
                        font-size: 10px;
                }

                a.footer_credits_design:link, a.footer_credits_design:visited, a.footer_credits_design:active {
                        color: #023E63;
                        text-decoration: underline;
                        font-size: 10px;
                        font-weight: bolder;
                }

                a.footer_credits_design:hover {
                        color: #023E63;
                        text-decoration: none;
                        font-size: 10px;
                        font-weight: bolder;
                }
        /* /footer: credits - design */

        /* footer: credits - programming */
                .footer_credits_programming {
                        font-family: Arial;
                        color: #4F7290;
                        font-size: 10px;
                }

                a.footer_credits_programming:link, a.footer_credits_programming:visited, a.footer_credits_programming:active {
                        color: #4F7290;
                        text-decoration: underline;
                        font-size: 11px;
                        font-weight: bolder;
                }

                a.footer_credits_programming:hover {
                        color: #4F7290;
                        text-decoration: none;
                        font-size: 11px;
                        font-weight: bolder;
                }

                /* coddex.com */
                        span.footer_credits_coddex_com {
                                font: 11px Arial, Helvetica, sans-serif;
                        }

                        span.footer_credits_coddex_com a:link, span.footer_credits_coddex_com a:visited {
                                color: #4F7290;
                                font: bold 11px Arial, Helvetica, sans-serif;
                                text-decoration: underline;
                        }

                        span.footer_credits_coddex_com a:hover, span.footer_credits_coddex_com a:active {
                                color: #4F7290;
                                font: bold 11px Arial, Helvetica, sans-serif;
                                text-decoration: none;
                        }

                        span.footer_credits_coddex_com a:link span, span.footer_credits_coddex_com a:visited span {
                                color: #4F7290;
                        }

                        span.footer_credits_coddex_com a:hover span, span.footer_credits_coddex_com a:active span {
                                color: red;
                        }
                /* /coddex.com */

        /* /footer: credits - programming */

/* /Footer */

/* Articles */
        /* Article: section title, author */
                .article_section_author {
                        font-family: Arial;
                        color: #EC6401;
                        font-size: 11px;
                }
                .article_section_author a {
                     	font-family: Arial;
                        color: #EC6401;
                        font-size: 11px;
                }
        /* /Article: section title, author */

        /* Article: header link */
                a.article_header_link:link, a.article_header_link:visited, a.article_header_link:active {
                        font-family: Arial;
                        color: #DF1201;
                        text-decoration: none;
                        font-size: 20px;
                }

                a.article_header_link:hover {
                        font-family: Arial;
                        color: #DF1201;
                        text-decoration: underline;
                }
        /* /Article: header link */

        /* Article: section title, author */
                .article_headinfo {
                        font-family: Arial;
                        color: black;
                        font-size: 12px;
                }
        /* /Article: section title, author */


        /* Article: bottom boxes header: link */
                a.article_bottom_box_header_link:link, a.article_bottom_box_header_link:visited, a.article_bottom_box_header_link:active {
                        font-family: Arial;
                        color: #5a3000;
                        text-decoration: none;
                        font-size: 14px;
                        font-weight: bolder;
                }

                a.article_bottom_box_header_link:hover {
                        font-family: Arial;
                        color: #5a3000;
                        text-decoration: underline;
                        font-size: 14px;
                        font-weight: bolder;
                }
        /* /Article: bottom boxes header: link */

        /* Article: bottom boxes text */
                .article_bottom_box_text {
                        font-family: Arial;
                        color: #5a3000;
                        font-size: 10px;
                }
        /* /Article: bottom boxes text */

        /* Article: bottom boxes readmore: link */
                a.article_bottom_box_readmore_link:link, a.article_bottom_box_readmore_link:visited, a.article_bottom_box_readmore_link:active {
                        font-family: Arial;
                        color: #5a3000;
                        text-decoration: none;
                        font-size: 9px;
                        font-weight: bolder;
                }

                a.article_bottom_box_readmore_link:hover {
                        font-family: Arial;
                        color: #5a3000;
                        text-decoration: underline;
                        font-size: 9px;
                        font-weight: bolder;
                }
        /* /Article: bottom boxes readmore: link */

        /* Article Archive: title: link */
                a.article_archive_link:link, a.article_archive_link:visited, a.article_archive_link:active {
                        font-family: Arial;
                        color: #ED6501;
                        text-decoration: none;
                        font-size: 12px;
                }

                a.article_archive_link:hover {
                        font-family: Arial;
                        color: #ED6501;
                        text-decoration: underline;
                        font-size: 12px;
                }
        /* /Article Archive: title: link */

        /* Article Archive: channel: link */
                a.article_archive_channel:link, a.article_archive_channel:visited, a.article_archive_channel:active {
                        font-family: Arial;
                        color: #A90101;
                        text-decoration: none;
                        font-size: 12px;
                        font-weight: bolder;
                }

                a.article_archive_channel:hover {
                        font-family: Arial;
                        color: #A90101;
                        text-decoration: underline;
                        font-size: 12px;
                        font-weight: bolder;
                }
        /* /Article Archive: channel: link */


        /* Article: bottom item: text link */
                a.article_bottom_item_text:link, a.article_bottom_item_text:visited, a.article_bottom_item_text:active {
                        font-family: Arial;
                        color: #E41205;
                        text-decoration: none;
                        font-size: 15px;
                }

                a.article_bottom_item_text:hover {
                        font-family: Arial;
                        color: #E41205;
                        text-decoration: underline;
                        font-size: 15px;
                }
        /* Article: bottom item: text link */

        /* Article: bottom item: channel link */
                a.article_bottom_item_channel:link, a.article_bottom_item_channel:visited, a.article_bottom_item_channel:active {
                        font-family: Arial;
                        color: #E27403;
                        text-decoration: none;
                        font-size: 11px;
                }

                a.article_bottom_item_channel:hover {
                        font-family: Arial;
                        color: #E27403;
                        text-decoration: underline;
                        font-size: 11px;
                }
        /* Article: bottom item: channel link */
/* /Articles */



/* Main Page */
        /* Links:black */
                a.links_top_black:link, a.links_top_black:visited, a.links_top_black:active {
                        font-family: Arial;
                        color: black;
                        text-decoration: none;
                        font-size: 11.5px;
                }

                a.links_top_black:hover {
                        font-family: Arial;
                        color: black;
                        text-decoration: underline;
                        font-size: 11.5px;
                }
        /* /Links:black */

        /* Links:orange */
                a.links_bottom_orange:link, a.links_bottom_orange:visited, a.links_bottom_orange:active {
                        font-family: Arial;
                        color: red;
                        text-decoration: none;
                        font-size: 11px;
                }

                a.links_bottom_orange:hover {
                        font-family: Arial;
                        color: black;
                        text-decoration: underline;
                        font-size: 11px;
                }
        /* /Links:orange */

/* /Main Page */

/* Galleries Page */
                a.gallery_title_link_red:link, a.gallery_title_link_red:visited, a.gallery_title_link_red:active {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #e72203;
                        text-decoration: underline;
                        font-size: 12px;
                }

                a.gallery_title_link_red:hover {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #e72203;
                        text-decoration: none;
                        font-size: 12px;
                }

                a.gallery_page_nav_not_selected:link, a.gallery_page_nav_not_selected:visited, a.gallery_page_nav_not_selected:active {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #e72203;
                        text-decoration: none;
                        font-size: 12px;
                }

                a.gallery_page_nav_not_selected:hover {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #e72203;
                        text-decoration: underline;
                        font-size: 12px;
                }

                .gallery_page_nav_selected {
                        font-family: Arial;
                        color: #ffa200;
                        text-decoration: underline;
                        font-size: 12px;
                }
/* /Galleries Page */

/* Gallery Page */
                .gallery_latest_galleries_title {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
                }

	 .gallery_latest_galleries_date {
                        color: #676767; 
                }

                a.gallery_latest_galleries_link:link, a.gallery_latest_galleries_link:visited, a.gallery_latest_galleries_link:active {
                        font-family: Arial;
                        text-decoration: underline;
                        font-size: 10px;
                        color: #676767;
                }

                a.gallery_latest_galleries_link:hover {
                        font-family: Arial;
                        text-decoration: none;
                        font-size: 10px;
                        color: #676767;
                }

                a.gallery_latest_galleries_more:link, a.gallery_latest_galleries_more:visited, a.gallery_latest_galleries_more:active {
                        font-family: Arial;
                        text-decoration: underline;

                        font-weight: bolder;
                        font-size: 12px;
                        color: #e01301;
                }

                a.gallery_latest_galleries_more:hover {
                        font-family: Arial;
                        text-decoration: none;

                        font-weight: bolder;
                        font-size: 12px;
                        color: #e01301;
                }
/* /Gallery Page */

/* Minisite Page */

                .minisite_main_title {
                        font-family: Arial;
                        font-weight: none;
                        text-decoration: none;
                        font-size: 11px;
                        color: #8a0000;
                }

                .minisite_chat_online_title {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
                        color: #ffeaa0;
                }

                .minisite_chat_online_users {
                        font-family: Arial;
                        text-decoration: none;
                        font-size: 11px;
                        color: #ffffff;
                }

                .minisite_chat_login {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
                        color: #e60000;
                }
                
                .minisite_chat_login_box {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 10px;
                        color: #000000;

                        width: 186px;

                        height: 23px;

                        padding-right: 15px;

                        padding-top: 4px;
                }


                a.minisite_chat_login_link:link, a.minisite_chat_login_link:visited, a.minisite_chat_login_link:active {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: underline;
                        font-size: 11px;
                        color: #e60000;
                }

                a.minisite_chat_login_link:hover {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
                        color: #e60000;
                }
/* /Minisite Page */

/* Schedule Page */
                .schedule_day_title {
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
                }

                .schedule_box_orn_left {

                        width: 148px;

                        height: 60px;

                        background-image: url('./schedule_box_orn_left_fade.gif');
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
						margin-top: 2px;
                        color: #e01301;
                }

                .schedule_box_orn_right {

                        width: 148px;

                        height: 60px;

                        background-image: url('./schedule_box_orn_right_fade.gif');
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
						margin-top: 2px;
                        color: #e01301;
                }

                .schedule_box_red_left {

                        width: 148px;

                        height: 60px;

                        background-image: url('./schedule_box_red_left_fade.gif');
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
						margin-top: 2px;
                        color: #fee900;
                }

                .schedule_box_red_right {

                        width: 148px;

                        height: 60px;

                        background-image: url('./schedule_box_red_right_fade.gif');
                        font-family: Arial;
                        font-weight: bolder;
                        text-decoration: none;
                        font-size: 11px;
						margin-top: 2px;
                        color: #fee900;
                }
/* /Schedule Page */

/* Category Page */
                a.category_top_white_link:link, a.category_top_white_link:visited, a.category_top_white_link:active {
                        font-family: Arial;
                        color: white;
                        text-decoration: underline;
                        font-size: 12px;
                }

                a.category_top_white_link:hover {
                        font-family: Arial;
                        color: white;
                        text-decoration: none;
                        font-size: 12px;
                }

                .category_color1 {
			background-color: #eeeeee;
                }

                .category_color2 {
			background-color: #fafafa;
                }

                a.category_more_link1:link, a.category_more_link1:visited, a.category_more_link1:active {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #f71e00;
                        text-decoration: underline;
                        font-size: 12px;
                }

                a.category_more_link1:hover {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #f71e00;
                        text-decoration: none;
                        font-size: 12px;
                }

                a.category_more_link2:link, a.category_more_link2:visited, a.category_more_link2:active {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #fdaa00;
                        text-decoration: underline;
                        font-size: 12px;
                }

                a.category_more_link2:hover {
                        font-family: Arial;
                        font-weight: bolder;
                        color: #fdaa00;
                        text-decoration: none;
                        font-size: 12px;
                }
/* /Category Page */

.main_article_cat {
	text-decoration: underline;
	color: 
}
.read_more {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #ff9d01;
}
.read_more:hover {
	text-decoration: underline;
}
.newsflash {
	font-weight: bold;
	color: #df1201;
	text-decoration: none;
}
.newsflash:hover {
	text-decoration: underline;
}
.reply {
	color: black;
	text-decoration: none;
}
.reply:hover {
	color: black;
	text-decoration: underline;
}
.audioa {
	color: white;
}
.audioa:hover {
	color: white;
	text-decoration: none;
}
.catlink {
	color: #bd2600;
	text-decoration: none;
}

/* Poll */
.poll_answer {
	padding: 2px;
	font-size: 12px;
}
