/* ================================
    CSS STYLES FOR OctEportal
   ================================
*/

/* General Settings */
html
{
}

*
{
	padding: 0;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

body
{
	color: #000;
	background: #fff;
	font-size: 95%;
	margin: 0;
}

form
{
	height: 100%;
}


/* Default class for any table used for layout in a skin (for exaple) */
.LayoutTable 
{
	table-layout: fixed;
	border-collapse:collapse;
}

.MainContainer
{
	position: relative;
}

.Header
{
	height: 75px;
	overflow: hidden;
}

/* ========================================
	Admin Bar
==========================================*/
.AdminBar
{
	border: 1px #CCCCCC dotted;
	height: 25px;
}
@media print
{
	.AdminBar
	{
		display: none;
	}
}

/*=======================================
    Menu
=========================================*/
.mnuItem
{
    display: inline;
    padding-left:  10px;
    padding-right: 10px;
    cursor: pointer;
    cursor: hand;
    white-space:nowrap;
}

.Menu .Menu
{
    border: solid 1px #000;
    background-color: #fff;
}
.Menu .Menu .mnuItem
{
    display: block;
}
.mnuImage,
.mnuImageActive,
.mnuImageHasChildren,
.mnuImagePrefix,
.mnuImageSuffix,
.mnuImageSeparator
{
    border: none;
}

/*==========================================
	Default Skins
============================================*/
/* background color for the header at the top of the page  */
.DefaultSkin .HeadBg
{
	background-color: #2d1561;
}

.DefaultSkin .HeaderLogo
{
	width: 250px;
	float: left;
}

.DefaultSkin .HeaderPane
{
	color: #fff;
	height: 75px;
	margin-left: 250px;
}

.DefaultSkin .MainPanel
{
    height: 200px;
    width: 100%;
}

.DefaultSkin .Footer
{
	background-color: #2d1561;
	color: #fff;
	height: 25px;
}

.DefaultSkin .FooterLeft
{
	width: 275px;
	float: left;
	text-align: left;
	padding-left: 5px;
}

.DefaultSkin .FooterCentre
{
	text-align: center;
	margin: 0 200px 0 275px;
}

.DefaultSkin .FooterRight
{
	width: 200px;
	text-align: right;
	float: right;
	padding-right: 5px;
}

.DefaultSkin A.FooterLink , 
.DefaultSkin A:link.FooterLink ,
.DefaultSkin A:visited.FooterLink, 
.DefaultSkin .FooterLink A, 
.DefaultSkin .FooterLink A:link,
.DefaultSkin .FooterLink A:visited
{
	color: #fff;
}
.DefaultSkin A:active.FooterLink ,
.DefaultSkin A:hover.FooterLink, 
.DefaultSkin .FooterLink A:active,
.DefaultSkin .FooterLink A:hover
{
	color: #f00;
	text-decoration: underline;
}

.DefaultSkin .MenuBar
{
	background-color: #c6d9e8;
	height: 24px;
	border-bottom: solid 1px #2d1561;
	position: relative;
	padding-top: 5px;
}

/* Default Skin for Rad Menu */
.RadMenu_OPDefault .rmHorizontal .rmItem
{
    border-right: solid 1px #2d1561;
}
.RadMenu_OPDefault .rmLast
{
    border-right: none;
}
.RadMenu_OPDefault .rmLink
{
    color: #2d1561;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.RadMenu_OPDefault .rmExpanded,
.RadMenu_OPDefault .rmLink:hover
{
    background-color: #fff;
}
.RadMenu_OPDefault .rmText
{
    padding: 0 5px;
}
.RadMenu_OPDefault .rmFocused,
.RadMenu_OPDefault .rmLink:hover
{
    color: #f00;
    text-decoration: underline;
    cursor: hand;
    cursor: pointer;
}
.RadMenu_OPDefault .rmGroup
{
    padding: 2px;
	background-color: #c6d9e8;
	border: solid 1px #2d1561;
}
.RadMenu_OPDefault .rmGroup .item
{
    border-right: none;
}
.RadMenu_OPDefault .rmItem img
{
    margin-right: 5px;
}

/* Static Menu */
.StaticMenu .item
{
    clear: both;
    list-style-type: none;
}
.StaticMenu ul, .StaticMenu ol
{
    padding-left: 0;
}
.StaticMenu .item .item
{
    margin-left: 10px;
}

.DefaultSkin .UserContainer
{
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	height: 24px;
	text-align:right;
	padding-top: 4px;
}

.DefaultSkin .User
{
	color: #000;
	margin-top: auto;
}

.DefaultSkin .ContentPanel
{
    width: 60%;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
}
.DefaultSkin td.ContentPanel
{
    vertical-align: top;
}

.DefaultSkin .LeftPanel
{
	width: 20%;
    vertical-align: top;
}


.DefaultSkin .RightPanel
{
	width: 20%;
    vertical-align: top;
}

/* background color for the content part of the pages */
/* background/border colors for the selected tab */
.TabBg
{
	background-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	text-decoration: none;
	color: #fff;
}

A.SelectedTab:visited, A.SelectedTab:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.SelectedTab:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #fff;
}

A.OtherTabs:visited, A.OtherTabs:active
{
	text-decoration: none;
	color: #eeeeee;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-size: 120%;
	font-weight: normal;
	color: #333333;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	color: #003366;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-size: 110%;
	font-weight: bold;
	color: #000;
}

/* text style used for most text rendered by modules */
.Normal /*ftb */
{
	font-weight: normal;
}

.Normal P 
{
	margin-bottom: 5px;
	padding-left: 5px;
}

TD.Normal 
{
	padding-bottom: 5px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-weight: normal;
}

.NormalRed /* FTB */
{
	font-weight: bold;
	color: #ff0000;
}

.NormalBold /* FTB */
{
	font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active
{
	text-decoration: underline;
	color: #003366;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #ff0000;
}

/* Heading Styles */
H1, H2, H3, H4, H5, H6
{
	color: #003366;
	margin-bottom: 0px;
	margin-top: 1ex;
}

H1
{
	font-size: 150%;
}

H2
{
	font-size: 125%;
}

H3
{
	font-size: 100%;
}

H4
{
	font-size: 90%;
	font-weight: bold;
}

H5
{
	font-size: 80%;
	font-weight: bold;
}

H6
{
	font-size: 80%;
	font-weight: normal;
}

/*  Links */
A:link, A:active
{
	text-decoration: none;
	color: #003366;
}

A:visited
{
	text-decoration: none;
	color: #800080;
}

A:hover
{
	text-decoration: underline;
	color: #ff0000;
}

/* Tables */
TFOOT, THEAD
{
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-weight: bold;
	color: #003366;
}

SMALL
{
	font-size: 80%;
}

BIG
{
	font-size: 125%;
}

BLOCKQUOTE, PRE
{
	font-family: Lucida Console, Courier New, monospace;
}

UL, OL 
{
	padding:0;
	margin:0;
}
LI
{
	margin-left: 1.1em;
}

UL LI
{
	list-style-type: square;
}

UL UL LI
{
	list-style-type: disc;
}

UL UL UL 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;
}

HR
{
	color: #ddd;
	height: 1pt;
	text-align: left;
}

.containerHeader
{
	text-align: left;
	border-bottom: solid 1px #ccc;
	_height: 1%;  /* IE height problem */
}

.containerContent
{
	margin-bottom: 10px;
	clear: both;
}

.ModuleMenu
{
    float: left;
    cursor: pointer;
    cursor: hand;
}
.RadMenu_ModuleMenu
{
    background-color: #fff;
    border: solid 1px #000;
    z-index: 2;
}
.RadMenu_ModuleMenu .rmItem
{
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    padding-bottom: 2px;
    text-align: left;
    font-size: 80%;
}

.RadMenu_ModuleMenu .rmItem img
{
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 0;
}
.RadMenu_ModuleMenu .rmLink
{
    color: #000;
}
.RadMenu_ModuleMenu .rmFocused,
.RadMenu_ModuleMenu .rmLink:hover
{
    background-color: #888;
    color: #fff;
}
.RadMenu_ModuleMenu .rmSeparator
{
    padding-top: 2px;
    margin-bottom: 2px;
    border-bottom: solid 1px #000;
}

/* Menu-Styles */
/* 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;
	cursor: hand;
	height: 16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem
{
	cursor: pointer;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	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;
	cursor: hand;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

.ModuleTitle_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction='135', Strength='3');
	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;
	cursor: hand;
	color: black;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 90%;
	font-weight: bold;
	font-style: normal;
	background-color: #C1D2EE;
}

.ModuleTitle_MenuArrow
{
	font-family: webdings;
	font-size: 100%;
	cursor: pointer;
	cursor: hand;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}

.ModuleTitle_RootMenuArrow
{
	font-family: webdings;
	font-size: 100%;
	cursor: pointer;
	cursor: hand;
}

/* Module Message */
.ModuleMessage
{
}

.ModuleMessageIcon
{
	width: 37px;
	text-align: center;
	float: left;
}

.ModuleMessageText
{
	margin-left: 40px;
}


/*    Search and Indexng */
.IndexResults .SearchString 
{
	margin: 0 0 5px 0;
}

.IndexResults .SearchText 
{
	color: #00f;
	font-weight: bold;
	font-style: italic;
}

.IndexResults A.ResultsTitle 
{
	color: #00f;
	font-weight: bold;
	text-decoration: none;
}

.IndexResults A.ResultsTitle:hover 
{
	text-decoration: underline;	
} 

.IndexResults .Synopsis
{
	font-size: 90%;
	margin: 0 0 5px 5px;	
}

/* General styles used throughout the website */
/* Display information about the current operation */
.Info		 
{
	font-size: 80%;
	color: #666;
	margin-bottom: 5px;
}

.Info A:link { color: #00f; }
.Info A:visited { color: #800080; }
.Info A:hover { color: #f00; }
.Info .Info { font-size: 100%; }

/*===================================
	Data Entry Classes
====================================*/

/* Container for an entry.  Would normal contain label and entry field */
.EditEntry
{
	margin-bottom: 2px;
	overflow-x: hidden;
	background-color: #e6e6fa;
	min-height: 1em;
	_height: 1em;
	padding-top: 4px;
}

/* EntryLabel: Used for labels to data entry forms */
.EntryLabel 
{
	font-weight: bold;
	color: #003366;
	float: left;
	width: 150px;
	clear: left;
}

/* EntryField: used for controls that accept data (e.g. textbox, dropdownlist) */
.EntryField
{
	font-weight: normal;
	width: 450px;
	float: left;
}

/* Used where a selection of the controls to be displayed is made in an options control */
.EntryFieldSelection
{
	overflow: auto; 
	width: 300px; 
	height: 250px;
}

.Required
{
	border: solid 2px #00f;
}

/* EntryFieldError: used to highlight a field with an error */
.EntryFieldError
{
	border: solid 2px red;
}
.EntryError
{
	font-weight: bold;
	color: #f00;
}

/* Section where the action buttons are shown */
.EditActions
{
	border-top: solid 1px #000;
	margin-top: 8px;
	padding-top: 2px;
	width: 100%;
	_height: 50px;
	min-height: 50px;
	vertical-align: top;
	vertical-align: text-top;	
}

/* EntryButton: for buttons in the data entry */
.EntryButton
{
	font-weight: normal;
}

/* Section divider in a data entry page */
.EntrySection
{
	border-bottom: solid 1px #000;
	margin-top: 25px;
	font-weight: bold;
	margin-bottom: 5px;
}

/* Top Section has different spacing */
.TopSection
{
	margin-top: 0;
}

/*=============================
	ECommerce Styles
=============================== */

/********** Basket Summary (Skin Objects) *************/
.BasketSummarySkin
{
	position: relative;
	font-size: 80%;
	min-height: 75px;
	_height: 75px;
	background-color: #fff;
}
.BasketSummarySkin .BasketSummaryTitle
{
	background-color: #888;
	color: #eee;
	text-align: center;
}
.BasketSummarySkin .BasketSummaryEmpty,
.BasketSummarySkin .BasketSummaryContent
{
	padding: 5px;
	border: solid 1px #888;
	min-height: 75px;
	_height: 75px;
}
.BasketSummarySkin .BasketSummaryContent
{
	padding-bottom: 30px;
}

.BasketSummarySkin .BasketSummaryLabel,
.BasketSummarySkin .BasketSummaryValue
{
	position: absolute;
	width: 60px;
	text-align: right;
}
.BasketSummarySkin .BasketSummaryLabel
{
	left:0;
	top: 0;
}
.BasketSummarySkin .BasketSummaryValue
{
	left: 60px;
	top: 0;
}


.BasketSummarySkin .BasketSummaryItemCount,
.BasketSummarySkin .BasketSummaryProductCount,
.BasketSummarySkin .BasketSummaryWeight,
.BasketSummarySkin .BasketSummaryWeight,
.BasketSummarySkin .BasketSummaryNetValue,
.BasketSummarySkin .BasketSummaryDeliveryCharge,
.BasketSummarySkin .BasketSummaryVATValue,
.BasketSummarySkin .BasketSummaryTotalValue
{
	position: relative;
	height: 15px;
}

.BasketSummarySkin .BasketSummaryItemCount
{
	display: none;
}
.BasketSummarySkin .BasketSummaryTotalValue
{
	font-weight: bold;
}

.BasketSummarySkin .BasketSummaryCheckout
{
	position: absolute;
	left: 2px;
	bottom: 2px;
	width: 75px;
	text-align: left;
}
.BasketSummarySkin .BasketSummaryBasket
{
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 75px;
	text-align: right;
}
.BasketSummarySkin .BasketSummaryCheckout .BasketSummaryLink,
.BasketSummarySkin .BasketSummaryBasket .BasketSummaryLink
{
	display: none;
}
.BasketSummarySkin .BasketSummaryCheckout .BasketSummaryButton,
.BasketSummarySkin .BasketSummaryBasket .BasketSummaryButton
{
	width: 70px;
}

.BasketSummaryOptions
{
	width: 650px;
}

/*********************** Checkout ***********************/
/* Options Settings */
TABLE.Options
{
	background-color: #9ebef5;
	border-collapse: separate;
}

.Options TR.OptionsBodyRow
{
	min-height: 365px;
	_height: 365px;
}

.Options TR.OptionsActionRow
{
	height: 25px;
}

.Options TD.OptionsTree
{
	background-color: #fff;
}

.Options TD.OptionsBody
{
	background-color: #bdf;
}

.Options DIV.OptionsBodyHead
{
	background-color: #9ebef5;
	font-size: 120%;
	padding-bottom: 2px;
}

.Options DIV.OptionsBodyDetails
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 0px;
	padding-top: 4px;
}


/* =======================================
	ADMIN folder
======================================== */
.CenterBlock
{
	display:block;
	margin: 10px; 
	text-align: center;
	vertical-align:top; 
	vertical-align:text-top; 
}

.EditEntryRow
{
	display: block;
	text-align: left;
	vertical-align: text-top;
	vertical-align: top;
}


/* =======================================
	WebUpload
======================================== */
.WebUploadContainer
{
    padding-top: 10px;
}
.WebUploadContainer table
{
	width:520px;
}

/* =======================================
	SiteLog
======================================== */
.SiteLogContainer, .SiteLogContainer .EditEntry
{
	width: 350px;
}

.SiteLogContainer .EntryLabel
{
	width: 100px;
}

.SiteLogContainer .EntryField
{
	width: 230px;
}

/* =======================================
	EditLogTypes
======================================== */
.EditLogTypesGrid
{
}

.EditLogTypesContainer1, 
.EditLogTypesContainer2, 
.EditLogTypesContainer1 .EditEntry, 
.EditLogTypesContainer2 .EditEntry,
.EditLogTypesContainer1 .EditActions,
.EditLogTypesContainer2 .EditActions
{
	width: 520px;
}

.EditLogTypesContainer1 .EntryLabel
{
	width: 150px;
}

.EditLogTypesContainer2 .EntryLabel
{
	width: 200px;
}

.EditLogTypesContainer1 .EntryField, 
.EditLogTypesContainer2 .EntryField
{
	width: 300px;
}

/* =======================================
	EditModuleControl
======================================== */
.EditModuleControlContainer, 
.EditModuleControlContainer .EditEntry, 
.EditModuleControlContainer .EditActions
{
	width: 510px;
}

.EditModuleControlContainer .EntryLabel
{
	width: 90px;
}

.EditModuleControlContainer .EntryField
{
	width: 400px;
}

/* =======================================
	EditModuleDefinitions
======================================== */
.EditModuleDefinitionContainer, 
.EditModuleDefinitionContainer .EditEntry, 
.EditModuleDefinitionContainer .EditActions
{
	width: 650px;
}

.EditModuleDefinitionContainer .EntryLabel
{
	width: 120px;
}

.EditModuleDefinitionContainer .EntryField
{
	width: 420px;
}

.EditModuleDefinitionContainer .ControlsGrid
{ 
	width: 650px;
}

/* =======================================
	ModuleDefinitions
======================================== */
.ModuleDefinitionGrid
{
	width: 600px;
}

/* =======================================
	HostSettings
======================================== */
.HostSettingsContainer,
.HostSettingsContainer .EditEntry
{
	width: 580px;
}

.HostSettingsContainer .EntryLabel
{
	width: 200px;
	text-align: left;
}

.HostSettingsContainer .EntryField
{
	width: 360px;
	text-align: left;
}

/* =======================================
	Signup
======================================== */
.SignupContainer,
.SignupContainer .EditEntry,
.SignupContainer .EditActions
{
	width: 750px;
}

.SignupContainer .EntryLabel
{
	width: 80px;
	height: 35px;
}

.SignupContainer .EntryField
{
	width: 310px;
}

.SignupContainer .EditFieldNote
{
	display:inline;
	float: right;
	text-align: left;
	vertical-align: text-top;
	vertical-align: top;
	width: 350px;
}

/* =======================================
	SiteSettings
======================================== */
.SiteSettingsContainer 
{
	width: 700px;
}
.SiteSettingsContainer .EditEntry
{
	text-align: left;
}

.SiteSettingsContainer .EntryLabel
{
	width: 150px;
	text-align: left;
}

.SiteSettingsContainer .EntryField
{
	width: 350px;
}

.SiteSettingsContainer .HostLabel
{
	width: 250px;
	text-align: right;
}

.SiteSettingsContainer .HostField
{
	text-align: left;
	width: 250px;
}

.PortalAliasGridContainer table
{
	width: 100%;
}

.PortalAliasGrid
{
}

.PremiumModuleGridContainer
{
}

.PremiumModuleGrid
{
}

.SiteSettingsContainer .HostFields
{
	display: block;
	padding: 2px;
	text-align: center;
	overflow: auto;
	height: 100%;
	vertical-align: text-top;
	vertical-align: top;
	height: auto;
	width: 520px;
}

.Days
{
	font-weight: bold;
	color: #003366;
	width: 30px;
}

/* =======================================
	SystemMessages
======================================== */
.SystemMessagesContainer
{
	width: 520px;
	text-align: left;
}

.SystemMessagesContainer .EditEntry
{
	width: 520px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.SystemMessagesContainer .EntryLabel
{
	width: 110px;
}

.SystemMessagesContainer .EntryField
{
	width: 400px;
}

/* =======================================
	EditSchedule
======================================== */
.EditScheduleContainer
{
	width: 600px;
}

.EditScheduleContainer .EditEntry
{
	width: 600px;
	padding: 4px 8px 4px 10px;
}

.EditScheduleContainer .EntryLabel
{
	width: 140px;
	padding-bottom: 2px;
}

.EditScheduleContainer .EntryField
{
	width: 200px;
}

.EditScheduleContainer .NoteField
{
	display: block;
}

/* =======================================
	ViewSchedule
======================================== */
.ViewScheduleGrid
{
	width: 700px;
}

/* =======================================
	ViewScheduleHistory
======================================== */
.ViewScheduleHistoryGrid
{
	width: 700px;
}

.HistoryHeader
{
	text-align: center;
}

.HistoryStartDate
{
	width: 100px;
}

.HistoryEndDate
{
	width: 100px;
}

.HistoryElapsedTime
{
}

.HistorySucceeded
{
}

.HistoryNextStart
{
	width: 100px;
}

.HistoryLogNotes
{
	width: 350px;
	overflow: scroll;
}


/* =======================================
	ViewScheduleStatus
======================================== */
.ViewScheduleStatusContainer
{
	width: 500px;
	text-align: left;
}

.ViewScheduleStatusContainer .EditEntry
{
	background-color: #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
}
.ViewScheduleStatusContainer .EntryLabel
{
	width: 170px;
	padding-left: 2px;
}

.ViewScheduleStatusContainer .EntryField
{
	width: 320px;
}

.ScheduleProcessingGrid
{
	width: 700px;
}

.ScheduleQueueGrid
{
	width: 700px;
}

/* =======================================
	Signin
======================================== */
.SigninContainer
{
}

.SigninContainer .CenterBlock
{
	margin: 0px;
}


/* =======================================
	Admin Bar
======================================== */
.AdminBar 
{
	border: 1px dotted #ccc;
	height: 26px;
	white-space: nowrap;
	padding-left: 2px;
}

/* =======================================
	EditSkins
======================================== */
.EditSkinsContainer
{
	width: 500px;
	text-align: center;
}

.EditSkinsContainer .SkinRow
{
	width: 500px;
	padding-bottom: 12px;
}



/* =======================================
	ManageTabs
======================================== */
.ManageTabsContainer, 
.ManageTabsContainer .EditEntry
{
	width: 580px;
}

.ManageTabsContainer .EntryLabel
{
	width: 190px;
}

.ManageTabsContainer .EntryField
{
	float:right;
	width: 380px;
	text-align: left;
}

.ManageTabsContainer .URLCheckBox
{
	display: inline; 
	float: left; 
	height: 40px; 
	width: 30px;
}

.ManageTabsContainer .URLControl
{
	text-align: left;
	_height: 100%;
	min-height: 100%;
	width: 330px;
}

/* =======================================
	ModuleSettings
======================================== */
.ModuleSettingsContainer, 
.ModuleSettingsContainer .EditEntry
{
	width: 580px;
}

.ModuleSettingsContainer .EntryLabel
{
	width: 140px;
}

.ModuleSettingsContainer .EntryField
{
	float:right;
	width: 430px;
	text-align: left;
}

/* =======================================
	RecycleBin
======================================== */
.RecycleBinContainer, 
.RecycleBinContainer .EntrySection,
.RecycleBinContainer .EditEntry
{
	width: 310px;
	padding: 6px;
	text-align: left;
}

.RecycleBinContainer .Lists
{
	padding-left: 20px;
	display: inline;
	float: left; 
}

.RecycleBinContainer .Buttons
{
	padding-left: 2px;
	float: right;
	text-align: left;
	vertical-align: text-top;
	vertical-align: top;
	width: 24px;
}

/* =======================================
	Tabs
======================================== */
.TabsContainer,
.TabsContainer .EditEntry
{
	text-align: left;
	width: 440px;
	padding: 4px;
}

.TabsContainer .List
{
	display: inline;
	float: left;
}

.TabsContainer .ButtonContainer
{
	display: block;
	float: right;
}

.TabsContainer .Buttons
{
	height: 40px;
}

/* =======================================
	BulkEmail
======================================== */
.BulkMailContainer,
.BulkMailContainer .EditEntry
{
	width: 690px;
	text-align: left;
}

.BulkMailContainer .EntryLabel
{
	width: 120px;
}

.BulkMailContainer .EntryField
{
	width: 520px;
}

/* =======================================
	EditRoles
======================================== */
.EditRolesContainer
{
	width: 530px;
}

.EditRolesContainer .EditEntry
{
	width: 530px;
	padding-right: 6px;
	text-align: left;
}

.EditRolesContainer .EntryLabel
{
	width: 130px;
}

.EditRolesContainer .EntryField
{
	width: 100px;
}

.EditRolesContainer .EditFieldR
{
	float: right;
	text-align: left;
}

/* =======================================
	ManageUsers, Register
======================================== */
.ManageUsersContainer, 
.RegisterContainer
{
	clear: both;
	width: 620px;
}

.RegisterContainer .LeftColumn
{
	position: relative;
	display: inline;
	width: 350px;
	border: solid 1px red;
}

.ManageUsersContainer .EntryLabel, .RegisterContainer .EntryLabel
{
	width: 200px;
	padding-top: 4px;
}

.ManageUsersContainer .EntryField, .RegisterContainer .EntryField
{
	width: 250px;
	text-align: left;
	padding: 2px 0px 2px 0px;
}

.ManageUsersContainer .Address, .RegisterContainer .Address
{
	text-align: left;
}

.ManageUsersContainer .Clicks
{
	width: 300px;
}

.ManageUsersContainer .ColumnLeft
{
	display:inline;
	width: 150px;
	text-align: right;
	padding-right: 4px;
}

.ManageUsersContainer .ColumnRight
{
	display: inline;
	width: 140px;
	text-align: left;
}

.MembershipServiceContainer
{
	width: 650px;
}

.MembershipServiceGrid
{
}

/* =======================================
	Roles
======================================== */
.RolesGrid
{
}

/* =======================================
	SecurityRoles
======================================== */
.SecurityRolesGrid
{
}

/* =======================================
	Users
======================================== */
.UsersGrid
{
}

/* =======================================
	Address Control
======================================== */
.AddressContainer
{
	text-align: left;
}

.AddressContainer .AddressField
{
	display: block;
	text-align: left;
	vertical-align: text-top;
	vertical-align: top;
	margin-bottom: 2px;
	overflow: auto;
	_height: 100%;
	min-height: 100%;
}

.AddressContainer .EntryLabel
{
	width: 200px;
	padding: 0px;
}

.AddressContainer .EntryField
{
	text-align: left;
	width: 250px;
}

/* =======================================
	TextEditor Control
======================================== */
.TextEditorContainer
{
	text-align: center;
	height: 100%;
}

/* =======================================
	URLTrackingControl
======================================== */
.URLTrackingControlContainer .EditEntry
{
	background: transparent;

}

.URLTrackingControlContainer .EntryLabel
{
	width: 100px;
	color: #666;
	margin-bottom: 5px;
	text-align: right;
}

.URLTrackingControlContainer .EntryField
{
	color: #666;
	margin-bottom: 5px;
}

/* ===========================================
	OptionsGrid
==========================================*/
.ogItemStyle
{
	text-align: center;
}

.ogHeader
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #036;
	color: #fff;
	font-weight: bold;
	border-right: solid 1px #fff;
}

.ogRowHeader
{
	text-align: left;
}

/*=====================================
	File Upload
=======================================*/
.RadUpload ul li
{
	list-style-type: none;
}
.ruActions
{
	padding-left: 285px !important;
}
.rfeUploadContainer label
{
	margin-left: 5px;
}

.rfeUploadInfoPanel dt
{
	clear:left;
}
.rfeUploadInfoPanel dd
{
	margin-left: 180px;
	padding-top: 0;
	font-size: 80%;
}

/*=======================================
	Breadcrumbs
=========================================*/
.Breadcrumb .SelectedTab
{
	color: #000;
}
.Breadcrumb  a.SelectedTab:link,
.Breadcrumb  a.SelectedTab:visited,
.Breadcrumb  a.SelectedTab:active,
.Breadcrumb  a.SelectedTab:hover
{
	color: #00f;
	text-decoration: none;
}
.Breadcrumb  a.SelectedTab:hover
{
	color: #f00;
	text-decoration: underline;
}
