
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: #fff;
}

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: white; /*#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-weight:400;
text-align:left;
}


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;
}

IMG
{
    border: none;
}

A:link
{
    text-decoration: none;
    color: #003366;
/*font-weight:bold;*/
}

A:visited
{
    text-decoration: none;
    color: #003366;
}

A:hover
{
    text-decoration: underline;
    color: #ff0000;
}

A:active
{
    text-decoration: none;
    color: white;
}

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(http://catholicsforequality.org/themes/../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(http://catholicsforequality.org/themes/../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(http://catholicsforequality.org/themes/../images/eip_edit.gif) no-repeat 100% center;
    float: left;
}
.eipbutton_save
{
    background: url(http://catholicsforequality.org/themes/../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;
}

#UserProfile {
	border: 1px silver solid;
	padding: 10px;
	margin-bottom: 10px;
	width: 500px;
}
#UserProfile .ProfileName {	
	font-weight:bold;
	color: #cb2027;
	margin-bottom: 5px;
}
#UserProfile .ProfilePhoto {
    background-image: url('http://catholicsforequality.org/../images/no_avatar.gif');	
	float: left;
}
#UserProfile .ProfileAddress {
	margin: 0 0 10px 130px;
}
#UserProfile .ProfileContact {
	margin: 0 0 10px 130px;
	color: gray;
	font-size: 0.9em;
}
#UserProfile .ProfileBio {
	clear: both;
	margin: 10px 0px 10px 0;
	padding: 10px;
	border: 1px #eee solid;	
	background-color: #f5f9fc;	
}

/*---------------- Taxonomy ------------------------*/

/* Horizontal taxonomy styles */
.horizontal ul.categories,.horizontal ul.tags{list-style:none;padding:0;margin:0;text-indent:25px;line-height:28px;}
.horizontal ul.categories{background:url(http://catholicsforequality.org/themes/../images/category.gif) no-repeat left;}
.horizontal ul.tags{background:url(http://catholicsforequality.org/themes/../images/tag.gif) no-repeat left;}
.horizontal ul.categories li,.horizontal ul.tags li{display:inline;margin:0;}
.horizontal ul.tags li.add-tags{margin-left: 20px;}
.horizontal ul.tags li.add-tags img{vertical-align:middle;}

/* Vertical taxonomy styles */
.vertical ul.categories,.vertical ul.tags{list-style:none;padding-top:0;padding-left:0;margin-top:0;margin-bottom:0; azimuth}
.vertical ul.categories li,.vertical ul.tags li{margin:0;line-height:20px;}
.vertical ul.categories li{list-style-image:url(http://catholicsforequality.org/themes/../images/category.gif); list-style-position:inside;}
.vertical ul.tags li{list-style-image:url(http://catholicsforequality.org/themes/../images/tag.gif); list-style-position:inside; }
.vertical ul.tags li.add-tags{list-style-image:none;}
.vertical ul.tags li.add-tags img{vertical-align:middle;}

/* Localized */

/* -- asdfasdf -- */
/*========================================================*/
/*  Skin styles for DotNetNuke           by dnnskin.net   */  
/*  Overall      support@dnnskin.net                      */  
/*========================================================*/

body, .Normal, .NormalTextBox, td, div, p, .Normal, .NormalDisabled, .NormalBold {
color:#000000;
font-family:arial;
font-size:15px;
line-height:1.5;
}


body 									{ margin:0px; padding:0px; background:#e7e6eb}
a,a:link,a:active						{ color:#81007f;  text-decoration:none; font-weigt:bold;}
a:visited								{ color:red; text-decoration:none; }
a:hover									{ color:#333333}

p {
margin:0;
padding-bottom:20px;
text-align:left;
}

li										{ list-style: disc; }
ol li									{ list-style: decimal; }
ul li									{ list-style: disc }
li										{ margin: 5px 0; }

h3, h5 {
color:purple;
font-family:helvetica,arial,sans-serif;
font-size:15px;
font-weight:bold;
margin:0;
padding-bottom:5px;
}


h3 em {
color:#4C074E;
font-size:15px;
font-style:normal;
font-weight:normal;
text-shadow:none;
}

h1 {
color:purple;
font-family:Times New Roman;
font-size:25px;
letter-spacing:0;
line-height:1;
margin:0 24px 0 0;
opacity:1;
padding-top:10px;
}

h2,h4,h6								{ color:#333;
margin:0px;
}
a.CommandButton:link,
a.CommandButton:active,
a.CommandButton:visited					{ color:#eb3fd3; font-weight:bold}
a.CommandButton:hover					{ color:#000}

/* Admin Style */
.DataGrid_Container 					{ margin-top:15px;}
.DataGrid_Header						{ font-weight:bold;}
.DataGrid_Header td, .NormalBold td		{ font-weight:bold;}
div.FileManager							{ height:auto;border:none;}
table.FileManager						{ width:99%; text-align:left; background:#FFFFFF}
#dnn_ctr_Login_pnlLogin table			{ float:none; margin:0 auto}
#dnn_ctr_ManageUsers_pnlUser			{ text-align:left;}
#dnn_ctr_ManageUsers_pnlUser .Normal	{ line-height:20px}
#dnn_ctr_Terms_lblTerms,
#dnn_ctr_Privacy_lblPrivacy				{ line-height:20px}
#dnn_ctr_Terms_lblTerms .SubHead,
#dnn_ctr_Privacy_lblPrivacy .SubHead	{ font-size:14px;color:#002ef1;line-height:26px; margin:0px; padding:0px; font-weight: bold;}
.ExtensionsContent td					{ text-align:left}
#dnn_ctr979_LogViewer_dlLog td			{ text-align:left; white-space: normal; border:1px #fff solid}
#dnn_ctr322_ModuleDefinitions_divInstalled{ text-align:left}
.ExtensionsContent td					{ text-align:left}

/*  Control Panel   */

.ControlPanel							{ background:url(./images/control.jpg) top left repeat-x; line-height:1em}
.ControlPanel IMG						{ margin:0px;}
.ControlPanel TD TD TD TD IMG			{ margin:0px}
.ControlPanel TD TD TD					{ width:auto; padding:0px 0px 0px 0px}
.ControlPanel TD .SubHead				{ font-size:12px; color:#dbdddf; font-weight:bold; }
.ControlPanel TD TD TD .SubHead			{ background:transparent; border:0px; font-size:11px; color:#a5a8aa; font-weight: bold; }
.ControlPanel TD TD TD input			{ color:#000; font-weight:bold; padding-left:4px; font-size:14px; line-height:20px;}
.ControlPanel TD TD TD select			{ color:#555; font-size:11px;}
.ControlPanel a.CommandButton:link,
.ControlPanel a.CommandButton:active,
.ControlPanel a.CommandButton:visited	{ color:#eb3fd3; font-weight:bold;line-height:20px; text-decoration: underline; padding:0 3px}
.ControlPanel a.CommandButton:hover		{ color:#99fe66; text-decoration:none}

/*  Skin Layout  */

#dnntop									{ height:120px;}
#dnntop .logo							{ float:left; margin-top:27px}

#dnntop .account {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background:#4C074E url(http://catholicsforequality.org/themes/CatholicsforEquality/bg/joinusback.png) repeat scroll center bottom;
color:#9CD8A4;
float:right;
margin-top:5px;
padding:10px;
position:relative;
text-align:left;
}


width:380px}
#dnnbanner								{ clear:both;}
#dnnlinks								{ border-top:1px #8e1a7e solid; border-bottom:1px #8e1a7e solid; text-align:center}
#dnnbreader								{ height:20px; margin-top:3px}
#dnnbreader .breader					{ float:left; color:#FFFFFF}
#dnnbreader .breader img				{ margin:0 6px -4px 0}
#dnnbreader .date						{ float:right; width:25%; text-align:right;}
#MainContent							{ margin:0px; min-height:300px}
* html #MainContent						{ height:300px}
#Layout									{ position:absolute; right:0px; top:50%; width:30px; border:1px #000 solid}
.Language img							{ width:15px; margin:0 3px}
.defaultcolor							{ color:#81007f}
.menu									{ clear:both; height:43px; background:url(./images/menuleft.png) top left no-repeat}
.menu .searchbox						{ position:relative; z-index:200; height:1px; float:right; width:0px}
.mainbg									{ border-bottom:1px #81007f solid}
.Head									{ line-height:30px;}
.SubHead								{ color:white; /*#888*/}
.dnnwrapper								{ width:780px; margin:0 auto}
.dnnspace								{ height:15px; width:100px; overflow:hidden}
.clear									{ clear:both;}
.floatleft								{ float:left;}
.floatright								{ float:right}
.Settings,.WorkPanel							{ text-align:left}
.space									{ height:15px}
.dnntop_bar								{ float:right; width:50%; text-align:right; height:24px;}
.vmleftpanes							{ float:left; width:25%}
.vmrightpanes							{ float:right; width:74%}
.indexlink								{ display:block;width:80px;float:left;height:38px;background:url(./images/smalllogo.png) center center no-repeat}

/*  Content Panes  */

.ContentPane							{ padding:0px; margin:0px;}
.LeftPane								{ margin:0px;width:25%; padding-right:8px;}
.RightPane								{ margin:0px;width:25%; padding-left:8px;}
.toppane								{ margin:0px; padding:0px}
.topleftpane							{ padding:0px; margin:0px;width:49.5%;}
.toprightpane							{ padding:0px; margin:0px;width:49.5%}
.boxapane								{ padding:0px; width:370px; float:left; margin-right:1%;}
.boxbpane								{ padding:0px; width:370px; float:left; margin-right:0; }
.boxcpane								{ padding:0px; margin:0px;width:24.5%; float:left;}
.boxdpane								{ padding:0px; margin:0px;width:24%; float:right;}
.dnnpanes								{ padding:0px; margin:0px;clear:both;}
.middlecontent							{ padding:0px; margin:0px;text-align:left}
.middleleft								{ padding:0px; margin:0px;float:left; width:49.4%}
.middleright							{ padding:0px; margin:0px;float:right; width:49.4%}
.bottompane								{ clear:both}
.vmrightpane							{ width:32%; padding-left:8px}
.DNNEmptyPane							{ width:0px;padding:0px;margin:0px;}

/*  Skin Object  */

.breadcrumb,a.breadcrumb:link,
a.breadcrumb:active,
a.breadcrumb:visited 					{ color:#fff; margin:0px; line-height:20px; font-weight: normal; background:url(./images/action_right.gif) left center no-repeat; padding-left:13px}
a.breadcrumb:hover						{ color:#000; text-decoration:none}

.searchbox .SkinObject					{ color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:normal; color:#ccc;}
.searchbox #dnn_dnnSEARCH_txtSearch		{ position:absolute; right:30px; top:10px; z-index:2000; width:105px; background:transparent; border:none}
.searchbox a:link,
.searchbox a:active,
.searchbox a:visited,.searchbox a:hover	{ display:block; width:20px; height:20px;  position:absolute; right:10px; top:10px; z-index:2000;}


.w3c,a.w3c:link,a.w3c:active,a.w3c:visited { color:#fff; background:url(./images/ok.gif) left center no-repeat; text-decoration:none; padding:0 10px}
a.w3c:hover								{ color: #eb3fd3;}

.more,a.more:link,a.more:active,a.more:visited { color:#81007f; background:url(./images/more.gif) left center no-repeat; text-decoration:none; padding:0 10px}
a.more:hover							{ color: #2c4e01;}

.currentdate							{ color:#fff; font-weight: normal; font-family:Arial, Helvetica, sans-serif; line-height:20px; padding:0 10px}

/* Large icon style */

.tb{ float:right; display:block; width:88px;text-align:center; padding-top:78px; font-size:11px}
.index,a.index:link,a.index:active,a.index:visited { background:url(./images/index.png) left center no-repeat;color:#fff; text-decoration:none; line-height:1em;}
.user,a.user:link,a.user:active,a.user:visited { color:#fff; background:url(./images/reg.png) left center no-repeat; text-decoration:none; line-height:1em}
.login,a.login:link,a.login:active,a.login:visited { color:#fff; background:url(./images/login.png) left center no-repeat; text-decoration:none; line-height:1em}
.options,a.options:link,a.options:active,a.options:visited { color:#fff; background:url(./images/option.png) left center no-repeat; text-decoration:none; line-height:1em}
a.index:hover,a.user:hover,a.login:hover,a.options:hover{ color: #eb3fd3; margin-top:2px}

/* Small icon style */
/*
.tb{ float:right;display:block;width:48px;text-align:center;padding-top:38px;font-size:11px}
.index,a.index:link,a.index:active,a.index:visited { background:url(./images/sindex.png) left center no-repeat;color:#fff;text-decoration:none;line-height:1em}
.user,a.user:link,a.user:active,a.user:visited { color:#fff;background:url(./images/sreg.png) left center no-repeat;text-decoration:none;line-height:1em}
.login,a.login:link,a.login:active,a.login:visited { color:#fff;background:url(./images/slogin.png) left center no-repeat;text-decoration:none;line-height:1em}
.options,a.options:link,a.options:active,a.options:visited { color:#fff;background:url(./images/soption.png) left center no-repeat;text-decoration:none;line-height:1em}
a.index:hover,a.user:hover,a.login:hover,a.options:hover{ color:#eb3fd3;margin-top:2px}
*/


/*  CSS Menu Style  */

.cssmenu 								{ position:relative; height:42px; font-family:Arial, Helvetica, sans-serif; z-index:100; background:url(./images/menuright.png) top right no-repeat; ; margin-left:86px}
.cssmenu span{ 
font-variant:small-caps; padding:0 15px; white-space: nowrap; display:block; font-size:12px; font-weight: normal;}
.cssmenu ul								{ margin:0px; padding:0px;display: block;float:left}
.cssmenu li 							{ list-style:none none outside; float:left;position:relative; margin:0px;}
.cssmenu ul li 							{/* background:url(./images/menu.png) right -84px no-repeat; */ float:left}
.cssmenu ul li a						{ /* background:url(./images/menu.png) right -126px no-repeat; */ height:100%; width:100%; display:block; float:left}
.cssmenu ul .current 					{ background:url(./images/menu.png) top left no-repeat; margin:0px}
.cssmenu ul .current a					{ background:url(./images/menu.png) right -42px no-repeat;}
.cssmenu ul .current span				{ color:#fff}
.cssmenu ul .current .slide span		{ background:transparent;}
.cssmenu ul a:link, 
.cssmenu ul a:active, 
.cssmenu ul a:visited					{ font-variant:small-caps;width:100%;color:#fff; text-decoration:none; line-height:42px;display: block; cursor:pointer; padding: 0 15px;}
.cssmenu ul a:hover 					{ color: #fff; text-decoration:underline; float:left}
.cssmenu ul a:hover span 				{ background:url(./images/menu.png) right -42px no-repeat; float:left; color:#fff;}
.cssmenu .downarrow						{ display:none}
.cssmenu .rightarrow					{ position:absolute; right:4px; top:10px}
.cssmenu .slide 						{ display: none; float: left; overflow:hidden; position:absolute;}
.cssmenu .slide .icon 					{ margin:0 5px -2px}
.cssmenu .slide .Group 					{ border:2px #ca24c7 solid;display: none;left: 0px; float: left; position:relative;margin:0px;}
.cssmenu .slide ul li 					{ clear: both;background:#9e069c; display:block; height:25px; border-top:1px #ca24c7 solid}
.cssmenu .slide ul .first				{ border-top:0px #ca24c7 solid}
.cssmenu .slide ul li span 				{ color:#fff; display:block; padding:0 20px 0 10px; background:none; text-align:left; font-weight:normal}
.cssmenu .slide ul li a					{ height:25px; display:block; background:none}
.cssmenu .slide ul a:link, 
.cssmenu .slide ul a:active, 
.cssmenu .slide ul a:visited			{ color:#fff; text-decoration:none; line-height:25px;display: block; cursor:pointer; font-weight: normal; font-size:11px;}
.cssmenu .slide ul a:hover 				{ background:#ca24c7}
.cssmenu .slide ul a:hover span 		{ color:#fff; background:none}


/*  SiteMap  */

.SiteMap								{ font-family:Trebuchet MS, Arial, Helvetica, sans-serif; text-align:left}
.SiteMap img							{ display:none}
.SiteMap ul li							{ list-style:none}
.SiteMap ul li a						{ font-size:16px; font-weight:bold; line-height:24px; color:#ccc;}
.SiteMap ul li a:hover					{ color:#333}
.SiteMap ul li ul						{ margin:5px 10px;list-style:inside}
.SiteMap ul li ul li					{ list-style: circle; margin:0 10px; background:none; color:#eb3fd3}
.SiteMap ul li ul li span 				{ font-size:12px; color:#eb3fd3; text-decoration:underline; line-height:20px}
.SiteMap ul li ul li a:hover span 		{ color:#999; text-decoration:none}

/*  Page Option  */

#themes{}
#pageoption								{ background:#333;width:100%;display: block;z-index:1222;right:0%; text-align:left; top:0%; position:absolute; border:0px #fff solid;}
#pageoption img							{ margin:1px; cursor:pointer}
#pageoption h2							{ padding:0px; color:#FFFFFF;font-size:38px;float:left; line-height:60px; margin:10px 20px; display:inline; width:260px; border-right:1px #444 solid}
#pageoption .themebox					{ width:200px;margin:10px;padding:0px; color:#ccc;float:left; border-right:1px #444 solid }
#pageoption .layoutbox					{ width:300px; margin:10px;float:left; color:#ccc;}
#pageoption .layoutbox img				{ margin-top:3px}
#pageoption a.close:link, 
#pageoption a.close:active, 
#pageoption a.close:visited				{ float:right; display:block; width:20px; height:20px; text-decoration:none; color:#fff; margin:2px; text-align:center; background:#666; font-size:10px; line-height:16px}
#pageoption a.close:hover				{ background:#FFFFFF; color:#FF0000}
.NormalTextBox{
background:white; /*just added this so u can read :) */
}

.rcbItem{
background:purple;} /*just added this so u can read :) */
.rcbHovered{
background:purple;} /*just added this so u can read :) */


.feedburnerFeedBlock {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:purple none repeat scroll 0 0;
border:5px solid white;
color:black;
margin-left:3px;
padding:5px;
margin-top:7px;}

.sidebar{
background:url("http://catholicsforequality.org/themes/CatholicsforEquality/bg/sidebackbottom.png") repeat-x scroll center bottom purple; width: 228px; -moz-border-radius: 5px 5px 5px 5px; border: 5px solid white; height: 273px; margin-top:2px; margin-left: 3px;
}

#maintable{
margin-bottom: 5px;
}

.fbsubscribelink{
display:none;
}

#creditfooter{
display:none;
}

.NormalTextBox{
color:black;
}

label{
color:black;
}

/*========================================================*/
/*  Container Style  by dnnskin.net                       */
/*========================================================*/
span.micon 	{float:left;display:block; width:10px; height:10px}
.ModuleTitle_MenuItem TD 	{ cursor: pointer; text-align:left; white-space:nowrap; padding:2px;font:bold 11px  Tahoma}
.ModuleTitle_MenuIcon		{ cursor: pointer; background-color: #EEEEEE; width: 15px;height: 100%; }
.ModuleTitle_SubMenu 		{ z-index: 1000; cursor: pointer; background-color: #FFFFFF; padding: 1px;border:2px #999 solid;}
.ModuleTitle_MenuBreak  	{ background-color: #EEEEEE; font-size: 1px;}
.ModuleTitle_MenuItemSel 	{ cursor: pointer;background-color: #eee;}
.transparentcontainer		{ clear:both;}



/*asdf*/


.container01{ margin-bottom:3px;}
.container01 .b1{ height:7px; background:url(./images/c1-1.png) top left no-repeat}
.container01 .b2{ height:7px; background:url(./images/c1-2.png) top right no-repeat}
.container01 .b3{ height:7px; background:url(./images/c1-5.png) top left repeat-x; margin:0 7px}
.container01 .b4{ height:7px; background:url(./images/c1-4.png) top left no-repeat;}
.container01 .b5{ height:7px; background:url(./images/c1-3.png) top right no-repeat}
.container01 .b6{ height:7px; background:url(./images/c1-6.png) top left repeat-x; margin:0 7px}
.container01 b{ display:block; overflow:hidden}
.container01 .c1{ background:url(./images/c1-7.png) top left repeat-y}
.container01 .c2{ background:url(./images/c1-8.png) top right repeat-y;}
.container01 .c3{ background:white; margin:0 7px;}
.container01 .clr{ clear:both; height:0px; margin:0px; padding:0px}
.container01 .containerpane{  padding:0px;}
.container01 .c3:hover{ margin:0 7px;/*background:url(./images/c1-2.jpg) top left repeat-x #fff */}
.container01 .ccontrol{ text-align:right}
.container01 .titleblack {
background:purple;
color:#9CD8A4;
display:block;
font-family:helvetica;
font-size:14px;
font-variant:small-caps;
font-weight:bold;
line-height:30px;
margin-bottom:5px;
padding-left:5px;
text-align:left;
}
/*asdf */

.skinbc{ margin-bottom:3px; }
.skinbc .b1{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-1.png) top left no-repeat}
.skinbc .b2{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-2.png) top right no-repeat}
.skinbc .b3{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-5.png) top left repeat-x; margin:0 9px}
.skinbc .b4{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-4.png) bottom left no-repeat}
.skinbc .b5{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-3.png) bottom right no-repeat}
.skinbc .b6{ height:9px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-6.png) top left repeat-x; margin:0 9px}
.skinbc b{ display:block;}
.skinbc .c1{ background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-7.png) top left repeat-y}
.skinbc .c2{ background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/ib1-8.png) top right repeat-y}
.skinbc .clr{ clear:both; height:3px; overflow:hidden; background:#FFFFFF; margin:0 9px}
.skinbc .containerpane{ min-height:265px; margin:0 9px;

background:white; /*url(http://catholicsforequality.org/themes/CatholicsforEquality/images/indexbanner.jpg) top left repeat-x #fff*/

text-align:left; position:relative}
* html .skinbc .containerpane{ height:360px}

#BL { position:absolute; left:10px; top:160px; width:24px; height:32px;}
#BL a { background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/pon.png) no-repeat; width:24px; height:32px; display:block}
#BL a:hover {background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/pon.gif) no-repeat; width:24px; height:32px; display:block}


#BR { position:absolute; right:10px; top:160px; width:24px; height:32px;}
#BR a { background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/non.png) no-repeat; width:24px; height:32px; display:block}
#BR a:hover { background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/non.gif) no-repeat; width:24px; height:32px; display:block}

#slideContainer {width:760px;padding:0px; margin:0px auto; clear:both; overflow:hidden; position:relative}
#slideContainer #slideItems {margin:0px; padding:0px; width:3850px}
#slideContainer .cbox { float:left; text-align:center; width:760px; display:block; padding-top:20px}
#slideContainer .cbox strong { font-size:14px; color:#000000}
#slideContainer .cbox li { color:#666666; list-style:none; padding:7px; margin:5px 0;  background:#eee}
#slideContainer .cbox li:hover {  background:#fff}



/* asdf */


.branding-top {
	background: url(Portals/0/dnn_large_banner.png) no-repeat top left;
	width: 890px;
	height: 427px;
	clear: both;
	overflow: hidden;
}
.branding-top p {
	padding: 0px 60px 0 60px;
	font-size: 1.4em;
	color: #333;
}
.branding-bottom {
	clear: both;
	margin-top: 1em;
	overflow: hidden;
}
.branding-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.branding-bottom li {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	width: 170px;
	float: left;
}

.branding-bottom li.feeds {
	margin: 0;
}

.branding-bottom dl {
	background: url(Portals/0/itembg.gif) repeat-y;
	margin: 33px 0 0 0;
	padding: 0 10px;
}
.branding-bottom dd {
	margin-left: 10px;
	height: 66px;
}
.branding-bottom dt {
	font-size: 90%;
	text-align: center;
	padding-top: 65px;
	margin-bottom: 1.75em;
	font-weight: bold;
}
.branding-bottom .commmunity {
	background: url(Portals/0/community_title.gif) no-repeat top left;
}
.commmunity dt {
	background: url(Portals/0/community_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .marketplace {
	background: url(Portals/0/marketplace_title.gif) no-repeat top left;
}
.marketplace dt {
	background: url(Portals/0/marketplace_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .conferences {
	background: url(Portals/0/conferences_title.gif) no-repeat top left;
}
.conferences dt {
	background: url(Portals/0/conferences_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .training {
	background: url(Portals/0/training_title.gif) no-repeat top left;
}
.training dt {
	background: url(Portals/0/training_icon.gif) no-repeat;
	background-position: 50% 10px;
}
.branding-bottom .feeds {
	background: url(Portals/0/feeds_title.gif) no-repeat top left;
}
.feeds dt {
	background: url(Portals/0/feeds_icon.gif) no-repeat;
	background-position: 50% 10px;
}
dl.bt {
	margin: 0;
	padding: 0;
	background: url(Portals/0/item_bt_bg.gif) no-repeat bottom;
	height: 32px;
	width: 170px;
}
div.link_adminguide {
	float:left;
	background: url(Portals/0/dnn_adminguide.png) no-repeat top left;
	width: 316px;
	height: 137px;
	cursor: pointer;
}
div.link_proedition {
	float:right;
	background: url(Portals/0/dnn_proedition.png) no-repeat top left;
	width: 514px;
	height: 137px;
	cursor: pointer;
}
div.link_main {
	margin: 260px 30px 0px 30px;
}

#LoginInfo
{
	width:545px; 
	float:left;
}
#LoginInfo h3
{
	background-color: #f7f7f7;
	color: #8f0000;
	padding: 2px 0px;
}
#LoginInfo dd, #LoginInfo dt 
{
	display:inline;
}
#LoginInfo dt
{
	font-weight:bold;
	color: #333;
}
#LoginInfo p.LoginNotes
{
	font-size: .8em;
}
#LoginInfo div.LoginBlock {
	float: left;
	width: 255px;
	padding: 5px 5px;
	margin: 0px 2px;
	border: 1px #f0f0f0 solid;
}
.SponsorIcon
{
	margin: 5px 4px; 
	float: left;
}
#QuickLinks 
{
	background-color:#f0f0f0;
	border: 1px #cccccc solid;
	padding: 2px 5px;
	position:relative;
	width:330px;
}
#QuickLinks h2, #QuickLinks p
{
	margin: 5px 5px;
}
div.hr
{
	height: 2px;
	background-color: #8f0000;
	margin: 5px 0 15px 0;
	clear:both;
}
div.hr hr
{
	display: none;
}

#TelerikInside
{
	background: white url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/0/telerikInside.jpg');
	border: 1px #cccccc solid;
	padding: 20px 5px 10px 130px;
	margin-bottom: 5px;
	width: 205px;
	height: 140px;
	border-style:none;
}

#TelerikInside h2
{
	font-weight: bold;
}

#RightColumnInfo
{
	float:right;
	width:340px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#qlCol1, #qlCol2
{
	margin: 5px 5px 15px;
	padding-left: 12pt;
	float: left;
	position:relative;
}

/* asdf */

body{ background:url(./bg/body.gif) repeat-x scroll 0 0 #4C074E; font-family: 'Molengo', arial, serif;}
#body_middle							{ background:url(./bg/body.gif) repeat-x scroll 0 0 #4C074E;}
.links,a.links:link,
a.links:active,a.links:visited 			{ color:#9CD8A4; line-height:30px; margin:0 5px}
a.links:hover							{ color:#fff; text-decoration:none}
.copyright {
color:#FFFFFF;
font-size:12px;
line-height:150%;
padding:0 10px;
}
.terms,a.terms:link,a.terms:active,
a.terms:visited 						{ color:#eb3fd3;  padding:0 6px; white-space:nowrap;  line-height:32px; font-weight: bold;text-decoration:none}
a.terms:hover							{ color:#fff; text-decoration: underline}


/* Localized */


.dnnwrapper{width:1000px}



/*asdf*/

.RadTabStrip_Default .rtsLI,
.RadTabStrip_Default .rtsLink
{
	color: #2e3d47;
	font: 12px/26px Verdana, Arial, Helvetica, sans-serif;
}

.RadTabStrip_Default .rtsLink:hover
{
	color: #fff;
	font: 12px/26px Verdana, Arial, Helvetica, sans-serif;
}

.RadTabStripLeft_Default .rtsSeparator,
.RadTabStripRight_Default .rtsSeparator
{
	background: #828282;
}

/* <disabled tabs> */
.RadTabStrip_Default .rtsDisabled
{
	color: #aaa;
}
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_Default .rtsNextArrow,
.RadTabStrip_Default .rtsPrevArrow,
.RadTabStrip_Default .rtsPrevArrowDisabled,
.RadTabStrip_Default .rtsNextArrowDisabled
{
	background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/_default/Skins/_default/WebControlSkin/Default/TabStrip/TabStripStates.png');
}
/* </scrolling arrows> */

/* <tab backgrounds> */

.RadTabStripTop_Default .rtsLevel { background-color: transparent; }

.RadTabStripTop_Default .rtsLevel .rtsLink,
.RadTabStripTop_Default .rtsLevel .rtsOut,
.RadTabStripBottom_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsOut,
.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripBottom_Default_Baseline .rtsLevel { background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/_default/Skins/_default/WebControlSkin/Default/TabStrip/TabStripStates.png'); }

.RadTabStripLeft_Default .rtsLink,
.RadTabStripRight_Default .rtsLink { background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/_default/Skins/_default/WebControlSkin/Default/TabStrip/TabStripVStates.png'); }

.RadTabStripLeft_Default .rtsLast .rtsLink,
.RadTabStripRight_Default .rtsLast .rtsLink
{
	border-bottom: 1px solid #898C95;
}

.RadTabStripRight_Default .rtsLink,
.RadTabStripRight_Default .rtsLI .rtsDisabled:hover { background-position: 100% 0; }
.RadTabStripRight_Default .rtsLink:hover { background-position: 100% -200px; }
.RadTabStripRight_Default .rtsSelected,
.RadTabStripRight_Default .rtsSelected:hover { background-position: 100% -400px; }
/* </tab backgrounds> */


/* <background positioning: tabs with hovers> */

/* <orientation: top> */

.RadTabStripTop_Default .rtsLink { background-position: 0 0; }
.RadTabStripTop_Default .rtsOut { background-position: 100% 0; }

.RadTabStripTop_Default .rtsLink:hover { background-position: 0 -52px; }
.RadTabStripTop_Default .rtsLink:hover .rtsOut { background-position: 100% -52px; }

.RadTabStripTop_Default .rtsSelected,
.RadTabStripTop_Default .rtsSelected:hover { background-position: 0 -26px; }
.RadTabStripTop_Default .rtsSelected .rtsOut,
.RadTabStripTop_Default .rtsSelected:hover .rtsOut { background-position: 100% -26px; }

.RadTabStripTop_Default .rtsDisabled:hover { background-position: 0 0; }
.RadTabStripTop_Default .rtsDisabled:hover .rtsOut { background-position: 100% 0; }

.RadTabStripTop_Default_Baseline .rtsLevel { background-position: 0 100%; background-repeat: repeat-x; }

/* </orientation: top> */

/* <orientation: bottom> */

.RadTabStripBottom_Default .rtsLink { background-position: 0 -182px; }
.RadTabStripBottom_Default .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_Default .rtsLink:hover { background-position: 0 -130px; }
.RadTabStripBottom_Default .rtsLink:hover .rtsOut { background-position: 100% -130px; }

.RadTabStripBottom_Default .rtsSelected,
.RadTabStripBottom_Default .rtsSelected:hover { background-position: 0 -156px; }
.RadTabStripBottom_Default .rtsSelected .rtsOut,
.RadTabStripBottom_Default .rtsSelected:hover .rtsOut { background-position: 100% -156px; }

.RadTabStripBottom_Default .rtsDisabled:hover { background-position: 0 -182px; }
.RadTabStripBottom_Default .rtsDisabled:hover .rtsOut { background-position: 100% -182px; }

.RadTabStripBottom_Default_Baseline .rtsLevel { background-position: 0 -599px; background-repeat: repeat-x; }

/* </orientation: bottom> */

/* <orientation: right> */

.RadTabStripRight_Default .rtsUL .rtsLink,
.RadTabStripRight_Default .rtsUL .rtsLI .rtsDisabled:hover { background-position: 100% 0; text-align: left; }
.RadTabStripRight_Default .rtsUL .rtsLink:hover { background-position: 100% -200px; }
.RadTabStripRight_Default .rtsUL .rtsSelected,
.RadTabStripRight_Default .rtsUL .rtsSelected:hover { background-position: 100% -400px; }

/* </orientation: right> */

/* </background positioning: tabs with hovers> */

/* <simplistic sub-item styles> */

.RadTabStrip_Default_SimpleSubItems .rtsLevel2,
.RadTabStrip_Default_SimpleSubItems .rtsLevel3,
.RadTabStrip_Default_SimpleSubItems .rtsLevel4 { background: #fff; }

.RadTabStrip_Default_SimpleSubItems .rtsLevel2 .rtsSelected,
.RadTabStrip_Default_SimpleSubItems .rtsLevel3 .rtsSelected,
.RadTabStrip_Default_SimpleSubItems .rtsLevel4 .rtsSelected
{
	text-decoration: underline;
}

.RadTabStrip_Default_SimpleSubItems .rtsLevel2 .rtsLink,
.RadTabStrip_Default_SimpleSubItems .rtsLevel2 .rtsOut,
.RadTabStrip_Default_SimpleSubItems .rtsLevel2 .rtsIn,
.RadTabStrip_Default_SimpleSubItems .rtsLevel3 .rtsLink,
.RadTabStrip_Default_SimpleSubItems .rtsLevel3 .rtsOut,
.RadTabStrip_Default_SimpleSubItems .rtsLevel3 .rtsIn,
.RadTabStrip_Default_SimpleSubItems .rtsLevel4 .rtsLink,
.RadTabStrip_Default_SimpleSubItems .rtsLevel4 .rtsOut,
.RadTabStrip_Default_SimpleSubItems .rtsLevel4 .rtsIn
{
	background: none;
}

/* </simplistic sub-item styles> */



/* ASDF */

 /*ie6 needs width - hack by adding an _underscore for ie6 and *star for 7 */

/* RibbonBar Header and Content */
.dnnRibbonBarHeader { width:100%; white-space: nowrap; }
.dnnRibbonBarHeader table { width:100%; white-space: nowrap;}

.dnnRibbonBar { width:100%; white-space: nowrap;}
.dnnRibbonBarCol1 { text-align:left; vertical-align:middle; width:33%; white-space: nowrap; }
.dnnRibbonBarCol2 { text-align:center; vertical-align:middle; width:33%; }
.dnnRibbonBarCol3 { text-align:right; vertical-align:middle; white-space: nowrap; width:33%; }	

.dnnRibbon { white-space:nowrap; width:100%;background-color:#ffffff;padding:0px; }
.dnnRibbon .barContent { white-space:nowrap;width:100%;background-color:#ffffff;padding:0px;border:solid 1px #dadada; }
.dnnRibbon .barBottomLeft { display:none; }
.dnnRibbon .barBottomRight { display:none; }
.dnnRibbon .dnnLabel { font-size:11px; font-weight: normal; }

/* RibbonBar Group Styles */
.dnnRibbonGroup { margin:0px;border-top-style:none;border-bottom-style:none;border-right:solid 1px #dadada; }
.dnnRibbonGroupFirst { border-left-style:none; }
.dnnRibbonGroupLast { }

.dnnRibbonGroup .topLeft { display:none; }
.dnnRibbonGroup .topRight { display:none; }
.dnnRibbonGroup .bottomLeft { display:none; }
.dnnRibbonGroup .bottomRight { display:none; }

.dnnRibbonGroup .content { height:89px; background-color: #ffffff; padding:5px; text-align:left; }
.dnnRibbonGroup .footer { text-align:center; vertical-align:bottom;	font-size:11px;	background-color: #f4f4f4; padding:2px 2px 0px 2px; white-space:nowrap; }

/* RibbonBar Image Link Styles */
.dnnRibbonGroup .IconLeft { margin:8px 0px 0px 0px;padding:0px 0px 8px 0px;display:block; }
.dnnRibbonGroup .IconLeft img { vertical-align:middle;padding-right:4px;border-width:0px; }
.dnnRibbonGroup .IconLeft input { vertical-align:middle;padding-right:4px;border-width:0px; }
.dnnRibbonGroup .IconLeft a { font-size:11px;margin:0px;padding:0px; }
.dnnRibbonGroup .IconLeft a:Link { font-size:11px; }
.dnnRibbonGroup .IconLeft a:Visited { font-size:11px; }
.dnnRibbonGroup .IconLeft a:Hover { font-size:11px; }
.dnnRibbonGroup .IconLeft a:Active { font-size:11px; }

.dnnRibbonGroup .IconTop { text-align:center;margin:0px;padding:0px 0px 10px 0px;display:block; }
.dnnRibbonGroup .IconTop img { border-width:0px; }
.dnnRibbonGroup .IconTop input { border-width:0px; }
.dnnRibbonGroup .IconTop a { font-size:11px;margin:0px;padding: 0px 0px 0px 0px; display:block; }
.dnnRibbonGroup .IconTop a:Link { font-size:11px; }
.dnnRibbonGroup .IconTop a:Visited { font-size:11px; }
.dnnRibbonGroup .IconTop a:Hover { font-size:11px; }
.dnnRibbonGroup .IconTop a:Active { font-size:11px; }

.dnnRibbonGroup .rgIconDisabled { color:Gray;font-size:11px; }
.dnnRibbonGroup .rgIconDisabled input { color:Gray;font-size:11px; }
.dnnRibbonGroup .rgIconDisabled a { color:Gray;font-size:11px; }
.dnnRibbonGroup .rgIconDisabled a:Link { color:Gray;font-size:11px; }
.dnnRibbonGroup .rgIconDisabled a:Visited { color:Gray;font-size:11px; }
.dnnRibbonGroup .rgIconDisabled a:Hover { color:Gray; text-decoration:none; font-size:11px; }
.dnnRibbonGroup .rgIconDisabled a:Active { color:Gray;font-size:11px; }

.dnnRibbonActionsStart { vertical-align:top; white-space:nowrap; }
.dnnRibbonActions { vertical-align:top; padding-left:15px; white-space:nowrap; }

.dnnRibbonBar .LabelCell { text-align:right; white-space:nowrap; }

.dnnRibbonBar .CommandButton,
.dnnRibbonBar .CommandButton:Link,
.dnnRibbonBar .CommandButton:Hover,
.dnnRibbonBar .CommandButton:Visited
{ font-size:11px; margin:0px; padding: 0px 2px 0px 2px; text-decoration:none; font-weight: normal; font-style:normal; }

.dnnRibbonBar .CommandButton:Active
{ border-style: none; }

.dnnRibbonBar .CommandButtonDisabled,
.dnnRibbonBar .CommandButtonDisabled:Link,
.dnnRibbonBar .CommandButtonDisabled:Hover,
.dnnRibbonBar .CommandButtonDisabled:Active,
.dnnRibbonBar .CommandButtonDisabled:Visited
{ font-size:11px; padding: 0px 2px 0px 2px; text-decoration:none; font-weight: normal; }

/* Tab 1 Styles */
.Tab1_Actions { _width:45px; text-align:center; white-space:nowrap; }

.Tab1_AddMod { _width:521px;white-space:nowrap; }

.Tab1_AddMod .AddMod1 { padding-top:6px;white-space:nowrap;}
.Tab1_AddMod .AddMod2,
.Tab1_AddMod .AddMod3 
{ padding-left:15px;white-space:nowrap;}
.Tab1_AddMod .AddMod2 td,
.Tab1_AddMod .AddMod3 td
{ padding: 1px 2px 1px 0px;}

.Tab1_AddPage { _width:344px;white-space:nowrap; }
.Tab1_AddPage td { padding: 1px 2px 1px 0px; }

/* Tab 2 Styles */
.Tab2_Settings { _width:55px; text-align:center; white-space:nowrap;}
.Tab2_Actions { _width:99px; white-space:nowrap; }
.Tab2_Actions .content { _height:89px;_overflow:hidden; }
 
.Tab2_EditPage { _width:451px; white-space:nowrap;}
.Tab2_EditPage .content { _height:89px;_overflow:hidden;}
.Tab2_EditPage .SkinListHeader { font-weight:bold; border-bottom: solid 1px #dcdcdc; }
.Tab2_EditPage .SkinListSeparator { font-weight:bold; border-bottom: solid 1px #dcdcdc; }
.Tab2_EditPage .EditPage1 { }
.Tab2_EditPage .EditPage2 { padding-left:10px; }

.Tab2_EditPage .EditPage1 td,
.Tab2_EditPage .EditPage2 td 
{ padding: 1px 2px 1px 0px; }

.Tab2_Copy { _width:202px; white-space:nowrap;}
.Tab2_Help { _width:45px; white-space:nowrap;}

/* Tab 3 Styles */
.Tab3_Settings { _width:80px;white-space:nowrap;}
.Tab3_Settings .content { _height:89px;_overflow:hidden;}
.Tab3_Manage { _width:155px; white-space:nowrap; }
.Tab3_Manage .content { _height:89px;_overflow:hidden; }

.Tab3_AddPage { _width:445px;white-space:nowrap;}
.Tab3_AddPage .content { _height:89px;_overflow:hidden;}

.Tab3_AddPage .AddPage1 { }
.Tab3_AddPage .AddPage2 { padding-left:10px; }

.Tab3_AddPage .AddPage1 td,
.Tab3_AddPage .AddPage2 td 
{ padding: 1px 2px 1px 0px; }

.Tab3_Features { _width:154px; white-space:nowrap; }
.Tab3_Features .content { _height:89px;_overflow:hidden; }
.Tab3_Restore { _width:72px;white-space:nowrap;}

/* Tab 4 Styles */
.Tab4_Settings { _width:90px;white-space:nowrap;}
.Tab4_Manage { _width:160px; white-space:nowrap; }

.Tab4_Info { _width:80px;white-space:nowrap; }
.Tab4_SwitchSite { _width:280px;white-space:nowrap; }
.SwitchSiteFields  { padding-top:10px; height:82px; }
.SwitchSiteFields .row { padding:2px; }

.Tab4_Tools { _width:75px;white-space:nowrap;}
.Tab4_Marketplace { _width:80px;white-space:nowrap;}

/* **************************************************************************************** */
/* Generic ImageTextButton style : todo - move to portal.css */
.dnnImageTextButton { font-size:11px; }
.dnnImageTextButton .Disabled a { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextButton .Disabled a:Link { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextButton .Disabled a:Active { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextButton .Disabled a:Hover { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextButton .Disabled a:Visited { color:Gray; text-decoration:none;font-size:11px; }

.dnnImageTextLink { font-size:11px; }
.dnnImageTextLink .Disabled a { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextLink .Disabled a:Link { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextLink .Disabled a:Active { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextLink .Disabled a:Hover { color:Gray; text-decoration:none;font-size:11px; }
.dnnImageTextLink .Disabled a:Visited { color:Gray; text-decoration:none;font-size:11px; }



/*asdf */


.RadTabStrip_Default
{
	width:100%;
	background-color:#f4f4f4;
}

.RadTabStrip_Default .rtsLI,
.RadTabStrip_Default .rtsLink
{
	color: #2e3d47;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:20px; line-height:20px; 
}

.RadTabStrip_Default .rtsLink
{
	color: #2e3d47;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #dadada;
	background: #f4f4f4;
}

.RadTabStrip_Default .rtsLink:hover
{
	background: #dfdfdf;
	border-color: #dadada;
	color: #2e3d47;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.RadTabStrip_Default .rtsLink:active
{
	color: #2e3d47;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.RadTabStrip_Default .rtsLink:visited
{
	color: #2e3d47;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.RadTabStrip_Default .rtsSelected,
.RadTabStrip_Default .rtsSelected:hover
{
	background: #fff;
	border-color: #dadada;
	color: #2e3d47;
}

.RadTabStrip_Default .rtsLI .rtsLink { padding-left: 8px; }
.RadTabStrip_Default .rtsLI .rtsOut { padding-right: 8px; }

.RadTabStripLeft_Default .rtsSeparator,
.RadTabStripRight_Default .rtsSeparator
{
	
}

.RadTabStripTop_Default .rtsLevel .rtsLink,
.RadTabStripTop_Default .rtsLevel .rtsOut,
.RadTabStripBottom_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsOut,
.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripRight_Default .rtsLink { background-image: none; }

/* <disabled tabs> */
/* </disabled tabs> */

/* <scrolling arrows> */
.RadTabStrip_Default .rtsNextArrow,
.RadTabStrip_Default .rtsPrevArrow,
.RadTabStrip_Default .rtsPrevArrowDisabled,
.RadTabStrip_Default .rtsNextArrowDisabled
{
	background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/_default/Skins/_default/WebControlSkin/Default/RibbonBar/TabStrip/TabStripStates.png');
}
.RadTabStrip_Default .rtsLevel .rtsNextArrow { background-position: -18px 0; }
.RadTabStrip_Default .rtsLevel .rtsPrevArrow { background-position: 0 0; }
.RadTabStrip_Default .rtsLevel .rtsNextArrow:hover { background-position: -54px 0; }
.RadTabStrip_Default .rtsLevel .rtsPrevArrow:hover { background-position: -36px 0; }
.RadTabStrip_Default .rtsLevel .rtsPrevArrowDisabled,
.RadTabStrip_Default .rtsLevel .rtsPrevArrowDisabled:hover { background-position: -72px 0; }
.RadTabStrip_Default .rtsLevel .rtsNextArrowDisabled,
.RadTabStrip_Default .rtsLevel .rtsNextArrowDisabled:hover { background-position: -90px 0; }

.RadTabStripLeft_Default .rtsLevel .rtsNextArrow,
.RadTabStripRight_Default .rtsLevel .rtsNextArrow { background-position: -18px -20px; }
.RadTabStripLeft_Default .rtsLevel .rtsPrevArrow, 
.RadTabStripRight_Default .rtsLevel .rtsPrevArrow { background-position: 0 -20px; }
.RadTabStripLeft_Default .rtsLevel .rtsNextArrow:hover,
.RadTabStripRight_Default .rtsLevel .rtsNextArrow:hover  { background-position: -54px -20px; }
.RadTabStripLeft_Default .rtsLevel .rtsPrevArrow:hover,
.RadTabStripRight_Default .rtsLevel .rtsPrevArrow:hover { background-position: -36px -20px; }
.RadTabStripLeft_Default .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripLeft_Default .rtsLevel .rtsPrevArrowDisabled:hover,
.RadTabStripRight_Default .rtsLevel .rtsPrevArrowDisabled,
.RadTabStripRight_Default .rtsLevel .rtsPrevArrowDisabled:hover { background-position: -72px -20px; }
.RadTabStripLeft_Default .rtsLevel .rtsNextArrowDisabled,
.RadTabStripLeft_Default .rtsLevel .rtsNextArrowDisabled:hover,
.RadTabStripRight_Default .rtsLevel .rtsNextArrowDisabled,
.RadTabStripRight_Default .rtsLevel .rtsNextArrowDisabled:hover { background-position: -90px -20px; }
/* </scrolling arrows> */

.RadTabStripTop_Default .rtsLevel { background-color: transparent; }

.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripBottom_Default_Baseline .rtsLevel { background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/Portals/_default/Skins/_default/WebControlSkin/Default/RibbonBar/TabStrip/TabStripStates.png'); }


/* <orientation: top> */
.RadTabStripTop_Default_Baseline .rtsLevel { background-position: 0 100%; background-repeat: repeat-x; }

.RadTabStripTop_Default .rtsLink
{
	margin-top: 2px;
}

.RadTabStripTop_Default .rtsLink:hover
{
	border-bottom-color: #dadada;
}

.RadTabStripTop_Default .rtsSelected,
.RadTabStripTop_Default .rtsSelected:hover
{
	border-bottom-color: #fff;
	margin-top: 0;
	padding-top: 0px;
}
/* </orientation: top> */

/* <orientation: bottom> */
.RadTabStripBottom_Default_Baseline .rtsLevel { background-position: 0 -149px; background-repeat: repeat-x; }

.RadTabStripBottom_Default .rtsLink
{
	margin-bottom: 2px;
}

.RadTabStripBottom_Default .rtsLink:hover
{
	border-top-color: #dadada;
}

.RadTabStripBottom_Default .rtsSelected,
.RadTabStripBottom_Default .rtsSelected:hover
{
	border-top-color: #fff;
	margin-bottom: 0;
	padding-bottom: 2px;
}
/* </orientation: bottom> */

/* <orientation: left> */
.RadTabStripLeft_Default .rtsLink:hover
{ border-right-color: #dadada; }

.RadTabStripLeft_Default .rtsSelected,
.RadTabStripLeft_Default .rtsSelected:hover
{ border-right-color: #fff; }
/* </orientation: left> */

/* <orientation: right> */
.RadTabStripRight_Default .rtsLink:hover
{ border-left-color: #dadada; }

.RadTabStripRight_Default .rtsSelected,
.RadTabStripRight_Default .rtsSelected:hover
{ border-left-color: #fff; }
/* </orientation: right> */

/* <disabled states> */
.RadTabStrip_Default .rtsDisabled,
.RadTabStrip_Default .rtsDisabled:hover
{
	border-color: #dadada;
	background: #f4f4f4;
	color: #aaa;
}
/* </disabled states> */



/* asdf */


.easy_slides_container{border:1px solid #fff;overflow:hidden;position:relative}.easy_slides_img1,.easy_slides_img2{display:none;top:0;position:absolute}.easy_slides_img1{z-index:2}.easy_slides_img2 {z-index:1}.easy_slides_caption{position:absolute;bottom:0;background-image:url(jQuery.easySlides/img/bg.png);background-color:transparent;display:none;z-index:3;color:#fff;font-family:sans-serif;font-size:16px}


/* asdf */


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#81007F;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/loading.gif) center center no-repeat;}
        #cboxClose{border:1px solid white; -webkit-border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; border-top-left-radius: 10px; position:absolute; bottom:0; right:0; background:url(http://catholicsforequality.org/themes/CatholicsforEquality/images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* asdf */

#slidecontainer1 {
    width:730px;
    height:263px;
text-align:left;
}

#slidecontainer1 .easy_slides_caption {
    width:730px;
    height:50px;
    padding: 10px 0 0 10px;
}


.breeder
{
float:left;
}

.account{
color:white;
}

.breadcrumb a:visited{
color:#fff;
}
.breadcrumb a{
color:#fff;
}
.breadcrumb a:hover{
color:#fff;
}

,profile{
margin:0px;
}

h2 {
color:purple;
font-family:arial;
font-size:20px;
font-weight:bold;
padding-bottom:5px;
padding-top:5px;
}

a{
text-decoration: 
}

.submitted {
font-family:arial;
font-size:13px;
font-weight:bold;
letter-spacing:6px;
}

.twtr-hd {
display: none;
}


#twtr-widget-1 .twtr-bd, #twtr-widget-1 .twtr-timeline i a, #twtr-widget-1 .twtr-bd p {
color:#fff !important;
font-family:times New Roman;
font-style:italic;
}

.views-field-title .field-content a:hover {
background:none repeat scroll 0 0 purple;
color:white;}


.twtr-widget .twtr-tweet a.twtr-reply {
font-weight:bold;
visibility:visible;
}

#twtr-widget-1 .twtr-tweet-text {
border-bottom:1px dotted black;
margin-left:0;
}

.views-field-title {
color:purple;
font-family:Arial,Tahoma,Helvetica,sans-serif;
font-size:19px;
font-weight:bold;
letter-spacing:-1px;
line-height:1.3em;
margin:0;
}

.views-field-created {
font-size:15px;
font-style:italic;
font-weight:bold;
}

h2 a, a:visited{
color:purple;
}

.twtr-widget .twtr-tweet {
border-bottom:none;
}

.view-content img {
float:right;
padding-left:10px;
}

.views-row {
border-bottom:1px dotted black;
margin-top:10px;
overflow:auto;
padding:5px;
}
.view-header{
border-bottom:1px dotted black;
}


	
	#sidemenu {
		font-family:verdana;
		font-size:12px;
		position:relative;
		margin:0 auto;
		width:228px;
		/*top:5px;*/
	}
	
	#sidemenu ul {
		/* remove list style */
		list-style:none;
		padding:0;
		margin:0;	
		
		/* set the layer position */
		position:relative;
		z-index:5;
	}
	
		#sidemenu li {
border-bottom:1px dotted white;
cursor:pointer;
height:30.9px;
list-style:none outside none;
margin:0;
}
		
				
#sidemenu li a {
color:#FFFFFF;
font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Helvetica,Arial,Sans-Serif;
font-size:12px;
margin:5px;
position:relative;
top:5px;
}
	
	
	#sidemenu .block {
		/* allow javascript to move the block */
		position:absolute;
		top:0;
		
		/* set the left position */
		left:150px;	
		
		/* display above the #sidemenu */
		z-index:10;
		
		/* the image and the size */
		background:transparent url(http://catholicsforequality.org/themes/CatholicsforEquality/smallcross.png) no-repeat top right;
		width:39px;
		padding:7px;
		cursor:pointer;
	}
	
	/* fast png fix for ie6 */
	* html .png{
		position:relative;
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://catholicsforequality.org/themes/CatholicsforEquality/" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://catholicsforequality.org/themes/CatholicsforEquality/" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	}

	
.sidetitle {
background:none repeat scroll 0 0 purple;
border-bottom:1px dotted white;
color:#9CD8A4;
font-family:tahoma;
font-size:14px;
font-variant:small-caps;
font-weight:bolder;
padding-bottom:5px;
padding-left:5px;
padding-top:2px;
}





#coin-slider-coin-slider{
position:relative;
top:2px;
}


.cs-title b {
font-family:'Vollkorn',serif;
font-size:30px;
font-weight:normal;
overflow:visible;
color:#9CD8A4;
padding-top:5px;
padding-bottom:8px;
}

#cs-title-coin-slider{
height:47px;

}

#cs-buttons-coin-slider{
float:right;
height:0px;
margin-right:10px
position:relative;
}

.cs-buttons a {
border:1px solid #B43AB1;
color:#B43AB1;
display:block;
float:right;
height:20px;
margin-left:5px;
position:relative;
text-indent:-1000px;
top:-250px;
width:20px;
}




#cs-prev-coin-slider{
color:white;
left:0;
line-height:30px;
opacity:0.7;
padding:15px;
position:absolute;
top:116.5px;
z-index:1001;
}

#cs-next-coin-slider{

color:white;
line-height:30px;
opacity:0.7;
padding:15px;
position:absolute;
right:0;
top:116.5px;
z-index:1001;

}

#sidemenu li:hover {
background:url("./images/menu.png") no-repeat scroll left top transparent;
}

#cs-buttons-coin-slider {
top:-5px;
}

#follow{
position:relative;
}

#sociallinks{
 padding-top:5px;
 padding-left: 14px;
}



.info, .success, .warning, .error, .validation {
  border: 1px solid;
  margin: 10px 0px;
  padding:15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/info.png');
}
.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image:url('http://catholicsforequality.org/themes/CatholicsforEquality/success.png');
}
.warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/warning.png');
}
.error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('http://catholicsforequality.org/themes/CatholicsforEquality/error.png');
}

fieldset{
background:url("http://catholicsforequality.org/themes/CatholicsforEquality/bg/fieldsetback.png") repeat-x scroll center top #E2F7BA;
}

.box h2{
background:none repeat scroll 0 0 lavender;
border:1px dashed purple;
color:purple;
line-height:1;
margin-top:10px;
padding:10px;
}


.feeds li{
list-style-type:none;
}

.feeds ul li{
list-style-type:none;
}
.feeds ul{
list-style-type:none;
}

ul.links.inline {
clear:both;
display:block;
}

ul.links a:hover {
background:none repeat scroll 0 0 purple;
color:white;
}


.facebookshare-box{
padding-left:10px;
}

.field-content strong {
background:none repeat scroll 0 0 lavender;
}


.view-content{
border-top:1px dotted black;
}

.view-blog .view-content{
border-top:none;
}

.inputlabel {
font-weight:bold;
color:purple;
}

.reddit-entry {
border-bottom:1px dotted white;
}
.rembeddit .reddit-comment-link a:link, active, hover {
color:black;
}
.rembeddit iframe {
float:left;
padding:5px;
}
.reddit-comment-link a:visited, link, active {
color:black;
}
.reddit-comment-link {
color:#9CD8A4;
font-size:11px;
font-weight:bold;
padding-left:5px;
}
.rembeddit a {
color:white;
}
.rembeddit {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:purple none repeat scroll 0 0;
border:5px solid white;
margin-left:3px;
padding:5px;
}
.rembeddit img {
padding-right:5px;
float:left;
}
.reddit-title {
border-bottom:1px dotted white;
color:#9CD8A4;
font-weight:bold;
}

.rembeddit small {
color:#9CD8A4;
font-size:12px;
font-weight:bold;
}

.feedburnerFeedBlock p {
padding:0;
}
.feedburnerFeedBlock a {
color:#9CD8A4;
}
.feedburnerFeedBlock a:hover {
background:#9CD8A4;
color:purple;
}
.feedburnerFeedBlock li {
border-bottom:1px dotted white;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
.feedburnerFeedBlock ul {
margin-top:0px;
margin-bottom:0px;
padding:0;
}
.date p {
margin:0;
padding:0;
}
.feedTitle a {
border-bottom:1px dotted white;
color:white;
display:none;
font-weight:bold;
padding:0;
}
.date {
color:white;
}
.rembeddit small {
color:#9CD8A4;
font-size:12px;
font-weight:bold;
}

.joincampaigninput{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topright:5px;
background:white none repeat scroll 0 0;
border:1px solid #9CD8A4;
font-family:helvetica;
font-size:13px;
font-weight:bold;
color:purple;
/*width:132px;*/
}
.joincampaigntitle{
font-weight: bold;
font-size: 16px;
color: rgb(156, 216, 164);
}

.joincampaignbutton{
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:#9CD8A4 none repeat scroll 0 0;
color:purple;
font-variant:small-caps;
margin-left:10px;
}

.account a:hover {
background:purple;
}

.breeder a:hover {
background:purple;
}

.ui-menu li {
list-style-type:none;
}

.ui-menu {
font-size:13px;
}

.menuparent > ul li {
height:30px;
}
.menuparent > ul {
padding-bottom:15px;
top:26px;
background:purple;
}

.views-field-body {
font-size:12px;
}

ul.links.inline{
display:block;
text-align:center;
vertical-align:top;
white-space:normal;
width:730px;
}

.terms{
	display:none;
	/* hide tax. terms */
}
  

ul.nice-menu ul li a{
	font-variant:normal !important;
}    

ul.nice-menu ul li:hover{
	background:#9CD8A4;
}  

ul.nice-menu ul li:hover > a{
	color:#000; 
	text-decoration:none;
} 
ul.nice-menu ul{
	 padding-bottom:0px;
}
.cssmenu ul.nice-menu ul a{
   
	line-height:28px;
}

