/*!--*************************************************************--*/
/*!-- 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 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: #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: #E5AD18;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: #B4A232;
}

/* 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: #D5D5D5;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color: #D5D5D5;
}

/* 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: #D5D5D5;
}

/* 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: #000000;
}

/* 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: #D5D5D5;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.DataGrid_Item
{
    background-color:Transparent;
    color: #F2F100;
    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: #B3A131;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #B3A131;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #FEFF14;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #B3A131;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 11px;
	background: #D5D5D5;
	color: #000000;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #EAE809;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #EAE809;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1A130;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #B1A130;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1A130;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #B1A130;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #E5AE15;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #E5AE15;
}

A:link  {
    text-decoration:    none;
    color:  #E5AE15;
}

A:visited   {
    text-decoration:    none;
    color:  #E5AE15;
}

A:hover {
    text-decoration:    underline;
    color:  #E5AE15;
}

A:active    {
    text-decoration:    none;
    color:  #E5AE15;
}

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: 730px;
	background-color: #000000;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.OuterTableBoxed {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
}
.OuterTDBoxed {
	padding: 15px 0 15px 0;
}

.Spired_Bgleft{
	background-image: url(bg.jpg);
	background-repeat: repeat;
	background-position: top right;
	width: *%;
}
.Spired_leftbg{
	background-image: url(bg_fader_left.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	width: 73px;
}
.Spired_Bgright{
	background-image: url(bg2.jpg);
	background-repeat: repeat;
	background-position: top left;
	width: *%;
}
.Spired_rightbg{
	background-image: url(bg_fader_right.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	width: 73px;
}
.Spired_jiao01{
	background-image: url(Spired_jiao01.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
.Spired_jiao02{
	background-image: url(Spired_jiao02.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.Spired_jiao03{
	background-image: url(Spired_jiao03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.Spired_jiao04{
	background-image: url(Spired_jiao04.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 10px;
}
.Spired_pic01{
	background-image: url(Spired_pic01.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 13px;
}
.Spired_pic02{
	background-image: url(Spired_pic02.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.Spired_pic03{
	background-image: url(Spired_pic03.jpg);
	background-repeat: repeat-x;
	height: 13px;
}
.Spired_pic04{
	background-image: url(Spired_pic04.jpg);
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.Spired_pic05{
	background-image: url(Spired_pic05.jpg);
	background-repeat: no-repeat;
	width: 9px;
	height: 13px;
}
.Spired_pic06{
	background-image: url(Spired_pic06.jpg);
	background-repeat: repeat-y;
	width: 9px;
}
.Spired_pic07{
	background-image: url(Spired_pic07.jpg);
	background-repeat: repeat-y;
	width: 9px;
}
.Spired_pic08{
	background-image: url(Spired_pic08.jpg);
	background-repeat: no-repeat;
	height: 83px;
	width: 9px;
}
.Spired_pic09{
	background-image: url(Spired_pic09.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 10px;
}
.Spired_pic10{
	background-image: url(Spired_pic10.jpg);
	background-repeat: repeat-x;
	height: 47px;
}
.Spired_pic11{
	background-image: url(Spired_pic11.jpg);
	background-repeat: no-repeat;
	height: 47px;
	width: 12px;
}
.Spired_pic12{
	background-image: url(Spired_pic12.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.Spired_pic13{
	background-image: url(Spired_pic13.jpg);
	background-repeat: repeat-y;
	width: 9px;
}
.Spired_pic14{
	background-image: url(Spired_pic14.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
}
.Spired_pic15{
	background-image: url(Spired_pic15.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
.Spired_pic16{
	background-image: url(Spired_pic16.jpg);
	background-repeat: repeat-x;
	height: 11px;
}
.Spired_pic17{
	background-image: url(Spired_pic17.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
}
.Spired_pic18{
	background-image: url(Spired_pic18.jpg);
	background-repeat: no-repeat;
	height: 11px;
	width: 9px;
}
.Spired_pic19{
	background-image: url(Spired_pic19.jpg);
	background-repeat: no-repeat;
	height: 9px;
	width: 9px;
}
.Spired_contentbg01{
	background-image: url(Spired_contentbg01.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 10px;
}
.Spired_contentbg02{
	background-image: url(Spired_contentbg02.jpg);
	background-repeat: repeat-x;
	height: 31px;
	text-align: right;
	font-family: Tahoma, Arial, Helvetica;
	font-size:  11px;
	vertical-align: bottom;
	font-weight: bold;
	color: #B4A232;
}
.Spired_contentbg03{
	background-image: url(Spired_contentbg03.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 12px;
}
.Spired_contentbg04{
	background-image: url(Spired_contentbg04.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.Spired_contentbg05{
	background-image: url(Spired_contentbg05.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.Spired_contentbg06{
	background-image: url(Spired_contentbg06.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 13px;
}
.Spired_contentbg07{
	background-image: url(Spired_contentbg07.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 9px;
}
.Spired_contentbg08{
	background-image: url(Spired_contentbg08.jpg);
	background-repeat: repeat-x;
	height: 27px;
}
.Spired_contentbg09{
	background-image: url(Spired_contentbg09.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 8px;
}
.Spired_loginbg01{
	background-image: url(Spired_loginbg01.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 9px;
}
.Spired_loginbg02{
	background-image: url(Spired_loginbg02.jpg);
	background-repeat: repeat-x;
	height: 28px;
}
.Spired_loginbg03{
	background-image: url(Spired_loginbg03.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 9px;
}
.Spired_bg{
	background-image: url(Spired_bg.jpg);
}
.Spired_searchbg{
	background-image: url(Spired_searchbg.jpg);
	background-repeat: no-repeat;
	width: 151px;
	height: 23px;
}
.Spired_padd01{
	padding-right: 5px;
}
.Spired_padd02{
	padding-right: 9px;
}
.Spired_padd03{
	padding-bottom: 6px;
}
.Spired_padd04{
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.Spired_padd05{
	padding-top: 19px;
}
.Spired_padd06{
	padding-top: 4px;
}
.Spired_padd07{
	padding-right: 2px;
}
/**/
.leftpane{
	padding: 3px 4px 3px 5px;
}
.leftpane2{
	padding: 3px 4px 3px 5px;
}
.leftpane3{
	padding: 3px 4px 0px 5px;
}
.toppane{
	padding: 4px 0px 0px 0px;
}
.contentpane{
	padding: 4px 0px 0px 0px;
	width: 100%;
}
.rightpane{
	padding: 4px 0px 0px 4px;
	width: 200px;
}
.bottompane{
	padding: 4px 0px 0px 0px;
	height: 100%;
}
.bottompane1{
	padding: 4px 0px 0px 0px;
}
/* Container for main menu */
.MainMenu_MenuContainer {	
	background: transparent;
	padding: 0px;
	width: 100%;
}
/* Menu bar */
.MainMenu_MenuBar {
	padding: 0px; 
	background: transparent;
	width: 100%;
}
/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	background: #576E74;
	border-left: #576E74 1px solid;
	border-right: #576E74 1px solid;
}
/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #D6D6D6;
	font-size: 11px;
	font-weight: normal;  
	border: #303030 1px solid;
}
/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background: #303030;
	border: #576E74 1px solid;
}
.MainMenu_MenuIcon{
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background: #576E74;
	border: #576E74 1px solid;
}
.MainMenu_MenuArrow
{
	border: 0px;

}
.MainMenu_RootMenuArrow
{
	display: none;
}
/* Elements we don't really need to see */
.MainMenu_MenuBreak {
   display: none;
}
/* Idle state for main menu items */
.MainMenu_Idle {
   font-family: Bauhaus Md BT, Arial, Helvetica, sans-serif;
	background-image: url(Spired_menubg.jpg);
	height: 29px;
	width: 181px;
	font-size: 14px;
	color: #311212;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
}
/* Hover state for main menu items */
.MainMenu_Selected {
   font-family: Bauhaus Md BT, Arial, Helvetica, sans-serif;
	background-image: url(Spired_menubg.jpg);
	height: 29px;
	width: 181px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
}
/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
   font-family: Bauhaus Md BT, Arial, Helvetica, sans-serif;
	background-image: url(Spired_menubg.jpg);
	height: 29px;
	width: 181px;
	font-size: 14px;
	color: #815D5E;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: transparent;
}
/**/
.copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D5D5;
}
A.copyright:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D5D5;
	text-decoration: none;
}
A.copyright:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D5D5;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
   text-decoration: underline;
}
A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D5D5D5;
	text-decoration: none;
}
.links{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
}
A.links:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
A.links:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
A.links:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
   text-decoration: underline;
}
A.links:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
}
.currentdate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030906;
}
A.currentdate:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030906;
	text-decoration: none;
}
A.currentdate:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030906;
	text-decoration: none;
}
A.currentdate:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030906;
   text-decoration: underline;
}
A.currentdate:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #030906;
	text-decoration: none;
}
.breadcrumb{
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	font-weight: bold;
}
A.breadcrumb:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	font-weight: bold;
	text-decoration: none;
}
A.breadcrumb:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	font-weight: bold;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	font-weight: bold;
   text-decoration: underline;
}
A.breadcrumb:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #5D5D5D;
	font-weight: bold;
	text-decoration: none;
}
.Head_object, a.Head_object:link, a.Head_object:visited, a.Head_object:active { 
	color: #BDBDBD; 
	background: url(Spired_loginbg04.jpg) no-repeat left; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	height:17px; 
	padding: 2px 0 0 16px; 
	margin: 0 0px 0 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
a.Head_object:hover { 
	background: url(Spired_loginbg04.jpg) no-repeat left; 
	color: #BDBDBD; 
	font-weight: bold; 
	font-size: 11px; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif;
}
.Head_objectLogin { 
	color: #BDBDBD; 
	background: url(Spired_loginbg04.jpg) no-repeat left; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	height: 17px; 
	padding: 2px 0 0 16px; 
	margin: 0 0px 0 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
.Head_objectUser { 
	color: #BDBDBD; 
	background: url(Spired_loginbg04.jpg) no-repeat left; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	height: 17px; 
	padding: 2px 0 0 16px; 
	margin: 0 0px 0 12px; 
	font-family: Arial, Helvetica, sans-serif;
}

/**/
.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: 117px; color: #000000; padding: 4px 0px 2px 2px; border: 0px solid #FFFFFF; cursor:text; font-size: 11px;}
/**/
.Spired_font01{
	font-family: Tahoma;
	font-size: 11px;
	color: #898989;
	line-height: 160%;
}
.Spired_font02{
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#898989;
}
.Spired_font03{
font-family: Tahoma;
font-size:11px;
font-weight: bold;
color:#B3A233;
}
.Spired_font04{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#FFFF18;
}
A.Spired_font04:link{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#FFFF18;
text-decoration:underline;
padding-right:5px;
}
A.Spired_font04:visited{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#FFFF18;
text-decoration:underline;
padding-right:5px;
}
A.Spired_font04:hover{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#FFFF18;
text-decoration:underline;
padding-right:5px;
}
A.Spired_font04:active{
font-family: Tahoma;
font-size:11px;
font-weight: normal;
color:#FFFF18;
text-decoration:underline;
padding-right:5px;
}
.Spired_font05{
background-image:url(Spired_pic003.jpg);
background-repeat:no-repeat;
width:422px;
height:109px;
}
.Spired_font06{
padding:6px 0 0 15px;
}