﻿/* selector styles */

/* --------------------------- BASICS */
/** {
	margin: 0;
	padding: 0;
	list-style: none;
}*/

body {
	/*font: normal 80% 'Lucida Sans Unicode', 'Lucida Grande', 'Trebuchet MS', sans-serif;
	padding: 10px 0;*/
	-webkit-text-size-adjust: 100%;
}

#title h1.pageTitle {
	text-align: left;
	font: normal 25px/120% 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #374C59;
}

#body p {
	padding: 2px 0px;
	line-height: 150%;
	padding: 0 0 8px 0;
	color: #000000;
}

#body .zebra p:nth-child(even) {
	background: #E6E6E6;
}

#body h2 {
	font-size: 1.40em;
	line-height: 135%;
	font-weight: bold;
	color: #374C59;
	padding: 0 0 1.0em 0;
}

#body h3 {
	font-size: 1.15em;
	line-height: 135%;
	font-weight: bold;
	color: #374C59;
	padding: 1.0em 0 5px 0;
}

#body h4 {
	font-size: 1.10em;
	line-height: 135%;
	font-weight: bold;
	color: #414141;
	margin: 5px 0 3px 0;
}

#body h5 {
	font-size: 1.0em;
	line-height: 135%;
	font-weight: bold;
}

#body h6 {
	font-size: .90em;
	line-height: 135%;
	font-weight: bold;
}

#body dt {
	font-weight: bold;
	margin-top: 12px;
}

#body blockquote {
	font-size: 1.0em;
	padding: 12px 0 0 20px;
}

#body address {
	font-style: normal;
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.75em;
}

/* standard bullets */

#body ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#body ul li {
	background: url('../images/orange_bullet_square.gif') no-repeat 0 10px;
	line-height: 145%;
	padding: 4px 0 8px 15px;
}

#body ul li ul li {
	background: none;
	background: url('../images/rightarrow.gif') no-repeat 0 8px;
	line-height: 145%;
	padding: 4px 0 8px 15px;
}

/* zebra bullets */

#body ul.zebra li:nth-child(even), #body ol.zebra li:nth-child(even) {
	background: #E6E6E6;
}

/* indented lists */

#body ul.indent li {
	margin-left: 20px;
}

#body ul.indent2 li {
	background: url('../images/rightarrow.gif') no-repeat 0 8px;
	line-height: 130%;
	padding: 4px 0 5px 15px;
	margin-left: 35px;
}

#body ul.indent3 li {
	background: url('../images/3pixDot.gif') no-repeat 0 8px;
	line-height: 130%;
	padding: 4px 0 5px 15px;
	margin-left: 50px;
}

/* jump lists */

#body ul.jumplist li {
	background: url('../images/arrow_px_down.gif') no-repeat 0 10px;
	line-height: 145%;
	padding: 4px 0 8px 15px;
}

/* Index lists with gradient background */

#body ul.IndexTopic li {
	background: none;
	margin: 0em;
	padding: .4em 0em;
}

#body ul.IndexTopic li li {
	margin: 0em .8em;
	padding-top: .4em;
	padding-left: .5em;
}

#body ul.IndexTopic li a {
	margin: 0em .5em;
}

#body ol {
	padding: 0;
	margin: 0;
}

#body ol li {
	list-style-type: decimal;
	margin: 0 0 0 25px;
	line-height: 135%;
	padding: 4px 0 8px 0;
}

#body ol li ul {
	margin: 0 0 0 0;
}

#body ol li ul li {
	list-style-type: none;
	background: url('../images/orange_bullet_square.gif') no-repeat 0 10px;
	padding: 4px 0 8px 15px;
	margin: 0;
}

#body ol li ol li {
	list-style-type: lower-alpha;
}

#body ul.nobullet li {
	list-style-type: none;
	background: none;
	margin-left: -10px;
}

/* expandable list Q&A styles -------------------------------------------------------------------------*/ 

#body ul.expandableList {
	background: none;
	list-style-type: none;
	margin: 0px;
	padding: 3px 0;
}

#body ul.expandableList li {
	background: none;
	padding: 5px 0 0 0;
}

#body ul.expandableList li a {
	text-decoration: none;
}

#body ul.expandableList li a:visited {
	text-decoration: none;
}

#body ul.expandableList li a:hover {
	text-decoration: none;
}

#body ul.expandableList li ul li {
	background: url('../images/orange_bullet_square.gif') no-repeat 0 10px;
	padding-left: 15px;
	margin-left: 0;
}

#body ul.expandableList li ul li ul li {
	list-style-type: none;
	background: url('../images/3pixDot.gif') no-repeat 0 10px;
	padding-left: 15px;
	margin-left: 15px;
}

#body ul.expandableList li ul li ul li ul li {
	list-style-type: none;
	background: url('../images/rightarrow.gif') no-repeat 0 10px;
	padding-left: 15px;
	margin-left: 15px;
}

/* SHOW-HIDE CONTENT */

.ShowHide {
	display: none;
	border: solid 1px #A7A7A7;
	padding: 5px;
	margin: 5px 0px 0px 18px;
}

.ShowHide p {
	margin: 0px;
}

#all {
	margin-top: 5px;
	border: 0;
}

.ExpandOne {
	border: 0;
	vertical-align: middle;
}

.hide {
	display: none;
}

/* ----- misc styles ----- */


span.linkOffsite, span.filespecs {
	font-size: .90em;
	color: #555555;
	text-decoration: none;
}

#body .graytext {
	color: #676767;
}

/*level 4 icons*/

.didyouknow {
	background: url('../images/icon_info3.gif') no-repeat 0px 50%;
	padding: .5em 0 .5em 33px;
}

/* InsWeb */
/* Info box */

div.infobox {
	background-color: #EAEAEA;
	border: solid 1px #D7D4AD;
	margin-bottom: 12px;
	padding: 6px 6px 0px 6px;
	height: 1%;
	width: 360px;
}

div.infobox p {
	margin-bottom: 6px;
}

/* section 1st level pages*/

#body h4.Section {
	font-size: 1.15em;
	line-height: normal;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#body h4.Section a {
	text-decoration: none;
	color: #AC560D;
}

#body h4.Section a:hover {
	text-decoration: underline;
}

#body .atoz {
	height: 20px;
	font-size: 0.9em;
	border: 1px solid #dedede;
	padding: 0;
	margin: 10px 0;
}

#body .atoz h4 {
	float: left;
	font-size: 1em;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #fff;
	border: 2px solid #dedede;
	background: #dedede;
	padding: 0 3px;
	margin-right: 3px;
}

#body .atoz span {
	float: left;
	padding: 2px 5px 0 4px;
	color: #444444;
}

#body .atoz ul li {
	/*float: left;*/
	display: inline;
	width: 15px;
	color: #B1B1B1;
	line-height: 20px;
	text-align: center;
	background: none;
	padding: 0;
}

#body .atoz ul li:hover {
	cursor: default;
}

#body .atoz ul li a {
	float: left;
	display: block;
	width: 15px;
	height: 20px;
	-webkit-transition: all .2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#body .atoz ul li a:hover {
	text-decoration: none;
	border: 1px solid #dedede !important;
	border: none;
	background: #fff;
	-moz-transform: scale(2);
	-webkit-transform: scale(2);
	transform: scale(2);
}

/* subsection 2nd level pages*/

#body h4.subSection {
	font-size: 1.15em;
	line-height: normal;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#body h4.subSection a {
	text-decoration: none;
	color: #AC560D;
}

#body h4.subSection a:hover {
	text-decoration: underline;
}

/* first level index pages */

#body .toplevelColumn ul li {
	background: none;
	padding: 3px 0;
}

#body .toplevelColumn ul li.more a {
	background: none;
}

#body .toplevelColumn ul li a {
	display: block;
	text-decoration: none;
	background: url('../images/nav_bullet_arrow.gif') no-repeat 0 6px;
	padding: 0 0 0 10px;
}

#body .toplevelColumn ul li a:hover {
	background-position: 0 -144px;
}

#body .hr {
	height: 1px;
	background: url('../images/content_hr.gif') center repeat-x;
	padding: 10px 0;
}

#body .backtotop {
	background: url('../images/content_icon_backtotop.gif') 0 1px no-repeat;
	padding: 0 0 10px 20px;
}

#body .backtotop a {
	text-decoration: none;
}

div#popFrameDiv {
	width: 290px;
	position: absolute;
	visibility: hidden;
	top: 3474px;
	left: 436px;
	border: outset 2px;
	background: #E2E2D6;
}

div#popFrameDivElevator {
	width: 390px;
	position: absolute;
	visibility: hidden;
	top: 3500px;
	left: 439px;
	border: outset 2px;
	background: #E2E2D6;
}

/* safety-specific section */

#body div.a-ztopics a {
	font-size: smaller;
	border: 1px solid #92A4A8;
	background: #FFFFFF;
	padding: 2px;
}

#body div.a-ztopics a:hover {
	background: #75B3B7;
}

#body div.a-ztopics span {
	color: #CCCCCC;
}

/* safety rules tab */

.SafetyRuleTab {
	background-color: #FCF9DF;
	border-top: 1px solid #D7D4AD;
	border-right: 1px solid #D7D4AD;
	border-bottom: 1px solid #D7D4AD;
	border-left: 1px solid #D7D4AD;
	width: 110px;
	height: 24px;
	text-align: center;
	font: 11px 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-weight: bold;
	color: #000000;
	z-index: 2;
	padding: 2px;
	cursor: pointer;
	float: left;
}

/* safety rules improved tabs ============ */

div#SafetyRuleTabImproved {
	float: left;
	width: 97%;
	margin: 15px 0;
}

div#SafetyRuleTabImproved ul {
	list-style: none;
	height: 42px;
}

div#SafetyRuleTabImproved li {
	background: none;
	display: inline;
	text-align: center;
}

div#SafetyRuleTabImproved a {
	float: left;
	background: url("/WISHA/rules/images/pageTabsleft.gif") no-repeat left top;
	margin: 3px;
	padding: 0 8px;
	font-weight: bold;
	color: #676767;
	text-decoration: none;
	line-height: normal;
	cursor: pointer;
}

div#SafetyRuleTabImproved a span {
	float: left;
	display: block;
	background: url("/WISHA/rules/images/pageTabsright.gif") no-repeat right top;
	padding: 5px 10px 5px 5px;
	color: #676767;
}

div#SafetyRuleTabImproved a:hover span {
	color: #000;
}

div#SafetyRuleTabImproved a:hover {
	background-position: 0% -42px;
}

div#SafetyRuleTabImproved a:hover span {
	background-position: 100% -42px;
}

div#SafetyRuleTabImproved #current a {
	background-position: 0% -42px;
}

div#SafetyRuleTabImproved #current a span {
	background-position: 100% -42px;
	color: #000;
}

/* SEARCH ENTRY FORMS */
/* search and entry forms for tables */

table.form {
	background: #F6F6E8;
	color: #000000;
	border: solid 1px #41606A;
	width: 97%;
}


.form td {
	vertical-align: top;
	padding: 4px;
}

.form td.bgBorder {
	border-top: 1px solid #FFF;
	background: #E2E2D6;
}

td.formdetail {
	font-size: x-small;
	color: #000000;
	border: solid 1px #41606A;
	padding: 3px;
}

td.formhead {
	font-weight: bold;
	color: #000000;
	margin: 4px;
}

/* listserv forms */

#body ul.simpleForm {
	padding: 5px;
}

div#body ul.simpleForm li {
	background: none;
}

/* simple data layout table without a table head*/

.data {
	width: 97%;
}

.data td, th {
	vertical-align: top;
	text-align: left;
	padding: 4px;
}

/* zebra style */
.zebra tbody tr:nth-child(odd){
	background: rgb(246, 246, 232);
	}

/* data grid muli-row style */
.TBLformPub {
	border-collapse: collapse;
	table-layout: auto;
	width: 100%; /*97% bors235 11-28-2016*/
	border: 1px solid #D4D4D4;
}

.TBLformPub td {
	color: #414141;
	border-right: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	vertical-align: top;
	padding: 4px;
}

.TBLformPubHead {
	color: #000;
	background: #E2E2D6;
}

.TBLformPub th {
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

.TBLformPubHead td {
	border-right: 2px solid #FFF;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

.TBLformPubHead td:last-child {
	border-right: none;
}

.TBLformPub td.TBLformPubHead {
	background: #E2E2D6
}

.TBLformPubHead2 {
	background: #F2F5F8;
}

.TBLformPub tr.TBLformPubHead2 td {
	text-align: left;
	font-weight: bold;
}

.TBLformPub tr.TBLformPubHead2 th {
	text-align: left;
	font-weight: bold;
}

.TBLformPub tr.TBLformPubHead3 td {
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 2px;
}

.TBLformPub tr.TBLformPubHead3 th {
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 2px;
}

.TBLformPub tr.TBLformPubHead3 th {
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 2px;
}

/* table data with subrows */

.TBLDataSubRows {
	table-layout: auto;
	width: 97%;
	color: #414141;
	border: 1px solid #41606A;
}

.TBLDataSubRows td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	border-right: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
}

.TBLDataHead td {
	vertical-align: middle;
	color: #FFF;
	background: #41606A;
	font-weight: bold;
}

.TBLDataSubRows tr.TBLDataHead {
	color: #000;
	background: #E2E2D6;
	padding: 3px;
	border-right: 2px solid #FFF;
}

.TBLDataSubRows th {
	color: #000;
	text-align: left;
	background: #E2E2D6;
	padding: 3px;
	border-right: 2px solid #FFF;
}

.TBLDataSubRows td.SubRow {
	background-color: #F6F6E8;
}

/* checklist-styled table --------------------------------------*//* data table row style */

.TBLchecklist {
	table-layout: auto;
	width: 97%;
	border: 1px solid #41606A;
}

.TBLchecklist td {
	color: #414141;
	border: 1px solid #D4D4D4;
	vertical-align: top;
	padding: 4px;
}

tr.TBLchecklisthead {
	color: #000;
	background: #E2E2D6;
}

tr.TBLchecklisthead th {
	border: 1px solid #D4D4D4;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

tr.TBLchecklisthead td {
	border-right: 2px solid #FFF;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

.TBLchecklist tr.TBLchecklisthead2 {
	color: #414141;
	background: #F2F5F8;
}

.TBLchecklist tr.TBLchecklisthead2 td {
	border: 1px solid #E2E2D6;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

.TBLchecklist tr.TBLchecklisthead2 th {
	border: 1px solid #E2E2D6;
	text-align: left;
	font-weight: bold;
	padding: 3px 5px;
}

.TBLchecklist tr.TBLchecklisthead3 td {
	font-weight: normal;
	text-align: left;
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 3px 5px;
}

.TBLchecklist tr.TBLchecklisthead3 th {
	font-weight: normal;
	text-align: left;
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 3px 5px;
}

.TBLchecklist tr.TBLchecklisthead3 th {
	border: 1px solid #E2E2D6;
	background-color: #F6F6E8;
	padding: 3px 5px;
}

ul li.nobullet {
	list-style-type: none;
}


/* ================================================= EWN PUBLIC-FACING APPLICATIONS ==================================================*/
/* ================================================= APPLICATIONS ==================================================*/

/* TABLE STYLES */


html form {
	padding: 0;
	margin: 0;
}

/* SIMPLE DATA TABLE */

.data td {
	vertical-align: top;
}

.data p {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 4px 0px;
}

.data blockquote {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Helvetica, Arial, sans-serif;
	font-size: small;
	line-height: 125%;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

/* MULTI-OPTION SEARCH FORM */
.multiOptionSearch {
	width: 97%;
	border: 1px solid #41606A;
	background: #FFF;
	margin: 0;
}

.multiOptionSearch th {
	background: #41606A;
	color: #FFF;
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}

.multiOptionSearch td {
	color: #000;
	padding: 4px 6px;
	text-align: left;
	vertical-align: middle;
}

.multiOptionSearch td.formBGcolor {
	background: #E2E2D6;
	border-bottom: 1px solid #FFF;
}

.multiOptionSearch td.alignCellRight {
	text-align: right;
}

.multiOptionSearch td.alignCellCenter {
	text-align: center;
}

/* SEARCH RESULT TABLE */

.searchResultGrid {
	width: 97%;
	border: 1px solid #41606A;
	background: #FFF;
	text-align: left;
}

.searchResultGrid th {
	background: #E2E2D6;
	padding: 4px 2px;
	text-align: left;
}

.searchResultGrid tr {
	border: 1px solid #FFF;
}

.searchResultGrid tr.dataRow {
	background: #F2F5F8;
	vertical-align: middle;
}

.searchResultGrid tr.dataRow td {
	padding: 2px;
}

.searchResultGrid td.gridTemplateHeader, td.gridTemplateFooter {
	padding: 5px;
}

/* SEARCH RESULT TABLE WIDE */
.searchResultGridWide {
	width: 100%;
	border: 1px solid #41606A;
	background: #FFF;
}

.searchResultGridWide th {
	background: #E2E2D6;
	padding: 4px 2px;
	text-align: center;
	font-size: .85em;
}

.searchResultGridWide th.spanHeader {
	padding: 4px 2px;
	text-align: center;
	font-size: .85em;
}

.searchResultGridWide tr {
	border: 1px solid #FFF;
}

.searchResultGridWide tr.dataRow {
	background: #F2F5F8;
	vertical-align: middle;
}

.searchResultGridWide tr.dataRow td {
	padding: 2px;
	text-align: center;
	font-size: .85em;
}

table.searchResultGridWide tr.dataRow td.alignLeft {
	text-align: left;
}

.searchResultGridWide td.gridTemplateHeader, td.gridTemplateFooter {
	padding: 5px;
}

/* DATA DETAIL TABLE */
/* container */

.detailDataContainer {
	width: 97%;
	border: 1px solid #41606A;
	background: #FFF;
}

.detailDataContainer th {
	background: #41606A;
	color: #FFF;
	padding: 4px;
	text-align: left;
	font-size: 1.15em;
	vertical-align: middle;
}

.detailDataContainer td {
	width: 50%;
	vertical-align: top;
}

/* data detail */

.detailData {
	background: #FFF;
	text-align: left;
	padding: 5px;
}

.detailData tr {
	border: 1px solid #FFF;
}

.detailData td {
	padding: 4px 2px;
	vertical-align: middle;
}

.detailData td.bgcolor {
	background: #F2F5F8;
}

/* grid with multi columns */

.multiColumnDataGrid {
	width: 97%;
	border: 1px solid #41606A;
	background: #FFF;
	text-align: left;
}

.multiColumnDataGrid th {
	background: #E2E2D6;
	padding: 4px;
	border-right: 1px solid #FFF;
}

.multiColumnDataGrid td {
	padding: 4px;
	border-right: 1px solid #E2E2D6;
	border-bottom: 1px solid #E2E2D6;
}

/* COMMON FORM ELEMENTS */
.userFunctions {
	padding: 10px 0;
	width: 97%;
}

label {
	color: #676767;
}

label.submitMsg {
	font-size: .85em;
	font-weight: bold;
	color: #676767;
	float: right;
}

.InputBox {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #41606A;
	border: 1px solid #7F9DB9;
	height: 22px;
	padding: 0 1px;
}

.textInput {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #41606A;
	border: 1px solid #7F9DB9;
	padding: 0 1px;
}

.requiredField {
	color: #ED620F;
	float: right;
}

.requiredText {
	font-size: .85em;
	color: #414141;
}

.formHint {
	color: #676767;
	padding-left: 8px;
}

.errorMsg {
	font: bold .85em Arial, Helvetica, sans-serif;
	color: #F22727;
}

.errorImg {
	float: right;
	vertical-align: middle;
}

.errorImg {
	vertical-align: middle;
}

.listBox {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #41606A;
	border: 1px solid #7F9DB9;
	height: 24px;
}

.multiLine {
	font: bold 1.0em Arial, Helvetica, sans-serif;
	color: #41606A;
	border: 1px solid #7F9DB9;
	padding: 2px;
}

.btnRadio {
	margin: 0 4px 0 0;
}

span.spacer5 {
	padding-right: 5px;
}

span.spacer10 {
	padding-right: 10px;
}

span.spacer15 {
	padding-right: 15px;
}

span.spacer20 {
	padding-right: 20px;
}

span.spacer30 {
	padding-right: 30px;
}

.InputBox:focus {
	background: #F2F5F8;
}

.multiLine:focus {
	background: #F2F5F8;
}

select.listBox:focus {
	background: #F2F5F8;
}

/* BUTTONS */
.CommandButton {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	background: #E9A137;
	margin: 4px 0;
	padding: 2px 5px;
	border: 1px outset;
	cursor: pointer;
}

.CommandButton:hover {
	background-color: #FCBC5E;
}

/* image styles */
img.imgIcon {
	vertical-align: text-bottom;
	margin: 0 3px;
}

.img {
	border: none;
}

.ShowHide3 {
	display: none;
	padding: 10px 10px 10px 20px;
}

#body ul.bullet2 li .ShowHide3 ul li {
	background: url('../images/orange_bullet_square.gif') no-repeat 0 10px;
	line-height: 145%;
	padding: 4px 0 8px 10px;
}

#body ul.bullet2 li {
	background: none;
}

.asterisk {
	background: url('../images/asterisk.gif') right no-repeat;
	padding: 0 10px 0 0;
}

/*.sharplogo {
	width: 250px;
	height: 75px;
	background: url('/safety/research/images/sharp-logo.gif') no-repeat;
}*/

#body p.storyDate {
	float: left;
}

#body p.share {
	text-align: right;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

.icon {
	vertical-align: middle;
	padding-right: 2px;
}

.bold {
	font-weight: bold;
	}

#body acronym {
	border: none;
}

/*form validation*/
/* signup page */
#body .ui-state-highlight {
	background-color: #FADEE5;
	border: 1px solid #CC2200;
}

#body div.invalid {
	font-family: Sans-Serif;
	font-style: normal;
	font-size: 12px;
	line-height: 100%;
	padding: 3px 10px 3px 20px;
	margin: 3px 0;
	color: #CC2200;
	display: inline-block;
	background: #FADEE5 url('../images/exclamation.gif') no-repeat 2px 50%;
	border: 1px solid #CC2200;
	border-radius: 9px;
	box-shadow: #666 0 0 5px;
}

#body div.valid {
	border: none;
	padding: 0;
	box-shadow: none;
	height: 22px;
	width: 22px;
	display: inline;
	background: url('../images/accept.gif') no-repeat 5px bottom;
}

/*link colors*/

a:link {
	color: #275FB7;
	text-decoration: none;
}

a:hover {
	color: #D78913;
	text-decoration: none;
}

a:visited {
	color: #5E8DD5;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}
