/*!--*************************************************************--*/
/*!-- Dotnetnuke skins - http://www.2designstudio.net     --*/                                                                                                              
/*!-- Copyright (c) 2003-2008 www.2designstudio.net   --*/                                                                                             
/*!-- support@2designstudio.net --*/                                                                                       
/*!--*************************************************************--*/


body{
   background-color: transparent;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
    background-color: #F9EADD;
    BORDER-RIGHT: #F9EADD 1px solid; 
    BORDER-TOP: #F9EADD 1px solid; 
    BORDER-LEFT: #F9EADD 1px solid; 
    BORDER-BOTTOM: #F9EADD 1px solid; 
}

.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #888888;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link {
    text-decoration:    none;
    color:#888888;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#888888;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#888888;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#888888;
}

/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  14px;
    font-weight:    normal;
    color: #888888;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #888888;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #888888;
}

/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: #888888;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 10px;
    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: 11px;
    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: 10px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #888888;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #888888;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #888888;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #888888;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	background: #F4F2F3;
	color: #CD7629;
	font-family: Verdana, sans-serif;
}

    
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #888888;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #888888;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #888888;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #888888;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #888888;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  10px;
    font-weight:    bold;
    color: #888888;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #888888;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #888888;
}

A:link  {
    text-decoration:    none;
    color:  #888888;
}

A:visited   {
    text-decoration:    none;
    color:  #888888;
}

A:hover {
    text-decoration:    underline;
    color:  #888888;
}

A:active    {
    text-decoration:    none;
    color:  #888888;
}

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: #888888;
    height:1pt;
    text-align:left
}


.StandardWidth {
	width: 809px;
}
.FullHeight {
	height: 100%;
}
.FullWidth {
	width: 100%;
}
.OuterTable {
	width: 100%;
	height: 100%;
}
.sw_topbg01{
	background-image: url(sw_topbg01.jpg);
	background-repeat: no-repeat;
	width: 37px;
	height: 43px;
}
.sw_topbg02{
	background-image: url(sw_topbg02.jpg);
	background-repeat: repeat-x;
	height: 43px;
}
.sw_topbg03{
	background-image: url(sw_topbg04.jpg);
	background-repeat: no-repeat;
	width: 45px;
	height: 43px;
}
.sw_topbg04{
	background-image: url(sw_topbg03.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 43px;
}
.sw_topbg05{
	background-image: url(sw_topbg05.jpg);
	background-repeat: no-repeat;
	width: 23px;
	height: 22px;
}
.sw_topbg06{
	background-image: url(sw_topbg06.jpg);
	background-repeat: repeat-x;
	height: 22px;
}
.sw_topbg07{
	background-image: url(sw_topbg07.jpg);
	background-repeat: no-repeat;
	width: 20px;
	height: 22px;
}
.sw_leftbg01{
	background-image: url(sw_leftbg01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 19px;
}
.sw_leftbg02{
	background-image: url(sw_leftbg02.jpg);
	background-repeat: repeat-y;
	width: 19px;
}
.sw_leftbg03{
	background-image: url(sw_leftbg03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 19px;
}
.sw_rightbg01{
	background-image: url(sw_rightbg01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 19px;
}
.sw_rightbg02{
	background-image: url(sw_rightbg02.jpg);
	background-repeat: repeat-y;
	width: 19px;
}
.sw_rightbg03{
	background-image: url(sw_rightbg03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 19px;
}
.sw_searchbg01{
	background-image: url(sw_searchbg01.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 21px;
}
.sw_searchbg02{
	background-image: url(sw_searchbg02.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 26px;
}
.sw_bottombg01{
	background-image: url(sw_bottombg01.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 43px;
}
.sw_bottombg02{
	background-image: url(sw_bottombg02.jpg);
	background-repeat: repeat-x;
	height: 43px;
}
.sw_bottombg03{
	background-image: url(sw_bottombg03.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 43px;
}
.sw_bottombg04{
	background-image: url(sw_bottombg04.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
.sw_menubg01{
	background-image: url(sw_menubg01.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 4px;
}
.sw_menubg02{
	background-image: url(sw_menubg02.jpg);
	background-repeat: repeat-x;
	height: 4px;
}
.sw_menubg03{
	background-image: url(sw_menubg03.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 4px;
}
.sw_menubg04{
	background-image: url(sw_menubg04.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 32px;
}
.sw_menubg05{
	background-image: url(sw_menubg05.jpg);
	background-repeat: repeat-x;
	height: 32px;
}
.sw_menubg06{
	background-image: url(sw_menubg06.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 32px;
}
.sw_menubg07{
	background-image: url(sw_menubg07.jpg);
	background-repeat: no-repeat;
	width: 18px;
	height: 3px;
}
.sw_menubg08{
	background-image: url(sw_menubg08.jpg);
	background-repeat: repeat-x;
	height: 3px;
}
.sw_menubg09{
	background-image: url(sw_menubg09.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 3px;
}
.sw_login{
	background-image: url(sw_login.jpg);
	background-repeat: no-repeat;
	width: 29px;
	height: 43px;
}
.sw_padd01{
	padding-top: 50px;
}
.sw_padd02{
	padding-left: 11px;
	padding-right: 9px;
	padding-top: 5px;
}
.sw_padd03{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.sw_padd04{
	padding-bottom: 3px;
}
/**/
.toppane{
	padding: 0px;
}
.leftpane{
	padding: 0px;
	padding-right: 6px;
}
.leftpane01{
	padding: 0px;
}
.contentpane{
	padding: 0px;
}
.rightpane{
	padding: 0px;
	padding-left: 6px;
}
.rightpane01{
	padding: 0px;
}
.bottompane{
	padding: 0px;
}

/**/
.login, A.login:link, A.login:visited, A.login:active{
   color: #D1D1D1; 
   font-family: Tahoma; 
	font-size: 11px; 
	font-weight:bold; 
	text-decoration: none; 
}
A.login:hover{
	color: #D1D1D1; 
	font-family: Tahoma; 
	font-weight:bold; 
	font-size: 11px; 
	text-decoration: none;
}
.copyright, A.copyright:link, A.copyright:visited, A.copyright:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
}
A.copyright:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DCDCDC;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb, A.breadcrumb:link, A.breadcrumb:visited, A.breadcrumb:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9B9B;
	font-weight: normal;
	text-decoration: none;
}
A.breadcrumb:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9C9B9B;
	font-weight: normal;
	text-decoration: none;
}


/**/
.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; 
}
.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: #FF9900;
}
.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{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 18px 0px 18px;
	background-color: transparent;
}
.RootItemActive TD{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 18px 0px 18px;
	background-color: transparent;
}
.RootItemSelected TD{
	color: #f1f1f1;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 18px 0px 18px;
	background-color: transparent;
}
.RootItemBreadCrumb TD{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	padding: 0px 18px 0px 18px;
	background-color: transparent;
}
.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 {
   margin-top: 2px;
	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; 
}
.MainMenu_MenuBreak {
   display:none;
}
.MainMenu_MenuItemSel {
	background-color: transparent;
	cursor: hand; 
	color: #FF9900;
	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 16px;
   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: 140px; 
	color: #666; 
	padding: 3px 2px 2px 2px; 
	border: 0px solid #FFFFFF; 
	cursor:text; 
	font-size: 11px;
}

.sw_font01{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#979797;
}
.sw_font02{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#979797;
}
.sw_font03{
padding:25px 0 0 5px;}
