/* content CSS classes - used for content markup purposes */

/* tag selectors */

/* GLOBAL SETTING OF FONT TYPES */

H1, H2, H3, H4, H5, H6, P, A, TH, TD, UL, OL, LI, DL, DD, DT, LABEL, DIV, SPAN, INPUT, TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
}

/* GLOBAL SETTING OF FONT SIZES */

/* All font sizes are set in % and most margins and paddings in em's, this is to make them all dynamic. */

H1 {
  font-size: 1.7em;
  font-weight: normal;
}

H2 {
  font-size: 14px;
}

H3{
  font-size: 12px;
}

H4, H5, H6 {
  font-size: 11px;
}

P, UL, OL, DL, LABEL, .contentNormal, TEXTAREA {
  font-size: 12px;
}

UL UL, OL OL {
  font-size: 12px;
}
 
/* HEADINGS */
H1, H2, H3, H4, H5, H6 {
  padding-left: 0px;
  padding-right: 0px;
  margin: 0px;
  clear: left;
}

H1 {
  padding: 0.5ex 0.5ex 1ex 0.5ex;
  margin: 0px;
}


H2, H3, H4, H5, H6 {
  padding-top: 1.5ex;
  padding-bottom: 0.5ex;
}

/* REGULAR PARAGRAPHS */

P {
  padding: 0.1ex 0.5ex 0.5ex 0.5ex;
  margin: 0px;
  text-align: justify;
}

/* LINKS */

A {
  color: #a70000;
}

A:hover {
  color: #FF0000;
}

A:visited {
  color: #BE000F;
}

/* custom selectors */

.designToolBoxBodyCont .content-view-children {
  padding: 0px 4px 0px 4px;
}

.designPC_PH_RollbackMenu {
  padding: 4px 5px 4px 5px;
  margin: 0px;
  font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  vertical-align: middle;
}

.designPC_PH_RollbackMenu a {
  color: #333435;
}

.designPC_PH_RollbackMenu a:visited {
  color: #333435;
}

.designPC_PH_RollbackMenu .path-item-selected {
  color: #676869;
}

.designPC_PH_RollbackMenu .path-item-delimiter{
  padding: 0px 0px 2px 0px;
  color: #bd4c56;
}

.designPC_PH_TopLine1 {
  padding: 0px;
  background-image: url(../images/pc_hline.gif);
  background-repeat: repeat-x;
  background-position: top left;
}

.designPC_PH_TopLine2 {
  padding: 0px;
  background-image: url(../images/pc_hline_right.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.designPC_PH_TopLine3 {
  padding: 5px 7px 0px 7px;
  background-image: url(../images/pc_hline_left.gif);
  background-repeat: no-repeat;
  background-position: top left;
}

.designPC_PH_PageTitle {
  padding: 0px 5px 0px 5px;
  margin: 0px;
  font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  color: #676869;
  vertical-align: middle;
}

.designReddot {
  background: red;
}

.designFieldIsRequired {
  color: red;
  font-size: 14px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: center;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}
