﻿/* background color for the content part of the pages */
Body
{
    background-color: white;
    margin: 0px;
}

.ControlPanel, .PagingTable
{
    width: 100%;
    background-color: #FFFFFF;
    border-right: #003366 1px solid;
    border-top: #003366 1px solid;
    border-left: #003366 1px solid;
    border-bottom: #003366 1px solid;
}

.SkinObject
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SkinObject:link
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:visited
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:hover
{
    text-decoration: none;
    color: #003366;
}

A.SkinObject:active
{
    text-decoration: none;
    color: #003366;
}

/* styles for LANGUAGE skinobject */
.Language
{
    vertical-align: middle;
    margin: 0px;
}

.Language img
{
    border: none;
}


/* style for module titles */
.Head
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

/* 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: black;
}

/* 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: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    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: 12px;
    font-weight: normal;
}

/* style to apply if the content should be hidden */
.Hidden
{
    display: none;
}

/* 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;
}

/* styles used by TreeMenu Skin Object */
.TreeMenu_Node
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.TreeMenu_NodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the FileManager */
.FileManager
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
}
.FileManager_ToolBar
{
    border-bottom: black 1px solid;
    height: 25px;
}
.FileManager_Explorer
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
}

.FileManager_FileList
{
    height: 100%;
    border: #696969 1px solid;
    background-color: White;
    margin: 2px 2px 2px 2px;
    overflow: auto;
}

.FileManager_MessageBox
{
    text-align: center;
    vertical-align: middle;
    background-color: White;
    padding: 25px 25px 25px 25px;
}

.FileManager_Header
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #E7E7FF;
    background-color: #9EBFF6;
    border-bottom: #696969 1px solid;
    height: 25px;
}

.FileManager_Pager
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    background-color: #EEEEEE;
    border-top: #696969 1px solid;
    height: 25px;
}

.FileManager_StatusBar
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dedfde;
    height: 25px;
    margin: 2px 2px 2px 2px;
}

.FileManager_Item
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #F8F8F8;
    border-top: black 1px dashed;
    border-bottom: black 1px dashed;
}

.FileManager_AltItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    color: Black;
    background-color: #EEEEEE;
    border-style: none;
}
.FileManager_SelItem
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: White;
    background-color: #99ffff;
    border-style: none;
}

.FileManagerTreeNode
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

.FileManagerTreeNodeSelected
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    background-color: #dcdcdc;
}

A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
{
    text-decoration: none;
    color: #003366;
}

A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
{
    text-decoration: none;
    color: #ff0000;
}

A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
{
    text-decoration: none;
    color: #003366;
}

/* styles used in the Wizard Framework */
.Wizard
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    height: 400px;
    width: 650px;
}
.WizardButton
{
    border-right: #696969 1px solid;
    padding-right: 2px;
    border-top: #696969 1px solid;
    padding-left: 2px;
    padding-bottom: 2px;
    border-left: #696969 1px solid;
    padding-top: 2px;
    border-bottom: #696969 1px solid;
    background-color: #dcdcdc;
}
.WizardHeader
{
    background: #ffffcc;
    border-bottom: black 1px solid;
    height: 40px;
}
.WizardFooter
{
    border-top: black 1px solid;
    background: #ccffcc;
    height: 25px;
    text-align: right;
}
.WizardBody
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: 325px;
}
.WizardHelp
{
    padding-right: 5px;
    padding-left: 5px;
    font-size: 9pt;
    padding-bottom: 5px;
    border-left: black 1px solid;
    width: 180px;
    padding-top: 5px;
    background-color: #ccffff;
}
.WizardHelpText
{
    overflow: auto;
    font-size: 8pt;
    width: 180px;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    height: 300px;
}
.WizardText
{
    font-size: 9pt;
    color: black;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
}


/* 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: black;
    padding-top: 2px;
    border-bottom: black 1px solid;
    font-family: Tahoma, Arial, Helvetica;
    background-color: #ffff99;
}

/* 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;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:visited
{
    text-decoration: underline;
    color: #003366;
}

A.CommandButton:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A.CommandButton:active
{
    text-decoration: underline;
    color: #003366;
}

/* button style for standard HTML buttons */
.StandardButton
{
    padding-right: 5px;
    padding-left: 5px;
    font-weight: normal;
    font-size: 11px;
    background: #dddddd;
    color: #000000;
    font-family: Verdana, sans-serif;
}


/* GENERIC */
H1
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H4
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    color: #003366;
}

H5, DT
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

H6
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #003366;
}

TFOOT, THEAD
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    color: #003366;
}

TH
{
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #003366;
}

A:link
{
    text-decoration: none;
    color: #003366;
}

A:visited
{
    text-decoration: none;
    color: #003366;
}

A:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A:active
{
    text-decoration: none;
    color: #003366;
}

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: #696969;
    height: 1pt;
    text-align: left;
}

/* Module Title Menu */
.ModuleTitle_MenuContainer
{
    border-bottom: blue 0px solid;
    border-left: blue 0px solid;
    border-top: blue 0px solid;
    border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}

.ModuleTitle_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}

.ModuleTitle_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}

.ModuleTitle_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.ModuleTitle_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* Main Menu */
.MainMenu_MenuContainer
{
    background-color: transparent;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 16px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    border-left: white 0px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    border-right: white 0px solid;
    background-color: Transparent;
}
.MainMenu_MenuIcon
{
    cursor: pointer;
    background-color: #EEEEEE;
    border-left: #EEEEEE 1px solid;
    border-bottom: #EEEEEE 1px solid;
    border-top: #EEEEEE 1px solid;
    text-align: center;
    width: 15px;
    height: 21px;
}
.MainMenu_SubMenu
{
    z-index: 1000;
    cursor: pointer;
    background-color: #FFFFFF;
    border-bottom: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}
.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    background-color: #C1D2EE;
}
.MainMenu_MenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;
    border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
    font-family: webdings;
    font-size: 10pt;
    cursor: pointer;
}

/* LEGACY STYLES from DNN 1-2 */
.HeadBg
{
    background-color: #CCCCCC;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
    font-weight: bold;
    font-size: 8.5pt;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.SelectedTab:link
{
    text-decoration: none;
    color: white;
}

A.SelectedTab:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.SelectedTab:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.SelectedTab:active
{
    text-decoration: none;
    color: #eeeeee;
}

.OtherTabs
{
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

A.OtherTabs:link
{
    text-decoration: none;
    color: white;
}

A.OtherTabs:visited
{
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover
{
    text-decoration: none;
    color: #cccccc;
}

A.OtherTabs:active
{
    text-decoration: none;
    color: #eeeeee;
}

.PagingTable
{
    height: 33px;
}

/*
.LabelEditOverClass
{	
	cursor: pointer;
	text-decoration: underline overline;
}
*/

.LabelEditTextClass
{
    border: solid 1px red;
    background-color: Transparent;
}

.LabelEditWorkClass
{
    /*background: url(/DotNetNuke/images/dnnanim.gif) no-repeat right;*/
    border: solid 0px red;
    background-color: Transparent;
}

/* style for the DNNTextSuggest control select menu */
.SuggestTextMenu
{
    border: solid 1px black;
    white-space: nowrap;
    background: white;
}
/* style for the DNNTextSuggest control selected menu node */
.SuggestNodeOver
{
    background-color: navy;
    color: White;
}


/*Edit In Place Tool Bar Classes*/
.eipbackimg
{
    border: outset 1px; /*give toolbar a 3D look*/
    position: absolute; /*needed so it doesn't take up space */
    margin-top: -22px; /*specify toolbar to be just above text */
    white-space: nowrap; /* makes toolbar horizontal */
    background: url(../../../../images/eip_toolbar.gif);
    background-color: #99cccc;
    background-repeat: repeat-x;
    height: 22px;
}

.eipbuttonbackimg
{
    width: 21px;
    height: 21px;
    cursor: pointer; /*change mouse to pointer when hover over button*/
    float: left;
}

.eipbutton_edit
{
    background: url(../../../../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(../../../../images/eip_save.gif) no-repeat 100% center;
    float: left;
}
.eipborderhover
{
    border: outset 1px;
}

/* used to collapse panes without any content in them */
.DNNEmptyPane
{
    width: 0px;
}

/* used to set the different module align options - from module settings */
.DNNAlignleft
{
    text-align: left;
}
.DNNAlignright
{
    text-align: right;
}
.DNNAligncenter
{
    text-align: center;
}

/* Login Styles */
.LoginPanel
{
}

.LoginTabGroup
{
}

.LoginTab
{
    float: left;
    background: url( "../../../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    border: 1px #25569a solid;
}

.LoginTabSelected
{
    float: left;
    background: url( "../../../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #FFF;
    background-position: 0% -41px;
    border: 1px #25569a solid;
}

.LoginTabHover
{
    float: left;
    background: url( "../../../../images/tablogin_gray.gif" ) left top;
    margin: 0 3px 3px 0;
    padding: 5px 5px 4px 5px;
    text-decoration: none;
    color: #555;
    border: 1px #C00 solid;
    cursor: pointer;
}

.LoginContainerGroup
{
    clear: both;
    padding-top: 5px;
}

.LoginContainer
{
}

/* Search SkinObject Styles */

div.SearchContainer
{
    position: relative;
    white-space: nowrap;
}

div.SearchBorder
{
    width: 200px;
    height: 20px;
    border: solid 1px #e0e0e0;
    position: relative;
    background-color: White;
    white-space: nowrap;
    float: left;
    margin-top: 2px;
}

input.SearchTextBox
{
    float: left;
    z-index: 10;
    border: 0px;
    width: 169px;
    height: 18px;
}

div.SearchContainer a
{
    padding: 0px 5px;
    position: relative;
    display: inline-block;
    display: -moz-inline-box;
}

div.SearchIcon
{
    float: left;
    width: 31px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    background: no-repeat 2px 2px;
    text-align: right;
}

div.SearchIcon img
{
    margin-top: 3px;
}

#SearchChoices
{
    width: 160px;
    clear: both;
    display: none;
    border: solid 1px #777;
    z-index: 2000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #eee;
    position: absolute;
    top: 21px;
    left: 0px;
}

#SearchChoices li
{
    cursor: pointer;
    margin: 2px;
    padding: 2px;
    padding-left: 25px;
    height: 20px;
    text-align: left;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 5px center;
    list-style: none;
    list-style-image: none;
    border: solid 1px #eee;
    display: block;
}

#SearchChoices li.searchHilite
{
    background-color: #ddf;
    border: solid 1px #aaf;
}

#SearchChoices li.searchDefault
{
    background-color: #eee;
    border: solid 1px #eee;
}

/* Event Viewer Styles */
.Exception
{
    color: #ffffff;
    background-color: #ff1414;
}
.ItemCreated
{
    color: #ffffff;
    background-color: #009900;
}
.ItemUpdated
{
    color: #ffffff;
    background-color: #009999;
}
.ItemDeleted
{
    color: #000000;
    background-color: #14ffff;
}
.OperationSuccess
{
    color: #ffffff;
    background-color: #999900;
}
.OperationFailure
{
    color: #ffffff;
    background-color: #990000;
}
.GeneralAdminOperation
{
    color: #ffffff;
    background-color: #4d0099;
}
.AdminAlert
{
    color: #ffffff;
    background-color: #148aff;
}
.HostAlert
{
    color: #ffffff;
    background-color: #ff8a14;
}
.SecurityException
{
    color: #ffffff;
    background-color: #000000;
}
#floater
{
    padding-right: 0px;
    padding-left: 0px;
    background: #ffffff;
    visibility: hidden;
    padding-bottom: 0px;
    margin: 0px;
    width: 150px;
    color: #ffffff;
    padding-top: 0px;
    position: absolute;
    height: auto;
}
#tablist 
{
	width: 120px;
	margin: 0;
	padding-bottom: 10px;
	float:left;
}

.dashboardPanel 
{
	margin-left: 120px;
	padding: 0 10px 10px 10px;
	
}

.dashboardPanel table td
{
	padding: 2px 4px;
}

.dashboardPanel table th
{
	padding: 2px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #036;
	border-bottom: 1px solid #9FB1BC;
}

.dashboardTableAlt 
{
	background-color: #eee;
}

.dashboardGrid
{
	margin: 10px;
}

.paneOutline
{
	border: 1px #CCCCCC dotted;
}
.containerAdminBorder
{
	border: 2px red solid;
}/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=00263D&bgTextureHeader=18_hexagon.png&bgImgOpacityHeader=60&borderColorHeader=a3a3a3&fcHeader=ffffff&iconColorHeader=bbbbbb&bgColorContent=f9f9f9&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=cccccc&fcContent=222222&iconColorContent=222222&bgColorDefault=00263D&bgTextureDefault=02_glass.png&bgImgOpacityDefault=40&borderColorDefault=777777&fcDefault=e3e3e3&iconColorDefault=ededed&bgColorHover=00263D&bgTextureHover=02_glass.png&bgImgOpacityHover=55&borderColorHover=000000&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=999999&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=35&borderColorActive=cccccc&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=ffeb80&bgTextureHighlight=06_inset_hard.png&bgImgOpacityHighlight=55&borderColorHighlight=ffde2e&fcHighlight=363636&iconColorHighlight=4ca300&bgColorError=cd0a0a&bgTextureError=06_inset_hard.png&bgImgOpacityError=45&borderColorError=9e0505&fcError=ffffff&iconColorError=ffcf29&bgColorOverlay=002236&bgTextureOverlay=18_hexagon.png&bgImgOpacityOverlay=90&opacityOverlay=70&bgColorShadow=222222&bgTextureShadow=09_dots_small.png&bgImgOpacityShadow=90&opacityShadow=50&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #cccccc; background: #f9f9f9 url(images/ui-bg_highlight-hard_100_f9f9f9_1x100.png) 50% top repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #a3a3a3; background: #00263D url(images/ui-bg_hexagon_60_00263D_12x10.png) 50% 50% repeat; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #777777; background: #00263D url(images/ui-bg_glass_40_00263D_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #e3e3e3; outline: none; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #e3e3e3; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #000000; background: #00263D url(images/ui-bg_glass_55_00263D_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-hover a, .ui-state-hover a:hover { color: #ffffff; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #cccccc; background: #999999 url(images/ui-bg_highlight-hard_35_999999_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff; outline: none; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #ffffff; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #ffde2e; background: #ffeb80 url(images/ui-bg_inset-hard_55_ffeb80_1x100.png) 50% bottom repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #9e0505; background: #cd0a0a url(images/ui-bg_inset-hard_45_cd0a0a_1x100.png) 50% bottom repeat-x; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #ffffff; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_bbbbbb_256x240.png); }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_ededed_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_ffffff_256x240.png); }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_222222_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_4ca300_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_ffcf29_256x240.png); }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #002236 url(images/ui-bg_hexagon_90_002236_12x10.png) 50% 50% repeat; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #222222 url(images/ui-bg_dots-small_90_222222_2x2.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); -moz-border-radius: 8px; -webkit-border-radius: 8px; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

/******************************************************/
body {
        background: #B6C1C7;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        margin: 0px auto 0px;
        padding: 0px;
        }

#main {
        background: #FFFFFF url(images/bodybg.png);
        background-position: top right;
        background-repeat:repeat-x;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        margin: 0px;
        padding: 0px 0px 10px 0px;
        }

#wrap {
        background: #FFFFFF;
        width: 956px;
        margin: 0px auto 0px;
        padding: 0px;
        border: 2px solid #BBBBBB;
        -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
        }

/************************************************
*        Hyperlinks                                                                        *
************************************************/

a, a:visited {
        color: #00263D;
        text-decoration: none;
        }

a:hover {
        color: #00263D;
        text-decoration: underline;
        }

a img {
        border: none;
        }

a:focus, a:hover, a:active {
        outline: none
        }

/************************************************
*        Top Navbar                                                              *
************************************************/

#topnavbar {
        width: 960px;
        height: 30px;
        color: #DDDDDD;
        margin: 0px auto 0px;
        padding: 0px 0px 7px 0px;
        border-bottom: 4px ridge #fff;
        }

#topnavbar a, #topnavbar a:visited {
        font-size: 11px;
        font-weight: bold;
        color: #DDDDDD;
        text-decoration: none;
        }

#topnavbar a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }

#topnavbar p {
        font-size: 11px;
        font-weight: bold;
        padding: 0px;
        margin: 0px;
        }

.topnavbarleft {
        width: 100%;
        float: left;
        margin: 0px;
        padding: 8px 0px 0px 0px;
        }

.topnavbarleft .SkinObject {
	margin-right:10px;
	color:#FFFFFF;
}
#dnn_dnnDate_lblDate {
margin-right:80px;
}

.topnavbarright {
        width: 700px;
        float: right;
        margin: 95px 0px 0px 0px;
        padding: 7px 0px 0px 0px;
        text-transform: uppercase;
        text-align: right;
     height:20px;
padding-top:0px;margin-top:20px;
        }

.topnavbarright a img {
        border: none;
        margin: 0px 3px 1px 0px;
        padding: 0px;
        }

/************************************************
*        Header                                                                          *
************************************************/

#header {
        width: 960px;
        height: 160px;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: normal;
        margin: 0px auto 0px;
        padding: 0px;
        overflow: hidden;
        background-color: #00263D;
        }

#header p {
        padding: 0px 0px 5px 0px;
        margin: 0px;
        line-height: 20px;
        }

#header h1 {
        color: #FFFFFF;
        font-size: 36px;
        font-family: Times New Roman, Georgia, Trebuchet MS;
        font-weight: normal;
        margin: 0px;
        padding: 20px 0px 0px 0px;
        text-decoration: none;
        }

#header h1 a, #header h1 a:visited {
        color: #FFFFFF;
        font-size: 36px;
        font-family: Times New Roman, Georgia, Trebuchet MS;
        font-weight: normal;
        margin: 0px;
        padding: 20px 0px 0px 0px;
        text-decoration: none;
        }

#header h1 a:hover {
        color: #FFFFFF;
        text-decoration: none;
        }

.headerleft {
        width: 950px;
        float: left;
        margin: 0px;
        padding: 0px;
        overflow: hidden;
        }

.headerright {
        width: 0px;
        float: right;
        margin: 0px;
        padding: 15px 0px 0px 0px;
        text-align: right;
        }

.headerright a, .headerright a:visited {
        color: #FFFFFF;
        font-size: 11px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0px 0px 0px 3px;
        }

.headerright a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }

.headerright a img {
        border: none;
        margin: 0px;
        padding: 0px;
        }

/************************************************
*        Navbar                                                                          *
************************************************/

#navbar {
        background: #222222 url(images/navbar.png);
        width: 960px;
        height: 50px;
        color: #FFFFFF;
        margin: 10px auto 20px;
        padding: 0px 0px 0px 0px;
        }

#navbarleft {
        width: 100%;
        float: left;
        margin: 1px 0px 0px 10px;
        padding: 0px;
        }

#navbarright {
        width: 280px;
        float: right;
        margin: 0px;
        padding: 3px 0px 0px 0px;
        }

#nav {
        margin: 0px;
        padding: 0px;
        }

#nav ul {
        float: left;
        list-style: none;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        }

#nav li {
        float: left;
        list-style: none;
        margin: 0px;
        padding: 0px;
        }

#nav ul li {
        list-style: none;
        margin: 0px 0px 0px -1px;
        padding: 0px;
        }

#nav li a, #nav li a:link, #nav li a:visited {
        color: #FFFFFF;
        display: block;
        font-size: 14px;
    margin: 0px 0px 0px 0px;
        padding: 12px 20px 12px 20px;
        border-right: 1px solid #00263D;
        }

#nav li a:hover, #nav li a:active {
        background: #00263D;
        color: #FFFFFF;
        display: block;
        text-decoration: none;
    margin: 0px 0px 0px 0px;
        padding: 12px 20px 12px 20px;
        }

#nav li li a, #nav li li a:link, #nav li li a:visited {
        opacity: .90;
        filter: alpha(opacity=90);
        background: #1A1A1A;
        width: 170px;
        color: #CCCCCC;
        float: none;
        margin: 0px;
        padding: 7px 10px 7px 10px;
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        color: #FFFFFF;
        }

#nav li li a:hover, #nav li li a:active {
        background: #373737;
        color: #FFFFFF;
        padding: 7px 10px 7px 10px;
        }

#nav li ul {
        z-index: 9999;
        position: absolute;
        left: -999em;
        height: auto;
        width: 190px;
        margin: 0px;
        padding: 0px;
        }

#nav li li {
        }

#nav li ul a {
        width: 160px;
        }

#nav li ul a:hover, #nav li ul a:active {
        }

#nav li ul ul {
        margin: -31px 0 0 192px;
        }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
        }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
        left: auto;
        }

#nav li:hover, #nav li.sfhover {
        position: static;
        }

/************************************************
*        Homepage                                                                 *
************************************************/

#homepage, #featuredpage {
        width: 956px;
        margin: 0px auto 0px;
        padding: 20px 0px 0px 0px;
        line-height: 20px;
        }

#homepage p, #featuredpage p {
        padding: 0px 0px 0px 0px;
        margin: 0px;
        }

#homepage h1, #featuredpage h1 {
        color: #2255AA;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 0px 0px;
        }

#homepage h1 a, #homepage h1 a:visited, #featuredpage h1 a, #featuredpage h1 a:visited {
        color: #333333;
        text-decoration: none;
        }

#homepage h1 a:hover, #featuredpage h1 a:hover {
        color: #2255AA;
        text-decoration: none;
        }

#homepage h2, #homebottom h2, #featuredpage h2 {
        background: #333333;
        color: #FFFFFF;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 5px 0px;
        padding: 3px 0px 3px 7px;
        }

#homepage h3, #featuredpage h3 {
        color: #333333;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        }

.hometopleft {
        background: #FFFFFF url(images/sidebar.png) repeat-x;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        float: left;
        width: 592px;
        margin: 0px 20px 0px 0px;
        padding: 5px 5px 5px 5px;
        border: 1px solid #333333;
        }

.hometopright {
        float: left;
        width: 292px;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        display: inline
        }

#hometop {
        width: 916px;
        margin: 0px auto 0px;
        padding: 0px 0px 0px 0px;
        line-height: 20px;
        }

#homebottom {
        width: 916px;
        margin: 0px auto 0px;
        padding: 20px 0px 0px 0px;
        line-height: 20px;
        }

#hometop p, #homebottom p {
        margin: 0px;
        padding: 0px 5px 0px 5px;
        }

#hometop ul, #homebottom ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        }

#hometop ul li, #homebottom ul li {
        list-style-type: none;
        margin: 0px 0px 10px 0px;
        padding: 5px;
        }

#hometop ul ul, #homebottom ul ul {
        list-style-type: none;
        margin: 5px 0px 0px 20px;
        padding: 0px;
        }

#hometop ul li li, #homebottom ul li li {
        list-style-type: square;
        margin: 0px;
        padding: 0px;
        }

#hometop ul li ul li, #homebottom ul li ul li {
        margin: 0px;
        padding: 0px 0px 3px 0px;
        }

.homebottomleft {
        float: left;
        width: 292px;
        margin: 0px 20px 10px 0px;
        padding: 0px;
        display: inline


        }

.homebottommiddle {
        float: left;
        width: 292px;
        margin: 0px 20px 10px 0px;
        padding: 0px;
        display: inline
        }

.homebottomright {
        float: left;
        width: 292px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        display: inline
        }

/************************************************
*        Content                                                                  *
************************************************/

#content {
        width: 956px;
        margin: 0px auto 0px;
        padding: 20px 0px 0px 0px;
        line-height: 20px;
        overflow: hidden;
        }

#content h1 {
        color: #333333;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        }

#content h1 a, #content h1 a:visited {
        color: #333333;
        text-decoration: none;
        }

#content h1 a:hover {
        color: #00263D;
        text-decoration: none;
        }

#contentleft h2 {
        color: #FFFFFF;
        font-size: 20px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        text-transform: none;
        margin: 0px 0px 5px 0px;
        padding: 5px 0px 5px 10px;
        }


#content h3 {
        color: #333333;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 0px;
        }

#content h4 {
        color: #333333;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 20px 0px 10px 0px;
        padding: 0px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        }

#content h5 {
        color: #333333;
        font-size: 16px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        font-style: italic;
        margin: 20px 0px 10px 0px;
        padding: 0px;
        }

#content blockquote p {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        }

blockquote {
        background: #EEEEEE;
        margin: 0px 20px 15px 20px;
        padding: 10px 15px 0px 15px;
        border: 1px dotted #BBBBBB;
        }

#fcg {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        }

#fcg p {
        margin: 0px;
        padding: 0px 10px 0px 10px;
        }

#contentleft {
        float: left;
        width: 570px;
        margin: 0px;
        padding: 0px 26px 20px 20px;
        }

.postarea {
        width: 570px;
        float: left;
        margin: 0px;
        padding: 0px;
        }

.bookarea {
        width: 320px;
        float: left;
        margin: 0px;
        padding: 0px;
        }

.postright {
        float: right;
        width: 324px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        }

.postright p {
        padding: 0px 0px 20px 0px;
        margin: 0px;
        line-height: 20px;
        }

.bookright {
        float: right;
        width: 574px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        }

.bookright p {
        padding: 0px 0px 20px 0px;
        margin: 0px;
        line-height: 20px;
        }

#postwide {
        width: 916px;
        float: left;
        margin: 0px;
        padding: 0px 20px 10px 20px;
        z-index:2;
        }

.breadcrumb {
        color: #333333;
        font-size: 11px;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        padding: 0px 0px 5px 0px;
        border-bottom: 2px solid #333333;
        }

.headline {
        width: 570px;
        float: left;
        margin: 10px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

.headline p {
        margin: 0px;
        padding: 0px;
        }

.headline a, .headline a:visited {
        color: #333333;
        font-size: 18px;
        font-family: Georgia, Times New Roman, Trebuchet MS;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
        text-decoration: none;
        }

.headline a:hover {
        color: #2255AA;
        text-decoration: none;
        }

.headlineleft {
        width: 520px;
        float: left;
        margin: 0px;
        padding: 0px;
        }

.headlineright {
        width: 50px;
        float: right;
        margin: 0px;
        padding: 0px;
        text-align: right;
        }

.postmeta {
        background: #EEEEEE;
        width: 550px;
        font-size: 11px;
        text-transform: uppercase;
        margin: 0px 0px 50px 0px;
        padding: 5px 10px 5px 10px;
        border: 1px dotted #BBBBBB;
        }

.postmeta p {
        margin: 0px;
        padding: 0px;
        }

.author {
        background: #EEEEEE;
        width: 550px;
        float: left;
        font-size: 11px;
        text-transform: uppercase;
        margin: 0px 0px 50px 0px;
        padding: 10px 10px 0px 10px;
        border: 1px dotted #BBBBBB;
        }

.pagination {
        color: #333333;
        font-size: 11px;
        text-transform: uppercase;
        margin: 0px 0px 30px 0px;
        padding: 5px 0px 0px 0px;
        border-top: 2px solid #333333;
        }

.palignright {
        float: right;
        }

.palignleft {
        float: left;
        }

.archives {
        width: 270px;
        float: left;
        margin: 0px;
        padding: 0px;
        }

.aheadline {
        width: 570px;
        float: left;
        margin: 10px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

.bheadline {
        width: 570px;
        float: left;
        margin: 10px 0px 0px 0px;
        padding: 3px 0px 7px 0px;
        clear: both;
        }

.fheadline {
        width: 916px;
        float: left;
        margin: 10px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

.pheadline {
        width: 324px;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

.bookheadline {
        width: 574px;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

.vheadline {
        width: 570px;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 3px 0px 7px 0px;
        border-bottom: 1px dotted #BBBBBB;
        clear: both;
        }

/************************************************
*        Images                                                                   *
************************************************/

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 0px;
        }

img.alignnone {
        margin: 0px 0px 10px 0px;
        padding: 0px;
        display: inline;
        }

img.alignright {
        margin: 0px 0px 10px 10px;
        padding: 0px;
        display: inline;
        }

img.alignleft {
        padding: 0px;
        margin: 0px 10px 10px 0px;
        display: inline;
        clear: both;
        }

.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        }

.alignright {
        float: right;
        margin: 0px 0px 10px 10px;
        }

.alignleft {
        float: left;
        margin: 0px 10px 10px 0px;
        }

.wp-caption {
        border: 1px solid #DDDDDD;
        text-align: center;
        background-color: #EEEEEE;
        padding: 4px 0px 5px 0px;
        -moz-border-radius: 3px;
        -khtml-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        }

.wp-caption img {
        margin: 0px 0px 5px 0px;
        padding: 0px;
        border: 0px;
        }

.wp-caption p.wp-caption-text {
        margin: 0px;
        padding: 0px 0px 0px 0px;
        font-size: 11px;
        font-weight: normal;
        line-height: 12px;
        }

/************************************************
*        Sidebar                                                     *
************************************************/

#sidebar {
        float: left;
        width: 320px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 10px 0px;
        }

#sidebar h2 {
        background: #00263D;
        -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
        color: #FFFFFF;
        font-size: 11px;
        font-family: Arial, Tahoma, Verdana;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 5px 0px;
        padding: 3px 0px 3px 7px;
        }

#sidebar p {
        margin: 0px;
        padding: 0px 5px 5px 5px;
        }

#sidebar a img {
        border: none;
        margin: 0px;
        padding: 0px;
        }

#sidebar ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        }

#sidebar ul li {
        list-style-type: none;
        margin: 0px 0px 10px 0px;
        padding: 5px;
        }

#sidebar ul ul {
        list-style-type: none;
        margin: 5px 0px 0px 20px;
        padding: 0px;
        }

#sidebar ul li li {
        list-style-type: square;
        color: #00263D;
        margin: 0px;
        padding: 0px;
        }

#sidebar ul li ul li {
        margin: 0px;
        padding: 0px 0px 3px 0px;
        }

.widget {
        background: #FFFFFF url(images/sidebar.png) repeat-x;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        border: 1px solid #333333;
        }

.video {
        background: #FFFFFF url(images/sidebar.png) repeat-x;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        border: 1px solid #333333;
        width: 100%;
        }

.newsletter {
        background: #FFFFFF url(images/sidebar.png) repeat-x;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        width: 308px;
        float: left;
        margin: 0px 0px 10px 0px;
        padding: 5px;
        border: 1px solid #333333;
        }

/************************************************
*        Left Sidebar                                    *
************************************************/

#l_sidebar {
        float: left;
        width: 178px;
        margin: 0px;
        padding: 0px;
        }

#l_sidebar p {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        }

#l_sidebar a img {
        border: none;
        margin: 0px;
        padding: 0px;
        }

/************************************************
*        Right Sidebar                                   *
************************************************/

#r_sidebar {
        float: right;
        width: 132px;
        margin: 0px;
        padding: 0px;
        overflow:hidden;
        }

#r_sidebar p {
        margin: 0px;
        padding: 0px 0px 10px 0px;
        }

#r_sidebar a img {
        border: none;
        margin: 0px;
        padding: 0px;
        }

/************************************************
*        Footer Background                                                        *
************************************************/

#footerbg {
        background: #FFFFFF;
        }

/************************************************
*        Footer                                                                          *
************************************************/

#footer {
        width: 960px;
        height: 200px;
        color: #CCCCCC;
        margin: 0px auto 0px;
        padding: 0px;
        }

#footer p {
        color: #CCCCCC;
    font-weight: normal;
        margin: 0px;
        padding: 0px 0px 5px 0px;
        }

#footer a {
        color: #CCCCCC;
        text-decoration: none;
        }

#footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        }

#footer ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        }

#footer ul li {
        list-style-type: none;
        margin: 0px 0px 10px 0px;
        padding: 5px;
        }

#footer ul ul {
        list-style-type: none;
        margin: 5px 0px 0px 20px;
        padding: 0px;
        }

#footer ul li li {
        list-style-type: square;
        margin: 0px;
        padding: 0px;
        }

#footer ul li ul li {
        margin: 0px;
        padding: 0px 0px 3px 0px;
        }

#footer h2 {
        color: #999999;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        }

#footer h2 a {
        color: #999999;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        }

#footer .widget {
        background: none;
        margin: 0px;
        padding: 5px 0px 0px 0px;
        border: none;
        }

.footer1 a img, .footer2 a img, .footer3 a img {
        border: none;
        margin: 0px 5px 0px 0px;
        padding: 0px;
        }

.footer1 {
        width: 220px;
        float: left;
        margin: 0px;
        padding: 20px 20px 5px 0px;
        }

.footer2 {
        width: 220px;
        float: left;
        margin: 0px;
        padding: 20px 20px 5px 0px;
        }

.footer3 {
        width: 220px;
        float: left;
        margin: 0px;
        padding: 20px 20px 5px 0px;
        }

.footer5 {
        width: 230px;
        float: right;
        margin: 0px;
        padding: 20px 0px 20px 0px;
        }

.footer5 a img {
        border: none;
        margin: 0px 10px 0px 0px;
        padding: 0px;
        }

/************************************************
*        Search Form                                                                        *
************************************************/

#searchdiv {
        margin: 0px;
        padding: 0px;
        }

#dnn_dnnSearch_ClassicSearch {
        margin: 0px;
        padding: 0px 40px 0px 0px;
        float:right;
        
        }
#dnn_dnnSearch_ClassicSearch span.SkinObject label{
color:#ffffff;
font-size:1.5em;

}
#dnn_dnnSearch_ClassicSearch .searchbox {

        background: #393939 !important;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        width: 210px;
        color: #CCCCCC;
        font-size: 14px;
        font-family: Arial, Tahoma, Verdana;
        padding: 5px;
        margin: 0px 3px 0px 0px;
        border: 1px solid #111111;
        }

#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch.SkinObject {
        background: #1A1A1A;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        color: #CCCCCC;
        font-size: 14px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px;
        border: 1px solid #111111;
        }

#author, #email, #url {
        background: #EAEAEA !important;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        margin: 0px;
        padding: 4px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }

#comment {
        background: #EAEAEA !important;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        width: 460px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }

#submit {
        background: #333333;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        color: #CCCCCC;
        font-size: 14px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px;
        border: 1px solid #111111;
        }

#subscribe {
        margin: 0px;
        padding: 0px 0px 5px 5px;
        overflow: hidden;
        }

#subbox {
        background: #FFFFFF !important;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        width: 240px;
        color: #333333;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 5px;
        margin: 0px 5px 0px 0px;
        border-top: 1px solid #666666;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #666666;
        border-bottom: 1px solid #DDDDDD;
        }

#subbutton {
        background: #333333;
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
        color: #FFFFFF;
        font-size: 12px;
        font-family: Arial, Tahoma, Verdana;
        padding: 4px;
        margin: 0px;
        border: 1px solid #111111;
        }

/************************************************
*        Comments                                                                        *
************************************************/

.commentlist li ul li {
        font-size: 12px;
        }

.commentlist li {
        font-weight: bold;
        }

.commentlist li .avatar {
        background: #FFFFFF;
        float: right;
        border: 1px solid #EEEEEE;
        margin: 0px 0px 0px 10px;
        padding: 2px;
        }

.commentlist cite, .commentlist cite a {
        font-weight: bold;
        font-style: normal;
        font-size: 12px;
        }

.commentlist p {
        font-weight: normal;
        text-transform: none;
        }

.commentmetadata {
        font-weight: normal;
        }

#commentform input {
        width: 170px;
        padding: 2px;
        margin: 5px 5px 1px 0px;
        }

#commentform {
        margin: 5px 10px 0px 0px;
        }

#commentform textarea {
        width: 100%;
        padding: 2px;
        }

#respond:after {
        content: ".";
        display: block;
        height: 0px;
        clear: both;
        visibility: hidden;
        }

#commentform p {
        margin: 5px 0px 5px 0px;
        }

#commentform #submit {
        margin: 0px;
        float: left;
        }

.alt {
        margin: 0px;
        padding: 10px;
        }

.commentlist {
        margin: 0px;
        padding: 0px;
        }

.commentlist ol {
        margin: 0px;
        padding: 10px;
        }

.commentlist li {
        margin: 15px 0px 10px;
        padding: 10px 5px 10px 10px;
        list-style: none;

        }
.commentlist li ul li {
        margin-right: -5px;
        margin-left: 10px;
        }

.commentlist p {
        margin: 10px 5px 10px 0px;
        padding: 0px;
        }

.children {
        margin: 0px;
        padding: 0px;
        }

.nocomments {
        text-align: center;
        margin: 0px;
        padding: 0px;
        }

.commentmetadata {
        font-size: 10px;
        margin: 0px;
        display: block;
        }

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 40px;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left;
        }

.thread-alt {
        background: #FFFFFF;
        margin: 0px;
        padding: 0px;
        }

.thread-even {
        background: #EEEEEE;
        margin: 0px;
        padding: 0px;
        }

.depth-1 {
        border: 1px dotted #BBBBBB;
        margin: 0px;
        padding: 0px;
        }

.even, .alt {
        border-top: 1px dotted #BBBBBB;
        border-bottom: 1px dotted #BBBBBB;
        border-left: 1px dotted #BBBBBB;
        margin: 0px;
        padding: 0px;
        }
        
        /*********Newsletter Signup******
/*MailingList*/
#tblMailingListOptIn, #tblFeedback {
	width: 100%;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	border-collapse: collapse;
	empty-cells: hide;
}
#tblMailingListOptIn span.SubHead,
#tblFeedback span.SubHead{
color:#222222;
}

/*fieldset {
  padding: 1em;
  font:80%/1 sans-serif;
  border:solid 1px #222222;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
legend {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
*/


