﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    background-color: #F0F3F4;
    background-image: url(../images/bg.gif);
    background-position: center;
    background-repeat: repeat-y;
    font-family: Arial;
    font-size: 12px;
    color: #00406f;
}
.text_normal
{
    font-size: 12px;
    color: #727170;
    font-weight: normal;
}
.admin_panel
{
    background-color: #000000;
    color: #ffffff;
    height: 40px;
}
.admin_num
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #ff0000;
    padding: 3px;
}
.admin_panel a
{
    color: #ffffff;
}
.text_credit
{
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
.text_credit a
{
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}
a
{
    color: #00406f;
    text-decoration: none;
}
form
{
    margin: 0px;
}
p
{
    margin: 0px;
}
img
{
	border: 0px;
}
hr
{
    color: #bed2d8;
    height: 1px;
}
#marqueecontainer
{
    position: relative;
    width: 170px; /*marquee width */
    height: 250px; /*marquee height */
    overflow: hidden;
    border: 0px solid black;
}
.textbox
{
    border: 1px solid #cdd8da;
    background-color: #e7eced;
    width: 250px;
    height: 16px;
    
    font-family: Arial;
    font-size: 12px;
}
.combobox
{
    border: 1px solid #cdd8da;
    background-color: #e7eced;
    width: 254px;
    
    font-family: Arial;
    font-size: 12px;
}
.textbox_footer
{
    border: 1px solid #c1cfee;
    width: 260px;
    height: 16px;
    
    font-family: Arial;
    font-size: 12px;
}
.textarea
{
    border: 1px solid #807f7e;
    width: 325px;
    height: 70px;
    
    font-family: Arial;
    font-size: 12px;
}
.but_footer
{
    border: 0px;
    background-color: #9A0000;
    width: 80px;
    height: 20px;
    
    font-family: Arial;
    font-size: 13px;
    color: White;
    font-weight: bold;
}
.menu
{
    width: 132px;
    height: 40px;
    text-align: center;
}
.menu a
{
    text-decoration: none;
    color: White;
    font-size: 14px;
    font-weight: bold;
}
.cot_big
{
    background-color: #002B46;
    width: 595px;
    color: White;
    font-size: 17px;
    font-weight: bold;
}
.cot_small
{
    background-color: #BE4193;
    width: 185px;
    color: White;
    font-size: 17px;
    font-weight: bold;
}
.cot_contact_1
{
    background-color: #002B46;
    width: 255px;
    color: White;
    font-size: 17px;
    font-weight: bold;
}
.cot_contact_2
{
    background-color: #002B46;
    width: 305px;
    color: White;
    font-size: 17px;
    font-weight: bold;
}
.cot_contact_3
{
    background-color: #002B46;
    width: 200px;
    color: White;
    font-size: 14px;
    font-weight: bold;
}
.but_footer
{
    width: 83px;
    height: 28px;
    border: 0px;
    color: White;
    font-size: 12px;
    font-weight: bold;
    background-image: url(../images/but_footer_bg.gif);
}
.must_star
{
    color: Red;
    font-size: 18px;
    font-weight: bold;
}
.must_text
{
    color: Red;
    font-size: 11px;
    font-weight: bold;
}
.but_contact
{
    border: 0px;
    background-image: url(../images/but_contact_bg.gif);
    width: 100px;
    height: 25px;
    
    font-family: Arial;
    font-size: 13px;
    color: White;
    font-weight: bold;
}
.bg_pic
{
    width: 185px;
    height: 135px;
	vertical-align: top;
	padding-top: 10px;
    background-image: url(../images/bg_pic.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.bg_text
{
    width: 360px;
    height: 103px;
    border-top: 1px solid #a7c0cd;
    background-image: url(../images/bg_text.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: White;
    vertical-align: top;
    padding: 10px;
}
.bg_pic_products
{
    width: 185px;
    height: 240px;
	vertical-align: top;
	padding-top: 10px;
    background-image: url(../images/bg_pic_products.gif);
    background-repeat: no-repeat;
    text-align: center;
}
.bg_text_products
{
    width: 360px;
    height: 208px;
    border-top: 1px solid #a7c0cd;
    background-image: url(../images/bg_text.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: White;
    vertical-align: top;
    padding: 10px;
    line-height: 20px;
}
.bg_text_events
{
    width: 560px;
    height: 123px;
    vertical-align: top;
    padding: 10px;
}
.bg_end_events table table
{
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}
.bg_download_tbl
{
    border: 0px;
    background-image: url(../images/bg_download.gif);
    width: 180px;
    height: 25px;
    border-bottom: 0px;
}
.bg_download_btn
{
    border: 0px;
    background-color: #A7C0CD;
    width: 150px;
    height: 20px;
    cursor: pointer;
    
    font-family: Arial;
    font-size: 13px;
    color: White;
    font-weight: bold;
}