/**
 * Main
 *
 * This stylesheet contains general styling rules.
 *
 * @package thameslink_main
 */

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	margin: 15px 0;
}

img {
	border: none;
}

/* Leave these link styles separated since xStandard seems to get confused otherwise*/

a {
	text-decoration: none;
	color: #ED145B;
	font-weight: bold;
}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #ED145B;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

strong.a {
	color: #000;
	cursor: default;
	text-decoration: none;
}

b,
strong,
h1,
h2,
h3,
h4,
.strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4 {
	line-height: 1.2em;
	font-size: 1.2em;
	color: black;
	display: block;
	position: relative;
	margin-bottom: 10px;
	color: #702660;
}

h1 {
	font-size: 1.9em;
}
/*
h2 {
	font-size: 1.4em;
}
*/
h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

dt {
	color: #F7941E;
	font-weight: bold;
}

dd {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-align: left;
}

ul {
	list-style-type: disc;
	margin: 10px 0 10px 20px;
}

ol {
	list-style-type: decimal;
	margin: 10px 0 10px 25px;
}


ul li,
ol li {
	margin: 5px 0;
}

/* Basic formatting styles */

body.smaller-text {
	font-size: 50%;
}

body.small-text  {
	font-size: 60%;
}

body.large-text {
	font-size: 90%;
}

body.larger-text {
	font-size: 100%;
}

a.arrow_left,
a.arrow {
	background: url(../img/link_arrow.gif) 0 50% no-repeat;
	padding: 0 0 0 16px;
}

a.arrow {
	background-position: 100% 50%;
	padding-left: 0;
	padding-right: 16px;
	text-align: right;
}

p.more_link {
	text-align: right;
}

.underline {
	text-decoration: underline !important;
}

a.underline:hover {
	text-decoration: none !important;
}

.text_right {
	text-align: right !important;
}

.text_left {
	text-align: left !important;
}

.bordered {
	border: 1px solid #5A85D7 !important;
}

.no_border {
	border: 0 !important;
}

.right {
	float: right !important;
}

.centered {
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

.icon_with_text {
	vertical-align: middle;
	padding-right: 5px;
}

.header_with_icon img {
	vertical-align: middle;
	padding-right: 5px;
}

.header_with_icon a,
.header_with_icon a,
.header_with_icon a,
.header_with_icon a {
	top: 4px;
}

.centre {
	text-align: center;
}

.float_left {
	float: left;
	margin-right: 5px;
}

.float_right {
	float: right;
	margin-left: 5px;
}

div.brown_dash {
	background: transparent url(../img/brown_dashed_bg.gif) repeat-x;
	height: 2px;
	overflow: hidden;
	padding: 0 !important;
	border: none;
}

div.brown_line {
	height: 2px;
	overflow: hidden;
	padding: 0 !important;
	border: none;
	background-color: #D38B00;
}

#main_centre p {
	margin: 10px 0;
}

/* This is used to make anchors created by xStandard look like normal text, except if the user is logged in */

a.anchor {
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

/* Page/element specific stuff */

#anchor_point_main_right {
	display: inline;
	float: left;
}

#miniRouteFilter h3 {
	font-size: 1em;
}