﻿/*!--*************************************************************--*/                                                                                  
/*!--*************************************************************--*/


body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #fff;
}
.contentcpy {
	font-size: 13px;
	color: #5f6062;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 18px;
}

.sbsidebar {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 16px;
	color: F98817;
}
.maincopy {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	padding-left: 4px;
	line-height: 20px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 1px solid; 
    BORDER-TOP: #ffffff 1px solid; 
    BORDER-LEFT: #ffffff 1px solid; 
    BORDER-BOTTOM: #ffffff 1px solid; 
}

.SkinObject {
	font-weight: bold;
	font-size: 8.5pt;
	color: #F98817;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#F98817;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#F98817;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#F98817;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#2854AB;
}

/* style for module titles */

/* style of item titles on edit and admin pages */
.Head   {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  18px;
	font-weight:    normal;
	color: #EF8816;
}
.SubHead    {
	font-family: Tahoma, Arial, Helvetica;
	font-size:  14px;
	font-weight:    bold;
	color: #EF8816;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #545454;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #1E4B84;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
    background-color:White;
    color: Red;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_Container
{
	background-color: Transparent;
}
.DataGrid_Footer
{
    background-color:White;
}
.DataGrid_Header
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: Black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
.DataGrid_SelectedItem
{
    background-color: Silver;
    color: Blue;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #666;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #333;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #666;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #EF8816;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #EF8816;
}

H2  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 17px;
	font-weight: lighter;
	color: #EF8816;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1B1B1;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1B1B1;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #B1B1B1;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #B1B1B1;
}

A:link  {
    text-decoration:    none;
    color:  #F98817;
}

A:visited   {
    text-decoration:    none;
    color:  #F98817;
}

A:hover {
    text-decoration:    underline;
    color:  #F98817;
}

A:active    {
    text-decoration:    none;
    color:  #F98817;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}
OL UL LI   {
    list-style-type:    disc;
}

HR {
    color: #B1B1B1;
    height:1pt;
    text-align:left
}

.StandardWidth {
	width: 871px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.software_padd01{
	padding-top: 55px;
	padding-bottom: 50px;
}
.software_padd02{
	padding-top: 4px;
	padding-right: 20px;
}
.software_padd03{
	padding-top: 2px;
}
.software_padd04{
	padding-top: 10px;
}
.software_topbg01{
	background-image: url("img/Software_topbg01.jpg");
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}
.software_topbg02{
	background-image: url("img/Software_topbg02.jpg");
	background-repeat: no-repeat;
	width: 11px;
	height: 11px;
}
.software_bottombg01{
	background-image: url("img/Software_bottombg01.jpg");
	background-repeat: no-repeat;
	width: 11px;
	height: 9px;
}
.software_bottombg02{
	background-image: url("img/Software_bottombg02.jpg");
	background-repeat: no-repeat;
	width: 11px;
	height: 9px;
}
.software_bannerbg01{
	background-image: url("img/Software_bannerbg01.jpg");
	background-repeat: no-repeat;
	width: 11px;
	height: 182px;
}
.software_bannerbg02{
	background-image: url('Software_bannerbg02.jpg');
	background-repeat: repeat-x;
	height: 182px;
}
.software_bannerbg03{
	background-image: url("img/Software_bannerbg03.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 182px;
	background-color: #FFFFFF;
}
.software_datebg01{
	background-image: url("img/Software_datebg01.jpg");
	background-repeat: no-repeat;
	width: 25px;
	height: 33px;
}
.software_datebg02{
	background-image: url("img/Software_datebg02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	height: 33px;
}
.software_datebg03{
	background-image: url("img/Software_datebg03.jpg");
	background-repeat: repeat-x;
	height: 33px;
}
.software_datebg04{
	background-image: url("img/Software_datebg04.jpg");
	background-repeat: no-repeat;
	width: 16px;
	height: 33px;
}
.software_copyrightbg01{
	background-image: url("img/Software_copyrightbg01.jpg");
	background-repeat: no-repeat;
	background-position: left;
	height: 35px;
}
.software_copyrightbg02{
	background-image: url("img/Software_copyrightbg02.jpg");
	background-repeat: repeat-x;
	height: 35px;
}
.software_copyrightbg03{
	background-image: url("img/Software_copyrightbg03.jpg");
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
}
.software_searchbg01{
	background-image: url("img/Software_searchbg01.jpg");
	background-repeat: no-repeat;
   width: 132px;
	height: 21px;
}
.software_searchbg02{
	background-image: url("img/Software_searchbg02.jpg");
	background-repeat: no-repeat;
   width: 132px;
	height: 19px;
}

/**/

.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}

.RootItem TD{
	background-image: none;
	background-color: transparent;
	color: #ECEED6;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemActive TD{
	background-image: none;
	background-color: transparent;
	color: #F0A033;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-image: none;
	background-color: transparent;
	color: #F0A033;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-image: none;
	background-color: transparent;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	cursor: hand;
	color: #ECEED6;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	background-position: top;
	border-left: #FFFFFF 0px solid;
	border-bottom: #3BA5BF 0px solid;
	border-top: #3BA5BF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #8C9334; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
	text-align: center; 
	width: 15; 
	height: 20;
}
.MainMenu_SubMenu {
	border-bottom: #363636 1px solid;
	border-left: #363636 1px solid;
	border-top: #363636 1px solid;
	border-right: #363636 1px solid;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-position: top;
	background-color: #8C9334;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
	margin-top: 3px;
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #E37D22;
	cursor: hand;
	color: #FFFFFF;
	background-position: top;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: 20px;
}
.MainMenu_MenuArrow {
   display: none;
}
.MainMenu_RootMenuArrow {
   display: none;
}
.Main {
	border-right: #AAAAAA 1px solid; 
	border-left: #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color:#fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #8C9334;
	border-left: #333 1px solid;
	border-bottom: #333 1px solid;
	border-top: #333 1px solid;
	text-align: center;
}
.ModuleTitle_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #8C9334;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#ffffff', Direction=135, Strength=0);
	border-bottom: #000 1px solid;
	border-left: #000 1px solid;
	border-top: #000 1px solid;
	border-right: #000 1px solid;
}
.ModuleTitle_MenuBreak {
	border-bottom: #000 1px solid; 
	border-left: #000 0px solid; 
	border-top: #000 1px solid;  
	border-right: #000 0px solid; 
	background-color: #8C9334; 
	height: 1px;
}
.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #fff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: #666;
	border: 1px solid #333;
}
.ModuleTitle_MenuArrow {
   display: none;
}
.ModuleTitle_RootMenuArrow {
   display: none;
}
/**/

#skin071221 .rootmenuitemselected DIV{ background: url("img/Software_menubg01.jpg") left top no-repeat #B82201; margin-top:-1px;}
#skin071221 .rootmenuitembreadcrumb DIV{ background: url("img/Software_menubg01.jpg") left top no-repeat #B82201; margin-top:-1px;}
#skin071221 .rootmenuitemselected DIV DIV{background: url("img/Software_menubg02.jpg") right top no-repeat; height:64px; margin-top:0px; color: #fff; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}
#skin071221 .rootmenuitembreadcrumb DIV DIV{ background: url("img/Software_menubg02.jpg") right top no-repeat; height:64px; margin-top:0px; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px;}

/**/
.contentpane{
	padding: 0px;
}
.toppane01{
	padding: 0px 4px 0px 4px;
}
.toppane02{
	padding: 0px 4px 0px 4px;
}
.leftpane01{
	padding: 0px 4px 0px 0px;
}
.leftpane{
	padding: 0px 4px 0px 4px;
}
.rightpane01{
	padding: 0px 4px 0px 4px;
	text-align: right;
}
.rightpane{
	padding: 0px 4px 0px 4px;
}
.bottompane01{
	padding: 0px 4px 0px 4px;
}
.bottompane02{
	padding: 0px 4px 0px 4px;
}

/**/
.login, A.login:link, A.login:visited, A.login:active{
   color: #FFFFFF; 
	background: url("img/Software_loginbg.jpg") no-repeat left;  
   font-family: tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
	height:24px; 
	float: right;
	padding: 1px 0 0 20px; 
	margin: 0 0px 0 16px;
}
A.login:hover{
   background: url("img/Software_loginbg.jpg") no-repeat left; 
	color: #FFFFFF; 
	font-family: tahoma; 
	font-weight:bold; 
	font-size: 11px; 
	text-decoration: none;
	padding: 2px 0 0 20px; 
}
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active {
	color: #9C9B9B;
	font-size: 10px; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
A.breadcrumb:hover { 
	color: #9C9B9B; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}
.currentdate { 
	color: #9C9B9B; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none; 
}

/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 20px;
   cursor: hand; 
   font-size:1px;
	vertical-align: top;
   margin: 0 0 0 0px;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
	vertical-align: middle;  
	height:20px; 
	background: transparent; 
	width: 100px; 
	color: #000000; 
	padding: 3px 2px 2px 2px; 
	border: 0px solid #FFFFFF; 
	cursor:text; 
	font-size: 11px;
}

/**/
.software_font01{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#9B9B9B;
line-height:120%;
}
.software_font02{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#9B9B9B;
line-height:120%;
font-weight:bold;
}
.contentpane h3 {
	font-size: 16px;
	font-weight: bold;
	color: #58B1B4;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	margin-top: 21px;
}
.contentpane p {
	line-height: 170%;
	font-size: 13px;
	color: #5F6062;
}
.contentpane ul, .contentpane ol {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	line-height: 170%; font-size: 13px;
}

div.pfptranscontainer
{ padding-left: 15px; padding-right: 15px; width: 625px; 
    }
 
h2.transtextcontainer_title  {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #EF8816;
}
#login {
	text-align: center;
}
#login a {
}
.newsidebar {
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
}
.newsidebarhl {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	padding:4px;
}
.sp-dd {
	color: #000000; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.homebox{
  padding-top:16px; 
  font-family:Tahoma, Arial, Helvetica; 
  font-size:11px; 
  line-height:14px; 
  font-weight: bold; 
  color:#F98817;
  padding-right:10px;
}
.hometxt{
font-family:Tahoma, Arial, Helvetica;
font-size:11px; 
line-height:14px; 
font-weight: bold; 
color:#545454;

}

.homeheader{
font-family:Tahoma, Arial, Helvetica;
font-size:14px; 
line-height:14px; 
font-weight: bold; 
color:#545454;

}
#homelink{
color:#545454;
text-decoration: underline;

}
#homelink:hover {
color: #F98817; 
text-decoration: underline
}

.setxtsub{
    font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: #666666;

} 

#selink { color:#5f6062;
text-decoration: underline;
}
.hptabs {
	font-size: 13px;
	color: #5f6062;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 21px;
}

