*
{
    border-width: 0px;
    margin: 0;
}

body
{
    background-color: #50A0D3; font-family:Arial; font-size:14px
}

#site_center
{
    text-align: center;
    background: #50A0D3 url('images/tall_top_back.gif') repeat-x left top;
    bottom: 0;
    top: 0;
    left: 0px;
}

#main
{
    width: 900px;
    margin: 0 auto;
    text-align: left;
    background: White url('images/tall_top_back.gif') repeat-x left top;
}

/*language row*/
.language
{
    font-size: 12px;
    color: Red;
    text-align: right;
}
.language a
{
    color: Red;
}
.language a:hover
{
    color: Orange;
}

/*header*/
#header .row_1
{
    width: 900px;
    padding-top: 10px;
}

#header .row_1 .fleft
{
    padding-left:15px;
}

#header .row_1 .fright
{
    padding-right: 15px;
}

#header .row_2
{
    width: 900px;
    padding-top: 1px;
}

/*content*/
#content
{
    padding: 20px 10px 20px 10px;
}


/*footer*/
#footer
{
	font-size: 12px;
    background-color: #50A0D3;
    text-align: center;
    padding: 10px 0 10px 0;
}
#footer .btn_menu
{
    padding: 0 0 10px 0;
}
#footer .btn_menu a
{
    color: #FFFFFF;
}
#footer .copyright
{
    font-size: 12px;
    color: #FFFFFF;
}

/*other*/
.fleft
{
    float: left;
}
.fright
{
    float: right;
}
.container
{
    width: 100%;
}

.img_indent
{
    float: left;
    margin-right: 20px;
}
.clear
{
    clear: both;
}
.col_1 .indent
{
    padding: 0 20px 0 0;
}
.col_2 .indent
{
    padding: 32px 0 0 0;
}

/*==================list====================*/
ul
{
    list-style: none;
}

.main_menu
{
    padding: 2px 0 0 55px;
}
.main_menu li
{
    float: left;
    background: url(images/main_menu_divider.gif) no-repeat right top;
    margin-right: 16px;
}
.main_menu li a
{
    background: url(images/marker_off.gif) no-repeat left 3px;
    padding: 0 36px 0 22px;
    color: #515151;
    text-decoration: none;
}
.main_menu li a:hover
{
    background: url(images/marker_on.gif) no-repeat left 3px;
    color: #01a5e4;
    text-decoration: underline;
}
.main_menu li.last
{
    background: none;
}
.main_menu li.last a
{
    padding-right: 0;
}
.main_menu li a.current
{
    background: url(images/marker_on.gif) no-repeat left 3px;
    color: #01a5e4;
    text-decoration: underline;
}

.list1 li
{
    width: 100%;
}
.list1 li a
{
    background: url(images/marker_on.gif) no-repeat left 4px;
    padding-left: 20px;
    line-height: 20px;
}


/*==================txt, links, lines, titles====================*/
a
{
    color: #3399FF;
}
a:hover
{
    text-decoration: none;
}

.txt_p
{
    font-size: 12px;
}

.txt_p_indent
{
    font-size: 12px;
    text-indent: 4em;
}

.txt_ol
{
    font-size: 12px;
    margin-left: 2em;
    list-style-type: disc;
}

.link1
{
    background: url(images/marker_on.gif) no-repeat;
    padding-left: 20px;
    vertical-align:middle;
}

.title_medium
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #3f4449;
    padding-bottom: 20px;
    padding-top: 20px;
}

.title_medium a
{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3f4449;
}

.title_large
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3f4449;
}

.title_large a
{
    font-size: large;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #3f4449;
}

.title_xlarge
{
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3f4449;
}

h2
{
    margin-bottom: 10px;
    color: #006699;
}

h3
{
    color: #006699;
    margin-bottom: 10px;
}
h3 a
{
    color: #006699;
    margin-top: 10px;
    margin-bottom: 10px;
}
h4
{
    color: #3f4449;
    margin-top: 15px;    
    margin-bottom: 10px;
}

h4 a
{
    color: #3f4449;
}

.tltle_blue
{
	font-weight:bold;
    color: #006699;
    font-size: 15px;
    margin-left: 20px;
}

.tltle_black
{
	font-weight:bold;
    color: #000000;
    font-size: 14px;
    margin-left: 60px;
}

/*==================table====================*/
.vtop
{
    vertical-align: top;
}

.vmid
{
    vertical-align: middle;
}
.vbtn
{
    vertical-align: baseline;
}

/*table td align left and medium font*/
table.center
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: none;
    border-collapse: collapse;
    text-align: center;
}

table.center th
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: none;
    border-color: white;
}
table.center td
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: none;
    border-color: white;
    text-align: center;
}


/*table td align left*/
table.spec
{
    font-size: 12px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec th
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec td
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 12px;
}

/*table td align center*/
table.spec_center
{
    font-size: 12pt;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec_center th
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec_center td
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 12px;
}

/*table td align left with 11px font*/
table.spec_11
{
    font-size: 11px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec_11 th
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec_11 td
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 11px;
}

/*table td align center with 11px font*/
table.spec_11_center
{
    font-size: 11px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec_11_center th
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec_11_center td
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 11px;
}

/*table td align left with 10px font*/
table.spec_10
{
    font-size: 10px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec_10 th
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec_10 td
{
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 10px;
}

/*table td align center with 10px font*/
table.spec_10_center
{
    font-size: 10px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 2px;
    border-style: outset outset outset outset;
    border-color: gray gray gray gray;
    border-collapse: collapse;
    background-color: white;
}

table.spec_10_center th
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
}

table.spec_10_center td
{
    text-align: center;
    border-width: 1px 1px 1px 1px;
    padding: 2px 5px 2px 5px;
    border-style: inset;
    border-color: gray;
    font-size: 10px;
}

/* all border = 0  */
table.none
{
    border-width: 0px;
    border-spacing: 0px;
}

table.none th
{
    border-width: 0px;
    padding: 0px;
}

table.none td
{
    border-width: 0px;
    padding: 0px;
}

/*==================image====================*/
img.left
{
    float: left;
    margin-right: 0.8em;
    margin-bottom: 0.5em;
}

img.right
{
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

img.amber
{
    vertical-align: bottom;
    margin-right: 3px;
}

/*---------- Table Header ----------*/
/* for gridview title*/
.gridHeaderBlue
{
	/*background-image: url(gvTitleBackBlue.gif);*/
	background-repeat: repeat-x;
	background-color: White;
}


/* watermark Blue*/
.watermarkBlue
{
	color: Blue;
}

/*---------- Table Title ----------*/
.table_row_column_title
{
	background-color: #FFFFCC;
	font-weight: normal;
}
