.flashMessages .successMessage{
	color:#fff;
	 font-size:14px;
	 background:#036 url('/src/icons/accept.png') no-repeat 10px 50%;
	 margin-bottom:5px;
	 padding:10px 10px 10px 35px;
}

.flashMessages .errorMessage{
	color:#fff;
	 font-size:14px;
	 background:#900 url('/src/icons/error.png') no-repeat 10px 50%;
	 margin-bottom:5px;
	 padding:10px 10px 10px 35px;
}

ul.errorMessages{
 list-style-position:inside;
 list-style-type: none;
}

body.page .page-inner-3{
    background:none;
  }
  
.page #columns.one-column #center{
  margin: 12px 0 24px;
  /*padding: 12px 0 24px 0;*/
}

.page .columns-bg{
  min-height:500px;
}

h2{
  color: #000;
  /*font-family: DinWebBold,"Trebuchet MS",sans-serif;*/
  font-weight: bold;
  font-size: 18px;
  color: #535353;
  margin: 15px 0 10px;
}

h2{
  color: #000;
  /*font-family: DinWebBold,"Trebuchet MS",sans-serif;*/
  font-weight: bold;
  font-size: 16px;
  color: #535353;
  margin: 15px 0 10px;
}

#loginWindow{
  padding: 30px;
  margin:50px auto;
  background-color:#9EC482;
  color:#fff;
  width:400px;
  border:2px solid #036;
}

#loginWindow #title{
  font-weight:bold;
  font-size:17px;
  color:#036;
}

#loginWindow #message a{
  color:#fff;
  text-decoration:underline;
}

#loginWindow #error{
  color:#036;
  font-size:13px;
  background:url('/src/icons/error.png') no-repeat 0 20%;
  padding-left:25px;
}

#loginWindow div{
  padding:5px;
}

#loginWindow form{
  margin-top:10px;
}

#loggedin{
	float:right;
	padding-top:10px;
}

#loggedin #user{
	/*color:#fff;*/
	background: url('/src/icons/user.png') no-repeat;
	padding-left:20px;
}

#center .title h1{
  margin-bottom:5px;
}
/* #center .title{
    border-bottom:1px dashed #535353;
    margin-bottom:30px;
} */

.styledTable{
font-size:12px;
text-align:left;
width:100%;
border-collapse:collapse;}

.styledTable th
{font-size:13px;
font-weight:normal;
background:#809EC4;
vertical-align: middle;
/*
border-top:4px solid #ff7b24;
border-bottom:1px solid #fff;
*/
color:#fff;
padding:8px;}

.styledTable td{
background:#E2E5C8;
border-bottom:1px solid #fff;
color:#4F6378;
border-top:1px solid transparent;
padding:8px;}

/*
.styledTable tr:hover td{
background:#C3A77F;
color:#4F6378;}
*/

.styledTable tr.odd td{
	background-color:#ebecda;
}

.styledTable tr.even td{
	background-color:#e0e2cc;

}

.styledTable td.noStyle{
background:inherit;
}

#flash-success{
 	color:#fff;
    font-size:14px;
    background:#036 url('/src/icons/accept.png') no-repeat 10px 50%;
    margin-bottom:5px;
    padding:10px 10px 10px 35px;
}

#flash-error{
 	color:#fff;
    font-size:14px;
    background:#900 url('/src/icons/error.png') no-repeat 10px 50%;
    margin-bottom:5px;
    padding:10px 10px 10px 35px;
}

ul.errorMessages{
	list-style-position:inside;
	list-style-type: none;
}

#flash-information{
	color:#fff;
    font-size:14px;
    background:#ADADAD url('/src/icons/information.png') no-repeat 10px 50%;
    margin-bottom:5px;
    padding:10px 10px 10px 35px;
}
