/*
	This style sheet includes styles for classes and id:s used to build more common parts of the web site (e.g. modules, documents, canvases and delimiters)
*/

.commonSearch {
	-moz-box-sizing: border-box;
	float: left;
	width: 155px;
	height: 17px;
	padding-left: 3px;
	border-top: 1px solid #404040;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: 1px solid #404040;
	font-size: 9px;
	font-style: italic;
	color: #7c7c7c;
}

.searchGoButton {
	-moz-box-sizing: border-box;
	float: left;
	margin-top: 1px;
	margin-left: 5px;
}

/* Standard canvas for modules */
.standardInfoCanvas {
	-moz-box-sizing: border-box;
	background-color: #f7f3f0;
	margin-bottom: 2px;
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

.standardInfoCanvas h2 {
	margin-bottom: 10px;
}

.standardInfoCanvas h3 {
	margin-bottom: 4px;
	color: #83585a;
	background-color: transparent;
}

.standardInfoCanvas h3 a {
	color: #83585a;
	background-color: transparent;
}

.standardInfoCanvas h3 a:Hover {
	color: #83585a;
	background-color: transparent;
}

.standardInfoCanvas p {
	line-height: 12px;
	margin-bottom: 9px;
}

.standardInfoCanvas ul {
	-moz-box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #494949;
}

.standardInfoCanvas li {
	list-style: none;
	background-image: url(../graphics/icons/arrowOrange.gif);
	background-position: 1px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.standardInfoCanvas a {
	text-decoration: none;
	color: #494949;
}

.standardInfoCanvas a:Hover {
	color: #a0a0a0;
}

/* Canvas for modules without background color */
.blankCanvas {
	-moz-box-sizing: border-box;
	margin-bottom: 2px;
	padding-top: 13px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

.blankCanvas h2 {
	margin-bottom: 10px;
}

.blankCanvas h3 {
	margin-bottom: 4px;
	color: #494949;
}

.blankCanvas p {
	line-height: 12px;
	margin-bottom: 9px;
}

.blankCanvas ul {
	-moz-box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 10px;
	color: #494949;
}

.blankCanvas li {
	list-style: none;
	background-image: url(../graphics/icons/arrowGray.gif);
	background-position: 1px 2px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.blankCanvas a {
	text-decoration: none;
	color: #494949;
}

.blankCanvas a:Hover {
	color: #a0a0a0;
}

/* Special canvas for modules with a dotted delimiter to the right */
.dottedCanvas {
	-moz-box-sizing: border-box;
	margin-top: 11px;
	margin-bottom: 12px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	background-image: url(../graphics/delimiterVertDotted.gif);
	background-position: right;
	background-repeat: repeat-y;
}

/* Common class for objects with a small margin underneath */
.smallMarginBottom {
	margin-bottom: 2px !important;
}

/* Common class for objects with no margin underneath */
.noMarginBottom {
	margin-bottom: 0px !important;
}

.italic {
	font-style: italic;
}

/* Document image container for the rightmost column */
#column2_2 .documentImage {
	-moz-box-sizing: border-box;
	clear: right;
	margin-left: 5px;
	padding-left: 14px;
}

/* Standard document canvas */
.documentCanvas {
	-moz-box-sizing: border-box;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}

/* Canvas for documents without images */
#documentNoImage {
	-moz-box-sizing: border-box;
	margin-right: 32px;
}

.documentCanvas h2 {
	width: 250px;
}

.documentCanvas h3 {
	margin-bottom: 3px;
}

/* Class used for the introduction part of a document */
.documentIntroduction {
	font-size: 12px;
	line-height: 1.5em;
}

ul.listOfElements {
  -moz-box-sizing: border-box;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-size: 10px;
  color: #494949;
}

ul.listOfElements li {
	list-style: none;
	background-image: url(../graphics/icons/arrowOrange.gif);
	background-position: 1px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Style for descriptive lists inside Press Release Containers */
.pressReleaseContainer dl {
	margin-bottom: 8px;
}

.pressReleaseContainer dt {
	-moz-box-sizing: border-box;
	margin-left: 0px;
	color: #f5841e;
}

.pressReleaseContainer dd {
	-moz-box-sizing: border-box;
	margin-bottom: 3px;
	margin-left: 0px;
	color: #333333;
}

.pressReleaseContainer dt a {
	-moz-box-sizing: border-box;
	margin-left: 0px;
	color: #f5841e;
	text-decoration: none;
}

.pressReleaseContainer dd a {
	-moz-box-sizing: border-box;
	margin-bottom: 3px;
	margin-left: 0px;
	text-decoration: none;
	color: #333333;
}

.pressReleaseContainer dd a:hover {
	color: #a0a0a0;
	text-decoration: none;
}

/*  */
.twoColumnsListFloating {
	-moz-box-sizing: border-box;
	float: left;
	width: 48%;
}

.twoColumnsListFloating input {
	float: left;
}

.twoColumnsListFloating div {
	-moz-box-sizing: border-box;
	float: left;
	padding-top: 4px;
	padding-left: 2px;
}

.buttonsRightCanvas {
	text-align: right;
}

.buttonsRightCanvas input.button {
	-moz-box-sizing: border-box;
	margin-top: 10px;
	margin-left: 4px;
}

input.button {
	-moz-box-sizing: border-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #efefef;
	border-top: 1px solid #929292;
	border-right: 1px solid #161616;
	border-bottom: 1px solid #161616;
	border-left: 1px solid #929292;
	font-size: 10px;
}


