
H1 {
	color: #ffd204;
}

h3.boxHeader {
	background: #d9d9d9;
    color: #FFFFFF
}

div.breadCrumb {
	color: #555555;
    background-color:#FFFFFF;
	font-size:12px
}

div.breadCrumb a {
	color: #555555;
}


/* menu */
.menu2Level1Selected {
	background: #ffffff;
    color:#0089c4;
}

table.menuTable td.menuLevel1Selected {
    background: #0089c4;
}

table.menuTable td.menuLevel1Selected a {
    color: #9e9fa2;
}

.tabMenyLinkSelected {
    background: #ffd204;
    color: #555555;
}

.contentWindow th {
	background: #cbcbcb; color: #FFFFFF
}

.contentWindow th a {
	color: #FFFFFF
}

/* All TD border colors should be overriden */
.contentWindow td {
	border-left-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    border-top-color: #cbcbcb;
    border-right-color: #cbcbcb;
}

.contentWindow table {
	border-left-color: #cbcbcb;
    border-bottom-color: #cbcbcb;
    border-top-color: #cbcbcb;
    border-right-color: #cbcbcb;
}

/* Used on PF template editor page in the "preview table" */
#pfTemplateEditorOverviewTable .active {
	background-color: #fecb00
}

#pfTemplateEditorOverviewTable .mouseOver {
	background-color: #eeeeee
}

#pfTemplateEditorOverviewTable .edited {
	background-color: #a38303
}

#pfTemplateEditorOverviewTable .empty {
	background-color: #ffffff
}

.button
{
    background-color: #FFFFFF;
    border-left:1px solid #CBCBCB;
    border-top:1px solid #CBCBCB;
    border-right:1px solid #6E6E6E;
    border-bottom:1px solid #6E6E6E;
    color: #000000;
	font-size: 10px;
    background-image: url(/pan/website/images/button_background_grey.gif);
}


button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  padding: 0px 6px 0px 6px;
  color: GrayText;
  cursor: inherit;
}

.tableHeader {
	vertical-align:bottom;
}

.handleGroupDiv {
    float:right;
    margin-top:4px;
}