html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

input, select, button, textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size:small;
	font-family: inherit;
}

body {
	line-height: 1.3;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html, body {
	height: 100%;
}

body.noPadding {
	margin: 0px;
}

select {
	font: 8pt Verdana,Arial,sans-serif;
}

input {
	margin-left: 2px;
	margin-right: 2px;
}

body, td, span, textarea, label, legend, li, input, button, a {
	font-family: verdana,helvetica;
	font-size: 8pt;
}

legend {
	color: Black;
}

select, textarea {
	_margin: 1px;
	margin-left: 2px;
}

/*tr, td {
	vertical-align:top;
}
*/

a {
	color: #000066;
	text-decoration: none;
}

div .rowDark, div .rowLight, .rowLines {
	border-bottom: #785C23 1px solid; /* should be overridden in the theme css */
}

.errordisplay {
	border: solid 1px black;
	background: cornsilk;
}

/* autocomplete */
.ui-autocomplete-results {
	padding: 0px;
	border: 1px solid WindowFrame;
	max-height: 250px;
	background-color: white;
}

.ui-autocomplete-results ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ui-autocomplete-results iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
}

.ui-autocomplete-results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ui-autocomplete-loading {
	background: Window url('../images/indicator.gif') right center no-repeat;
}

.ui-autocomplete-results li.ui-autocomplete-over {
	background-color: lightgrey;
	text-align: left;
}


.top_nav {
	color: #804E00;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 11px;
	padding-right: 11px;
}

.top_nav:hover {
	color: #9F1200; 
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
}

.headerIcon {
	border: #C7C7C7 1px solid;
	background-color: #FFFFFF;
}

.bannerBody {
	margin: 0px;
	background-color: #EDE6D6;
}

.bannerBody #tabLinks {
	margin-top: 5px;
}

.bannerBody #tabLinks li {
	float: left;
}

.bannerBody #tabLinks li a {
	padding-bottom: 10px;
}

.bannerBody #tabLinks li a.hover {
	background: transparent none repeat-x bottom;
}

.bubblePanelHoverPanel {
	display: none;
	width: 300px;
	position: absolute;
	z-index: 1000;
}

.bubblePanel .header  {
	height:29px;
} 

.bubblePanel .header .outer {
	background: url(images/bpTopRight.gif) no-repeat right top !important;
	padding-right: 11px !important;
	padding-left: 0px !important;
}

.bubblePanel .header .inner {
	background: url(images/bpTopLeft.gif) no-repeat left top !important;
	padding-left: 30px !important;
	padding-right: 0px !important;
}

.bubblePanel .header .content {
	background: url(images/bpTopMiddle.gif) repeat-x top !important;
	padding-top: 30px !important;
}

.bubblePanel .bottomOuter .body .outer {
	background: url(images/bpSideRight.gif) right repeat-y !important;
	padding-left: 0px !important;
	padding-right: 5px !important;
}

.bubblePanel .bottomOuter .body .inner {
	background: url(images/bpSideLeft.gif) repeat-y !important;
	padding-left: 22px !important;
	padding-right: 0px !important;
}

.bubblePanel .bottomOuter .body .content {
	background-color: #EBEBEB;
}

.bubblePanel .footer .outer {
	background: url(images/bpBottomRight.gif) right top no-repeat !important;
	padding-left: 0px !important;
	padding-right: 5px !important;
}

.bubblePanel .footer .inner {
	background: url(images/bpBottomLeft.gif) no-repeat !important;
	padding-left: 22px !important;
	padding-right: 0px !important;
}

.bubblePanel .footer .content {
	background: #EBEBEB url(images/bpBottomMiddle.gif) repeat-x !important;
}
.buttonPanel {
	margin-top: 5px;
	margin-right: 5px;
	float:right;
	background-color: Transparent;
}

.buttonPanel button {
	margin-left: 3px;
}

button, .button, .buttonPanel a  {
	font-weight: bold;
	border: black solid 1px;
	cursor: pointer;
	font-size:7pt; 
}

button, .button {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.deLabel {
	font-weight: bold;
	margin-right: 5px;
	margin-top: 4px;
}

.deLabel, .deContent {
	float: left;
}

.deRow {
	clear: both;
}



.rowDark, .datepicker_status {
	background-color: #E7DBC2;
}

.datepicker_titleRow a {
	color: Black;
}

.rowLight {
	background-color: #EDE6D6;
}

.tableHeader {
	color: #FFFFFF;
	font-weight: bold;
}

.datepicker_control, .datepicker_header {
	background-color: #785C23;
	border-bottom: solid 1px darkgray;
}

.gridTable1 {
	border-bottom: #C66255 solid 3px;
}

.gridTable2 {
	border-left: #CEC2AA solid 1px;
	border-right: #CEC2AA solid 1px;
	border-bottom: #CEC2AA solid 3px;
}

table th, .columnHeader, .columnHeader > td {
	white-space: nowrap;
	font-weight: bold;
}

.contentBox, div.rowLight, div.rowDark {
	color: Black;
}

.rowHeader {
	font-weight: bold;
}

.rowFooter {
	color: #000000;
}

.rowFooter a {
	text-decoration: underline;
	font-weight: bold;
}

.rowFooter a:hover {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#blnkDiv {
	width: 29px;
	float: left;
	margin-top: 67px;
	height: 400px;
}

#srchIncDiv {
	width: 29px;
	float: left;
	margin-top: 67px;
	height: 400px;
	background: #CEC2AA url(images/entity_srch_included.gif) 0px 50px no-repeat;
}

.frameElement1 {
	border-top: #000000 1px solid;
}


.frameElement2 {
	border-right: #000000 1px solid;
}

.moverButtonsPanel {
	margin-top: 50px;
}

.moverButtonsPanel button {
	font-weight: bold;
	margin: 5px;
	width: 30px;
}

.contentBox tbody > tr > td {
	padding: 2px;
}

.contentBox > tbody > tr > td {
	border: solid 1px;
}


#loginMainImg {
	background: transparent none no-repeat;
}

.loginBar {
	background: #CBB98E;
	height: 10px;
	border-top: #785C23 1px solid;
	border-bottom: #785C23 1px solid;
	font-size: 10px;
}

.leftRightBorder {
	border-left: #DA5B3E 1px solid;
	border-right: #DA5B3E 1px solid;
}

.pageHeader {
	color: #9F1200; /* should be overridden in the theme css */
	font-family: Arial;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.pageHeader .main {
	font-weight: bold;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
}

.pageHeader .sub {
	font-size: 12px;
}
.pageMessage {
	background-color: #ffffcc;
	text-align: center;
	border: black 1px solid;
	padding: 5px;
}
.pmTitle {
	font-weight: bold;
	font-size: 11pt;
	padding-top: 2px;
}
.pmError, .pmWarning, .pmSuccess {
	padding: 3px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 10pt;
}
.pmError a {
	color: Red;
	text-decoration: underline;
}
.pmError {
	color: Red;
	background: url(../formimages/error16x16.png) no-repeat left center;
}
.pmWarning a {
	color: #999933;
	text-decoration: underline;
}
.pmWarning {
	color: #999933;
	background: url(../formimages/warning16x16.png) no-repeat left center;
}
.pmSuccess a {
	color: #999933;
	text-decoration: underline;
}
.pmSuccess {
	color: Green;
	background: url(../formimages/check16x16.png) no-repeat left center;
}
/* Rating */
.ratingStar {
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
	border: 0px;    
    cursor: pointer;
    border-collapse:collapse;
    border-color: Transparent;
    
}

.filledRatingStar {
    background-image: url(../formimages/FilledStar.gif);

}

.emptyRatingStar {
    background-image: url(../formimages/EmptyStar.gif);
}

.savedRatingStar {
    background-image: url(../formimages/SavedStar.gif);
}
.styledPanel .header .actionMenu {
	background-image: url(../images/ActionMenu.gif); 
	background-repeat: no-repeat;
	background-position: left;
	white-space: nowrap;
}

.styledPanel .header .checkBoxCell {
	padding-right: 5px;
	white-space: nowrap;
}

.styledPanel .header .actionMenu img {
	width: 20px;
	height: 8px;
}

.styledPanel .header .spacerCell {
	border-left-width: 1px;
	border-left-color: #D3D3D3; /* should be overridden in the theme css */
	border-left-style: solid;
	padding-left: 2px;
}

.styledPanel .header .spacerCell img {
	width: 1px;
	height: 1px;
}

.styledPanel .header .expandButton, .styledPanel .header .collapseButton {
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right;
	white-space: nowrap;
	cursor: pointer;
}

.styledPanel .header .content table tr td {
	color: #FFFFFF; /* should be overridden in the theme css */
	font-weight: bold;
	padding-bottom: 3px;
}



.styledPanel .header .outer {
	padding-right: 10px !important;
	padding-left: 0px !important;
}

.styledPanel .header .content a {
	color: #FFFFFF; /* should be overridden in the theme css */
	text-decoration: underline;
}

.styledPanel .header .content a:hover {
	color: #E7DBC2; /* should be overridden in the theme css */
	text-decoration: none;
}

.styledPanel .header .inner {
	padding-left: 10px !important;
	padding-right: 0px !important;
}

.extraheader {
	padding: 2px 10px;
}
.styledPanel .header, .datepicker_links, .ui-datepicker-links {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: #C66255 solid 3px; /* should be overridden in the theme css */
}

.styledPanel .header .content {
	height: 16px;
	padding-top: 5px;
}

.styledPanel .header .collapsable, .styledPanel .header .rightActions {
	float:right;
	height: 21px;
	margin-top: -5px;
}

.styledPanel .header .rightActions {
	margin-right:5px;
}

.styledPanel .header .collapsable img, .styledPanel .header .rightActions img {
	cursor:pointer;
	margin-top: 3px;
}

.styledPanel .header .collapsable {
	border-left: solid 1px white;
	padding-left:6px;
}

.styledPanel .header .collapsable img {
	height: 8px;
	width: 8px;
	margin-top: 6px;
}

.styledPanel .body, .styledPanel .footer {
	border: #785C23 solid 1px; /* should be overridden in the theme css */
	border-top: none;
}

.styledPanel .footer, .tableLines {
	background-color: #785C23; /* should be overridden in the theme css */
}

.styledPanel .body {
	border: 0;
}

.styledPanel .footer {
	border: 0;
	font-weight: bold;
}

.styledPanel .footer .content {
	border: 0;
}

.bottomOuter {
	border: solid 1px transparent;    	
}

/* unused 
.styledPanel {}
.styledPanel .body .outer {}
.styledPanel .body .inner {}
.styledPanel .body .content {}

.styledPanel .footer .outer {}
.styledPanel .footer .inner {}
.styledPanel .footer .content {}

*/

.styledPanel .footer .content, .datepicker_control, .datepicker_header {
	background-color: #785C23; /* should be overridden in the theme css */
	border-bottom: solid 1px darkgray;
}

.styledPanel .footer .content, .datepicker_control {
	/*border-top: solid 1px black;*/
}

.sysLeftNavCell {
	width: 160px;
	color: #FFFFFF;
	vertical-align:bottom;
	font-weight: bold;
	font-size:10pt;
}

.sysLeftNavCell div {
	background: url(images/left_nav_off.gif) no-repeat;	
	width: 160px;
	height: 19px;
	padding: 5px 0 0 20px;
}

.sysLeftNavDiv a {
	text-decoration: none;
	color: #FFFFFF !important;
}

.sysLeftNavDiv a:hover {
	text-decoration: underline;
}


.ui-tabs .expandTab {
	float: right;
	padding-right:10px;
}

.ui-tabs .expandTab img {
	width: 8px;
	height: 8px;
	margin-top: 6px;
	cursor:pointer;
}

.ui-tabs .ui-tabs-nav { float:left; }

.ui-tabs-nav .tabOuter {
	padding-left: 10px;
}

.ui-tabs-nav .tabInner {
	padding-right: 11px;
}

.ui-tabs-nav .tabContent {
	padding: 3px 10px 0 10px;
	height: 16px;
	white-space:nowrap;
}

ul.tree, ul.tree * {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
}

ul.tree li {
	padding: 4px 0 0 0;
}

ul.tree li ul {
	padding: 0 0 0 20px;
	margin: 0;
}

ul.tree label {
	padding: 2px 0;
}

ul.tree li .arrow {
	width: 16px;
	height: 20px;
	padding: 0;
	margin: 0;
	float: left;
	background: transparent no-repeat 0 2px;
}

ul.tree .collapsed > .arrow, ul.tree .expanded > .arrow {
	cursor: pointer;
}

ul.tree li .deleteItem, ul.tree li .editItem {
	width: 16px;
	height: 20px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: left;
	background: transparent no-repeat 0 0px;
}

ul.tree label.rootSiteTag {
	font-weight: bold;
}
ul.tree label.fileAreaTag {
	font-weight: normal;
}

ul.tree li .deleteItem {
	background-image: url(../images/cancel.gif) !important;
}

ul.tree li .editItem {
	background-image: url(../images/action.gif) !important;
}


