

*
{
	margin: 0;
	padding: 0;
}


body {
	font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #525252;
	background-color: #104b7d;
	font-size: 14px;
	line-height: auto;
	height: 100%;
	overflow-x:hidden;
}

a, a:visited, a:active
{
  color: #009cdb;
  text-decoration: none;
}

a:hover
{
  color: #009cdb;
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

ul
{
	margin-left: 15px;
}

#copy li, #adminContent li
{
  padding-left: 0px;
}

img
{
	border: 0px;
}

img[align="left"]
{
	padding-right: 10px;
}

img[align="right"]
{
	padding-left: 10px;
	padding-bottom: 3px;
}

#clear
{
  display: block;
  clear: both;
}

h1,h2,h3,h4 {
	font-family: 'Arsenal', Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2{
	line-height: normal;
	color: #104b7d;
}

h3, h4 {
	line-height: normal;
}


h1
{
	font-size: 1.5em;
	font-weight: bold;
	padding: 0;
	line-height: normal;
	margin: 0px 0px 15px 0px;
}

h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0px;
}

h3
{
  font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 10px 0px 10px 0;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0px;
}

h6 {
	font-size: .8em;
	line-height: 1.1em;
}

hr {
	margin: 0;
}

#editor {
	padding: 10px;
	background: #fff;
}

#editor img, .content img {
	border-color: #fff;
}

.cke_panel_frame {background:white;}

.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0f406b;
  *background-color: #0f406b;
  background-image: -moz-linear-gradient(top, #999d9e, #0f406b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999d9e), to(#0f406b));
  background-image: -webkit-linear-gradient(top, #999d9e, #0f406b);
  background-image: -o-linear-gradient(top, #999d9e, #0f406b);
  background-image: linear-gradient(to bottom, #999d9e, #0f406b);
  background-repeat: repeat-x;
  border-color: #0f406b #0f406b #0f406b;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999d9e', endColorstr='#999d9e', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0f406b;
  *background-color: #0f406b;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #0f406b \9;
}

a.btn-primary {
	color: #fff;
}

.info, .success, .warning, .error, .validation
{
  border: 1px solid;
  margin: 0 40px 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
	clear: both;
}

.info
{
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('/images/common/info.png');
}
.success
{
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('/images/common/success.png');
}
.warning
{
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('/images/common/warning.png');
}
.error
{
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/common/error.png');
}

.validation
{
 	color: #D8000C;
  background-color: #FFBABA;
  background-image: url('/images/common/error.png');
	margin: 10px 20px;
}