﻿
/* Metadata editing styles */
#socextRightResizable
{
    background-color: #ffffff;
    /*height: 750px;*/
    height: 100%;
    /*position: absolute;*/
    width: 0px;
}

#socextRightResizable .scrollContainer
{
	overflow: hidden;
	
}

#socextRightResizable .ms-authoringcontrols
{
    background-color: #ffffff;
}

#socextRightContainer {
	position:inherit;
	top: 62px;
	width: 0px;
	left: 0px;
}

#socextRightContainer .ui-resizable-w
{
	background-position: left;
}

#socextRightContainer .ui-resizable-e
{
	background-position: right;
}

.socextResizable .ui-resizable-w
{
	left: 0px;
}

.socextResizable .ui-resizable-n
{
	top: 0px;
}

.socextResizable .ui-resizable-s
{
	bottom: 0px;
}

.socextResizable .ui-resizable-e
{
	right: 0px;
}

.socextResizable .ui-resizable-s, .socextResizable .ui-resizable-n
{
	height: 3px;
	background-color: #000000;
}

.socextResizable .ui-resizable-se, .socextResizable .ui-resizable-nw, .socextResizable .ui-resizable-ne, .socextResizable .ui-resizable-sw
{
	display: none !important;
}

.socextResizable .ui-resizable-e, .socextResizable .ui-resizable-w
{
	width: 3px;
	background-image: url('/_layouts/images/Soc/DR/black3px.jpg');
	background-repeat: repeat-y;
}

.scrollContainer
{
	height: 100%;
}

/* socextRightToggleHandle */
#socextRightToggleHandle
{
	height: 100%;
	width: 20px;
	background-image: url('/_layouts/images/Soc/DR/list.gif');
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
}

#socextRightToggleHandle:hover, #socextLeftToggleHandle:hover
{
	cursor: pointer;
}

#socextRightToggleHandle .socextRightToggleHandleExpanded
{
	background-image: url('/_layouts/images/Soc/DR/arrowLeft.gif');
}

#socextRightToggleHandle .socextRightToggleHandleCollapsed
{	
	background-image: url('/_layouts/images/Soc/DR/arrowRight.gif');
}

/* socextRightToggleHandleArrow */
#socextRightToggleHandleArrow, #socextLeftToggleHandleArrow
{
	width: 20px;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
    background-position: 0px 0px;
}

.socextRightInner
{
	float: left;
}

#socextRightInner
{
	float: left;
	height: 100%;
	width: 20px;
}

.socextContentPageEditPanel
{
	float: left;
}

.socextContentPageEditPanel {
	border: solid 1px #abba18;
	width: 580px;
}

.metadataPanel
{
    text-align: left;
    padding: 5px;
    margin: 5px;
    border: solid 1px Gray;
}

.collapsibleHeader
{
    /*font-size: 1.0em;*/
    cursor: pointer;
    padding-left: 15px;
}

.collapsibleHeaderCollapsed
{
    background-image: url('/_layouts/images/Soc/DR/arrowDown.gif');
    background-repeat: no-repeat;
    background-position: left;
}

.collapsibleHeaderExpanded
{
    background-image: url('/_layouts/images/Soc/DR/arrowUp.gif');
    background-repeat: no-repeat;
    background-position: left;
}

.collapsiblePanel
{
    margin-top: 7px;
    margin-bottom: 20px;
}

/* Scheduling dates datetime input */
.ms-dttimeinput select
{
	FONT-SIZE: 8pt !important;
	FONT-FAMILY: Arial
}

.ms-long
{
    width: 98%;
}

#socextRightContainer .ms-usereditor
{
    width: 100%;
}
