﻿/** Styles for the input side of the CMS **/

div#pageInput {
	width:940px;
	padding: 8px 10px 10px 10px;
	margin:0 auto;
}

div#horizontalLinksInput {
	float:left;
	width:940px;
	background:url(/images/template/graded-strip-grey-24.gif) repeat-x;
	font-weight:bold;	
	font-size:10px;
	line-height:11px;
	letter-spacing:-1px;
	margin:8px 0px 8px 0px;
	padding:6px 0px 6px 0px;
}

div#horizontalLinksInput a {
	text-decoration: none;
	color: #404040;
}

div#horizontalLinksInput a:hover {
	text-decoration: underline;
}

div#footerInput {
	background: url(/images/template/border.gif) repeat-x top;
	width: 940px;	
	clear:both;
	padding-top:5px;
	padding-bottom: 10px;
}

div#mainColumnFullWidth {
	width:940px;	
	float:left;
	margin-bottom:15px;	
}

div.mainColumnInput {
	width:665px;
	float:left;
}

div#inputMain {	
	padding:15px;	
	border: 1px solid #8B8B8B;	
	border-top:none;	
	background: url(/images/template/graded-strip-grey-55.gif) no-repeat top left;
	float:left;
	width:908px;
}

div#inputMainClosed
{	
	padding:15px;
	padding-bottom:10px;	
	border: 1px solid #8B8B8B;
	background: url(/images/template/graded-strip-grey-56.gif) repeat-x top left;
}

div#topBorder
{
	border-bottom:1px solid #8B8B8B;
	padding:5px;	
	margin-top:5px;
}

div.tabUnselectedLeft
{
	padding:5px 8px 5px 8px;
	border:1px solid #8B8B8B;
	border-right:none;
	border-bottom:none;	
	margin-top:5px;
	background:url(/images/template/graded-strip-blue2-24.gif) repeat-x black;
	float:left;
	font-weight:bold;
	text-transform: uppercase;	
}

div.tabUnselectedRight
{
	padding:5px 8px 5px 8px;
	border:1px solid #8B8B8B;
	border-left:none;
	border-bottom:none;	
	margin-top:5px;
	background:url(/images/template/graded-strip-blue2-24.gif) repeat-x black;
	float:left;
	font-weight:bold;
	text-transform: uppercase;	
}

div.tabSelected 
{
	padding:7px 8px 8px 8px;
	border:1px solid #8B8B8B;
	background:white;
	border-bottom:none;
	/**background: url(/images/template/graded-strip-grey-25.gif) repeat-x top left;**/
	margin-top:0px;
	float:left;
	font-weight:bold;
	text-transform: uppercase;
}

div.tabDisabledLeft
{
	padding:5px 8px 5px 8px;
	border:1px solid #8B8B8B;
	border-right:none;
	border-bottom:none;	
	color:#999;
	margin-top:5px;
	background: url(/images/template/graded-strip-grey-25.gif) repeat-x top left;
	float:left;
	font-weight:bold;
	text-transform: uppercase;
}

div.tabDisabledRight
{
	padding:5px 8px 5px 8px;
	border:1px solid #8B8B8B;
	border-left:none;
	border-bottom:none;	
	color:#999;
	margin-top:5px;
	background: url(/images/template/graded-strip-grey-25.gif) repeat-x top left;
	float:left;
	font-weight:bold;
	text-transform: uppercase;
}

div.tabSelected a, div.tabSelected a:hover, div.tabSelected a:visited {color:#000;}
div.tabUnselectedLeft a, div.tabUnselectedLeft a:hover, div.tabUnselectedLeft a:visited {color:#fff;}
div.tabUnselectedRight a, div.tabUnselectedRight a:hover, div.tabUnselectedRight a:visited {color:#fff;}

h2.input
{
    float:none;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #571F12;
	margin:0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
    font-size: 1.5em;
    line-height: 1.2em;
	text-transform: none;
	background: url(/images/template/border.gif) repeat-x bottom;	
}

.inputPadding 
{
    padding:10px;
}

.editableRegion {
  border: 1px dotted gray;
  background: url(/images/template/editableregion.gif) repeat-y left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding:2px 0px 2px 12px;
  font-size:1.0em;  
  width:540px;
}

.editableRegionShort {
  border: 1px dotted gray;
  background: url(/images/template/editableregion.gif) repeat-y left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding:2px 0px 2px 12px;
  font-size:1.0em;  
  width:480px;
}

.hideOverflow {
	line-height:1.4em;
}

.formLabel {
    float:left;
    width:100px;    
    clear:left;
}

.formField {
    width:540px;
    padding-bottom:5px;
    float:left;
}

.tab 
{
    margin-right:15px;
    padding:5px;
    border:1px solid gray;
    float:left;
    background:#FEFFD3;    
}

div#leftButtons 
{
    float:left;
}

div#rightButtons
{
    float:right;
}

/** Validation summary **/

.validationSummary 
{
	background: url(/images/template/error-background.gif) repeat-y left;
	border:1px solid #FF8080;	
	margin-bottom:10px;
	width:652px;	
}

.validationSummary ul
{
	margin-top:5px;	
	margin-bottom:5px;
}

.validationSummary li {		
	list-style: url(/images/template/listchevrons-error.gif);
	text-decoration: none;
	padding:0px;
	margin:0px 0px 1px -10px;
}

.actionOk
{
    background: url(/images/template/ok-background.gif) repeat-y left;
	border:1px solid #89E58C;
	margin-bottom:10px;
	width:617px;
}

.actionOk ul
{
	margin-top:5px;	
	margin-bottom:5px;
}

.actionOk li {		
	list-style: url(/images/template/listchevrons-ok.gif);
	text-decoration: none;
	padding:0px;
	margin:0px 0px 1px -10px;
}

.txtToolSearch
{	
	border: 1px solid #A5ACB2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	vertical-align:middle;
	width: 120px;
	padding: 3px;
	padding-left:3px;
	margin: 0px;
}

.btnToolSearchGo
{
	vertical-align:middle;
}

.sensitive
{
    padding:2px;
    background:red;
}

.notsensitive
{
    padding:2px;
    background:transparent;
}

#pic {
	background-color: #FFFFFF;
	position: relative;
	float:left;
}

#pic a .large {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 50;
	height: 0;
	width: 0;
}

#pic a.p1:hover .large {
	display: block;
	position: absolute;
	height: auto;
	width: auto;
	z-index: 50;
}

.charCount {
	font-size: 0.9em;
	color: #666666;
	margin-left: 95px;
	margin-right: 2px;
	text-align: right;
	width: 25px;
	border: solid 0px white;
	background: white;
}

.charCountRed {
	font-size: 0.9em;
	color: #ff3333;
	margin-left: 95px;
	margin-right: 2px;
	text-align: right;
	width: 25px;
	border: solid 0px white;
	background: white;
}

.charCountText {
	font-size: 0.9em;
	color: #666666;
}

