/* Common Styles */

BODY
{
  font-family:Arial;
  font-size:12px;
  color:Black;  
  background-color: white;
  padding-left:2px;
  margin-top: 0px;  
  margin-left: 0px;
}

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
}

TD
{
  font-size: 12px;
}
P
{
	 /*margin-top: 0px;*/
	  /*margin-bottom: 1em;*/
}
.languageSelector OPTION, SELECT.languageSelector
{
	font-size: xx-small;
}
FORM 
{
}

.TableSelectedRow
{
  background-color: #C9CBED;
}

/* Main menu */

.MenuItemTD { BORDER-RIGHT: #2257D6 1px solid; BORDER-TOP: #2257D6 1px solid; BORDER-LEFT: #2257D6 1px solid; COLOR: white; BORDER-BOTTOM: #2257D6 1px solid; TEXT-ALIGN: center; font-size:10px; width:50px;}
.MenuItemOver { BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BACKGROUND: #ffd694; BORDER-LEFT: black 1px solid; cursor: pointer; COLOR: black; BORDER-BOTTOM: black 1px solid; TEXT-ALIGN: center; font-size:10px; width:50px; }
.MenuItemTD IMG { text-align: center}
.MenuItemOver IMG { text-align: center}


/* Form Styles */

.FormHeader 
{  
  width: 100%;
  background-image: url(images/formheader.gif);
  background-repeat: repeat-x;  
  font-size:15px;
  font-weight:bold;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  margin: 0px 0px 2px 0px;  
}
#Content
{	
/*	margin-left: 0px;*/
/*	padding-top: 0px;*/
}
.ContentLeftMarginDiv /* this used to be was use as margin for ContentRightDiv */
{
	FLOAT:left;
	WIDTH: 0px;
	display: none;
}
.ContentRightDiv
{
	WIDTH:100%;
	padding-left: 11px;
}

.Spacer
{
	width: 10px;
	float: left;
}

.FormHeaderText
{  
  font-size:  17px;
  font-weight: bold; 
}

.FormHeaderWhite
{
  font-size:  17px;
  font-weight: bold;
  vertical-align: middle;  
}


.FormFieldLabel
{
  font-weight:bold;    
  font-size: 12px;
}

.FormButton
{
  background: #F3F3EE;
  color: black;  
  font-size: 11px;
  border-color: #8EAFE6;
  width: 100px;
}

.FormButton200
{
  background: #F3F3EE;
  color: black;  
  font-size: 11px;
  border-color: #8EAFE6;
  width: 200px;	
}


.FormUpload
{
  color: black;    
  width: 300px;
}

.FormListBox
{
  width: 300px;
}

.SeparatorTable
{
  background-color: #9CBDF7;
  width: 100%;
  margin-left:-10px;
}

.FormErrorLabel
{
  color: Red;
}

.FormTextBox
{
  width: 200px;
}

.FormTextBoxWide
{
  width: 600px;
}

.FormToggleText
{
  color: Blue;
  text-decoration: underline;
  cursor:pointer;
}

/* Tab Control */

.TabControlTable
{
  font-size: 11px;  
}

.TabControlRow
{
    
}

.TabControl
{  
 background-image: url(Images/tabImage.gif);
 background-repeat: repeat-x;
 color: white;
 cursor: pointer; 
 font-weight: bold;
}

.TabControlSelected
{
  background-image: url(Images/selectedTabImage.gif);
  background-repeat: repeat-x;
  cursor: default; 
  font-weight: bold;
  color:White;
}

.TabControlLeft
{
  width:14px;
  background-image: url(Images/leftTabImage.gif);
  background-repeat: no-repeat;
  background-position: right top;
  cursor: pointer; 
  cursor: default; 
}

.TabControlRight
{
  width:14px;
  background-image: url(Images/rightTabImage.gif);
  background-repeat: no-repeat;
  cursor: pointer; 
  cursor: default; 
}

.TabControlSelectedLeft
{
  width:14px;
  background-image: url(Images/selectedLeftTabImage.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

.TabControlSelectedRight
{
  width:14px;
  background-image: url(Images/selectedRightTabImage.gif);
  background-repeat: no-repeat;
}

.TopMenu
{
  background-color: #2257D6;
  margin-top: 0px;
  margin-left: 5px;
  background-image: url(images/menubackground.gif);
  background-repeat: repeat-x;  
}

.CultureLabel
{
  font-size:10px;
  color:white;  
}

.AddressBarLabel
{
  font-size:12px;
  color:gray;
}

.AddressBarTextBox
{
  border-right:#759dec 1px solid; 
  border-top:#759dec 1px solid; 
  font-size:10px; 
  border-left:#759dec 1px solid; 
  width:300px; 
  border-bottom:#759dec 1px solid; 
  font-family:verdana;
}

.AddressBarButton
{
  font-size:12px;
  width:40px;
  height:22px;
  border: 1px solid #EEEEEE;  
  background-color: Transparent;
  vertical-align:middle;
}

/* Main header page */

.MainHeader
{
  font-size: 10px;
  margin-left: 5px;
}

.SignOutButton
{  
  background: #459E45;
  border: 0px solid white;  
  color: White;
  font-size: 11px;  
  font-weight:bold;
  display: inline;
}

.MainHeaderBody
{
  font-size: 9px;  
  margin-top: 0px;
  padding-top: 14px;  
}


/* Tree content page */

.ContentTreeBody
{  
  margin-top: 0px;
  margin-left: 5px;
  padding-top: 0px;
  vertical-align:top;
}

.ContentMenu
{
  font-size: 12px;
}

.TreeNodeText
{
 font-size: 12px;
}

.TreeNodeTextSelected
{
  background : #2257D6;
  color: White;  
  font-size: 12px;
}


/* New item page */

.TypeListBox
{
	width : 400px;
	height : 50%;
}

/* Status bar */

.StatusBarBody
{
  background: #235CDB;
}

/* Listing table */

.ListingTable, .ListingTableContentFull
{	
  font-size:12px; 
  width:100%;  
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #CBC7B8;
  table-layout: auto;
}
.ListingTableContent
{
  font-size:12px; 
  width:400px;  
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #CBC7B8;
  table-layout: auto;
}

.GeneralGrid
{
  font-size:12px; 
  width:100%;
  margin-top:-14px;
  margin-left:-9px;
  border: 1px solid #CBC7B8;
}

.RolesGrid
{
  font-size:12px; 
  width:98%;
  margin-top:-3px;
  margin-left:0px;
  border: 1px solid #CBC7B8;
}

.ListingTableItem
{
  font-size:12px;  
}
.ListingTableHeader
{
  font-size:12px;  
  background-image: url(images/tableheaderbackground.gif);
  background-repeat: repeat-x;
  text-decoration:none;
  height:25px;
}
.ListingTablePager
{
  font-size:12px;
  background-image: url(images/tableheaderbackground.gif);
  background-repeat: repeat-x;
  height:25px;
}

.ListingTableItem a
{
	color:Black;
}
.ListingTableHeader a
{
  text-decoration:none;
  color: Black;
}
.ListingTablePager a
{
  color: Black;
}

/* Permission Matrix */

.PermissionMatrixMenu
{
  background-color: #759DEC;
  margin-top:0px;
}

.PermissionMatrixTable
{
  padding: 3px 3px 3px 3px;    
}

.PermissionMatrixHeader
{
  background: #9EBEF5;
  border:1px solid #DDDDDD;
}

.PermissionMatrixCell
{
  border:1px solid #DFDFDF;
  text-align:center;
}

.PermissionMatrixEmptyCell
{
  background: #9EBEF5;
}

/* Help */

.HelpHeader
{
  background-color: #2257D6;
  background-image: url(images/menubackground.gif);
  background-repeat: repeat-x;  
  margin-top: 8px;
}

.HelpHeaderText
{
  font-family:Arial;
  font-size:18px;
  color:white;  
}


/* Image Preview */
.PreviewImageBorder
{
  width:70px;
  height:70px;
  background: #F6EFA6;
  border: 1px solid black;
}


/* Template Designer */

.TemplateDesignerGroupTable
{
  border: 1px solid #AAAAAA;
}

.TemplateDesignerSettings
{
  border: 1px solid #AAAAAA;
  padding: 5px 5px 5px 5px;
  background: #EEEEEE;
}

/* Document Template Wizard */

.TemplateWizardForm
{
background:#F0F0F0;
border-top:1px solid black;
border-bottom:1px solid black;
width:100%;
}

/* Menu Item Editor */

.Settings
{
  border: 1px solid #AAAAAA;
  padding: 5px 5px 5px 5px;
  background: #EEEEEE;  
  width: 100%;
}

/* Page Template Selection */

.TemplatePreviewCell
{
  background: #EEEEEE;  
}

/* Browse mode */

.BrowseMenuCMSDeskLink
{
	color: White;
	font-weight: bold;
	text-decoration: underline;
}

.BrowseMenuItem
{
	color: White;	
	background: transparent;	
	font-weight: bold;
	cursor: pointer;
}

.BrowseMenuItemSelected
{
	color: Black;
	background: #FFD694;        
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-top-style: solid;
	border-color: black;
	font-weight: bold;
	cursor: default;
}

/* CMSEditModeButtons */

.CMSEditModeButtons
{
	border: 1px solid black;
	background: white;
	cursor: pointer;
	z-index: 1000;
}

/* CMSSearchDialog */

.CMSSearchDialogSeachButton
{
  background: #F3F3EE;
  color: black;  
  font-size: 11px;
  border-color: #8EAFE6;
  width: 100px;	
}

/* Versioning and Workflow info */

.VersioningAndWorkflowInfo
{
  background: #FFFFC0;
  width: 100%;
  border: 1px solid gray;
  color: #222222;
  padding: 5px;
}

/* Left Menu */

.LeftMenuBody
{
  background: #6D88DD;	
  padding-left: 0px;
  padding-top: 0px;
  margin-left: 10px;
  margin-top: 10px;
}

.LeftMenuBody A
{
  color: Blue;
}

.ListLink
{
  color:blue;
  text-decoration:underline;
  cursor:pointer
}

.WorkflowDesignerDefaultStep
{
  display:block;
  background:#AAAAAA;
  width:100%;  
}

.DialogWithBackground
{
	background: #EBEADB;
}

.PermissionsPanel
{
	background: #dddddd;
}

/* My Desk panel */

.panelBody
{
	BORDER-RIGHT: #074db9 1px solid; 
	BORDER-TOP: #074db9 1px solid; 
	BACKGROUND: #e9eefb; 
	BORDER-LEFT: #074db9 1px solid; 
	BORDER-BOTTOM: #074db9 1px solid;
}

.panelHeader
{
	FONT-WEIGHT: bold; 
	BACKGROUND: url(images/panelheader.gif); 
	COLOR: white;
}

.DivideMenuContentLine
{
	border-right: 1px solid #9EBEF5;
	scroll: auto;	
}

.framesetDetails
{
	border-left: 1px solid #9EBEF5;
	cursor: e-resize;
}

.selectedListingItem
{
	background: #A49EF4;
}

.clickLink
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}

.FormButtonDisabled
{
  background: #F3F3EE;
  color: Gray;
  font-size: 11px;
  border-color: #8EAFE6;
  width: 100px;
}

.FormButton200Disabled
{
  background: #F3F3EE;
  color: black;  
  font-size: 11px;
  border-color: #8EAFE6;
  width: 200px;	
}

.BizFormActionField
{
	width: 110px;
}
#BizExcelImage
{
	vertical-align: text-bottom;
	border-width: 0px;
}

.filterBox
{
	background-color: #EBEADB;
	border: 1px solid #cbc7b8;
}

.LinkButton
{
	text-decoration: underline;
	color: Blue;
}
.ParagraphHistoryView
{
	border: 1px solid black;
	position: relative;
	width: 100%;	
	padding: 2px;
}

.LogonForm
{
	display: inline;
}

.BizFormFieldSettings
{
  border: 1px solid #AAAAAA;
  padding: 5px 5px 5px 5px;
  background: #EEEEEE;
}

.InstallHeader
{
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
}

.InstallCreateDBobjects
{
	vertical-align: top;
}

.InstallLog
{
	width: 100%;
	height: 200px;
}

.InstallForm
{
	/*border: solid 1px #cccccc;*/
	text-align: left;
	display: inline-block;
	width: 500px;
	padding: 0 10 10 10;
}

.InstallGroup
{
	border: solid 1px #cccccc;
	display: inline-block;
	width: 100%;
	padding: 10 5 5 5;
}

.InstallGroupTitle
{
	font-weight: bold;
	background-color: #ffffff;
	position: relative;
	left: 10;
	top: 8;
	padding: 2 2 2 2;
}

/* Commerce Menu */


.CommerceMenu
{
	margin: 0 0 0 0;
}

.CommerceConfigurationMenu
{
	margin-top: 10px;
}

.ForumsMenu 
{
	margin-top: 10px;
}

.CMSForumsForumGroupListForumListHeader
{
	width: 800px;
	clear: left;
}
.CMSForumsForumGroupListForumList
{
	width: 1000px;	
	clear: left;
}
.HeaderForum, .HeaderThreads, .HeaderLastPosts, .HeaderLastPost
{
	color: White;
	text-align: center;
	font-weight: bold;	
	background: url(Images/forumHeaderBackground.gif);	
	float: left;
	width: 166px;
	height: 18px;
	padding-top: 4px;
}
.HeaderForum
{
	margin: 2px 0px 0px 2px;
}
.HeaderThreads, .HeaderLastPosts, .HeaderLastPost
{
	margin: 2px 0px 0px 1px;
}
.Buttons, .Forum, .Threads, .LastPosts, .LastPost
{
	float: left;
	margin: 2px 0px 0px 1px;
	background-color: #ddeeff;
}
.center
{
	text-align: center;
}

