/** ordered list / navigation / primary */

.class_navigation_primary {
	color: #069;
	font-size: 85%;
	text-align: left;
	padding-left: 10px;
	margin-left: 0;
}

#ol_navigation_primary {
	padding-left: 10px;
	margin: 20px 0;
	list-style: none;
}

#ol_navigation_primary li {
	font-weight: bolder;
	padding: 0;
	margin: 0;
	list-style: none;
}

#ol_navigation_secondary {
	padding-left: 10px;
	margin: 0px;
}

#ol_navigation_primary li li {
	font-size: 90%;
	font-weight: normal;
	line-height: 130%;
	padding: 5px 30px 5px 0;
	margin: 0 20px 0 0;
	list-style: none;
	background: url("../../images/interface/navigation/primary/bullets/img-bullet_2nd.gif") no-repeat right;
}

#ol_navigation_primary a:link, #ol_navigation_primary a:visited {
	color: #069;
	text-decoration: none;
}

#ol_navigation_primary a:hover, #ol_navigation_primary a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - news feed */

#ul_news_folders {
  float: left;
	padding: 0px 0px 10px 0px;
	margin: 10px 30px 10px 40px;
	list-style: none;
	overflow: hidden;
}

#ul_news_folders li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	padding: 10px 0px 10px 30px;
	margin: 5px 0px 0px 15px;
	list-style: none;
	background: url("../../images/sections/index/news/icons/img-icon_folder.gif") no-repeat 0 20%;
}

#ul_news_folders strong {
	font-size: 100%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ul_news_folders a:link, #ul_news_folders a:visited {
	color: #036;
	text-decoration: none;
}

#ul_news_folders a:hover, #ul_news_folders a:active {
	color: #036;
	text-decoration: underline;
}

#ul_news_files {
	padding: 0px 0px 10px 0px;
	margin: 0px 30px 0px 40px;
	list-style: none;
	overflow: hidden;
}

#ul_news_files li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	padding: 0px 0px 0px 30px;
	margin: 10px 0px 0px 15px;
	list-style: none;
	background: url("../../images/sections/index/news/icons/img-icon_file.gif") no-repeat 0 20%;
}

#ul_news_files strong {
	font-size: 100%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ul_news_files a:link, #ul_news_files a:visited {
	color: #036;
	text-decoration: none;
}

#ul_news_files a:hover, #ul_news_files a:active {
	color: #036;
	text-decoration: underline;
}

/** unnumbered list - features */

#ul_features {
	width: 120px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_features li {
	color: #069;
	font-size: 70%;
	line-height: 120%;
	text-align: left;
	padding: 0px 0px 10px 15px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_default.gif") no-repeat 0 3px;
	border-bottom: 1px dotted #E5EFF5;
}

#ul_features strong {
	color: #c30;
	font-size: 115%;
	line-height: 100%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ul_features a:link, #ul_features a:visited {
	color: #069;
	text-decoration: none;
}

#ul_features a:hover, #ul_features a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - options */

#ul_options {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_options li {
	color: #069;
	font-size: 70%;
	line-height: 100%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_default.gif") no-repeat 0 30%;
}

#ul_options strong {
	font-size: 100%;
	font-weight: bolder;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#ul_options a:link, #ul_options a:visited {
	color: #069;
	text-decoration: none;
}

#ul_options a:hover, #ul_options a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - regular */

#ul_regular {
	font-size: 75%;
	line-height: 140%;
	padding: 0px 0px 10px 0px;
	margin: 20px 30px 20px 50px;
	list-style: none;
	overflow: hidden;
}

#ul_regular strong {
	color: #c30;
	font-weight: bolder;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#ul_regular li {
	padding: 5px 0 5px 0;
	margin: 0 0 0 20px;
	list-style-position: outside;
	list-style-image: url("../../images/interface/bullets/img-bullet_default.gif");
}

#ul_regular a:link, #ul_regular a:visited {
	color: #036;
	text-decoration: none;
}

#ul_regular a:hover, #ul_regular a:active {
	color: #036;
	text-decoration: underline;
}

/** unnumbered list - supplement */

#ul_supplement {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_supplement li:first-line {
	color: white;
	font-weight: bold;
}

#ul_supplement li {
	color: white;
	font-size: 70%;
	line-height: 130%;
	text-align: right;
	padding: 10px 25px 0px 15px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/supplement/img-bullet_punchpin.gif") no-repeat top right;
}

#ul_supplement a:link, #ul_supplement a:visited {
	color: white;
	text-decoration: none;
}

#ul_supplement a:hover, #ul_supplement a:active {
	color: white;
	text-decoration: underline;
}

/** unnumbered list - supplement - resources */

#ul_supplement_resources {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_supplement_resources li:first-line {
	color: white;
	font-weight: bold;
}

#ul_supplement_resources li {
	color: white;
	font-size: 70%;
	line-height: 130%;
	padding: 0px 0px 0px 40px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/supplement/img-bullet_document.gif") no-repeat top left;
}

#ul_supplement_resources a:link, #ul_supplement_resources a:visited {
	color: white;
	text-decoration: none;
}

#ul_supplement_resources a:hover, #ul_supplement_resources a:active {
	color: white;
	text-decoration: underline;
}

/** unnumbered list - supplement - source */

#ul_supplement_source {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_supplement_source li:first-line {
	color: white;
	font-weight: bold;
}

#ul_supplement_source li {
	color: white;
	font-size: 70%;
	line-height: 130%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/supplement/img-bullet_spyglass.gif") no-repeat top left;
}

#ul_supplement_source a:link, #ul_supplement_source a:visited {
	color: white;
	text-decoration: none;
}

#ul_supplement_source a:hover, #ul_supplement_source a:active {
	color: white;
	text-decoration: underline;
}

/** unnumbered list - supplement - regular */

#ul_supplement_regular {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_supplement_regular li {
	color: white;
	font-size: 70%;
	line-height: 130%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/supplement/img-bullet_default.gif") no-repeat top left;
}

#ul_supplement_regular a:link, #ul_supplement_regular a:visited {
	color: white;
	text-decoration: none;
}

#ul_supplement_regular a:hover, #ul_supplement_regular a:active {
	color: white;
	text-decoration: underline;
}

/** unnumbered list - augment */

#ul_augment {
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_augment li:first-line {
	color: #09c;
	font-weight: bold;
}

#ul_augment li {
	color: #09c;
	font-size: 75%;
	line-height: 130%;
	text-align: right;
	padding: 10px 25px 0px 15px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/augment/img-bullet_punchpin.gif") no-repeat top right;
}

#ul_augment a:link, #ul_augment a:visited {
	color: #09c;
	text-decoration: none;
}

#ul_augment a:hover, #ul_augment a:active {
	color: #09c;
	text-decoration: underline;
}

#layer_augment_news {
	float: right;
	width: 200px;
	padding: 0px 10px 0px 0px; 
	margin: 0px 3px 0px 10px;
	height: 100%;
}

/** unnumbered list - augment - resources */

#ul_augment_resources {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_augment_resources li:first-line {
	color: #09c;
	font-weight: bold;
}

#ul_augment_resources li {
	color: #09c;
	font-size: 75%;
	text-align: left;
	line-height: 130%;
	padding: 0px 0px 0px 40px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/augment/img-bullet_document.gif") no-repeat top left;
}

#ul_augment_resources a:link, #ul_augment_resources a:visited {
	color: #09c;
	text-decoration: none;
}

#ul_augment_resources a:hover, #ul_augment_resources a:active {
	color: #09c;
	text-decoration: underline;
}

/** unnumbered list - augment - source */

#ul_augment_source {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_augment_source li:first-line {
	color: #09c;
	font-weight: bold;
}

#ul_augment_source li {
	color: #09c;
	font-size: 75%;
	line-height: 130%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/augment/img-bullet_spyglass.gif") no-repeat top left;
}

#ul_augment_source a:link, #ul_augment_source a:visited {
	color: #09c;
	text-decoration: none;
}

#ul_augment_source a:hover, #ul_augment_source a:active {
	color: #09c;
	text-decoration: underline;
}

/** unnumbered list - augment - regular */

#ul_augment_regular {
	padding: 0px 0px 0px 15px;
	margin: 0px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_augment_regular li {
	color: #09c;
	font-size: 75%;
	line-height: 130%;
	text-align: left;
	padding: 0px 0px 0px 25px;
	margin: 10px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/augment/img-bullet_default.gif") no-repeat top left;
}

#ul_augment_regular a:link, #ul_augment_regular a:visited {
	color: #09c;
	text-decoration: none;
}

#ul_augment_regular a:hover, #ul_augment_regular a:active {
	color: #09c;
	text-decoration: underline;
}
/** unnumbered list - sub-menu */

#ul_sub-menu {
	padding: 0px 0px 0px 0px;
	margin: 0px 2px 0px 2px;
	list-style: none;
	overflow: hidden;
}

#ul_sub-menu li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	text-align: left;
	padding: 3px 5px 3px 5px;
	margin: 5px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/tiles/img-tile_submenu.gif") repeat-x bottom left;
}

#ul_sub-menu a:link, #ul_sub-menu a:visited {
	color: #069;
	text-decoration: none;
}

#ul_sub-menu a:hover, #ul_sub-menu a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - services */

#ul_services {
	width: 380px;
	padding: 15px 0px 15px 60px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_services li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background: url("../../images/interface/devices/sample/img-background.gif") no-repeat bottom right;
}

#ul_services strong {
	color: #069;
	font-size: 120%;
}

#ul_services img {
	margin: 0px 5px 0px 0px;
}

#ul_services a:link,
#ul_services a:visited {
	color: #069;
	text-decoration: none;
}

#ul_services a:hover,
#ul_services a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - sub-menu */

#ul_question {
	padding: 15px 0px 0px 60px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_question li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
	padding: 3px 7px 3px 25px;
	margin: 5px 3px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_spyglass.gif") no-repeat 0% 2px;
}

#ul_question img {
	margin: 0px 5px 0px 0px;
}

#ul_question a:link, #ul_question a:visited {
	color: #069;
	text-decoration: none;
}

#ul_question a:hover, #ul_question a:active {
	color: #069;
	text-decoration: underline;
}

/** unnumbered list - ticks */

#ul_ticks {
	padding: 10px 40px 10px 50px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	overflow: hidden;
}

#ul_ticks li {
	color: #069;
	font-size: 75%;
	line-height: 130%;
	font-weight: normal;
	text-align: left;
	padding: 3px 7px 3px 25px;
	margin: 5px 3px 0px 0px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_tick.gif") no-repeat 0% 3px;
}

#ul_ticks a:link, #ul_ticks a:visited {
	color: #036;
	text-decoration: none;
}

#ul_ticks a:hover, #ul_ticks a:active {
	color: #036;
	text-decoration: underline;
}

/** unnumbered list - thumbnails */

#ul_thumbnails {
	padding: 0px 0px 0px 0px;
	margin: 20px 90px 40px 50px;
	list-style: none;
	overflow: hidden;
}

#ul_thumbnails li {
	color: #069;
	font-size: 70%;
	line-height: 130%;
	padding: 0px 0px 0px 40px;
	margin: 10px 0px 0px 0px;
	list-style: none;
}

#ul_thumbnails a:link, #ul_thumbnails a:visited {
	color: #036;
	text-decoration: none;
}

#ul_thumbnails a:hover, #ul_thumbnails a:active {
	color: #036;
	text-decoration: underline;
}

/** unnumbered list - notes */

#ul_notes {
	padding: 0px 0px 0px 0px;
	margin: 20px 20px 20px 10px;
	list-style: none;
	overflow: hidden;
}

#ul_notes li {
	color: #09c;
	font-size: 75%;
	line-height: 130%;
	text-align: left;
	padding: 10px 0 0 20px;
	margin: 10px 0px 0px 60px;
	list-style: none;
	background: url("../../images/interface/bullets/img-bullet_punchpin.gif") no-repeat top left;
}

#ul_notes a:link, #ul_notes a:visited {
	color: #09c;
	text-decoration: none;
}

#ul_notes a:hover, #ul_notes a:active {
	color: #09c;
	text-decoration: underline;
}

/** search */

.phpdigHighlight { font-weight: bold; }
.color_table_outline {
	background-color: #cccccc;
	color: #000000;
	border: 1px solid #000000;
}
.color_top_bottom {
	background-color: #eeeeee;
	color: #000000;
}
.color_sub_top_bottom {
	background-color: #dddddd;
	color: #000000;
}
.color_table_cells {
	background-color: #ffffff;
	color: #000000;
}

#span_results {
	display: inline;
}

/* Placard - Warning */

.class_placard_warning {
	color: #c30;
	font-size: 75%;
	font-family: "Arial" sans-serif;
}

#p_placard_warning {
	padding: 20px 40px 20px 40px;
	margin: 0px 5px 0px 5px;
	background: url("../../images/interface/backgrounds/headline/img-tile_background.jpg") repeat-x bottom left;
}

#p_placard_warning strong, em, img {
	font-size: 100%;
}

#p_placard_warning strong {
	font-weight: bold;
}

#p_placard_warning em {
	font-style: italic;
	font-weight: normal;
}

#p_placard_warning a:link, #p_placard_warning a:visited {
	color: #930;
	text-decoration: none;
}

#p_placard_warning a:hover, #p_placard_warning a:active {
	color: #930;
	text-decoration: underline;
}