﻿body
{
    width: 980px;
    font-family: Arial, Helvetica, Verdana;
    font-size: 8pt;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.truebody
{
    vertical-align: top;
}
/*Image General style */
img
{
    vertical-align: middle;
    text-align: center;
    border: 0;
}
/*End-- Image General style */

/*Anchor - General */

a:link
{
    text-decoration: none;
    color: black;
}
a:visited
{
    text-decoration: none;
    color: Black;
}
a:active
{
    text-decoration: none;
}
a:hover
{
    color: #CC6600;
}
/*a:hover {background-color: #996600;  color: black;  text-decoration:underline;}*/
/* End Anchor*/

.nohovercolor:hover
{
    background-color: white;
}
.master_treeview
{
    margin: 0px;
    padding-bottom: 10px;
    padding-left: 7px;
}
.master_treeview a:hover
{
    color: #FFFFFF;
}


/* Left Bar Titles (Product, Solution,News, RSS Feed)*/
.idx_lefttitle
{
    font-size: 150%;
    font-weight: bolder;
    color: #FFFFFF;
    padding-left: 10px;
    margin: 0px;
}
/* End -- */
/* Left Bar Titles (News, RSS Feed)*/
.idx_NewsHead
{
    color: #FFFFFF;
    background-color: #999999;
}
.idx_NewsContent
{
    background-color: #FFFFFF;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 10pt;
}
.idx_NewsFooter
{
    background-color: #FFFFFF;
    text-align: right;
    padding-bottom: 4px;
}

/* End -- */



/* begin styles for RSS Feed---------------------------------------- */

.rss-box
{
    margin: 0px;
    border-color: White;
    border-width: 5px;
    border-style: solid;
    background-color: White;
    vertical-align: top;
    padding: 0px;
}
.rss-box ul
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}


.rss-items
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
    padding: 0px;
    font-size: 90%; 
}
.rss-item
{
    margin-left: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
}
.rss-item a:link
{
    background-color: #FFFFFF;
    color: #004182;
}
.rss-item a:visited
{
    background-color: #FFFFFF;
    color: #004182;
}
.rss-item a:active
{
    background-color: #FFFFFF;
}
.rss-item a:hover
{
    background-color: #FFFFFF;
    color: #004182;
    font-weight: bolder;
    text-decoration: underline;
}



/* End styles for RSS Feed --------------------------------------------*/




.menu
{
    text-align: center;
    margin: 0px;
    border-left: 43px;
    border-right: 41.7px;
    border-color: #CC6600;
    border-style: solid;
    vertical-align: middle;
}

.menu_item
{
    background-color: #CC6600;
    color: #FFFFFF;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;
    font-size: 125%;
    border-top: 0px;
    border-bottom: 0px;
    border-right: 2px;
    border-left: 0px;
    border-style: solid;
    border-color: White;
}
.menu_item a
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    border: 0px;
}
.menu_item a:link
{
    text-decoration: none;
    color: white;
}
.menu_item a:visited
{
    text-decoration: none;
    color: white;
}
.menu_item a:active
{
    text-decoration: none;
}
.menu_item a:hover
{
    background-color: #996600;
    color: black;
}
.menu_hover
{
    color: #FFFFFF;
}
.menu_item_dyn
{
    font-weight: bold;
    font-size: 125%;
    background-color: #FF9933;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px;
    border-top: 0px;
    border-style: solid;
    border-color: White;
     
}
.menu_item_dyn a
{
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
    margin: 0px;
}
.menu_item_dyn a:link
{
    text-decoration: none;
    color: black;
    font-weight: lighter;
}
.menu_item_dyn a:visited
{
    text-decoration: none;
    color: black;
    font-weight: lighter;
}
.menu_item_dyn a:active
{
    text-decoration: none;
}
.menu_item_dyn a:hover
{
    background-color: #996600;
    color: black;
    font-weight: lighter;
}

/* RadioButtonList CheckboxList to align them --------------------------------------------*/
table.mylist td
{
    vertical-align: top;
}
table.mylist input
{
    width: 20px;
    display: block;
    float: left;
    margin: 0px;
}
table.mylist label
{
   margin:0px;
    display: block;
}
/*------------------------------------------ --------------------------------------------*/
