/* Edit Controls from cms.css */
a.missing {
	border-color: rgb(255, 0, 0);
	border-style: dotted;
	border-width: 1px;
}

.defaultText {
	margin-bottom: 5px;
	clear: both;
}

.defaultImage {
	margin-bottom: 5px;
}

#authenticationControls {
      /*background-color: rgb(255, 255, 255);*/
      border-color: rgb(220, 220, 220);
      border-width: 1px;
      font-size: 8pt;
		font-family: Helvetica;
      float: right;
      /*clear: left;*/
      padding-left: 20px;
      padding-right: 5px;
      padding-top: 4px;
      padding-bottom: 5px;
}

#authenticationControls a {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#authenticationControls a:hover {
	color: rgb(255, 0, 0);
}

.pageControls {
		font-family: Helvetica;
    border-color: rgb(220, 220, 220);
    border-width: 1px;
    font-size: 8pt;
    float: right;
    padding-top: 4px;
    padding-bottom: 5px;
    color: rgb(200, 200, 200);
}

.pageControls a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.pageControls a:hover {
	color: rgb(255, 0, 0);
}

/* pageContainer header */

#pageContainer {
	padding-top: 20px;
	font-family: Helvetica;
}

.editControls {
}

#header {
}

#contentArea {
	/*
        border-color: rgb(0, 255, 0);
	border-width: 1px;
	border-style: solid;
	*/
	/*clear: both;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

#contentArea table {
/*	width: 100%;*/
}

#contentArea table tr {
	vertical-align: top;
}

#leftColumn {
	/*
        border-color: rgb(0, 255, 0);
	border-width: 1px;
	border-style: solid;
	*/
	padding: 0px 5px 0px 5px;
	width: 20%;
}

#leftColumn ul {
	/*padding-left: 20px; */
}

#leftColumn ul li {
}

#centerColumn {
	/*
        border-color: rgb(255, 0, 0);
        border-width: 1px;
        border-style: solid;
	*/
	padding: 0px 10px 0px 10px;
	width: 60%;
}

#rightColumn {
	/*
        border-color: rgb(0, 0, 255);
        border-width: 1px;
        border-style: solid;
	*/
	padding: 0px 5px 0px 5px;
	width: 20%;
}

#rightColumn ul {
/*        padding-left: 20px; */
}

#rightColumn ul li {
}

#footer {
}

#footerLogo {
	text-align: left;
	background-color: rgb(98, 107, 112);
}

/* widget specific */
#MainNavBar {
}

#MainNavBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: rgb(100, 109, 118);
  font-size: 8pt;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  list-style: none;
}

#MainNavBar ul li { 
        display: inline;
}

#MainNavBar ul li a {
        text-decoration: none;
        background-color: rgb(158, 167, 172);
        color: rgb(255, 255, 255);
        padding: 1px 5px 1px 5px;
        margin: 0px 5px 0px 0px;
        border-color: rgb(80, 80, 80);
        border-style: solid;
        border-width: 1px;
        white-space : nowrap;
}

#MainNavBar ul li a.selected {
	background-color: #000000;	
}

#MainNavBar ul li a:hover.selected {
	background-color: #000000;
}

#MainNavBar ul li a.disabled {
        color: rgb(180, 180, 180);
}

#MainNavBar ul li a:hover {
        background-color: rgb(200, 200, 200);
}      

#MainNavBar ul li a:active {
        color: rgb(255, 0, 0);
}      

#MainNavBar ul li.spacer {
        padding-left: 20px;
}


#CMSHeaderTitle {
	float: right;
}

.headerTitle {
	color: rgb(255, 255, 255);
        text-shadow: rgb(0, 0, 0) 0px 0px 3px;
	font-size: 24pt;
	padding-left: 20px;
	padding-right: 5px;
}

/** Widget Controls **/

div.widgetEditor {
	border: 1px dashed rgb(200, 200, 200);
	position: relative;
}

div.widgetEditor ul.widgetControls {
	/*border: 1px solid rgb(0, 0, 0);*/
	border: 1px solid rgb(150, 150, 150);
	border-bottom: none;
	background-color: rgb(200, 200, 200);
	display: none;
	font-family: Helvetica;
	font-size: 8pt;
	font-style: normal;
	list-style: none;
	margin: 0px;
	margin-bottom: 5px;
	padding: 3px 0px 0px 0px;
	position: absolute;
	z-index: 1;
	top: -16px;
}

div.widgetEditor ul.widgetControls li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

div.widgetEditor ul.widgetControls li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

div.widgetEditor ul.widgetControls li a:hover {
	color: rgb(255, 0, 0);
}

div.widgetEditor:hover {
	background-color: rgb(240, 240, 240);
}

div.widgetEditor:hover ul.widgetControls {
	display: block;
}

div.widgetEditor:hover ul.widgetControls li a {
}

div.widgetEditor ul.widgetEditControls {
	/*border: 1px solid rgb(0, 0, 0);*/
	border-top: 1px solid rgb(100, 100, 100);
	background-color: rgb(200, 200, 200);
	/*
	display: none;
	*/
	font-family: Helvetica;
	font-size: 8pt;
	font-style: normal;
	list-style: none;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 1px 3px 1px 3px;
	/*position: absolute;*/
}

div.widgetEditor ul.widgetEditControls li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

div.widgetEditor ul.widgetEditControls li a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: rgb(0, 0, 0);
}

div.widgetEditor ul.widgetEditControls li a:hover {
	font-weight: bold;
}

.NoWidget {
	white-space: nowrap;
	font-size: 8pt;
	color: rgb(200, 200, 200);
	padding: 3px;
}

.MenuWidgetEditor {
	/*
	position: absolute;
	z-index: 10;
	background-color: rgb(240, 240, 240);
	border: 1px solid rgb(0, 0, 0);
	margin; 10px;
	*/
	padding: 10px;
}

.MenuWidgetEditor table {
	border-spacing: 0px;
	font-size: 7pt;
}

.MenuWidgetEditor table input {
	font-size: 7pt;
}

.MenuWidgetEditor .formLabel {
	text-align: left;
}

.formLabel {
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.widgetAccessControls {
	margin: 0px;
	width: 100%;
	border-spacing: 0px;
	border-bottom: 1px solid rgb(100, 100, 100);
	background-color: rgb(200, 200, 200);
	padding: 10px;
	margin-bottom: 5px;
}

.widgetAccessControls tr {
}

.widgetAccessControls td {
	font-size: 7pt;
	padding: 0px;
}

.widgetAccessControls td.formLabel {
	padding-right: 3px;
}

.widgetAccessControls input {
	font-size: 7pt;
}

.widgetAccessControls select {
	font-size: 7pt;
}

#busy {
	position: absolute;
	right: 0px;
	margin-top: 20px;
	margin-right: 10px;
	padding: 0px 5px 0px 5px;
	background-color: rgb(200, 0, 0);
	color: rgb(255, 255, 255);
	font-family: Helvetica;
}

.quickInsertToggle {
	font-size: 8pt;
	text-decoration: none;
	padding-left: 3px;
}

.quickInsert input {
	font-size: 7pt;
}

.quickInsert .formLabel {
	text-align: left;
	font-size: 8pt;
}