body {
	font-size: 12px;
}
#header {
	background-color: #CCCCCC;
}
#footer {
	background-color: #CCCCCC;
}
.fw_menu ul {
	margin: 0px;
	padding: 0px;
}
.listTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.listTable th {
	background-color: #E4EEF6;
	padding: 4px;
	text-align: left;
}
.listTable td {
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	vertical-align: top;
}
.fw_resultsList .resultRow:hover {
	background-color: #FFFF00;
}

.fw_resultsList .warning {
	background-color: #FFCCCC;
}
.publishControls {
	background-color: #CCCCCC;
	padding: 3px;
	border: 2px solid #666666;
	margin-top: 6px;
	margin-bottom: 6px;
}
.publishControls input {
	margin-right: 10px;
}
.listNav {
	padding: 4px;
	margin-bottom: 8px;
	background-color: #E4EEF6;
	text-align: center;
}

.formTable td  {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-right: 12px;
	padding-left: 0px;
	vertical-align: top;
}

.formTable td table td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.formTable {
	border-collapse:collapse;
	font-size: 12px;
}
.formTable input,.formTable textarea ,.formTable select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #EAEAEA;
	background-color: #EAEAEA;
}

.formTable textarea.std {
	width: 600px;
}

.formTable input[type="button"], .formTable  input[type="reset"], .formTable  input[type="submit"] {
	background-color: #0065CE;
	color: #FFFFFF;
	border: 3px outset #0065CE;
}
.formTable select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formTable .linkButton {
	margin-top: 4px;
	margin-bottom: 4px;
}
.formTable  .fieldDescription {
	color: #6699FF;
}

.formTable .fw_HTMLEditor td {
	padding:0px;
}



.fwTreeList {
font-family:Arial, Helvetica, sans-serif;


}

.fwTreeList a img {
	border:none;
	margin-right:6px;
}

.fwTreeList .clear {
float:none;
clear:both;
}

.fwTreeList ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}

.fwTreeList li {
	list-style-type: none;
	display: block;
	margin-top: 2px;
	padding-left:8px;
}

.fwTreeList li li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6977B6;
	border-bottom-width: 1px;
}

.fwTreeList li table {
width:100%;
background:#DEDEDE;
}

.fwTreeList tr:hover {
	background-color: #B4BBDA;
}

.fwTreeList td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

.fwTreeList td.action {
text-align:right;
}

.fwTreeList a.folderOpen {
	background-image: url(/_pbframework/images/tree/open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #000099;
	text-decoration: none;
}

.fwTreeList a.folderClosed {
	background-image: url(/_pbframework/images/tree/closed.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #000099;
	text-decoration: none;
}


a.toggleOpen {
	background-image: url(/_pbframework/images/tree/open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #000099;
	text-decoration: none;
	cursor: pointer;
}
a.toggleClose {
	background-image: url(/_pbframework/images/tree/closed.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	color: #000099;
	text-decoration: none;
	cursor: pointer;
}


.wordHilite {
	font-weight:bold;
	background-color:#FFFF00;
}
div.fw_notice {
	border: 2px solid #00FF00;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 8px;
}
div.fw_notice .title      {
	font-size: 18px;
	color: #009933;
	margin: 0px;
}

a.actionButton {
	border: 1px solid #0065CE;
	padding: 2px;
	margin-right: 2px;
	margin-left: 2px;
	font-size: 11px;
	color: #0065CE;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFFFFF;
}

a.actionButton:hover {
	background-color: #C6D7EF;
}
a.actionButton.danger   {
	color: #FF0000;
}

a.actionButton.default {
	color: #00CC33;
}
#fwNotifier .error {
	color: #FF0000;
}
.clear {
clear:both;
float:none;
}.fw_login td {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 12px;
}
