﻿*
{
border: none;
outline: none;
margin: 0;
padding: 0;
}

body
{
font-size: 10px;
font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
color: #696969;
}

.clear {
 clear: both;
}

.draft {
  margin:0;
  padding:0;
  background-color: #FFF;
 padding: 10px; 
 color: Red;
 font-size: 12px;
}

#lastupdated
{
display: none;
}

#ToolbarEditor
{
z-index: 100;
position: fixed; 
bottom: 0;
left: 0;
width: 100%;
height: 56px;
border-top: solid 1px #CCC;
border-left: solid 1px #CCC;
border-right: solid 1px #CCC;
background-color: #F4F4F4;
background: url(/Content/css/img/cms-nav-background.png) repeat-x left top;
}

ul#nav-cms
{
z-index: 50;
width: 100%;
height: 56px; 
list-style: none;
}

ul#nav-cms li
{
float: left;
list-style:none;
margin: 0;
cursor: pointer;
}

ul#nav-cms li a
{
display: block;
float: left;
height: 56px;
background: url(/Content/css/img/cms-nav.png) no-repeat;
text-decoration: none;
text-indent: -9999px;
}

ul#nav-cms li#edit a
{
width: 69px;
background-position: 0 top;
}

ul#nav-cms li#edit a:hover 
{
background-position: 0 bottom;
}

ul#nav-cms li#edit-details a
{
width: 77px;
background-position: -69px top;
}

ul#nav-cms li#edit-details a:hover 
{
background-position: -69px bottom;
}

ul#nav-cms li#add a
{
width: 76px;
background-position: -146px top;
}

ul#nav-cms li#add a:hover
{
background-position: -146px bottom;
}

ul#nav-cms li#sitemap a
{
width: 67px;
background-position: -222px top;
}

ul#nav-cms li#sitemap a:hover
{
background-position: -222px bottom;
}

ul#nav-cms li#help a
{
width: 80px;
background-position: -289px top;
}

ul#nav-cms li#help a:hover 
{
background-position: -289px bottom;
}

ul#nav-cms li#logout a
{
width: 62px;
background-position: -497px top;
}

ul#nav-cms li#logout a:hover
{
background-position: -497px bottom;
}

ul#nav-cms li#cancel a
{
width: 62px;
background-position: -435px top;
}

ul#nav-cms li#cancel a:hover
{
background-position: -435px bottom;
}

ul#nav-cms li#save a
{
width: 66px;
background-position: -369px top;
}

ul#nav-cms li#save a:hover
{
background-position: -369px bottom;
}


/* Form Styling
------------------------------------------*/
.cms-form label
{
clear: both;
float: left;
width: 85px;
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
text-align: left;
color: #666;
}

.cms-form input, .cms-form textarea, .cms-form select
{
float: left;
width: 165px;
padding: 2px;
margin-bottom: 5px;
border-left: solid 1px #bfbfbf;
border-bottom: solid 1px #bfbfbf;
border-right: solid 1px #afafaf;
border-top: solid 1px #afafaf;
font-size: 12px;
}

#EditableDetails fieldset.cms-form input#IsPosted
{
clear: none;
width: 15px;
height: 15px;
}

.cms-form input.btn
{
width: 65px;
background-color: #7f7f7f;
font-size: 11px;
font-weight: bold;
color: #fff;
}

.cms-form input.btn:hover
{
background-color:  #9f9f9f;
}

.cms-form label.error 
{
 width: 100%;
 padding: 5px;
 color: Red;
 border: dotted 1px Red;
 background-color: #FFFCDF;
}

/* Editable Details, Add Page
----------------------------------------------*/

/* 
----  REMOVED FOR NEW ADMIN SYSTEM
#EditableDetails, #AddPage, #EditorHelp
{
width: 700px;
height: 520px;
padding: 10px 15px;
background-color: #FFF;
border: solid 4px #CCC;
display: none;
overflow: auto;
}-*/

#EditableDetails h1, #AddPage h1, #EditorHelp h1
{
height: 35px;
margin: -8px 0 10px 0;
}

/*#AddPage {height: 500px;}*/

#EditorHelp {width: 700px; overflow: auto; margin-left: -100px;}

#EditableDetails .cms-form input, #EditableDetails .cms-form textarea,
#AddPage .cms-form input, #AddPage .cms-form textarea
{
clear: left;
width: 95%;
margin-bottom: 15px;
}

#AddPage .cms-form input#NewPageName 
{
width: 40%; 
margin-right: 5px;
}

#AddPage .cms-form span
{
 color: Red;
}

#EditableDetails .cms-form textarea, #AddPage .cms-form textarea
{
height: 50px;
}

#EditableDetails input.btn, #AddPage input.btn
{
clear: none;
float: right;
width: 65px;
margin-right: 5px;
text-align: center;
color: #fff;
}

#EditableDetails .cms-form p, #AddPage .cms-form p
{
clear: left;
margin-bottom: 5px;
font-size: 11px;
color: #555;
}

/* Sitemap
----------------------------------------------------------------------------------------*/

ul#sitemap-list li
{
margin: 0 0 5px 5px;
list-style: disc inside;
color: #666;
}

ul#sitemap-list h4
{
display: inline;
padding-right: 10px;
font-size: 14px;
color: #666;
}

ul#sitemap-list h4 a, ul#sitemap-list h4 a:visited
{
color: #666;
}

/* Help
----------------------------------------------------------------------------------------*/
#EditorHelp
{
position: relative;
overflow: hidden;
font-family: Lucida Grande, Arial;
}

#EditorHelp .btn-cancel
{
position: absolute;
top: 0;
right: 0;
padding: 5px;
color: #666;
background-color: #fff;
}

#EditorHelp #topic-nav
{
float: left;
width: 185px;
}

#EditorHelp #topic-content
{
float: right;
width: 500px;
margin-right: -10px;
padding-right: 15px;
height: 95%;
overflow: scroll;
}

#EditorHelp #topic-nav li
{
margin: 0 0 10px 0;
}

#EditorHelp #topic-nav li a
{
display: block;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #4f4f4f;
}

#EditorHelp #topic-nav li a:hover
{
text-decoration: underline;
background-color: Transparent;
color: #52ad36;
}

#EditorHelp h1
{
font-size: 18px;
margin-bottom: 5px;
font-weight: normal;
color: #3c87ec;
}

#EditorHelp h2
{
margin-bottom: 15px;
font-size: 14px;
line-height: 1.2em;
font-weight: normal;
color: #4f4f4f;
}

#EditorHelp h3
{
margin-bottom: 5px;
font-size: 13px;
line-height: 1.5em;
font-weight: normal;
color: #d58e00;
border-top: solid 1px #c8c8c8;
}

#EditorHelp h4
{
margin-bottom: 0.5em;
font-size: 11px;
font-weight: bold;
}

#EditorHelp p
{
font-size: 11px;
margin-bottom: 1.6em;
color: #666;
}

#EditorHelp span.info
{
border-bottom: dashed 1px;
}

#EditorHelp span.info:hover
{
background-color: #f4f4f4;
}

#EditorHelp ul
{
margin: 10px 0 1.8em 0;
}

#EditorHelp ul li
{
margin: 0;
list-style: none;
font-size: 12px;
line-height: 1.5em;
}

#EditorHelp ul li p
{
margin-bottom: 1.0em;
}

#EditorHelp ul li ul li
{
margin-left: 15px;
list-style: outside square;
color: #666;
}

#EditorHelp li
{
font-size: 12px;
}

#EditorHelp a
{
color: #52ad36;
text-decoration: underline;
}

#EditorHelp a:hover
{
background-color: #999;
color: #fff;
}


/* Login
----------------------------------------------------------------------------------------*/

#Login
{
margin-bottom: 20px;
}

/* Errors
-----------------------------------------------------------------------------------------*/
.error-container
{
 display: none;
}

.msg-status
{
 color: #001A5F;
 padding: 10px;
 border: dotted 1px #001A5F;
 background-color: #EFF3FF;
}

.notposted 
{
padding: 5px;
 color: Red;
 background-color: Yellow;
}

.msg-status p { color: #001A5F;}

.msg-error
{
 color: Red;
 padding: 10px;
 border: dotted 1px red;
 background-color: #FFFEDF;
}
.msg-error p {color: Red; }

p.lastupdated
{
 font-size: 8px;
 color: #CCC;
}