﻿
/************************Content******************************/
#content
{   width: 100%;
}
 #container
{
    border-right: #999999 1px solid;
    border-left: #999999 1px solid;
    background-color: #ffffff;
}
#content_main_td
{
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    vertical-align: top;
}
.content_tools_td
{
    height: 25px;
    vertical-align: bottom;
    padding-right: 5px;
    padding-left: 5px;
}
.right_bar, .left_bar
{
    overflow: hidden;
    vertical-align: top;
}
.left_bar
 {
    border-right: #999999 1px solid;
    vertical-align: top;
    background-color: #fbfcff;
 }
 .right_bar
 {
    border-left: #999999 1px solid;
    vertical-align: top;
    background-color: #fbfcff;
 }
.block, .block_center
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    border-bottom: #dcdcdc 1px solid;
    overflow: hidden;
    margin: 5px;
    padding-right: 3px;
    padding-left: 3px;
}
.block_header
{
    background-image: url(images/block_header.gif);
    height: 27px;
    font-size: 8pt;
    color: navy;
    display: block;
    padding-right: 3px;
    font-family: Tahoma;
}


/*********************************Footer******************************/
#footer
{
    background-color: #f5f5f5;
    clear: both;
    display: block;
    float: none;
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: gray;
    font-family: Tahoma;
    line-height: 0.5cm;
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: #999999 1px solid;
    border-right: #999999 1px solid;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
}
#footer a
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: #336666;
    font-family: Tahoma;
    line-height: 0.5cm;
}
#footer a:hover
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: maroon;
    font-family: Tahoma;
    line-height: 0.5cm;
    border-bottom: gray 1px dashed;
    background-color: transparent;
}
#footer a:visited
{
    letter-spacing: normal;
    text-align: center;
    font-size: 8pt;
    color: #556b2f;
    font-family: Tahoma;
    line-height: 0.5cm;
}
/*********************************Graphic******************************/

a
{
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    text-decoration: none;
}
a:hover
{
    font-family: tahoma, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #191970;
}
a IMG
{
    background-image: none;
    background-color: transparent;
    filter: alpha(opacity=90);
    opacity: 0.9;
} 
a:hover IMG
{
    background-image: none;
    filter: alpha(opacity=100);
    opacity: 0.8;
}
#ajax_loader
{
    border-right: #dcdcdc 1px solid;
    border-top: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    width: 250px;
    border-bottom: #dcdcdc 1px solid;
    height: 40px;
    font-size: 8pt;
    background: url(../../images/ajax-loader.gif) #f8f8ff no-repeat center 5px;
    padding-top: 30px;
    z-index: 1235;
    left: 30%;
    position: absolute;
    top: 10px;
}
.button_go
{
    width: 50px;
    height: 25px;
    margin: 3px;
}
body
{
	background-image: url(images/body_bg.gif);
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	line-height: 0.5cm;
	font-size: 8pt;
	font-family: Tahoma, Arial;
	color: black;
	letter-spacing: normal;
	height: 100%;
}
#dhtmltooltip
{
    position: absolute;
    width: 50px;
    border: 1px solid black;
    padding: 2px;
    background-color: #ffffe0;
    visibility: hidden;
    z-index: 100; /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
z-index: 101;
visibility: hidden;
}
.dotty
{
    background-repeat: repeat-x;
    margin: 0px;
    background-image: url(images/dot.gif);
    height: 1px;
 }
 .error,.success
{
    padding-right: 35px;
    display: block;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 5px;
    vertical-align: middle;
    width: 400px;
    padding-top: 5px;
}
.error
{
    border-right: #ff0000 1px solid;
    border-top: #ff0000 1px solid;
    border-left: #ff0000 1px solid;
    border-bottom: #ff0000 1px solid;
    color: #ff0000;
    background: url(../../images/error.gif) #ffffff no-repeat right center;
  }
.form td
{
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
 
}
.form .odd
{
    background-color: #f5f5f5;
}
.form .even
{
    background-color: #dcdcdc;
}
.help
{
    background-color: #fffacd;
    border-right: maroon 1px solid;
    border-top: maroon 1px solid;
    border-left: maroon 1px solid;
    width: 200px;
    border-bottom: maroon 1px solid;
}
input
{
    font-size: 9pt;
    font-family: Tahoma;
    margin: 2px;
}
.ltr
{
    direction: ltr;
}
.login,.register,.PassRecovery
{
    border-right: #dcdcdc 1px dotted;
    border-top: #dcdcdc 1px dotted;
    border-left: #dcdcdc 1px dotted;
    border-bottom: #dcdcdc 1px dotted;
    background-color: #f5f5f5;
}
 .login_title,.register_title,PassRecovery_title
{
    border-right: #a9a9a9 1px dotted;
    border-top: #a9a9a9 1px dotted;
    border-left: #a9a9a9 1px dotted;
    border-bottom: #a9a9a9 1px dotted;
    background-color: #d3d3d3;
}
TD
{
    text-align: justify;
}
.title
{
	font-weight: bold;
	font-size: 11px;
	color: #000033;
}
.tools
{
    width: 100%;
    background-color: #f9faf7;
}
.page_title
{
    font-family: Tahoma;
    display: block;
    height: 24px;
    font-weight: bolder;
    padding-right: 35px;
    vertical-align: middle;
    font-size: 8pt;
    background-position: right center;
    background-attachment: scroll;
    background-image: url(images/page_title_back.gif);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin-top: 5px;
}
.epage_title
{
    font-family: Tahoma;
    display: block;
    height: 24px;
    font-weight: bolder;
    padding-right: 35px;
    vertical-align: middle;
    font-size: 8pt;
    background-position: left center;
    background-attachment: scroll;
    background-image: url(images/epage_title_back.gif);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    margin-top: 5px;
}
.page_parent a
{
    background-image: url(images/back.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: right center;
    color: #a9a9a9;
    padding-bottom: 1px;
}
.page_parent a:hover
{
    
    background: url(images/back.jpg) no-repeat right center;
    color: #660033;
    border-bottom: #660033 1px dashed;
}
#pscroller2
{
    width: 100%;
    height: 60px;
    display: block;
    position: relative;
    overflow: hidden
}
#pscroller2 a
{
    text-decoration: none;
    color: #696969;
}
#pscroller2 a:hover
{
    background-color: transparent;
    border-bottom: dimgray 1px dashed;
}
.innerDiv
{
    position: absolute; width: 100%;
}
.innerDiv2
{
   position: absolute; width: 100%; visibility: hidden
}
.Print_image
{
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    background-color: transparent;
}
.nodisplay
{
    display: none;
}
SELECT
{
    font-family: Tahoma;
    font-size: 8pt;
}
.Search_result table
{
    background-repeat: repeat-x;
    background-image: url(images/dot.gif);
    background-attachment: scroll;
    background-position: bottom;
    padding-right: 6px;
    padding-left: 5px;
    padding-bottom: 3px;
}
.search_input
{
    display: inline-block;
    height: 22px;
    width: 35px;
    border-right: black 0px solid;
    border-top: black 0px solid;
    display: block;
    background-attachment: scroll;
    background-image: url(images/search_input/search.gif);
    border-left: black 0px solid;
    border-bottom: black 0px solid;
    background-repeat: no-repeat;
    background-color: transparent;
}
.search_input_txtbox
{
    float: right;
    border-right: #d3d3d3 1px solid;
    border-top: #d3d3d3 1px solid;
    border-left: #d3d3d3 1px solid;
    border-bottom: #d3d3d3 1px solid;
    padding-bottom: 1px;
    padding-top: 1px;
}
.Search_result a
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;

}
.Search_result a:hover
{
    cursor: hand;
    clear: none;
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 3px;
    padding-left: 3px;
    border-right: #ffcc33 2px solid;
    background-color: #f8f8ff;
    color: #000033;
}
.section
{
  font-weight: bold;
    font-size: 8pt;
    border-right: #c4c5cf 1px solid;
    border-top: #c4c5cf 1px solid;
    border-left: #c4c5cf 1px solid;
    color: #3c3d46;
    border-bottom: #c4c5cf 1px solid;
    background-color: #eaebf2;
    display: block;
    padding-right: 2px;
    margin-top: 10px;
    padding-left: 2px;
    margin-bottom: 10px;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 100%;
}
.seprate_state
{
    background-color: #e6e6fa;
    padding-bottom: 5px;
    padding-top: 5px;
}
.success
{
    border-right: #339900 1px solid;
    border-top: #339900 1px solid;
    border-left: #339900 1px solid;
    border-bottom: #339900 1px solid;
    color: #339900;
    background: url(../../images/success.gif) #ffffff no-repeat right center;
}
.sub_page_link, .sub_page_selected
{
    background-repeat: repeat-x;
    background-image: url(images/dot.gif);
    background-attachment: scroll;
    background-position: bottom;
    height: 22px;
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 1px;
    padding-top: 1px;
    display: block;
}
.sub_page_link2
{
    height: 18px;
    width: 100%;
    border-collapse: collapse;
    padding-bottom: 1px;
    padding-top: 1px;
}
.sub_page_link a, .sub_page_link2 a
{
    cursor: hand;
    padding-right: 5px;
    height: 20px;
    display: block;
}
.sub_page_link a:hover, .sub_page_link2 a:hover
{
   background-color: #dcdcdc;
    padding-right: 5px;
    height: 20px;
    color: #000000;
    display: block;
}
.sub_page_selected
{
    width: 98%;
    background-color: #f1f2f8;
    border-right: #660033 1px solid;
    border-left: #660033 1px solid;
    text-indent: 5pt;
}
.subpages_content
{
    display: block;
    border-bottom-width: 1px;
    margin-bottom: 15px;
    border-bottom-color: #a9a9a9;
    padding-bottom: 5px;
    width: 100%;
}
.full_width
{
    width:100%;
}

.nav_arrow
{
    background-attachment: scroll;
    background-image: url(../../images/nav_arrow.gif);
    background-repeat: no-repeat;
    background-position: center center;
    color: #ededed;
}
.enav_arrow
{
    background-attachment: scroll;
    background-image: url(../../images/enav_arrow.gif);
    background-repeat: no-repeat;
    background-position: center center;
    color: #ededed;
}
.nav_arrow_except
{
    background-attachment: scroll;
    background-image: url(../../images/nav_arrow.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    float: right;
    padding-left: 13px;
}

.url
{
    direction: ltr;
    text-align: right;
}
.update_date
{
    font-size: 8pt;
    color:dimgray;
    display: block;
}
/*********************************Header******************************/
#header_logo
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	height: 20px;
	background-color: #003366;
	vertical-align: middle;
	color: #ffffff;
	text-align: right;
	text-indent: 5px;
	
	
}
#header_pic
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	height:100px;
	text-align: left;
	background: url(images/rheader.gif) #E6EDF4 no-repeat right center;
}
#eheader_pic
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	height:100px;
	text-align: left;
	background: url(images/erheader.gif) #E6EDF4 no-repeat right center;
}
.menu
{
	width:98%;
	border-left:#999999 1px solid;
	border-right:#999999 1px solid;
}

#header_navigation
{
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    height: 20px;
    background-color: #f4f5f9;
    text-align: right;
    text-indent: 5pt;
}
#header_search
{
     border-left: #999999 1px solid;
    border-right: #999999 1px solid;
    border-bottom: darkgray 1px solid;
    border-top: darkgray 1px solid;
    height: 30px;
    background-color: #003366;
    color: #ffffff;
}
#header_menu
{
    border-left: #999999 1px solid;
    border-right: #999999 1px solid;
}
#header_search a
{
    color: navajowhite;
}
#header_search a:hover
{
    color: orange;
}

/*********************************Layout******************************/

#container,#footer,#header_pic,#eheader_pic,#header_logo,#header_navigation,#header_search,#header_menu
{
    width: 98%;
    margin:0px auto 0px;
}
/*********************************Tab******************************/

.hamid .ajax__tab_header 
{
	font-family:tahoma,helvetica;font-size:11px;background: url(images/tab-line.gif) repeat-x bottom;
	}
.hamid .ajax__tab_outer {padding-right:0px;background: url(images/tab-right.gif) no-repeat right;height:21px}
.hamid .ajax__tab_inner {padding-left:3px;background: url(images/tab-left.gif) no-repeat;}
.hamid .ajax__tab_tab {height:13px;padding:4px;margin:0;background: url(images/tab.gif) repeat-x;}
.hamid .ajax__tab_hover .ajax__tab_outer
{
	background: url(images/tab-hover-right.gif) no-repeat right;
}
.hamid .ajax__tab_hover .ajax__tab_inner {background: url(images/tab-hover-left.gif) no-repeat;}
.hamid .ajax__tab_hover .ajax__tab_tab {background: url(images/tab-hover.gif) repeat-x;}
.hamid .ajax__tab_active .ajax__tab_outer {background: url(images/tab-active-right.gif) no-repeat right;}
.hamid .ajax__tab_active .ajax__tab_inner {background: url(images/tab-active-left.gif) no-repeat;}
.hamid .ajax__tab_active .ajax__tab_tab {background:url(images/tab-active.gif) repeat-x;}
.hamid .ajax__tab_body {font-family:tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}

.ajax__tab_default .ajax__tab_header {white-space:nowrap;}
.ajax__tab_default .ajax__tab_outer {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.ajax__tab_default .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}
