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

body{
  background: #ccc;
  color: #000;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6{
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
  h1 {
    font-size: 30px;
    margin-bottom: 1em;
  }
  h2{
    font-size: 26px;
    margin-bottom: 1em;
  }
  h3{
    font-size: 22px;
    margin-bottom: 1em;
  }
  h4{
    font-size: 18px;
    margin-bottom: 1em;
  }
  h5{
    font-size: 16px;
    margin-bottom: 1em;
  }
  h6{
    font-size: 14px;
    margin-bottom: 1em;
  }

a{
  color: #0000ff;
  text-decoration: none;
}
  a:hover{
    text-decoration: underline;
  }
p{
  margin: 0 0 1.5em 0;
}
ol, ul{
  margin-bottom: 1.5em;
}
  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 #D2D2D2;
  padding: 3px;
  vertical-align: middle;
}
  table tr.odd{
    background-color: #EEEEEE;
  }
.pagination{
  text-align: center;
}
  .pagination a{
    color: #4C4C4C;
    margin: 0 2px;
    padding: 1px 5px;
  }
  .pagination a:hover,
  .pagination a.current{
    color: #000;
    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 #8A8A8A;
  font-size: 0;
  height: 0;
  margin: 20px 0;
}

.breadcrumb{
  margin: 1em 0;
  font-size: 11px;
}
  .breadcrumb a{
    color: #4C4C4C;
    font-weight: normal;
  }

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

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

input, textarea, select{
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 3px;
  width: 100%;
  
  -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;
}
  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: #171717 url(img/menu-bg.png) repeat-x top left;
  border: 1px solid #000;
  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;
  width: auto;
}
  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: bold;
  padding: 3px;
  text-align: left;
  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,
#Remember{
  margin-left: 106px;
}
  .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{
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('img/info.png');
  }
  .success, .green{
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('img/success.png');
  }
  .warning, .notice{
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('img/warning.png');
  }
  .required, .bad, .validation, .red, .error{
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('img/error.png');
  }




