
/* Basic structure of site */

html,body {
    font-family: Arial Narrow, Helvetica, sans-serif;
    font-size: 13px;
	text-align:center;
    height:100%;
    padding:0px;
    margin:0px;
    color: #676767;
	background-color:#FFFFFF;
    background: url('../template_images/bg/bg_intranet.png') no-repeat top center;
	
}

.dropdown{
    width:100px;
    font-size:11px;
}
.dropdownClick{
    font-size:11px;
    width:300px;


}





body.eoss {
	background: url('../template_images/bg/bg_eoss.png') #ffffff no-repeat top center;
}

body.intranet {
	background: url('../template_images/bg/bg_intranet.png') #ffffff no-repeat top center;
}

table.body {
    width: 780px;
    height: 100%;
    margin:0px auto 0px auto;
}

td.header_top {
    text-align:center;
    font-size: 13px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    text-align: left;
    height: 108px;
    padding: 20px 0px 0px 0px;
    vertical-align: top;
}

td.menu {
    text-align: right;
    background: url('../template_images/header/menu_bg_blue.jpg') no-repeat top left;
    height: 32px;
    vertical-align: middle;
}  

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    padding: 7px 0px 17px 0px;
    vertical-align: top;
}

table.outer {
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:right;
    font-size: 10px;
    height:23px;
    line-height:23px;
    color: #666666;
    background: #FFF;
    padding-right: 12px;
}

/* HEADER */


/*header - menu*/

.logo {
	height:70px;
	width:200px;
	display:block;
}

#bg {
	position: absolute;
    background: url('../template_images/header/bg_outside.jpg') repeat-x top right;
    height: 32px;
	left:-320px;
	position:absolute;
	right:0px;
	top: 108px;
	width:1000px
}

div.menu {
   width: 780px;
   clear: both;
}        

#intranet {
display: block;
background: url('../template_images/header/int_menu_bg.gif') repeat-x top left;
height:37px;
left:0px;
right:0px;
position:absolute;
top:146px;
margin: 0px auto;
text-align: center;
width: 100%;
z-index:0;
}

#intranet_menu {
z-index: 1;
position: absolute;	
height: 37px;
top: 140px;
*top: 144px;
}

table.navitem {
/*    width: 555px;*/
    margin: 0px 0px 0px 0px;
}

table.navitem2 {
    width: 100%;
	height: 25px;
    margin: 0px 0px 5px 0px;
}

div.menu_container {
    text-align: left;
    position: relative;
    width: 795px;
    margin: 0px 0px 0px 0px;
}

div.navitem_home {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 19px;
}

* html div.navitem_home {
    left: 1px;
}

table.navitem td {
    height: 26px;
    vertical-align: top;
	padding: 0px 3px;
}

table.navitem_int {
/*    width: 555px;*/
    margin: 0px;
}

table.navitem_int td {
    height: 26px;
    vertical-align: top;
	padding: 8px 3px;
}

*html table.navitem_int td {
 	padding: 4px 3px;
}



table.navitem td.first {
    background: url('../template_images/header/item_first.jpg') no-repeat top right;
    width: 107px;
    padding-left: 20px;
}

table.navitem td.first_active {
    background: url('../template_images/header/item_first_active.jpg') no-repeat top right;
    width: 107px;
    padding-left: 20px;
}

table.navitem td.mid {
/*    background: url('../template_images/header/item.jpg') repeat-x top right;*/
    padding: 0px 20px 0px 20px;
}


table.navitem2 td.mid {
    background: url('../template_images/header/item.jpg') repeat-x top right;
	background-color: #5AAD41;
}

table.navitem td.mid_active {
    background: #FFFFFF;
    width: 17%;
}

table.navitem td.last {
    background: url('../template_images/header/item_last.jpg') no-repeat top right;
    width: 105px;
    padding-right: 20px;
}

table.navitem td.last_active {
    background: #FFFFFF;
    width: 105px;
    padding-right: 20px;
}
/*
.navitem2 a:link      {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
.navitem2 a:visited   {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
.navitem2 a:active    {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
.navitem2 a:hover     {text-align: center;display: block;font-size: 10px; color: #FEF503; text-decoration: none;padding-top:5px}  

a.navitem:link      {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
a.navitem:visited   {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
a.navitem:active    {text-align: center;display: block;font-size: 10px; color: #FFFFFF; text-decoration: none;padding-top:5px}
a.navitem:hover     {text-align: center;display: block;font-size: 10px; color: #FEF503; text-decoration: none;padding-top:5px}  

a.navitem_active:link      {text-align: center;display: block;font-size: 10px; color: #000000; text-decoration: none;padding-top:5px}
a.navitem_active:visited   {text-align: center;display: block;font-size: 10px; color: #000000; text-decoration: none;padding-top:5px}
a.navitem_active:active    {text-align: center;display: block;font-size: 10px; color: #000000; text-decoration: none;padding-top:5px}
a.navitem_active:hover     {text-align: center;display: block;font-size: 10px; color: #000000; text-decoration: none;padding-top:5px}  
*/
a.navitem:link      {text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.navitem:visited   {text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.navitem:active    {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }
a.navitem:hover     {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }  

a.navitem span{padding: 0px 10px 0px 10px}
a.navitem:hover span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}
a.navitem:active span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}

a.navitem_active:link      {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.navitem_active:visited   {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.navitem_active:active    {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }
a.navitem_active:hover     {/*background: url('../template_images/header/menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #1e4164; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }  

a.navitem_active span{padding: 0px 10px 0px 10px}
a.navitem_active:link span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}
a.navitem_active:visited span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}
a.navitem_active:active span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}
a.navitem_active:hover span{background: url('../template_images/header/menu_span.gif') no-repeat center right; display:block;}

/* TOP INTRANET MENU */

a.t_nav:link      {text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.t_nav:visited   {text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.t_nav:active    {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }
a.t_nav:hover     {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }  

a.t_nav span{padding: 0px 10px 0px 10px}
a.t_nav:hover span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}
a.t_nav:active span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}

a.t_nav_active:link      {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.t_nav_active:visited   {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding-left: 5px; }
a.t_nav_active:active    {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }
a.t_nav_active:hover     {/*background: url('../template_images/header/int_menu_l.gif') no-repeat center left;*/ text-align: center;display: block;font-size: 11px; font-weight: normal; color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px; padding-left: 5px; }  

a.t_nav_active span{padding: 0px 10px 0px 10px}
a.t_nav_active:link span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}
a.t_nav_active:visited span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}
a.t_nav_active:active span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}
a.t_nav_active:hover span{background: url('../template_images/header/int_menu_span.gif') no-repeat center right; display:block;}


td.nav_border {
    width: 5px;
}

div.header_links {
    position: absolute;
    top: -22px;
    left: 580px;
    width: 150px;
}

div.header_links td {
    padding-right: 5px;
}

div.header_links td a:link      {font-size: 10px;color: #8C8C8C}
div.header_links td a:visited   {font-size: 10px;color: #8C8C8C}
div.header_links td a:active    {font-size: 10px;color: #8C8C8C}
div.header_links td a:hover     {font-size: 10px;color: #8C8C8C}  

/*ENTRY*/

td.entry {
   font-size: 13px;
   color: #676767;
   background: #FFFFFF;
   width: 90%;
   border-left: 1px dashed #CCCCCC;
   padding: 0px 7px 20px 7px;
   vertical-align: top;
}

td.entry a               {text-decoration: underline}
td.entry a:link          {text-decoration: underline}
td.entry a:active        {text-decoration: underline}
td.entry a:visited       {text-decoration: underline}
td.entry a:hover         {text-decoration: underline}

div.entry_news {
    background: #EDF7EC;
    width: 100%;
    margin-top: 7px;
}

div.entry_news a               {text-decoration: none}
div.entry_news a:link          {text-decoration: none}
div.entry_news a:active        {text-decoration: none}
div.entry_news a:visited       {text-decoration: none}
div.entry_news a:hover         {text-decoration: none}

div.entry_news span {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: url('../template_images/news-title.jpg') no-repeat top right;
    height: 21px;
    padding: 4px 0px 0px 11px;
}

div.entry_news h3 {
    font-size: 13px;
    color: #000000;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

div.entry_news table {
    width: 100%;
}

div.entry_news table td {
    padding: 10px;
    border-bottom: 1px dashed #CCCCCC;
}

div.entry_news td.left {
    
}

div.entry_news td.right {
    width: 100px;
    vertical-align: top;
}

div.entry_news p {
    padding: 10px;
}

td.rhs {
    width: 150px;
    padding-right: 7px;
    vertical-align: top;
}

td.rhs2 {
    width: 220px;
    padding-left: 7px;
    vertical-align: top;
}

td.rhs2 select {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 13px;color: #676767; width: 110px; *width: auto;}

/* Search */

div.search {
    background: url('../template_images/modules/search/search_bg.png') no-repeat top left;
    width: 150px;
    height: 74px;
}

div.operator_update {
    background: url('../template_images/blue_box.jpg') no-repeat top left;
    width: 150px;
    height: 63px;
}

div.search table {
    width: 145px;
    margin: 0px 2px 0px 2px;
}

div.search table td.title {
    font-weight: bold;
    font-size: 12px;
    color: #FFFFFF;
    height: 15px;
    padding: 1px 0px 0px 7px;
}

div.search table td.field {
    padding: 8px 0px 0px 5px;
}

div.search table td.field table {
    width: 130px;
}

div.search input.field {
    font-size: 10px;
    background: url('../template_images/modules/search/f_bg_M.jpg') repeat-x top left;
    height: 15px;
    width: 118px;
    border: 0px;
    padding: 0px 2px 0px 3px;
}

div.search label {
    font-size: 11px;
    color: #FFFFFF;
}

div.search td.right {
    padding-top:10px;
}    

div.search td.right input {
    margin-right: 8px;
}

/* login */

div.login {
    width: 150px;
}

div.login table {
    width: 145px;
    margin: 0px 2px 0px 2px;
}

div.login table td.title {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    height: 15px;
}

div.login table td {
    border-bottom: 3px solid #FFFFFF;
}

div.login table td.field {
    text-align: left;
    font-size: 10px;
    color: #FFFFFF;
    background: url('http://www.vencorp.com.au/template_images/modules/secure/field.jpg') no-repeat top left;
    width: 65px;
    padding-left: 5px;
}

div.login table td.field_input {
    text-align: left;
}

div.login table td.field_input table {
    width: 80px;
    margin: 0px auto 0px 0px;
}

div.login table td.field_input table img {
	margin:0 0 3px;
	*margin:0 0 2px;
}

div.login table td.field span {
	margin:0 0 3px;
}

div.login input.field {
    font-size: 10px;
    background: url('http://www.vencorp.com.au/template_images/modules/secure/field_bg_M.jpg') repeat-x top left;
    height: 15px;
    width: 68px;
    border: 0px;
    padding: 0px 2px 0px 3px;
}

* html div.login input.field {
    margin-top: -1px;
}

div.login table td.button {
    text-align: right;
}

div.login label {
    font-size: 10px;
}

div.login table td.forgot {
    text-align: left;
/*    background: url('../template_images/modules/secure/forgotpassword.jpg') no-repeat top left; */
    height: 20px;
    padding-left: 5px;
}

div.login table td.forgot a {
    display: block;
    font-size: 10px;
    color: #676767;
    width: 100%;
}

div.login table td.subscribe {
    text-align: left;
    background: url('../template_images/modules/secure/subscribe.jpg') no-repeat top left;
    height: 20px;
    padding-left: 5px;
}

div.login table td.subscribe a {
    display: block;
    font-size: 10px;
    color: #FFFFFF;
    width: 100%;
}

/* subscribe box */

div.subscribe {
    width: 126px;
}

div.subscribe table td.title {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    height: 15px;
    padding-bottom: 5px;
}

div.subscribe table td.field {
    text-align: left;
    font-size: 10px;
    color: #FFFFFF;
    background: url('../template_images/modules/secure/field.jpg') no-repeat top left;
    width: 50px;
    padding-left: 5px;
}

div.subscribe table td.field_input table {
    width: 80px;
    margin: 0px auto 0px 0px;
}

div.subscribe input.field {
    font-size: 10px;
    background: url('../template_images/modules/secure/field_bg_M.jpg') repeat-x top left;
    height: 15px;
    width: 68px;
    border: 0px;
    padding: 0px 2px 0px 3px;
}

* html div.subscribe input.field {
    margin-top: -1px;
}

div.subscribe table td.right {
    padding-top: 5px;
}

/* Top 5 documents */

div.topDocuments {
    background: url('../template_images/modules/filemanager/bot_border.gif') no-repeat bottom left;
    width: 150px;
    padding-bottom: 24px;
}

div.topDocuments span {
    display: block;
    font-weight: bold;
    color: #000000;
    background: #E1E1E1;
    height: 25px;
    line-height: 25px;
    padding-left: 7px;
    
}

div.topDocuments div {
    width: 146px;
    border-right: 2px solid #E1E1E1;
    border-left: 2px solid #E1E1E1;
}

* html div.topDocuments div {
    width: 150px;
}

div.topDocuments div p {
    line-height: 20px;
    border-bottom: 1px dashed #CCCCCC;
    padding: 0px;
    margin-left: 7px;
}

td.lhs div.topDocuments {
    width: 135px;
    background: url('../template_images/modules/filemanager/lhs_bot_border.gif') no-repeat bottom right;
}

td.lhs div.topDocuments div {
    width: 131px;
}

* html td.lhs div.topDocuments div {
    width: 135px;
}


/*INFO*/

td.info {
   font-size: 13px;
   color: #676767;
   background: #FFFFFF;
   width: 90%;
   line-height: 17px;
   padding: 0px 7px 20px 7px;
   border-left: 1px dashed #CCCCCC;
   vertical-align: top;
}  

td.info a               {text-decoration: underline}
td.info a:link          {text-decoration: underline}
td.info a:active        {text-decoration: underline}
td.info a:visited       {text-decoration: underline}
td.info a:hover         {text-decoration: underline}

td.info2 {
   font-size: 13px;
   color: #676767;
   background: #FFFFFF;
   width: 75%;
   line-height: 17px;
   padding: 0px 0px 20px 10px;
   border-left: 1px dashed #CCCCCC;
   vertical-align: top;
}  


#filemanager {
    width: 466px;
}

table.content_table {
    width: 100%;
    margin-bottom: 10px;
}

table.content_table th {
    text-align: left;
    background: #E3E3E3;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
}

table.content_table th p {
    padding: 0px;
    margin: 0px;
}

table.content_table td {
    text-align: left;
    font-weight: normal;
    width: 49%;
    border-bottom: 1px dashed #CCCCCC;
    padding: 3px 3px 3px 10px;
}

table.content_table td p {
    padding: 0px;
    margin: 0px;
}

table.content_table2 {
    width: 100%;
    margin-bottom: 10px;
}

table.content_table2 th {
    background: #E3E3E3;
    height: 21px;
    line-height: 21px;
    padding-left: 10px;
    border-bottom: 1px dashed #CCCCCC;
    border-right: 1px dashed #CCCCCC;
}

table.content_table2 th p {
    padding: 0px;
    margin: 0px;
}

table.content_table2 td {
    text-align: left;
    font-weight: normal;
    border-right: 1px dashed #CCCCCC;
    border-bottom: 1px dashed #CCCCCC;
    padding: 3px 3px 3px 10px;
}

table.content_table2 td p {
    padding: 0px;
    margin: 0px;
}

/*SIDEBAR*/

td.lhs {
    width: 135px;
    padding: 0px 7px 0px 7px;
    vertical-align: top;
	display:block;
}

div.demand {
    width: 126px;
}

div.demand span.title {
    display:block;
    font-size: 13px;
    color: #FFFFFF;
    padding: 5px;
}

div.demand table {
    width: 100%;
}    

div.demand td {
    padding: 5px;
}

div.demand td.title {
    height: 20px;
}

div.demand td.data {
    background: #FFFFFF;
}    

#gas td.title {
    background: #BDDEB3;
    border-bottom:1px solid #5AAD41;
}

#gas #side {
    border-left:1px solid #5AAD41;
}

#elect td.title {
    background: #C2CFDF;
    border-bottom:1px solid #003777;
}

#gas {
    background: #5AAD41;
    border: 2px solid #5AAD41;
}

#gas_dis {
    background: #5AAD41;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;    
}

#gas_dis a {
    color: #FFFFFF;
    font-weight: bold;
}

#elect {
    background: #003777;
    border: 2px solid #003777;
}

#separator {
    display:block;
    width: 100%;
    border-top: 1px dashed #CCCCCC;
    height: 1px;
    margin: 7px 0px 7px 0px;
}

* html #separator {
    margin-bottom: -5px;
}

a.s_nav               {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #E7E8F3; height:20px;}
a.s_nav:link          {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #E7E8F3;  height:20px;}
a.s_nav:active        {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #E7E8F3;  height:20px;}
a.s_nav:visited       {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #E7E8F3;  height:20px;}
a.s_nav:hover         {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #cccde5;  height:20px;}

* html a.s_nav                  {width: 135px}
* html a.s_nav:link             {width: 135px}
* html a.s_nav:active           {width: 135px}
* html a.s_nav:visited          {width: 135px}
* html a.s_nav:hover            {width: 135px}

a.s_nav_active               {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #cccde5; height:20px;}
a.s_nav:link_active          {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #cccde5;  height:20px;}
a.s_nav:active_active        {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #cccde5;  height:20px;}
a.s_nav:visited_active       {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #cccde5;  height:20px;}
a.s_nav:hover_active         {display: block;width:127px;color: #1e4164;padding: 3px;margin-bottom:2px;background: #E7E8F3;  height:20px;}


* html a.s_nav_active                  {width: 135px}
* html a.s_nav_active:link             {width: 135px}
* html a.s_nav_active:active           {width: 135px}
* html a.s_nav_active:visited          {width: 135px}
* html a.s_nav_active:hover            {width: 135px}

a.nav_sub_item               {display: block;color: #1e4164;background:url('../template_images/icons/arrow_menu.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item:link          {display: block;color: #1e4164;background:url('../template_images/icons/arrow_menu.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item:active        {display: block;color: #1e4164;background:url('../template_images/icons/arrow_menu.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item:visited       {display: block;color: #1e4164;background:url('../template_images/icons/arrow_menu.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item:hover         {display: block;color: #000000;background:url('../template_images/icons/arrow_menu.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}

a.nav_sub_item_active               {display: block;color: #000000;background:url('../template_images/icons/arrow_menu_active.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item_active:link          {display: block;color: #000000;background:url('../template_images/icons/arrow_menu_active.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item_active:active        {display: block;color: #000000;background:url('../template_images/icons/arrow_menu_active.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item_active:visited       {display: block;color: #000000;background:url('../template_images/icons/arrow_menu_active.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}
a.nav_sub_item_active:hover         {display: block;color: #000000;background:url('../template_images/icons/arrow_menu_active.gif') no-repeat top left;line-height:15px;border-bottom:1px dashed #CCCCCC;padding-left:15px}

#spacer {
    margin-top: 2px;
}

#tier_4 {
    margin-left: 10px;
    border:0px;
}   

#tier_5 {
    margin-left: 20px;
    border:0px;
}

#tier_6 {
    margin-left: 30px;
    border:0px;
}

/* sub items */

td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 21px;
    padding: 0px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box {
    width: 133px;
    border: 1px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 135px;
}

div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 13px;
    color: #4F4F4F;
    background: url(../template_images/mod_header.jpg) repeat-y top right;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 13px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #1e4164}
td.footer a:link        {color: #1e4164}
td.footer a:active      {color: #1e4164}
td.footer a:visited     {color: #1e4164}
td.footer a:hover       {color: #1e4164}

#footer_bwired {
    text-align: center;
    position:fixed;
    float: right;
    bottom:20px;
    left:1000px;
    margin:0px;
    padding:0px;
}

#footer_bwired a             {color: #FFFFFF;text-decoration: none}
#footer_bwired a:link        {color: #FFFFFF;text-decoration: none}
#footer_bwired a:active      {color: #FFFFFF;text-decoration: none}
#footer_bwired a:visited     {color: #FFFFFF;text-decoration: none}
#footer_bwired a:hover       {color: #FFFFFF;text-decoration: none}

/* HELP */

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

td.help_section {
    font-weight: bold;
    color: #676767;
}    

td.help_section a:link     {display:block;color: #676767; text-decoration: none}
td.help_section a:visited  {display:block;color: #676767; text-decoration: none}
td.help_section a:active   {display:block;color: #676767; text-decoration: none}
td.help_section a:hover    {display:block;color: #676767; text-decoration: underline}

td.help_question {
    color: #676767;
    padding: 3px 0px 3px 10px;
}    

td.help_question a:link     {display:block;color: #676767; text-decoration: none}
td.help_question a:visited  {display:block;color: #676767; text-decoration: none}
td.help_question a:active   {display:block;color: #676767; text-decoration: none}
td.help_question a:hover    {display:block;color: #676767; text-decoration: underline}

td.help_answer {
    color: #000000;
    background: #F8F8F8;
    border: 1px solid #666666;
    padding: 0px 10px 0px 10px;
}    

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow_q {
    border-bottom: 1px dashed #CCCCCC;
}

#filerowalt_q {
    border-bottom: 1px dashed #CCCCCC;
}

#filerow {}

#filerowalt {
    background: #E6E6E6;
}

/* NEWS */

div.news {
    margin-bottom: 20px;
}

/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 13px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right textarea {
   font-size: 13px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_right input.field {
    font-size: 13px;
    margin: 5px 0px 5px 0px;
}

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
    font-size: 10px;
    color: #000000;
    border: 1px solid #E3E3E3;
    width: 200px;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    display: block;
    text-align: left;
    color: #BABABC;
    padding-bottom: 10px;
}    

#location a               {color: #BABABC; text-decoration: none}
#location a:link          {color: #BABABC; text-decoration: none}
#location a:active        {color: #BABABC; text-decoration: none}
#location a:visited       {color: #BABABC; text-decoration: none}
#location a:hover         {color: #BABABC; text-decoration: none}

a               {color: #676767; text-decoration: none}
a:link          {color: #676767; text-decoration: none}
a:active        {color: #676767; text-decoration: none}
a:visited       {color: #676767; text-decoration: none}
a:hover         {color: #676767; text-decoration: none}

table           {font-size: 13px;color: #676767;}
td              {font-size: 13px;color: #676767} 

div             {margin: 0px;padding: 0px}

p               {font-size: 13px;color: #676767;margin: 0px; padding: 5px 0px 10px 0px}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 13px;color: #676767}
textarea        {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 13px;color: #676767}
input           {font-family: Arial Narrow, Helvetica, sans-serif;font-size: 10px}

h2              {font-size: 13px; 
                font-weight: bold}

h1 {
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: url('../template_images/bg/info_header.jpg') no-repeat top right;
    height: 21px;
    line-height: 21px;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 10px;
}

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

div.right {
    float: right;
	text-align: right;
    margin: 0px 0px 0px auto;
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url(../template_images/icons/bullet.gif);
    margin: 0px 0px 10px 5px;
    padding: 0px 0px 0px 14px
}

* html ul {
    margin: 0px 0px 10px 21px;
	list-style-image: url(../template_images/icons/bullet.gif);
    padding: 0px;
}

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {

    font-size: 13px;
    color: #676767;
    padding: 0px;
    margin: 0px;
}

* html li {
    padding-top: -5px;
}


/*wiki*/

td.wiki {
   font-size: 13px;
   color: #676767;
   background: #FFFFFF;
   width: 90%;
   line-height: 17px;
   padding: 0px 7px 20px 7px;
   vertical-align: top;
}  