body{
	margin: 0px;
	padding: 0px;
}
.table, tr, td, p {
   font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #0C0C0C;
    BORDER-RIGHT: #0C0C0C 1px solid; 
    BORDER-TOP: #0C0C0C 1px solid; 
    BORDER-LEFT: #0C0C0C 1px solid; 
    BORDER-BOTTOM: #0C0C0C 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #D9F200;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#D9F200;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#D9F200;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#D9F200;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#545454;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #DAF301;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #DBF403;
}

/* 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: #DBF403;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #767676;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #466929;
}

/* 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;
	 color: #466929;
}
/* 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: #767676;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #767676;
    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;
	 color: #466929;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #7C7C7C;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #7C7C7C;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #7C7C7C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FFFFFF;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #847B02;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #D9F300;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #D9F300;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #D9F300;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #FFFFFF;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #FFFFFF;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #7C7C7C;
}

A:link  {
    text-decoration:    none;
    color:  #7C7C7C;
}

A:visited   {
    text-decoration:    none;
    color:  #7C7C7C;
}

A:active    {
    text-decoration:    none;
    color:  #7C7C7C;
}

A:hover {
    text-decoration:    underline;
    color:  #EBDE1E;
}

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;
}

HR {
    color: #7C7C7C;
    height:1pt;
    text-align:left
}

.Software_backbg{
	background-image: url(Software_backbg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #546E15;
}
.Software_leftbg01{
	background-image: url(Software_leftbg01.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.Software_leftbg02{
	background-image: url(Software_leftbg02.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.Software_rightbg01{
	background-image: url(Software_rightbg01.jpg);
	background-repeat: repeat-y;
	background-position:left;
}
.Software_rightbg02{
	background-image: url(Software_rightbg02.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Software_topbg01{
	background-image: url(Software_topbg01.jpg);
	background-repeat: repeat-x;
	height: 107px;
}
.Software_topbg02{
	background-image: url(MM_topbg02.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 107px;
}
.Software_bannerbg{
	background-image: url(MM_bannerbg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	height: 155px;
}
.Software_bannerbg01{
	background-image: url(Software_bannerbg01.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
.Software_menubg{
	background-image: url(Software_menubg02.jpg);
	background-repeat: repeat-x;
	height: 24px;
	padding-left: 20px;
}
.Software_searchbg01{
	background-image: url(Software_searchbg01.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 35px;
}
.Software_searchbg02{
	background-image: url(Software_searchbg02.jpg);
	background-repeat: repeat-x;
	height: 35px;
}
.Software_searchbg03{
	background-image: url(Software_searchbg03.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 35px;
}
.Software_searchbg04{
	background-image: url(Software_searchbg04.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 25px;
}
.Software_searchbg05{
	background-image: url(Software_searchbg05.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
.Software_searchbg06{
	background-image: url(Software_searchbg06.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 25px;
}
.Software_searchbg07{
	background-image: url(Software_searchbg07.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}
.Software_searchbg08{
	background-image: url(Software_searchbg08.jpg);
	background-repeat: repeat-x;
	height: 24px;
}
.Software_searchbg09{
	background-image: url(Software_searchbg09.jpg);
	background-repeat: no-repeat;
	width: 44px;
	height: 24px;
}
.Software_bottombg01{
	background-image: url(Software_bottombg01.jpg);
	background-color: #2A2A2A;
	background-repeat: no-repeat;
	padding-left: 314px;
	background-position: left;
	height: 32px;
}
.Software_bottombg02{
	background-image: url(Software_bottombg02.jpg);
	background-repeat: repeat-x;
	height: 12px;
}
/**/
.bannerpane {
	width: 100%;
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 8px;
}
.leftpane {
	background-color: transparent;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 10px;
}
.contentpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 8px;
}
.contentpane01 {
	padding: 0px;
}
.rightpane {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 8px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 8px;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.ModuleTitle_MenuIcon {
	cursor: hand; 
	background-position: top;
	text-align: center; 
	color: #343434;
	background-color: #000000; 
	border-left: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #3BA5BF 0px solid; 
}
.ModuleTitle_SubMenu {
	border-bottom: #363636 1px solid; 
	background-position: top;
	border-left: #363636 1px solid; 
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	color: #343434;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.ModuleTitle_MenuBreak {
	border-bottom: #FFFFFF 0px solid; 
	background-position: top;
	border-left: white 0px solid; 
	border-top: #FFFFFF 0px solid;  
	border-right: #FFFFFF 0px solid; 
	background-color: #A0A0A0;
	height: 1px;
	color: #343434;
}
.ModuleTitle_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFE100;
}
.ModuleTitle_MenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-position: top;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid; 
	border-bottom: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
/* Main Menu */
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
}
.RootItem TD{
	background-color: transparent;
	background-image: url(Software_menubg02.jpg);
	height: 24px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
	color: #C6C6C6;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemActive TD{
	background-color: transparent;
	background-image: url(Software_menubg02.jpg);
	height: 24px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
	color: #C6C6C6;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemSelected TD{
	background-color: transparent;
	background-image: url(Software_menubg02.jpg);
	height: 24px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
	color: #DAF400;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.RootItemBreadCrumb TD{
	background-color: transparent;
	background-image: url(Software_menubg02.jpg);
	height: 24px;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-size: 12px;
	color: #f1f1f1;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	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: #000000; 
	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; 
	background-position: top;
	border-top: #363636 1px solid;  
	border-right: #363636 1px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	background-color: #363636; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray' , Direction=135, Strength=0);
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	background-position: top;
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: #A0A0A0; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	color: #FFE100;
	background-position: top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:20px;
}
.MainMenu_MenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	background-position: top;
	border-right: #3BA5BF 0px solid; 
	border-bottom: #3BA5BF 0px solid; 
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
	background-position: top;
}
/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 55px; 
   cursor: hand; 
   font-size:1px;
   margin: 0 0 0 0px;
}
 #dnn_dnnSEARCH_txtSearch { text-align: left; vertical-align: middle;  height:20px; background: transparent; width: 106px; color: #121212; padding: 2px 5px 2px 0px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/**/
.login{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#FFF600;
   font-weight: bold;
}
A.login:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF600;
	text-decoration: none;
   font-weight: bold;
}
A.login:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF600;
	text-decoration: none;
   font-weight: bold;
}
A.login:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF600;
   text-decoration: underline;
   font-weight: bold;
}
A.login:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF600;
	text-decoration: none;
   font-weight: bold;
}
.search{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
   color:#FFFFFF;
   font-weight: normal;
	letter-spacing: -1px;
}
A.search:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
   font-weight: normal;
}
A.search:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
   font-weight: normal;
}
A.search:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
   text-decoration: underline;
   font-weight: normal;
}
A.search:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration: none;
   font-weight: normal;
}
.copyright{
   font-family: Tahoma;
   font-size: 11px;
   color:#C6C106;
   font-weight: normal;
}
A.copyright:link{
	font-family: Tahoma;
	font-size: 11px;
	color:#C6C106;
	text-decoration: none;
   font-weight: normal;
}
A.copyright:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #C6C106;
	text-decoration: none;
   font-weight: normal;
}
A.copyright:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #C6C106;
   text-decoration: underline;
   font-weight: normal;
}
A.copyright:active{
	font-family: Tahoma;
	font-size: 11px;
	color:#C6C106;
	text-decoration: none;
   font-weight: normal;
}
/**/
.Software_font01{
font-family:Arial, Helvetica, sans-serif;
line-height:150%;
color:#7C7C7C;
font-size:11px;
}
.Software_font02{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#ECDF21;
font-weight:bold;
}
.Software_font03{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
color:#7C7C7C;
font-size:11px;
}
