/*!--*************************************************************--*/
/*!-- Dotnetnuke skins - http://www.2designstudio.net     --*/                                                                                                              
/*!-- Copyright (c) 2003-2008 www.2designstudio.net   --*/                                                                                             
/*!-- support@2designstudio.net --*/                                                                                       
/*!--*************************************************************--*/


body{
	margin: 0px;
	padding: 0px;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #ffffff;
    BORDER-RIGHT: #ffffff 0px solid; 
    BORDER-TOP: #ffffff 0px solid; 
    BORDER-LEFT: #ffffff 0px solid; 
    BORDER-BOTTOM: #ffffff 0px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #898989;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#898989;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#898989;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#818070;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#898989;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #76000E;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #882D3C;
}

/* 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: #A6A6A6;
}

/* 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;
	 color: #A6A6A6;
}

/* 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: #333;
}

/* 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: #A6A6A6;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #882D3C;
    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: #B3A131;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #882D3C;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #882D3C;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #74000B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #882D3C;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #AC003A;
	color: #ffffff;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #860001;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #860001;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #394E9F;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #394E9F;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #394E9F;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #394E9F;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #394E9F;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #394E9F;
}

A:link  {
    text-decoration:    none;
    color:  #394E9F;
}

A:visited   {
    text-decoration:    none;
    color:  #394E9F;
}

A:hover {
    text-decoration:    underline;
    color:  #394E9F;
}

A:active    {
    text-decoration:    none;
    color:  #394E9F;
}

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: #CCCCCC;
    height:1pt;
    text-align:left
}

.StandardWidth {
	width: 764px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
	background-color: #C6C6C6;
}
.tablemar{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Company_bannerbg01{
	background-image: url(Company_bannerbg01.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 174px;
}
.Company_bannerbg02{
	background-image: url(Company_bannerbg02.jpg);
	background-repeat: repeat;
	height: 174px;
}
.Company_bannerbg03{
	background-image: url(Company_bannerbg03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 174px;
	padding-top: 6px;
}
.Company_bannerbg04{
	background-image: url(Company_bannerbg04.jpg);
	background-repeat: no-repeat;
	width: 14px;
	height: 174px;
}
.Company_leftbg{
	background-image: url(Company_leftbg.jpg);
	background-repeat: repeat-y;
	width: 5px;
}
.Company_rightbg{
	background-image: url(Company_rightbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
}
.Company_bottombg01{
	background-image: url(Company_bottombg01.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 36px;
}
.Company_bottombg02{
	background-image: url(Company_bottombg02.jpg);
	background-repeat: repeat-x;
	height: 36px;
	padding-bottom: 7px;
}
.Company_bottombg03{
	background-image: url(Company_bottombg03.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 36px;
}
.Company_datebg01{
	background-image: url(Company_datebg01.jpg);
	background-repeat: no-repeat;
	width: 24px;
	height: 22px;
}
.Company_datebg02{
	background-image: url(Company_datebg02.jpg);
	background-repeat: repeat-x;
	height: 22px;
}
.Company_datebg03{
	background-image: url(Company_datebg03.jpg);
	background-repeat: no-repeat;
	width: 34px;
	height: 22px;
}
.Company_menubg{
	background-image: url(Company_menubg01.jpg);
	background-repeat: repeat-x;
	height: 40px;
	padding-left: 50px;
}
.Company_searchbg01{
	background-image: url(Company_searchbg01.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 23px;
}
.Company_searchbg02{
	background-image: url(Company_searchbg02.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 5px;
}
.Company_searchbg03{
	background-image: url(Company_searchbg03.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 11px;
}
.Company_searchbg04{
	background-image: url(Company_searchbg04.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 9px;
}
.Company_padd01{
	padding: 1px;
}
.Company_padd02{
	padding-bottom: 14px;
	padding-top: 5px;
}
.Company_padd03{
	padding-top: 4px;
}
.Company_padd04{
	padding-left: 9px;
	padding-right: 5px;
}
.Company_padd05{
	padding-right: 24px;
}
.Company_padd06{
	padding: 0px 11px 0px 11px;
}
/**/
.toppane01{
	padding: 0px;
}
.toppane02{
	padding: 0px 7px 0px 7px;
}
.leftpane01{
	padding: 0px 7px 0px 0px;
}
.leftpane{
	padding: 0px 7px 0px 7px;
}
.rightpane01{
	padding: 0px 0px 0px 7px;
}
.rightpane{
	padding: 0px 7px 0px 7px;
}
.bottompane01{
	padding: 0px 7px 0px 7px;
}
.bottompane02{
	padding: 0px;
}
.contentpane{
	padding: 0px 7px 0px 7px;
}
/**/
.ModuleTitle_MenuContainer {
   background-position: top;
}
.ModuleTitle_MenuBar {
	cursor: hand;
	background-color: Transparent;
	background-position: top;
}
.ModuleTitle_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	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-size: 11px; 
	background-position: top;
	font-weight: normal; 
	font-style: normal;
	color: #FFE100;
}
.ModuleTitle_MenuArrow {
	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-size: 11px; 
	background-position: top;
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuContainer {	
	background-color: Transparent;
	background-position: top;
   margin:0px auto;
}
.MainMenu_MenuBar {
}
.RootItem TD{
	background-image: url(Company_menubg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	color: #F1F1F1;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 15px 0px 15px;
}
.RootItemActive TD{
	background-image: url(Company_menubg01.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	color: #F1F1F1;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 15px 0px 15px;
}
.RootItemSelected TD{
	background-image: url(Company_menubg03.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	color: #F1F1F1;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 15px 0px 15px;
}
.RootItemBreadCrumb TD{
	background-image: url(Company_menubg03.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	color: #F1F1F1;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 15px 0px 15px;
}
.MainMenu_MenuItem {
	cursor: hand; 
	color: #C6C6C6; 
	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 {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: #90908E;
	cursor: hand; 
	color: #FFE100;
	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;
}
/**/
.SearchButton {
   background: transparent;
   padding: 0px 0px 20px 30px;
   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: 154px; color: #000000; padding: 4px 0px 2px 5px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/**/
.breadcrumb{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
}
A.breadcrumb:link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
	text-decoration: none;
}
A.breadcrumb:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
   text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E7E7E;
	font-weight: normal;
	text-decoration: none;
}
.copyright{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
A.copyright:link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.copyright:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
   text-decoration: underline;
}
A.copyright:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.login, A.login:link, A.login:visited, A.login:active{
   color: #4A4F52; 
	background: url(Company_loginbg.jpg) no-repeat bottom left;  
   font-family: tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
	height:17px; 
   float: right;
	padding: 2px 0 0 20px; 
	margin: 0 0px 0 16px;
}
A.login:hover{
   background: url(Company_loginbghover.jpg) no-repeat bottom left; 
	color: #444444; 
	font-family: tahoma; 
	font-weight:bold; 
	font-size: 11px; 
	text-decoration: none;
}
/**/
.company_font01{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
}
.company_font02{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
font-weight:bold;
}
.company_font03{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
font-weight:bold;
}
A.company_font03:link{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image:url(Company_pic02.jpg);
background-repeat: no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font03:visited{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image:url(Company_pic02.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font03:hover{
font-family:tahoma;
font-size:11px;
color:#333;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image:url(Company_pic02.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font03:active{
font-family:tahoma;
font-size:11px;
color:#7F7F7F;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image:url(Company_pic02.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
.company_font04{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
font-weight:bold;
}
A.company_font04:link{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image: url(Company_pic04.jpg);
background-repeat: no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font04:visited{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image: url(Company_pic04.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font04:hover{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image: url(Company_pic04.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
A.company_font04:active{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
font-weight:bold;
text-decoration:underline;
background-image: url(Company_pic04.jpg);
background-repeat:no-repeat;
background-position:left bottom;
padding-left:16px;
}
.company_font05{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
text-decoration: none;
}
A.company_font05:link{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
text-decoration: none;
}
A.company_font05:visited{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
text-decoration: none;
}
A.company_font05:hover{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
text-decoration: none;
}
A.company_font05:active{
font-family:tahoma;
font-size:11px;
color:#B90202;
line-height:150%;
text-decoration: none;
}

