/* CSS Document */

.tblDialogForm .labelcol
{
	width:65px; 
}

#dlgScrollBarRegion
{
	width:830px; 	 
}

#PageListTable .fieldNameColumn,
#PageListTable .fieldContentColumn,
#PageListTable .fieldTypeColumn
{	
	vertical-align: top;
}

/*  Override  */ 
#PageListTable
{
	background:#ffffff; 
	border-right:1px solid #D0D0D0;
	border-left:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;  
} 

.pagelistContainer .pagelistReady
{
	min-height:80px; 
}

.pagelistContainer #pagelistContainerDiv
{
	overflow-x: hidden;
	overflow-y: auto; 
}

.typeSave
{
	color:#27527D;
	font-weight:bold;
	vertical-align:top;
	cursor:pointer;
}

#channelContent
{
	width:670px;
	min-height:315px;
	border:1px solid #C0C0C0;
	background-color:#FFFFFF;
}

#channelContent .channelList
{
	width:230px; 
	height:315px;
	float:left;
	background-color: #FFFFFF !important;
	border-right: 1px solid #CCCCCC;
	overflow-y:auto;
	overflow-x:hidden;
	margin-right: -1px;
}

#imgArrowDown
{  
    position: relative;
    right: 35px;
    top: 300px;
}

#imgArrowDown img
{
	cursor:pointer;
}

.addButton
{
	float:right;
}

#channelControls
{
	float:right;
	width:425px;
	min-height:300px;
	max-height:300px;
	padding:5px;
	overflow-x:hidden;
	overflow-y:auto;
}

#channelContent .channelBlock
{
	padding:2px 5px 0px 2px;
	height:auto;
	/*background-color:#D9E3ED;*/
	background-color:#FFF;
	border-bottom:1px solid #C0C0C0; 
	cursor:pointer; 
}

#channelContent .channelBlock:hover
{	 
	background-color:#C0C0C0;
}

.channelName
{
	font-weight:bold;	
	padding-left:7px; 
}

.channelImg
{
   float:left;
   padding-right:5px; 
}

.postStatus
{
	line-height:20px; 
}

.bold
{
	font-weight:bold;
}

.mediaMsgWidth
{
	width:403px!important;
	border:none;
}

#msgDiv
{
	border: 1px solid #C0C0C0;
    /*height: 125px;
   padding: 5px;*/
    width: 403px;
	overflow:hidden;
}


.linkMsg
{
	background-color: #EFEEEE;
    display: none; 
    margin: 0; 
    position: relative; 
    /*top: -12px;*/
    width: 390px;
	padding-left:5px;
}

.msgCopyTo
{
	border: 1px solid #C0C0C0;
    height: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
    width: 220px;
	margin-bottom:10px;
}

.msgCopyTo img 
{
	/*vertical-align:sub;*/
}

.spacer
{
	height:10px;
}

#publishButton
{
	float:right; 
}

.publishButton
{ 
	/*width:80px;
	padding:2px 3px 2px 3px;
	color:#7B7B7B;
	border:1px dotted #7B7B7B;
	cursor:pointer;*/
	
	width:70px;
	padding:2px 3px 2px 3px; 
	border:1px dotted #7B7B7B;
	cursor:pointer;
	background-color:#D9E3ED;
	font-weight:bold;
}

.posted
{
	color:#808080;
	background-color:#F0F0F0!important;
}

.scheduled
{
	/*background-color:#F0F0F0!important;*/
	background-color:#DFD!important;
}

.activate
{
	/*background-color:#FFFFFF!important;*/
	background-color:#D9E3ED!important;	  
}

.deactivate
{
	background-color:#D9E3ED;
}

.highlightBlock
{
	background-color:#D9E3ED!important;
}

.UnHighlightBlock
{
	background-color:#FFFFFF!important;
	background-color:#D9E3ED;
}

.addHoverStyle
{
	background-color:#C0C0C0!important;
}

.removeHoverStyle
{
	background-color:#D9E3ED;
}

#linkToDiv
{
	margin-top:2px;
}

#linkToDiv label
{
	color:#000000;
}

#linkToDiv img,
img
{
	cursor:pointer;
	vertical-align: middle;
}

.redcross
{
	padding-bottom:5px;	 
}

#countDiv
{
	float:right;
	color:#7B7B7B;
	padding-right: 16px;
}

#scheduleSpan
{
	padding-left:5px;
}

#uploadSpan
{
	padding-left:5px;
}

#date_span
{
	font-weight:bold;
	font-size:10px;
} 

.tblDialogForm .checkboxText
{
	vertical-align:top;
}

.showHideElements_hide
{
	display:none;
}

#showMoreLessLinkSpan
{
	float:right;
	padding-right:27px;
}

.clsPushButton
{
	cursor:pointer;
}

.channelBox
{
	background: #F0F0F0;
    border: 1px solid #C0C0C0;    
    padding: 5px;
    position: absolute;
   /* top: -250px;*/
	left: 294px;
    width: 240px;
    z-index: 10000;  
	display:none;
}

#copyToBlock
{ 
    position: absolute;
    /*top: -250px;*/
	left: 294px;
}

#copyButton
{
	padding-left:35px;
}

#btnShareSave
{
	display:none;
}