/* begin overall style */
body
{
        color: #333;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.div_header_up {
	background-image: url(/img/up.jpg);
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

h1
{
        color:#155EA3;
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:24px;
        font-weight:bold;
        margin:0;
        padding:0;
}

h2
{
        color:#155EA3;
        font-family:Georgia,"Times New Roman",Times,serif;
        font-size:18px;
        font-weight:bold;
        margin:0;
        padding:0;
}

.div_footer_down {
	background-image: url(../img/down.jpg);
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#page
{
		width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/bkg_content.jpg);
	background-repeat: repeat-y;

}

#header
{
    width: 960px;
    margin: auto;
    height: 150px;
    margin-top: 10px;
    background-image: url(../img/header.jpg);

}

.div_shadow_header {
	background-image: url(../img/shadow_header.jpg);
	background-repeat: repeat-x;
	height: 6px;
        position:relative;
        top: 15px;
        width: 960px;
        margin:auto;
}
#mainmenu
{
	position: relative;
	top: -30px;
        left: 85px;
}

#mainmenu ul
{
	padding: 0;
	margin: 0;
	padding: 0.4em 0 0.3em 0;
}

#mainmenu ul li
{
	display: inline;
        padding-left: 4px;
}

#mainmenu ul li a
{
	padding: 0.4em 0.4em;
	color: white;
	text-decoration: none;
	font-weight: bold;
        font-size: 13px;
}

#mainmenu ul li a:hover, #mainmenu ul li a.active
{
	text-decoration: underline;
}

#content
{
    float:none;
    width: 640px;
    margin: 0 170px;
    padding: 0px;
    margin-left: 170px;
    margin-right: -810px;
    padding-right: 20px;
    min-height: 800px;
}
#content.no-sidebars
{
    width: 920px;
    margin-left: 20px;
}

#content.right-sidebar
{
    width: 770px;
    margin-left: 20px;
}

#footer
{
	
}
/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	max-width: 900px;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th,
table.dataGrid td option,
table.dataGrid td select
{
	font-size: 10px;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

a.hidden_span span
{
    display: none;
}

a.hidden_span:hover span
{
    display: inline;
    position: absolute;
    min-width: 300px;
    padding: 5px;
    margin: 10px;
    z-index: 100;
    color: #555;
    background: #fff;
    border: 1px solid #ccc;
    font: 10px Verdana, sans-serif;
    text-align: center;
}

a:hover span span.required
{
    display:none;
}

.deleted
{
    color: #f00;
}

#count
{
    font-family: tahoma;
    font-size: 11px;
    color: #000;
    padding-top: 4px;
    height: 13px;
}

.counts
{
    float: left;
    margin-left: 30px;
}

#count .count_number
{
    color:#155EA3;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    font-weight:bold;
}

.div_footer_links {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/sep_line_big.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.div_footer_image {
	height: 54px;
	background-image: url(../img/bkg_footer2.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 10px;
	background-position: top;
        width: 960px;
        margin: auto;
}
.div_footer_image a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
		font-weight: bold;
}
.div_footer_links a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.div_footer_links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #003366;
	text-decoration: underline;

}

#main
{
    margin-top: 15px;
    margin-left: 10px;
    width:960px;
    
    margin-bottom:0px;
}

#main-inner{
    
}

#left_sidebar
{
background-image:url(../img/bkg_let_nav.jpg);
background-position:center top;
background-repeat:repeat-x;
float: left;
height:800px;
width:150px;
margin-left:0px;
margin-right: -150px;
}

#right_sidebar
{
float: left;
margin-left: 800px;
height:800px;
width:150px;
margin-right: -960px
}

.div_left_menu {
	float: left;
	width: 150px;
	background-image: url(../img/bkg_let_nav.jpg);
	background-repeat: repeat-x;
	height: 800px;
	background-position: top;
}
.div_link_left {
	font-weight: normal;
	background-image: url(../img/sep_line.jpg);
	background-position: left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	color: #003366;
	font-size: 11px;
}
.div_link_left a{
	text-decoration: none;
	color: #003366;
	font-size: 11px;
}
.div_link_left a:hover{
	text-decoration: underline;
	color: #003366;
	font-size: 11px;
}

.div_right_side_index {
	float: left;
	width: 150px;
	padding-left: 11px;
}

.div_banner_right1 {
	text-align: center;
	margin-bottom: 20px;
}

#bottom_banner
{
    width: 550px;
    margin:0 auto;
    text-align: center;
}

/*a:hover span.ui-icon
{
    display:block;
    left:50%;
    margin-left:-8px;
    margin-top:-8px;
    position:absolute;
    top:50%;
    background-position:-80px -192px;
    height:4px;
    width:4px;
    min-width:0px;
    background-color:#ccc;
    border: none;
}

 a.ui-datepicker-next:hover span.ui-icon
{
    background-position:-48px -192px;

}
*/