﻿
.GeneralContentEditPanel
{
    z-index: 1;
    position: absolute;
    background-color: #e0ffff;
    margin: 0px;
    right: 0px;
    border: solid 1px #ff0000;
    width: 65px;
    display: block;
    padding-top:1px;
    padding-left:1px;
}

.GeneralContentEditOptions
{
	background-color: #E6EBFF;
	width: 250px;
	height: 170px;
	position: absolute;
	right: 0px;
	top: 20px;
	border-right: #2D73C8 1px solid;
	border-top: #2D73C8 1px solid;
	border-left: #2D73C8 1px solid;
	border-bottom: #2D73C8 1px solid;
	font-family:"segoe UI", Arial, Helvetica;
}

.GeneralContentEditOptions table.formtable
{
	border-collapse: collapse;
	width:250px;
}

.GeneralContentEditOptions table.formtable tr td
{
	margin: 3px;
	padding:2px;
}

.GeneralContentEditHeading
{
	font-size:1.1em;
	margin-bottom:10px;
	font-weight:bold;
	color:#003399;
}

.generalcontent
{
	margin-top: 2px;
	position: relative;
	border-right: gray 1px dotted;
	border-top: gray 1px dotted;
	border-left: gray 1px dotted;
	border-bottom: gray 1px dotted;
	margin-bottom:2px;
}

.contenteditorcontainer 
{
	margin-top: 2px;
	border-right: red 1px dotted;
	border-top: red 1px dotted;
	border-left: red 1px dotted;
	border-bottom: red 1px dotted;
	margin-bottom:2px;
	padding:1px;
	background-color:White;
}



#GeneralContentLocalizedVersionSelector
{
    background-color:Black;
    color:White;
    padding:0px;
    font-size:0.9em;
    font-weight:bold;
    overflow:hidden;
    position:absolute;
    top:0px;
    width:100%;
    z-index:900;
}

.generalcontenteditormessagehidden
{
	height:17px;
	clear:both;
	background-color: #ffffff;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
}

.generalcontenteditormessage
{
	height:17px;
	clear:both;
	background-color: #E6EBFF;
	border: solid 1px #DDE3FF;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1px;
	margin-right:1px;
	vertical-align: bottom;
}


#GeneralContentLocalizedVersionSelector .dropdownlist
{
    font-size:1.0em;
    border: solid 1px #4063F7;
}

.TogetherCMS_button
{
	background-color: #E6EBFF;
	color: #003399;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	cursor: hand;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: #CAD3FF 1px ridge;
	border-top: #CAD3FF 1px ridge;
	border-left: #CAD3FF 1px ridge;
	border-bottom: #CAD3FF 1px ridge;
	margin-top:4px;
}

.TogetherCMS_button:hover
{
	background-color:#DDE3FF;
}

.TogetherCMS_textfield
{
    font-size:1.0em;
    border: solid 1px #4063F7;
    padding:1px;
}

.TogetherCMS_greenlabel
{
	color:Green
}

.TogetherCMS_redlabel
{
	color:Red;
}

.TogetherCMS_amberlabel
{
	color: #ff8c00;
}

.TogetherCMS_fieldlabel
{
	font-weight:bold;
	text-align:right;
}

a.buttonprimary 
     {	
        float:left;
        font-size:1.2em;
        position:relative;
        padding-left:11px;
        margin-right:12px;
        padding-right:11px;
        padding-top:3px;	
        text-decoration:none;
        font-weight:normal;
        color:#ffffff !important;
        background: url(/admin/images/buttonprimary.png) 0 0px no-repeat;
        height:22px;
     }
        
 a.buttonprimary  span 
 {
		position:absolute;	
		top:0;	
		left:100%;
		width:4px;
		height:25px;
		margin-right:5px;
		background:url(/admin/images/buttonprimary.png) -262px -0px no-repeat;
		
}
 
 a.buttonprimary:active,a.buttonprimary:focus,a.buttonprimary:hover {color:#ffffff;	background-position:0 -26px; text-decoration:none !important;}
 a.buttonprimary:active span,a.buttonprimary:focus span,a.buttonprimary:hover span {	background-position:-262px -26px;}


.norightmargin
{
	margin-right:2px !important;
}

#ErrorPanel
{
	background-color: #E6EBFF;
	border: solid 1px #DDE3FF;
	clear:both;
	min-height:50px;
	margin-top:5px;
	margin-bottom:5px;
}

#ErrorPanel #ErrorIcon
{
	float:left;
	margin-right:10px;
	width:50px;
}

#ErrorPanel #ErrorTextContainer
{
	float:left;
	margin-right:10px;
	display:table;
}

#ErrorPanel #ErrorTextHeadline
{
	font-size:1.6em;
	padding-bottom: 10px;
	font-family: Arial, Helvetica;
    color: #0C8AD4;
    font-weight:bold;
}

#ErrorPanel #ErrorText
{
    line-height: 1.3em;
    padding-bottom: 12px;
    color: #333333;
}

