body{
	margin: 0px;
	padding: 0px;
	  
}
/* Menu-Styles */
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #FFFFFF;
    BORDER-RIGHT: #922222 1px solid; 
    BORDER-TOP: #922222 1px solid; 
    BORDER-LEFT: #922222 1px solid; 
    BORDER-BOTTOM: #922222 1px solid; 
}
.SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: #77796E;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#808F9A;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#922222;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #808F9A;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}
/* 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:#808F9A;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #808F9A;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #808F9A;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
	 color: #808F9A;
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #808F9A;
}

/* 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: #808F9A;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: #ffffff;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #226192;
}
/* 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: #808F9A;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #808F9A;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #808F9A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #808F9A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #922222;
}
/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bolder;
	font-size: 11px;
	background: #922222;
	color: #ffffff;
	font-family: Tahoma;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #808F9A;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #808F9A;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #808F9A;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #808F9A;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #808F9A;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #808F9A;
}

A:link  {
    text-decoration:    none;
    color: #808F9A;
}

A:visited   {
    text-decoration:    none;
    color: #808F9A;
}

A:active    {
    text-decoration:    none;
    color: #808F9A;
}

A:hover {
    text-decoration:    underline;
    color: #FF8400;
}
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: #808F9A;
    height:1pt;
    text-align:left
}
/* Menu-Styles */

/* Main Menu */

.MainMenu_MenuContainer {	
	background-color: Transparent;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_TabRootMenuItem TD{
	background-image: url(companyname02_menubg01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #B0BEC8;
	font-weight: bold;
	font-style: normal; 
	font-size: 10px;
	height: 24px;
}
.MainMenu_TabRootMenuItemSel TD{
	background-image: url(companyname02_menubg02.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal; 
	font-size: 10px;
	height: 24px;
}
.MainMenu_TabMenuItemHover TD{
	background-image: url(companyname02_menubg01.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #B0BEC8;
	font-weight: bold;
	font-style: normal; 
	font-size: 10px;
	height: 24px;
}
.MainMenu_TabMenuItemSelHover TD{
	background-image: url(companyname02_menubg02.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal; 
	font-size: 10px;
	height: 24px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #666666; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	border-left: #320D05 0px solid; 
	border-bottom: #F8F8F8 1px solid; 
	border-top: #F8F8F8 1px solid; 
	border-right: #320D05 0px solid;
	height: 19px;
}
.MainMenu_MenuIcon {
	display: none;
}
.MainMenu_SubMenu {
   padding-left: 3px;
	border-bottom: #320D05 0px solid; 
	border-left: #320D05 0px solid; 
	border-top: #320D05 0px solid;  
	border-right: #320D05 0px solid; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F8F8;
	background-image: url(menu_pic07.jpg);
	background-repeat: repeat-y;
	background-position: left;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='White' , Direction=135, Strength=2);
}
.MainMenu_MenuBreak {
	border-bottom: transparent 0px solid; 
	border-left: transparent 0px solid; 
	border-top: transparent 0px solid;  
	border-right: transparent 0px solid; 
	background-color: transparent; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #EAEAEA;
	color: #333333;
	cursor: hand; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height:19px;
}
.MainMenu_MenuArrow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #F8F8F8 1px solid; 
	border-bottom: #F8F8F8 1px solid; 
	border-top: #320D05 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.Main {
	border-right:  #AAAAAA 1px solid; 
	border-left:  #AAAAAA 1px solid; 
}
/**/
.MenuIcon{
	cursor: pointer;
	cursor: hand;
	background-color: #922222;
	text-align: center;
	width: 15px;
	height: 20px;
	font-size: 12px;
	color: #ffffff;
}
.SubMenu {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #922222;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD{
	border-top: 0px solid;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #922222;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 0px solid #B8B8B8;
	border-right: 0px solid #DE6FFA;	
	border-top: 0px solid #B8B8B8;
	border-left: 0px solid #DE6FFA;
}
.SubItemBreadCrumb{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #ffffff;
	background-color: #922222;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;	
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}
.SubItemSelected
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #226192; 
	background-color: #F4F5F5;
	background-image: none;
	background-repeat: no-repeat;
	border: 0px;
}
.MenuContainer{
	background-color: transparent;
}
/* activate bg image for subitems here */
.MenuItem 
{
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: bolder; 
	font-style: normal; 
	background-color: #922222;
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuArrow
{
	font-family: Tahoma; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuRootArrow
{
	font-family: Tahoma; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	font-size: 12px;
}
/**/
table, tr, td, p {
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px;
}
.companyname02_menubg{
	background-image: url(companyname02_menubg01.jpg);
	height: 24px;
	background-repeat: repeat-x;
}
.companyname02_registerbg_left{
	background-image: url(companyname02_registerbg_left.gif);
	width: 18px;
	height: 17px;
	background-repeat: no-repeat;
}
.companyname02_registerbg_right{
	background-image: url(companyname02_registerbg_right.gif);
	width: 21px;
	height: 17px;
	background-repeat: no-repeat;
}
.companyname02_registerbg{
	background-image:  url(companyname02_registerbg.gif);
	height: 17px;
	background-repeat: repeat-x;
}
.companyname02_search{
	background-image: url(companyname02_search.gif);
	width: 264px;
	height: 15px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}
.companyname02_bannerbg{
	background-image: url(companyname02_bannerbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 143px;
}
/**/
.BannerPane{
	padding: 0px 0px 0px 0px;
}
.TopPane{
	padding: 23px 5px 5px 15px;
}
.TopPane02{
	padding: 11px 14px 22px 5px;
}
.LeftPane{
	padding: 2px 10px 2px 10px;
}
.LeftPane02{
	padding: 20px 5px 2px 2px;
}
.ContentPane{
	padding: 2px 2px 2px 2px;
}
.RightPane{
	padding: 2px 10px 2px 5px;
}
.RightPane02{
	padding: 2px 2px 2px 5px;
}
.BottomPane{
	padding: 2x 2px 2px 2px;
}
.BasePane{
	padding: 2px 5px 2px 5px;
}
/**/
 .SearchButton {
   background: transparent;
   padding: 0px 0px 10px 48px; 
	vertical-align: top;
   cursor: hand; 
   font-size:1px;
   margin: 0px;
}
#dnn_dnnSEARCH_txtSearch { 
   text-align: left; 
   vertical-align: top;
   height:15px; 
   background: transparent; 
   width: 112px; 
   color: #ffffff; 
   padding:1px 1px 1px 2px; 
   border: 0px solid #FFFFFF; 
   cursor:text; 
   font-size: 11px; 
   margin: 0px;
 }
/**/
.login{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
}
A.login:link{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
A.login:visited{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
A.login:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #AA2125;
   text-decoration: underline;
}
A.login:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
.user{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
A.user:link{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
A.user:visited{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
A.user:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #AA2125;
	text-decoration: underline;
}
A.user:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #922222;
	text-decoration: none;
}
.copyright{
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
	font-weight: bold;
}
a.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #000000;
   text-decoration: underline;
	font-weight: bold;
}
a.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
.Terms{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Terms:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Terms:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Terms:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #922222;
   text-decoration: underline;
	font-weight: bold;
}
a.Terms:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
.Privacy{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Privacy:link{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Privacy:visited{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
a.Privacy:hover{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #922222;
   text-decoration: underline;
	font-weight: bold;
}
a.Privacy:active{
	font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
   color:#4F4F4F;
   text-decoration: none;
	font-weight: bold;
}
.BREADCRUMB{
	font-family: Tahoma;
	font-size: 9px;
	color: #474747;
}
A.BREADCRUMB:link{
	font-family: Tahoma;
	font-size: 9px;
	color: #474747;
	text-decoration: none;
}
A.BREADCRUMB:visited{
	font-family: Tahoma;
	font-size: 9px;
	color: #474747;
	text-decoration: none;
}
A.BREADCRUMB:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #AA2125;
	text-decoration: underline;
}
A.BREADCRUMB:active{
	font-family: Tahoma;
	font-size: 9px;
	color: #474747;
	text-decoration: none;
}
.currentdate{
	font-family: Tahoma;
	font-size: 9px;
	color: #474747;
	font-weight: normal;
}
/**/
.companyname02_text01{
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
A.companyname02_text01:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
A.companyname02_text01:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
A.companyname02_text01:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #B0292D;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
A.companyname02_text01:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
	text-decoration: underline;
	line-height: 20px;
}
.companyname02_text02{
	font-family: Tahoma;
	font-size: 11px;
	color: #922222;
	font-weight: bold;
}
.companyname02_text03{
	color: #808F9A;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.companyname02_text04{
	color: #595959;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.companyname02_text05{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

