/* @override 
	http://teatour2.sandboxmedia.co.uk/inc/css/html-elements.css
*/

body {
	text-align:center;
	margin:0 auto;
	padding: 0px;
	font: 62.5% Helvetica, Arial, Geneva, sans-serif;
	color: #000;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset {
	
}

/* @group headings */

h1, h2, h3, h4, h5 {
	color: #000;
	margin-bottom: 0.6em;
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
	
}
h2, h3 {
	font-size: 1.8em;
}

h4, h5, h6 {
	font-size: 1.5em;
}

/* @end */

/* @group block-level  */
strong {
	font-weight: bold;
}
small {
	font-size: 85%;
}
b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
img {
	border: 0;
}

pre, code {
	font-size: 1.1em;
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}
p, ul, ol, dl, pre, table, fieldset, blockquote, label {
	margin-bottom: 1em;
	font: 1.4em/1.4em Helvetica, Arial, Geneva, sans-serif;
}

hr {
	height: 3px;
	border-top: 1px solid #c0c5d0;
	border-bottom: none;
	border-right: none;
	border-left: none;
	display: block;
}


blockquote {
	color: #494949;
	display: block;
	border-left: 4px solid #716EB3;
	padding-left: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 1em;
	font-style: italic;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	line-height: 1.3em;
}
blockquote p{
	font: italic 1em Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #7f7f7f;
}
/* @end */

/* @group lists */



ul, ol {
	padding-left: 0px;
	margin-left: 0px;
	margin: 1em 0em;
	margin-bottom: 6px;
}
ol li {
	margin-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: inside decimal;
	font-size: 90%;
}
ul li {
	margin-bottom: 2px;
	padding-left: 0px;
	margin-left: 0px;
	list-style: inside circle;
	font-size: 90%;
}

.sub-tour {
	font-size: small;
	margin: 0px 0px 5px 20px;
}
  abbr,
  acronym,
  span.abbr,
  acronym,
  .help {
  border-bottom: 1px dotted #e68c10;
  cursor: help;
	color: #3e3a3a;
}
/* @end */

/* @group links */

/* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */

a {
	color: #000;
	outline: none;
	text-decoration: underline;
}
a:visited {
	color: #000;
	
}
a:hover,
a:focus {
	color: #000;
}

a:active {
	color: #000;
	
}

/* @end */

/* @group tables */

table {
	float: left;
}
table tr th,
table tr td {
	vertical-align: middle;
	padding: 2px 5px;
	border: 1px solid #d4d8df;
	font-size: 12px;
}

table thead tr {
	background-color: #abb2be;
	color: #fff;
	font-weight: bold;
}

table tr.odd {
	background-color: transparent;
}

table tr.even {
	background-color: #f6f7f9;
}
table tbody td {
	color: #000;
}
table th.checkbox,
table td.checkbox {
	width: 20px;
}

table th.small,
table td.small {
	width: 80px;
}
table th.icon,
table td.icon {
	width: 15px;
}
table th.name,
table td.name {
	width: 300px;
}
table th.warning,
table td.warning {
	overflow:hidden;
	padding:1px;
	white-space:nowrap;
	width:120px;
}
table th span.title,
table td span.title {
	float: left;
}

table th span.ui-icon,
table td span.ui-icon {
	float: right;
}

/* @end */

/* @group abb */

abbr {
	border-bottom: 1px dotted #666;
	cursor: help;
	white-space: normal;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */

abbr.created {
	border: none;
	cursor: auto;
	white-space: normal;
}

/** images **/

/* @end */

/* @group forms */

form {
	float:left;
	margin:0;
	padding:0;
	width:100%;
}

form, select, input, textarea
{
	font: 12px Helvetica, Arial, Geneva, sans-serif;
}
input:focus
{
	background-color: yellow;
}
fieldset {
	margin: 1em 0;
	padding: 0.5em;
}
input.text,
textarea.text {
	border:1px solid #B2BBC7;
	color:#646464;
	display:block;
	border: 1px solid #78899c;
	padding: 2px 0px 2px 3px;
	margin:0;
	font-weight:normal;
}
label {
	color:#3c3c3c;
	display:block;
	font-size:11px;
	font-weight:bold;
	padding-right: 10px;
}
textarea {
	margin-bottom: 12px;
	width: 95%;
	padding: .4em;
}

fieldset {
	padding: 0;
	border: 0;
	margin-top: 25px;
}
/* 	border:1px solid #718A9E;
 */
 select {
	color:#646464;
	font-size:11px;
	padding:0;
}
/* @end */
