﻿#DocManager_Outer
{
	width:100%;
	float:left;
}

#DocManager_Inner
{
	width:100%;
	float:left;
}

#cmsoptions
{    
    position: absolute;
    top: 11px;
    left:5px;    
    width: 138px;
    border:solid 1px black;
    background: #ddd;
    margin-right: 10px;
    padding: 5px;    
}

#cmsoptions .option
{
    position:relative;
    float:left;    
    width:100%;    
    margin:0px 2px 2px 0px;
}

#cmsoptions .option a
{
    position:relative;
    float:left;
    text-align:left;
    text-decoration:none;
    vertical-align:middle;    
    padding:2px 0px 5px 27px;        
    width:110px;
    height:17px;
    background: #fff; 
    border-top:solid 1px #bbe;
    border-right:solid 1px #77a;
    border-bottom:solid 1px #77a;
    border-left:solid 1px #bbe;
}

#cmsoptions .option a:hover
{
    background: #ffa; 
}

#cmsoptions .option a.FileManagerButton
{
    background-image:url(../../cms/images/FileManager.gif);
    background-repeat:no-repeat;
}

#cmsoptions .option a.NewPageButton
{
    background-image:url(../../cms/images/NewPage.gif);
    background-repeat:no-repeat;
}

#cmsoptions .option a.UploadFileButton
{
    background-image:url(../../cms/images/UploadFile.gif);
    background-repeat:no-repeat;
}

#cmsoptions .option a.TrashcanButton
{
    background-image:url(../../cms/images/Trashcan.gif);
    background-repeat:no-repeat;
}

h1
{
    margin:0px 0px 0px 0px; 
    padding: 0px 0px 2px 10px;    
    font-weight:bold;
    color: #000;
    font-size:1.1em;
    background-image:url(../../admin/images/bgheader.gif);    
}

h2
{
    margin:0px 0px 0px 0px;
    font-weight:bold;
    color: #0d4777;
    font-size:1.0em;
}

.trailselected
{
    text-decoration:none;
    font-weight:bold;
    margin:0px;
    padding:0px;
}

a.trail
{
    text-decoration:none;
    margin:0px;
    padding:0px;
}

a:visited.trail
{
    color:#00f;
}

a:link.trail
{
    color:#00f;
}

a:hover.trail
{
    color:#f00;
}

a:active.trail
{
    color:#0f0;
}



h3
{
    margin-top:0px;   
    margin-bottom:15px;    
    font-weight:bold;
    color: #0d4777
}

h4
{
    margin-top:0px;   
    margin-bottom:3px;    
    font-weight:bold;
    color: #0d4777
}

h5
{
    margin-top:0px;  
    margin-bottom:0px;    
    font-weight:bold;
    color: #0d4777
}

.DataGrid
{
  border-color:#000;
  border-collapse:collapse;
  background-color:#eeeee2;    
}

.DataGridHeader
{
  height:12px;
  color:#ffffff;
  font-size: 0.9em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#1100AA;
}
.DataGridHeader a{
  color:#ffffcc;
  
}
.DataGridHeader a:hover{
  color:#ff0000;
}
.DataGridHeader a:active{
  color:#ffff00;
}

.DataGridSubHeader{
  height:12px;
  color:#000000;
  font-size: 0.75em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#cccccc;  
}

.DataGridSubHeader a{
  color:#0000ff;
}
.DataGridSubHeader a:hover{
  color:#ff0000;
}
.DataGridSubHeader a:active{
  color:#ffff00;
}

.DataGridFooter{
  color:#000000;
  font-size: 0.75em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.DataGridFooter a{
  color:#0000ff;
}
.DataGridFooter a:hover{
  color:#ff0000;
}
.DataGridFooter a:active{
  color:#ffff00;
}

.DataGridPagerStyle
{
  height:12px;
  color:#000000;
  font-size: 0.9em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.DataGridPagerStyle a
{
  color:#0000ff;
}
.DataGridPagerStyle a:hover
{
  color:#ff0000;
}
.DataGridPagerStyle a:active
{
  color:#ffff00;
}

.DataGridItem{
  background-color:#EEEEEE;
  font-size: 0.75em;
  padding:2px;
}

.DataGridItem a{
  color:#0000ff;
}
.DataGridItem a:hover{
  color:#ff0000;
}
.DataGridItem a:active{
  color:#ffff00;
}

.AltDataGridItem{
  background-color:#DEDEDE;
  font-size: 0.75em;
  padding:2px;
}

.AltDataGridItem a{
  color:#0000ff;
}
.AltDataGridItem a:hover{
  color:#ff0000;
}
.AltDataGridItem a:active{
  color:#ffff00;
}

.miniDataGrid
{
	margin:0px;	
}

.miniDataGridHeader
{
  color:#ffffcc;
  font-size: 0.75em;
  font-weight: bold; 
  text-decoration: none;
  background-color:#98B2E6;
  background: url(../../images/subhead-back.gif);
}

.miniDataGridHeader a{
  color:#0000ff;
}
.miniDataGridHeader a:hover{
  color:#ff0000;
}
.miniDataGridHeader a:active{
  color:#ffff00;
}

.miniDataGridSubHeader{
  height:10px;
  color:#000000;
  font-size: 0.75em;
  font-weight: bold; 
  text-decoration: none;
  background-color:#cccccc;
}

.miniDataGridSubHeader a{
  color:#0000ff;
}
.miniDataGridSubHeader a:hover{
  color:#ff0000;
}
.miniDataGridSubHeader a:active{
  color:#ffff00;
}

.miniDataGridFooter{
  color:#000000;
  font-size: 0.6em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridFooter a{
  color:#0000ff;
}
.miniDataGridFooter a:hover{
  color:#ff0000;
}
.miniDataGridFooter a:active{
  color:#ffff00;
}

.miniDataGridPagerStyle{
  height:10px;
  color:#000000;
  font-size: 0.75em; 
  font-weight: bold; 
  text-decoration: none;
  background-color:#CCCCCC;  
}

.miniDataGridPagerStyle a{
  color:#0000ff;
}
.miniDataGridPagerStyle a:hover{
  color:#ff0000;
}
.miniDataGridPagerStyle a:active{
  color:#ffff00;
}

.miniDataGridItem{
  background-color:#EEEEEE;
  font-size: 0.75em;
  padding:2px;
}

.miniDataGridItem a{
  color:#0000ff;
}
.miniDataGridItem a:hover{
  color:#ff0000;
}
.miniDataGridItem a:active{
  color:#ffff00;
}

.miniAltDataGridItem{
  background-color:#DEDEDE;
  font-size: 0.75em;
  padding:2px;
}

.miniAltDataGridItem a{
  color:#0000ff;
}
.miniAltDataGridItem a:hover{
  color:#ff0000;
}
.miniAltDataGridItem a:active{
  color:#ffff00;
}

.DataGridEditItem
{
    background-color:#FEFEFE;    
}

.txt12
{
    font-size:0.75em;
    color:#000;
}

.txt12b
{
    font-size:0.75em;
    color:#000;
    font-weight:bold;
}

.txt14
{
    font-size:0.85em;
    color:#000;
}

.txt14b
{
    font-size:0.85em;
    color:#000;
    font-weight:bold;
}

.error14
{
    font-size:0.85em;
    color:#F00;
}

.CMSerror
{
	color:#f44;
	font-size:0.85em;
}

.GreenButton
{
    margin:2px 0px 2px 0px;
}

.GreenButton a:link, .GreenButton a:visited
{
    background: url(../../images/greenbuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.GreenButton a:hover
{
    background:#81BD77;
    border:solid 1px black;
    color:#FFF;
}

.RedButton
{
    margin:2px 0px 2px 0px;
}

.RedButton a:link, .RedButton a:visited
{
    background: url(../../images/redbuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.RedButton a:hover
{
    background:#C37173;    
    border:solid 1px black;
    color:#FFF;
}

.OrangeButton
{
    margin:2px 0px 2px 0px;
}

.OrangeButton a:Link, .OrangeButton a:visited
{
    background: url(../../images/orangebuttonfill.gif) repeat-x;
    border:solid 1px black;
    display:inline;
    text-align:center;    
    text-decoration:none;
    vertical-align:middle;
    color:#000;    
    font-size : 0.8em;
    font-family: "Trebuchet MS", helvetica, sans-serif;
    font-weight:bold;
    padding:1px 5px 1px 5px;
}

.OrangeButton a:hover
{
    background:#CBA369;
    border:solid 1px black;
    color:#FFF;
}

.smallbuttonRED, a.smallbuttonRED:Link, a.smallbuttonRED:Visited
{
    color:Red;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#ddd;
    font-size:0.75em;
    text-decoration:none;
    padding:0px 2px 0px 2px;
}

.smallbuttonRED, a.smallbuttonRED:hover
{
    color:Red;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#fff;
    font-size:0.75em;
    text-decoration:none;
}

.smallbuttonBLUE, a.smallbuttonBLUE:Link, a.smallbuttonBLUE:Visited
{
    color:Blue;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#ddd;
    font-size:0.75em;
    text-decoration:none;
    padding:0px 2px 0px 2px;
}

.smallbuttonBLUE, a.smallbuttonBLUE:hover
{
    color:Blue;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#fff;
    font-size:0.75em;
    text-decoration:none;
}

.smallbuttonGREEN, a.smallbuttonGREEN:Link, a.smallbuttonGREEN:Visited
{
    color:Green;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#ddd;
    font-size:0.75em;
    text-decoration:none;
    padding:0px 2px 0px 2px;
}

.smallbuttonGREEN, a.smallbuttonGREEN:hover
{
    color:Green;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#fff;
    font-size:0.75em;
    text-decoration:none;
}

.smallbuttonBLACK, a.smallbuttonBLACK:Link, a.smallbuttonBLACK:Visited
{
    color:Black;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#ddd;
    font-size:0.75em;
    text-decoration:none;
    padding:0px 2px 0px 2px;
}

.smallbuttonBLACK, a.smallbuttonBLACK:hover
{
    color:Black;
    font-weight:bold;
    border:solid 1px #999;
    background-color:#fff;
    font-size:0.75em;
    text-decoration:none;
}

.STDbutton
{
    background-color:#663366;
    border-top:solid 1px #996699;
    border-left:solid 1px #996699;
    border-right:solid 1px #330033;
    border-bottom:solid 1px #330033;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
}

.LinkRequestorTreeMenuUNSelected a:link
{
	font-family:Arial;
	color:Navy;
}

.LinkRequestorTreeMenuUNSelected a:hover
{
	font-family:Arial;
	color:blue;
	text-decoration:underline;		
}

.LinkRequestorTreeMenuSelected a:link
{
	font-family:Arial;
	text-decoration:underline;		
	color:Red;
}

#LinkRequestorTreePanel
{
	width:100%;
	height:360px;
	overflow:auto;		
	background-color:#fff;	
}

#BrowseAssetsPanel
{
	width:100%;
	overflow:auto;		
	background-color:#fff;
}

#LinkReqestorFormPanel
{
	text-align:center;		
}

.ToolBar
{
	height:26px;
	margin:0px 0px 0px 2px;
	background-image:url(../../cms/images/toolbarbg.gif);	
}

.ToolBarLeftEnd
{
	width:10px;
	height:26px;
	background-image:url(../../cms/images/toolbarleft.gif);
	float:left;	
}

.ToolBarRightEnd
{
	position:absolute;
	width:15px;
	height:26px;
	background-image:url(../../cms/images/toolbarright.gif);
	float:right;	
}

#ImageRequestor
{
	margin:-10px 10px 0px 10px;
	position:relative;
	float:left;
	height:250px;
	overflow:auto;
	width:500px;
}

.ListItem
{
	position:relative;
	background-color:#FAFAFA;
	float:left;
	border:solid 1px #029;
	display:inline;
	padding:5px;
	margin:0px 0px 5px 5px;
	cursor:pointer;
}

.ListItem img
{
	border:none;
	padding:0px;
	float:left;
	clear:right;
}

.CMSTabMenu
{
    float:left;
    clear:both;
    margin:5px 0px 0px 5px;
    display:block;
    padding-top:3px;
    width:100%;
}

.CMSTab
{	
	
	display:inline;	
	color:#222;
	font-family: "Trebuchet MS", helvetica, sans-serif;
	width:100px;
}

.CMSTab a
{
	margin:10px 0px 0px 0px;	
	padding:4px 5px 2px 5px;
	border:solid 1px #ccc;
	border-bottom:none;
	background-color:#EEE;
	background-image:url(../../images/tabfillUnselected.gif);
	width:100%;	
	color:#000;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	border-bottom:dotted 1px #ddd;
}

.CMSTab a:hover
{	
	border:solid 1px #ccc;	
	border-bottom:none;
	width:100%;	
	color:#44F;
	border-bottom:dotted 1px #ddd;	
}

.CMSTab .selectedTab
{
	background-color:#EEE;
	border-bottom:solid 1px #fff;
	background-image:url(../../images/tabfillSelected.gif);
	color:#000;
}

.CMSTab a:hover.selectedTab 
{	
	border-bottom:solid 1px #fff;	
}

/*preview page*/
.CMSTabView1
{   
    border-top:solid 1px #ddd;    
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;    
    background-color:#000;
    float:left;
    width:100%;
}

/*Edit page*/
.CMSTabView2
{    
    float:left;    
    background-color:#ffffff;
}

/*Page properties*/
.CMSTabView3
{
    border-top:solid 1px #ddd;
    border-right:solid 1px #ddd;
    border-bottom:solid 1px #ddd;
    border-left:solid 1px #ddd;
    float:left;
    width:100%;
    background-color:#ffffff;
    margin:0px;
}

/* Document Manager - Browse sitemap*/
.CMSTabView4
{    
    border-top:solid 1px #ddd;        
    border-bottom:solid 1px #ddd;    
    float:left;
    width:100%;
    background-color:#ffffff;
}

/* Document Manager - Browse uploads*/
.CMSTabView5
{    
    border-top:solid 1px #ddd; 
    float:left;
    width:100%;
    background-color:#ffffff;    
}

/* Document Manager - new/edit uploads*/
.CMSTabView6
{   
    border-top:solid 1px #ddd;    
    float:left;
    width:100%;
    background-color:#ffffff;    
}

.CMSinputform
{  
  padding-top: 0px;
  padding-bottom: 0px;
  width:100%;
  background-color:#f5f5f5;
  float:left;
}

.CMSinputform fieldset
{  
  border:none;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
  width:100%;    
}

.CMSinputform fieldset legend
{
	display:none;
}

.CMSinputform .LabelText
{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0px 5px 0px 0px; 
	margin: 5px 0 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	font-size:12px;
	font-weight:normal;
	line-height:19px;
	border-bottom:dashed 1px #bbb;
	color:#000;
}
.CMSinputform .LabelSpacer
{
	width: 150px; 
	float:left;
}

.CMSinputform .ItemText
{	
	margin:5px 0px 0px 5px;
	font-weight:bold;
	display:inline;
	position:relative;
	float:left;
}

.CMSinputform .RadioButtonList
{
    position:relative;
    float:left;
    margin:5px 0px 0px 0px;
    height:19px;
    text-align:left;
    width:140px;
    background-color:#eeeeee;
    border-bottom:solid 1px #ccc;
}

.CMSinputform .RadioButtonList label { 
    float:right;
	width: 25px; 
	padding-right: 10px; 
	margin: 0px 10px 0px 2px; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
	font-size:0.75em;	
}

.CMSinputform .RadioButtonList input { 
	display: inline;  /* block float the labels to left column, set a width */	
	padding-left: 10px; 
	width:22px;
	float:right;
	margin: 0px 0px 0px 0px; /* set top margin same as form input - textarea etc. elements */	
	font-size:0.75;
	border:none;
}

.CMSinputform fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.CMSinputform input, .CMSinputform textarea, .CMSinputform select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0px 0px 0px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top : #CDF 1px solid;
    border-bottom : #ABC 1px solid;
    border-left : #CDF 1px solid;
    border-right : #CDF 1px solid;
    float:left;
    margin:5px 0px 0px 5px;
    background-color:#CDF;	
	border-bottom:solid 1px #ABC;
	font-size:0.9em;
	font-weight:bold;
}

.CMSinputform small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 0.6em;
}

.CMSinputform .required{font-weight:bold;} /* uses class instead of div, more efficient */

.CMSinputform br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.CMSPropertiesHolder
{	
	padding:5px;
	background-color:#EEEEEE;	
	border-bottom:solid 1px #aaaaaa;
	margin:0px;
}

.CmsPageProperties_Selected:link, .CmsPageProperties_Selected:selected
{
    color:#029;
    font-weight:bold;
    text-decoration:underline;
    cursor:default;
}

.CmsPageProperties_unSelected:link
{
    color:#029;
    font-weight:normal;
    text-decoration:none;
}

.CmsPageProperties_unSelected:active, .CmsPageProperties_unSelected:hover
{
    color:#F44;
    font-weight:normal;
    text-decoration:underline;
}

.UnPublishedTreeNode
{
	font-family: Tahoma;
	font-size: 8pt; 
	color: red;	
	padding-left: 3px;
	text-decoration: none;
}
