#leftOverview {
 background-color: #EEF2F3;
 width: 185px;
 max-width: 185px;
 margin: 0;

 float: left;
}
#contentOverview {
 width: 175px;
 max-width: 175px;
}
#rightMessaging {
 border-top: 1px solid #DADADA;
 background-color: #EEF2F3;
 width: 185px;
 max-width: 185px;
 margin: 0;
 padding: 5px;
}
#rightMsgPane {
 width: 175px;
 max-width: 175px;
}
#centerEditor {
 border-top: none;
 border-bottom: none;
 float: right;
 width: 100%;
 /* min-width: 620px; */
 margin: 0;
 padding: 0;
}
.formatIntroTexts {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-style: normal;
 font-weight: normal;
 margin-top: 5px;
 color: #333333;
 background-color: lightyellow;
 border: 1px solid #CCCCCC;
 padding: 0 10px 10px 10px;
 
 height:420px;
 overflow-y:scroll;
 align:center;
}
#collabChatCompose:focus {
 border: solid 2px #DADADA;
}

html
{
    overflow: hidden;
}

body
{
    overflow: hidden;
    background-color: #EEF2F3;
}

p, textarea
{
    margin: 0;
}

#writer_wrap
{
}

#writer_container
{
	width: 100%;
	margin: 0 auto;
}

#writer_top
{
	height: 10px;
	background: transparent url('/img/scrippednew/writer/writer-panel-top.png') no-repeat 0;
}

#writer_header
{
	background: #EAE0C5;
	padding: 0 10px;
	height: 28px;
	position: relative;
}

#writer_header a
{
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

#writer_header_buttons
{
	padding: 2px 90px 0 0;
	float: right;
}

#writer_header_buttons img
{
	padding-left: 6px;
}

#writer_header h2
{
	margin: 0;
	font-size: 14px;
	color: #7e1e2f;
	font-weight: bold;
}

#writer_header h2 span
{
	font-size: 18px;
	color: #7e1e2f;
	font-weight: bold;
}

#writer_genres
{
	margin: 0;
	font-size: 10px;
	color: #ad8a67;
	font-style: italic;
	text-transform: uppercase;
}

#writer_created_time, #writer_modified_time
{
	margin: 0;
	font-size: 10px;
	color: #6e6e6e;
	text-transform: uppercase;
	font-weight: bold;
}

#writer_created_time span, #writer_modified_time span
{
	color: #316f80;
}

#writer_modified_time
{
	margin: 0 0 7px 0;
}

#progressText
{
	width: 200px;
	margin: 5px;
	float: right;
}

#writer_linkbar
{
	padding: 5px 10px 3px 10px;
	background: #D7CFB6;
	vertical-align: top;
}

#writer_linkbar img
{
	vertical-align: top;
}

#writer_delete
{
	float: right;
}

span.writer_link_group
{
	border-right: 1px dotted #BBB5A5;
	padding-right: 5px;
	margin-right: 8px;
}

#script_div
{
    overflow: hidden;
    clear: both;
}

