/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: left;
  background: url('../images/bg/light_body.gif') repeat-y top center;
  font: normal 0.7em verdana, tahoma, arial, sans-serif;
  line-height: 175%;
  color: #1f1f1f;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: Segoe UI, Trebuchet MS, verdana, tahoma, arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
}


h1 {
  padding-bottom: 0.21em;
  font-size: 1.5em;
  color: #f67828;
  border-bottom: 3px solid #eeeeee;
}

h2 {
  font-size: 1.3em;
  color: #f67828;
}

h3 {
  /*text-transform: uppercase;*/
  font-size: 1.1em;
  color: #f67828;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #28a6f6;
}

a:hover {
  color: #f67828;
}

a img {
  border: 0;
}

img.border
{
  border:3px solid #f67828;
}

img.portfolio
{
  border: 5px solid #eeeeee;
}

a img.border {  
  border-color: #28a6f6;
}

a:hover img.border {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #28a6f6 !important;
  border: 1px solid #28a6f6;
}

/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

img.floatLeft {
  margin: 5px 10px 10px 0;
}

/* Lists */
ul li {
  list-style-image: url(../images/bg/arrow.gif);
}

#errors ul li {
  list-style-image: url(../images/bg/arrow_red.gif);
  color:#28a6f6;
}

ol li {
  font-weight: bold;
  color: #f67828;
}

ol li span {
  font-weight: normal;
  color: #444;
}


/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eeeeee;
  border: 1px solid #f67828;
}

/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If input elements get pushed down, decrease the width */
label {
  float: left;
  width: 21%;
  margin-right:1em;
  vertical-align: top;
  display:block;
  font-weight:bold;
  border-bottom:1px dashed #e0e0e0;
  color:#f67828;
}

input,
textarea,
select {
  padding: 2px;
  font: normal 1em verdana, tahoma, arial, sans-serif;
  color: #1f1f1f;
  background: white;
  border: 1px solid #e0e0e0;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  border: 1px solid #aaaaaa;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 6px 12px;

  font-weight:bold;
  font-size:1em;
  cursor: pointer;

  color: #eeeeee;
  background: #28a6f6;
  border-width: 0px;
  border-style: solid;
  border-color: #FF7800 #691300 #691300 #FF7800;
  border-radius:4px;
}

input.radio {
  background: none;
  border: 0px;
}

.regno
{
  /*color:#f67828;*/
}

.copy
{
  font-weight:bold;
  color:#28a6f6;
}

.detail
{
  font-weight:bold;
}

.not-list
{
  margin-left:18px;
}

#errors, label.error
{
  color:#28a6f6;
}

input.error, select.error, textarea.error
{
  border-color:#28a6f6;
}

#errors span
{
  font-weight:bold;
}

#twitter_update_list
{
  display:inline;
  margin:0;
  padding:0;
}

#twitter_update_list li
{
  list-style:none;
  list-style-image:none;
  margin:0;
  padding:0;
}

ul.tabular
{
  position:relative;
}

ul.tabular li span.value
{
  position:absolute;
  left:270px;
  font-weight:bold;
  color:#28a6f6;
}