﻿html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
}

body
{
    background: white;
    margin: 0px;
    padding: 0px;
    font: normal 13px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: #444444;
    
}



ul
{
    margin: 0;
    list-style: none;
    padding: 0;
}

h1, h2, h3, h4
{
    margin: 0;
}
.h_brdbtm_dott
{
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
    color: #496C94;
}

p
{
    margin: 0;
}
img
{
    border: none;
}
.fbold
{
    font-weight: bold;
}
hr
{
    border: 0;
    height: 0;
}
.hr2
{
    border-bottom: 1px dotted #ddd;
}
.clear
{
    clear: both;
}
.title_h_back
{
    margin: 20px 0 10px 0;
}
.notice-blue
{
    color: #4F3C77;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 0px solid #ddd;
    margin-bottom: 5px;
}
.mustfield
{
    background: #FAF5FC; /* #F3E9F8; */ /*border:2px dotted #E0C5ED;*/
}
.msg-alert
{
    font: normal 12px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: Red;
}

.valid1-4, .valid1-5
{
    display: none;
}
.msg-valid
{
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: Red;
}
/* form*/
input[type="text"], input[type="password"]
{
    border: 1px solid #ddd;
    padding: 3px;
}

textarea
{
    border: 1px solid #ddd;
    padding: 3px;
}
input[type="image"]
{
    margin: 0;
    padding: 0;
}
input[type="file"]
{
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

select
{
    padding: 3px;
    border: 1px solid #DDDDDD;
    margin: 1px;
}
.btn_smart
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    background-image: url('../image/ui/btn_bg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /*vertical-align: top;*/
    white-space: nowrap;
    padding: 4px 5px;
    margin: 0 0px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.btn_smart_orange
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    background-image: url(../image/ui/btn_bg_orange.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /*vertical-align: top;*/
    white-space: nowrap;
    padding: 4px 5px;
    margin: 0 0px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.btn_smart_green
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    background-image: url(../image/ui/btn_bg_green.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /*vertical-align: top;*/
    white-space: nowrap;
    padding: 4px 5px;
    margin: 0 0px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.btn_smart_purple
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    background-image: url('../image/ui/btn_bg_purple.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /*vertical-align: top;*/
    white-space: nowrap;
    padding: 4px 5px;
    margin: 0 0px 0 20px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.btn_smart_purple
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
    background-image: url('../image/ui/btn_bg_red.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #EEE;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-family: 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none; /*vertical-align: top;*/
    white-space: nowrap;
    padding: 4px 5px;
    margin: 0 0px 0 20px;
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}


.bar-btn
{
    background: #eee;
    border-top: 1px solid #ddd;
    padding: 7px 5px;
}

.alert_attack
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #503159;
    width: 500px;
    margin: 50px auto;
}
/* box utility */
.utility-box
{
    background: #EAEAEA;
    padding: 5px;
    margin: 10px 0 0 0;
}
.utility-box-in1
{
    background: #fff;
    border: 1px #ccc solid;
    padding: 10px;
}
.utility-box-in2
{
    background: #fff;
    border: 1px #ccc solid;
    border-bottom: 0;
}
#fade_grid
{
    display: none;
    background-color: rgba(252, 252, 252, .75);
    bottom: 0;
    left: 0;
    margin: 0; /*overflow: hidden;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 300;
    overflow-x: auto;
    overflow-y: scroll;
}
.popup_block_grid
{
    display: none;
    background: #fff;
    padding: 5px;
    border: 2px solid #ddd; /*float: left;*/
    font-size: 1.2em;
    position: relative;
    width: 800px;
    margin: 20px auto; /*top: 0; 	left: 50%; 	bottom: 0;*/
    z-index: 99999; /*-webkit-box-shadow: 0px 0px 20px #000; 	-moz-box-shadow: 0px 0px 20px #000;*/
    box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
}




#container
{
    min-height: 100%;
    position: relative;
}
#header
{
    background: #ff0;
    padding: 10px;
}
#body
{
    padding: 0px;
    padding-bottom: 60px; /* Height of the footer */
}
#footer
{
    position: absolute;
    bottom: 0;
    width: 100%; /* height: 60px; Height of the footer */
    background: #371B42;
}
/* other non-essential CSS */
#header p, #header h1
{
    margin: 0;
    padding: 10px 0 0 10px;
}
#footer p
{
    padding: 10px 0;
    text-align: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

/* page */
#top1-header
{
    background-color: #371B42;
    min-width: 900px;
    padding: 10px 0;
    position: relative;
}

#top2-header
{
    background: #582B6A;
    min-width: 900px;
    padding: 0 0;
    clear: both;
    height: 104px;
}

#top3-header
{
    background: #e2e2e2;
    min-width: 900px;
    padding: 6px 0;
}
.top1-sub-header, .top2-sub-header, .top3-sub-header
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    color: #fff;
}
.top2-sub-header
{
    text-align: right;
}
.top3-sub-header
{
    text-align: left;
}

.top2-sub-header span
{
    font: normal 3em "Trebuchet MS" ,Verdana,Arial,Helvetica,sans-serif;
    color: #F7F5FA;
}
.top2-sub-header span.inves
{
    color: #F7F5FA; /*#E4D8ED;  #F1E4F0;*/
}
.top2-sub-header span.th-String
{
    font: normal 18px "Trebuchet MS" ,Verdana,Arial,Helvetica,sans-serif; /*font: bold 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;*/
    color: #F1EBF3; /*#FEF7CD;*/
}
.top3-sub-header span
{
    color: #444444;
}
.current-user-view
{
    position: relative;
    float: right;
    width: 100px;
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: #fff;
    text-align: right;
}

.rvp-top-address
{
    position: relative;
    margin: 0 100px 0 auto;
    text-align: left;
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: #D0C10F;
}

#wrapper
{
    position: relative;
    margin-bottom: 10px;
}

.container
{
    width: 980px;
    margin: 0 auto;
}


.main-box
{
    margin: 15px 0;
    border: 1px dotted #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.must-field
{
    color: #BD2037;
}
/*
---------------------- regis ----------------------~
*/
.regis-content
{
    margin-top: 10px;
    border: 1px solid #DDDBDE;
    background-color: #F8F8F8;
    margin-bottom: 10px;
}
div.regis-box
{
    background: #F8F8F8 url('../image/header_bottom.gif') repeat-x bottom left;
    color: #371B42;
    line-height: 22px;
    padding: 10px;
}
div.regis-box .regis-box-top
{
}
div.regis-box .regis-box-left
{
    float: left;
    width: 350px;
}
.regis-box-left ul.notice-form
{
}
.regis-box-left ul.notice-form li
{
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    line-height: 22px;
    padding: 0 0 0 15px;
    background: transparent url('../image/ui/arrow_red.png') 5px center no-repeat;
    color: Red;
}
.regis-box-left ul.notice-form li:first-child
{
    font-weight: bold;
    padding: 0;
    background: none;
    color: Blue;
}
.regis-box-left div.msg-form
{
}
.regis-box-left div.msg-form li
{
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    line-height: 22px;
    padding: 0 0 0 15px;
    background: transparent url('../image/ui/arrow_red.png') 5px center no-repeat;
    color: Red;
}

div.regis-box .regis-box-right
{
    margin: 0 auto 0 350px;
}

div.regis-box .regis-box-right table
{
    width: 100%;
    border: 0;
    margin-bottom: 20px;
}

div.regis-box .regis-box-right table td
{
    padding: 4px 4px 4px 10px;
}
div.regis-box .regis-box-right table td span
{
    font-weight: normal;
    font: normal 13px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}

/* regis result*/
.result-box
{
    width: 500px;
    margin: 50px auto;
    border: 1px solid #2D1535; /* 	top left border  -webkit-border-top-left-radius: 3px; 	-webkit-border-top-right-radius: 3px; 	-moz-border-radius-topleft: 3px; 	-moz-border-radius-topright: 3px; 	border-top-left-radius: 3px; 	border-top-right-radius: 3px;*/ /*แบบ all border*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .1);
}
.result-title
{
    padding: 10px;
    background: #371B42;
    color: #CACACA;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.result-data
{
    text-align: center;
    line-height: 24px;
    color: #444;
    font-weight: bold;
    padding-bottom: 5px;
}
.result-data span
{
    color: Orange;
}

.lb-text
{
    width: 220px;
}
.msg-star
{
    width: 20px;
}


/* form inves */
.form_inves-box
{
    margin: 0;
    padding: 0;
    border: 0;
    border-right: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-left: 1px #ddd solid;
    background: #F8F8F8;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
div.form-inves-title
{
    background: #F8F8F8 url('../image/header_bottom.gif') repeat-x bottom left;
    color: #371B42;
    line-height: 22px;
    padding: 10px;
    text-align: center;
    font: bold 16px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif; /*AngsanaUPC;*/
    border-bottom: 0px #ddd solid;
}

.form-inves-content
{
    margin: 20px 0 0 0;
}

.form-inves-top
{
    color: #752F8E;
    font-size: 12px;
    font-weight: bold;
}
.form-inves-notice-top
{
    color: #752F8E;
    font-weight: bold;
    font-size: 11px;
}

.form-inves-nav-btn
{
    margin: 10px 0 0 0;
    padding: 10px 8px;
    background: #eee;
    border-top: 1px solid #ddd;
}
.form-inves-nav-btn ul.nav-btn li
{
    padding: 5px 4px;
    border: 1px solid #ddd;
    border-left: 0;
    margin: 0;
    display: inline;
}

.form-inves-content #left
{
    min-height: 300px;
    border: 01px #ddd solid;
    background: #fff;
    margin: 0 200px 0 auto;
}

.form-inves-content #right
{
    float: right;
    width: 200px;
}
#in_content
{
    margin: 10px 0 0 0;
    padding: 0px 8px;
    background: #eee;
    border-top: 1px solid #ddd;
    height: 44px;
    position: relative; /*background: #3D668F url(../../images/top-bg-x.png) repeat-x;*/
}

#in_content #menu-page
{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#in_content #menu-page ul.actionCont
{
    float: left;
    margin: 8px 0 0 0;
    width: 800px;
}
#in_content #menu-page ul.collapsed li.actionItem
{
    margin-left: -1px;
    top: 0px;
    left: 0px;
}

#in_content #menu-page li.actionItem
{
    float: left;
    position: relative;
}

#in_content #menu-page li.actionItem a.aiButton
{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    display: block;
    outline: none;
    text-decoration: none; /*text-shadow: 0 1px 0 #0C131C;*/
    color: #666;
    font-weight: bold;
    font-size: 11px;
    background-color: #eee;
}
#in_content #menu-page li.actionItem a.active
{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-left: solid 1px #ddd;
    display: block;
    outline: none;
    text-decoration: none; /*text-shadow: 0 1px 0 #0C131C;*/
    color: white;
    font-weight: bold;
    font-size: 11px;
    background-color: #eee;
}



.aiBtnLast
{
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    border-right: solid 1px #ddd;
}

.fntOrange
{
    color: Orange;
}
#in_content #menu-page li.actionItem a.aiButton:active
{
    background-image: url(../../images/bar_nav_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}


#in_content #menu-page li.actionItem .active
{
    background-image: url(../../images/bar_nav_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
}

#in_content #menu-page li.actionItem .aiButton, #content #right #in_header #menu-page li.actionItem .aiButton span
{
    background-image: url(../../images/bar_nav_bg.png);
    background-position: 0 -26px;
    background-repeat: repeat-x;
}

#in_content #menu-page li.actionItem .aiButton.icons span
{
    background-image: url(../../images/icon_btn1.png);
    background-position: 6px -48.5px;
}

#in_content #menu-page li.actionItem .active.icons span
{
    background-image: url(../../images/icon_btn1.png);
    background-position: 6px -48.5px;
}

#in_content #menu-page li.actionItem a.aiButton span, #in_content #menu-page li.actionItem a.active span
{
    display: block;
    padding: 0 8px;
    line-height: 26px;
    font-family: "Lucida Grande" , "Lucida Sans" , "Lucida Sans Unicode" , "Luxi Sans" , Tahoma, sans-serif;
}


form
{
    margin: 0;
    padding: 0;
}

#bigform, .bigform
{
    margin: 10px 0 20px 0;
    border: 1px dotted #ccc;
    padding: 0 0 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subform-td-title
{
    padding: 10px 0;
    font-weight: bold;
    color: #752F8E; /*color:#496C94;*/
}
.subform_part1_br
{
    border: 0;
    border-top: 1px dotted #ddd;
    height: 0;
    margin: 10px;
}

.subform_part1_br_last
{
    border: 0;
    border-top: 0;
    height: 0;
    margin: 10px 10px 20px 10px;
    height: 20px;
    background: url(../image/ui/footer-bg-bottom.png) no-repeat bottom center;
}


.subform_part_item
{
    padding: 0 10px;
}
.subform_part_alt
{
    background: #F5F1F5;
    padding: 0 10px;
}
.subform_part1_in .subform-td-form
{
    padding: 0 0 0 0;
}

.subform_part1_in .subform-td-form table
{
    font: normal 13px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}


.tb-form-1
{
    width: 100%;
    border: 0;
}
.tb-form-1 td.pad3
{
    padding: 3px;
}


.tb-form-x
{
    width: 100%;
}
.tb-form-x td
{
    padding: 3px;
}

td.w250
{
    width: 190px;
}

/* wizard */
.tb-form-wz
{
    width: 100%;
    border: 0;
}
.tb-form-wz td.pad3
{
    padding: 3px;
}
.nav_bar_next_prev
{
    background-color: #eee;
    border-top: 1px solid #ddd;
    padding: 5px;
    margin: 0 10px;
}
.parties-number
{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 100px; /*background: #582B6A;*/
    background-color: #eee;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-weight: bold;
    padding: 5px 0;
}
.parties-number-m
{
    position: absolute;
    right: 0px;
    top: -10px;
    width: 200px; /*background: #582B6A;*/
    background-color: #eee;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-weight: bold;
    padding: 5px 0;
}
.parties-number-xl
{
    position: absolute;
    right: 0px;
    top: -10px;
    width: 350px; /*background: #582B6A;*/
    background-color: #eee;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #444;
    font-weight: bold;
    padding: 5px 0;
}

.parties-number-xl select, .parties-number-m select, .parties-number select
{
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #888;
}

.sumAvg
{
    font-weight: bold;
    margin: 0 7px;
}

/* #### slide left #### */
.slide-bar-left
{
    position: absolute;
    left: -65px;
    top: 0;
    width: 60px;
    display: none;
}
.slide-bar-left div
{
    background: #582B6A;
    text-align: center;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    border-top-left-radius: 7px;
}


.slide-bar-left div ul li
{
    overflow: visible;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #783A8F;
    color: #FBF8FC;
    font: bold 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}
.slide-bar-left div ul li.active
{
    background: #3F1F4B;
    padding: 5px 0;
    cursor: pointer;
    border-bottom: 1px solid #783A8F;
    color: #FBF8FC;
    font: bold 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}


/*modal*/
#fade_grid
{
    display: none;
    background-color: rgba(252, 252, 252, .75);
    bottom: 0;
    left: 0;
    margin: 0; /*overflow: hidden;*/
    position: fixed;
    right: 0;
    top: 0;
    z-index: 300;
    overflow-x: auto;
    overflow-y: scroll;
}
.popup_block_grid
{
    display: none;
    background: #fff;
    padding: 5px;
    border: 2px solid #ddd; /*float: left;*/
    font-size: 1.2em;
    position: relative;
    width: 800px;
    margin: 20px auto; /*top: 0; 	left: 50%; 	bottom: 0;*/
    z-index: 99999; /*-webkit-box-shadow: 0px 0px 20px #000; 	-moz-box-shadow: 0px 0px 20px #000;*/
    box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .25), 0 1px 5px 3px rgba(0, 0, 0, .05), 0 5px 4px -3px rgba(0, 0, 0, .06);
}

.image-13
{
    width: 250px;
    height: 210px;
    overflow: hidden;
    margin: 0 0 0 55px;
}
.image-13 a
{
}
div.image-13 a img
{
    border: 0;
    width: 200px;
    height: 200px;
    box-shadow: 5px 5px 5px #cccccc;
    -webkit-box-shadow: 5px 5px 5px #cccccc;
    -moz-box-shadow: 5px 5px 5px #cccccc; /* Place any other shared CSS properties here, except for those in the next rule */
    margin: auto;
    text-align: center;
    border: 1px solid #fff;
    cursor: pointer;
}

.x
{
    /* CSS3 syntax */
    box-shadow: 5px 5px 5px #cccccc;
    -webkit-box-shadow: 5px 5px 5px #cccccc;
    -moz-box-shadow: 5px 5px 5px #cccccc; /* Place any other shared CSS properties here, except for those in the next rule */
    text-align: center;
}
.imgbox
{
    /* CSS3 syntax */
    box-shadow: 5px 5px 5px #cccccc;
    -webkit-box-shadow: 5px 5px 5px #cccccc;
    -moz-box-shadow: 5px 5px 5px #cccccc; /* Place any other shared CSS properties here, except for those in the next rule */
    text-align: center;
}

/*
#box {
   box-shadow: 0 0 5px #666666;
   -webkit-box-shadow: 0 0 5px #666666;
   -moz-box-shadow: 0 0 5px #666666;
}   

body.ie6 #box,
body.ie7 #box,
body.ie8 #box {
   zoom: 1;
   filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=0),
         progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90),
         progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180),
         progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);
}
*/

/* mene aspx */
.menus_bar
{
    position: relative;
    width: 960px;
    margin: 10px auto;
}

div.submenus_bar
{
    list-style: none;
    margin: 0;
    padding: 0;
}


.submenus_bar li
{
    display: inline;
    position: relative;
    z-index: 8;
}

.submenus_bar li a
{
    float: left;
}


.box-menu
{
    width: 300px;
    float: right;
    position: relative;
}


.tb-menu
{
    width: 400px;
    border: none;
    background: transparent;
    margin: auto auto auto 0;
}
.tb-menu td
{
    padding: 5px 0;
    color: #4B4B4B;
    vertical-align: top;
    text-align: left;
    background: transparent;
    border: none;
    border-bottom: 1px dotted #dedede;
}

.tb-menu td.last
{
    border: 0;
}

.tb-menu td.image
{
    width: 50px;
    text-align: left;
    padding: 3px 5px 5px 0;
}
.tb-menu .image div
{
    border: 1px dotted #bbb; /*#752F8E;*/
    background: white;
    padding: 2px;
    margin: 3px 0 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.tb-menu .image div img
{
    cursor: pointer;
}

.title-menu
{
    height: 23px;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 7px 10px 0 0px;
    color: #752F8E;
}

td.text p
{
    padding: 0;
    margin: 0;
    font: normal 11px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
}


td.text p a
{
    font: bold 12px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: #3465A0;
    text-decoration: none;
}


.report-stat
{
    list-style: none;
    line-height: 20px;
    margin: 0 0 0 0px;
}
.report-stat li a
{
    text-decoration: none;
    font: normal 13px 'Lucida Grande' , Tahoma, Verdana, Arial, sans-serif;
    color: #3D6196;
}

.report-stat li a:hover
{
    color: orange;
}
/*
.report-stat li a:visited, .report-stat li a:active
{
    color:#3D6196;
}
*/

.fig-position
{
    margin: 10px auto;
    width:450px;
}
.fig-position th
{
    text-align: left;
    padding: 5px 0 5px 0px;
    text-decoration: underline;
}
.td-left
{
    margin-top: 10px;
}
.td-left th
{
    text-align: left;
    padding: 5px 0 5px 0px;
    text-decoration: underline;
}
.td-left td
{
    text-align: left;
    padding: 4px 0 4px 0px;
}
