
/*--------------------  LIST VIEWS: FORUM, CATEGORY  --------------------*/

.himenu
{
        background: #EAEFF6;
        border-left: solid 1px #AFB2CD;
        border-right: solid 1px #AFB2CD;
        border-top: solid 1px #AFB2CD;
        border-bottom: solid 1px #AFB2CD;
}

.navi a:hover
{
        text-decoration:underline;
        color: #005FA9;
}

.navi_menu_selected_item
{
       color: #FF8000;
}
.navi_menu_item
{
}

.navi
{
        font-size: 11px;
        background: #CCCCCC url(/images/nav_back.png);
        border-top: solid 1px #AFB2CD;
        border-bottom: solid 1px #AFB2CD;
        padding: 0px 10px;
}
.navigator
{
        height: 18px;
        font-size: 12px;
        background: #CCCCCC url(/images/nav_back.png);
        border-top: solid 1px #AFB2CD;
        border-bottom: solid 1px #AFB2CD;
        padding: 1px 10px;
        text-align: center;
}

.navigator a
{
       color: #2579D3;	
}


.sysinfo
{
        text-align: left;
        font-size: 12px;
}

.subscr_result
{
        font-size: x-small;
        background: #EAEFF6;
        text-align:center;
        color:#FF0000;
}
.subscr_result_table
{
        border:2px solid #9EB4D4;
        width: 90%;
        height: 70%;

}

.subscribe_block_text
{
        background: #EAEFF6;
        text-align:left;
        font-size: 12px;
}

.news_body_style
{
        font-size: 12px;
        background: #FFFFFF;
        text-align:left;
}
.news_subj_style
{
				COLOR: #B99A6A;
        height: 18px;
        font-size: x-small;
        background: #FFFFFF;
        text-align:left;
        FONT-WEIGHT: BOLD;
}
.news_date
{
        font-size: x-small;
        COLOR: #FF0000; 
	  		FONT-WEIGHT: BOLD;
}
.news_form_style
{
        background: #EAEFF6;
}
.news_form_caption_style
{
        background: #0065BE;
        font-size: 14px;
        font-weight: bold;
        color:#FFFFFF;
        text-align:center;
}
.brief_caption
{
	color: #000000;
	margin: 1px;
	background-color: #EEEEEE;
	background-image: url(/news/inc/briefcapt.gif);
	background-repeat: repeat-x;
	background-position: top;

}
.news_caption_style
{
        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#004F9D', endColorStr='#BBDDFF', gradientType='0');

        background: #0065BE;
        text-align:center;
        font-weight: bold;
        color: #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        height: 18px;

}

.project_line
{
        background: #0065BE;
        text-align:left;
        font-size: xx-small;
        font-style: italic;
        color: #EEEEFF;
}

FORM
{
        MARGIN:0;
}

.faq_quest td
{
        border-bottom: solid 1px #AFB2CD;
}
.faq_answer td
{
        border-bottom: dotted 1px #AFB2CD;
        font-size: 12px;
}

.menu_selected_item
{
/*        filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#EAEFF6', endColorStr='#FFFFFF', gradientType='0');
*/
        background: #FFFFFF;
        text-align:left;
        font-size: 11px;
        border-right: solid 1px #AFB2CD;
        border-left: solid 1px #AFB2CD;
        border-top: solid 1px #AFB2CD;
        border-bottom: solid 1px #AFB2CD;
        color:#00FFFF;
}

.menu_item
{
        border-left: solid 1px #FFFFFF;
        border-right: solid 1px #FFFFFF;
        border-top: solid 1px #FFFFFF;
        border-bottom: solid 1px #FFFFFF;
        background: #EAEFF6;
        text-align:left;
        font-size: 12px;
}


.news_block_text
{
        background: #EAEFF6;
        text-align:left;
        font-size: small;
}

.block_head_0,
.block_head_left,
.block_head_right
{
        background: #0065BE;
        text-align:left;
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        color: #FFFFFF;
        font-family: Verdana, Arial, Helvetica, sans-serif;
}

.block_head_left
{
        background: #0065BE url(inc/head_lef.png) top left no-repeat;
}
.block_head_right
{
        background: #0065BE url(inc/head_rig.png) top right no-repeat;
}
input.button   /* IE compliance */
{
        height: 17px;
        font: 9px Verdana,Arial;
        border: solid 1px #D0D0D0;
        background: #D8D8D8;
        padding: 0px 3px;
}
input[type="text"]
{
        height: 19px;
}

input[type="button"],
input[type="submit"],
input[type="reset"]
{
        background: #D8D8D8;
        font: 11px Verdana,Arial;
        border: solid 1px #D0D0D0;
        padding: 0px 3px;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus
{
        border: solid 1px #5580DD;
        background: #E8EEFB;
}
input[type="button"]:active,
input[type="submit"]:active
{
        border: solid 1px #5580DD;
        background: #AAC0EE;
}
input[type="button"][disabled],
input[type="submit"][disabled]
{
        color: #808080;
        padding: 0px 3px;
}
input[type="button"][disabled]:hover,
input[type="submit"][disabled]:hover,
input[type="button"][disabled]:active,
input[type="submit"][disabled]:active,
input[type="button"][disabled]:focus,
input[type="submit"][disabled]:focus
{
        border: solid 1px #D0D0D0;
        background: #D8D8D8;
}


input[type="file"]
{
        <?php if ($host_browser == "MOZ" || $host_browser == "FB") { ?>
        /*-moz-appearance: textbox !important;
        border: 1px solid ThreeDShadow !important;
        -moz-border-left-colors: #B4B4B4 white !important;
        -moz-border-top-colors: #B4B4B4 white !important;
        -moz-border-right-colors: #B4B4B4 white !important;
        -moz-border-bottom-colors: #B4B4B4 white !important;
        background: #FAFAFA !important;*/
        <?php } ?>
}


/*--------------------  LIST VIEWS: THREAD  --------------------*/
