@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

body{
  background: #ccc;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Open Sans', Arial,Verdana,Geneva,Helvetica,sans-serif;
  line-height: 1.6;
  min-width: 980px;
}

h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
  h1 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  h2{
    font-size: 26px;
    padding-bottom: 8px;
  }
  h3{
    font-size: 22px;
    padding-bottom: 7px;
  }
  h4{
    font-size: 18px;
    padding-bottom: 6px;
  }
  h5{
    font-size: 16px;
    padding-bottom: 5px;
  }
  h6{
    font-size: 14px;
    padding-bottom: 4px;
  }

a{
  color: #00A5DF;
  text-decoration: none;
}
  a:hover{
    text-decoration: underline;

  }
p{
  margin: 0 0 1.5em 0;
}
ol, ul{
  margin-bottom: 1em;
}
  ol li,
  ul li{
    margin-left: 30px;
  }

.cms_content ul{
  list-style: disc;
  list-style-position: outside;
}
.cms_content ol{
  list-style: decimal;
  list-style-position: outside;
}

blockquote{
  border-left: 3px solid #8A8A8A;
  font-style: italic;
  margin: 15px;
  padding-left: 15px;
}
pre{
  margin-bottom: 1em;
}

table tr td,
table tr th{
  border: 1px solid #E5E5E5;
  font-size: 13px;
  line-height: 1.1;
  padding: 14px 10px;
  vertical-align: middle;
}
table tr th{
  border: none;
  background: none repeat scroll 0 0 #00A5DF;
  color: #FFF;
}

  table tr.even{
    background-color: #D9D9D9;
  }


  table tr.odd{

  }
.pagination{
  text-align: center;
}
  .pagination a{
    background: none repeat scroll 0 0 #D7D7D7;
    color: #4c4c4c;
    display: inline-block;
    margin: 0 2px 5px;
    padding: 8px 13px;
  }
  .pagination a:hover,
  .pagination a.current,
  .pagination a.active{
    background: #00A5DF;
    color: #FFF;
    text-decoration: none;
  }

img.right{
  float: right;
  margin-left: 10px;
}
  img.left{
    float: left;
    margin-right: 10px;
  }
  img.leftAlone{
    float: left;
    margin-right: 100%;
  }
  img.center{
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

.important{
}

small{
  font-size: smaller;
}

hr, .separator, .line{
  border: none;
  border-top: 1px solid #DCDCDC;
  font-size: 0;
  height: 0;
  margin: 20px 0;
}

.breadcrumb{
  background: url(img/link.png) no-repeat 8px center #00A5DF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
  height: 26px;
  padding: 10px 10px 10px 35px;
  text-align: right;
  text-transform: uppercase;
  vertical-align: middle;
}
  .breadcrumb a{
    color: #EEE;
    font-weight: normal;
  }

.clear{
  clear: both;
  float: none;
}

/*** FORM ***/
form{
  margin-bottom: 10px;
}

input, textarea, select{
  background: #DCDCDC;
  border: none;
  color: #555;
  padding: 10px;
  width: 15em;
}
  input[type=checkbox], input[type=radio]{
    background-color: transparent;
    border: none;
    width: auto;
  }
  input:hover, input.active, input:focus,
  textarea:hover, textarea.active, textarea:focus,
  select:hover, select.active, select:focus{
  }

button, input[type=submit], .button,
.button_red, .Actions .button_red{
  background: #00A5DF url(img/menu-bg.png) repeat-x top left;
  border: 1px solid #00A5DF;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 18px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}
  button:hover, button:focus,
  .button:hover, .button:focus,
  input[type=submit]:hover, input[type=submit]:focus,
  .button_red:hover, .Actions .button_red:hover, .Actions .button_red:focus{
    text-decoration: none;
  }

/* bb code */
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}  

/*** left right form ***/
label.left{
  /*float: left;*/
  font-weight: normal;
  padding: 10px 3px;
  text-align: right;
  width: 100px;
}
.field{
  clear: both;
  padding-bottom: 4px;
}
input.day, input.month, input.year{
  width: auto;
}
input.action,
form p.checkbox{
}
.checkboxset li,
.optionset li{
  list-style: none;
  margin: 0 20px 0 0;
  padding-top: 0;
}
  .optionset li input,
  .checkboxset li input{
    width: auto;
  }
.middleColumn,
.captcha_field,
.Actions{
/*  margin-left: 130px;*/
}
  .middleColumn ul{
    margin: 0;
  }
#ForgotPassword{
}

/*** MESSAGE ***/
.message{
  border: 1px solid;
  margin: 10px 0;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
  .info{
    border-color: #87BADB;
    color: #5D7481;
    background-color: #ECF8FD;
    background-image: url('img/info.png');
  }
  .success, .green{
    border-color: #C6E0A3;
    color: #718453;
    background-color: #F4FBE5;
    background-image:url('img/success.png');
  }
  .warning, .notice{
    border-color: #F6E58D;
    color: #998649;
    background-color: #FBF7E5;
    background-image: url('img/warning.png');
  }
  .required, .bad, .validation, .red, .error{
    border-color: #FAA592;
    color: #9E6A5E;
    background-color: #FDECE6;
    background-image: url('img/error.png');
  }




