/*****************************************************************************************/
/****************************    LAYOUT          ***************************************/
/****************************************************************************************/
body, html { 
	font-family: Helvetica, Verdana, Arial,sans-serif; 
	font-weight: lighter;
	color: #656565; 
	font-size: 13px;
	line-height:20px; 
	letter-spacing:0.6px;
	margin: 0px;  
	padding:0px;
	height:100%;
	background-image: url(../img/frontend/header_bg.png);
	background-repeat:repeat-x;
}

#container {
	min-height:100%;
   	position:relative;
	width:1003px;
	text-align:left;
	margin: 0 auto;
	padding-left:4px;
}

#header{
	position:relative;
	width:100%;
	height:120px;
}

#logo{
	position:absolute;
	left:0px;
	top:0px;
	height:90px;
	width:187px;
	background-image: url(../img/frontend/logo.png);
	background-repeat: no-repeat;
}

#top_right{
	position:absolute;
	right:0px;
	top:10px;
}

#header a{
	color:#fff; 
	text-decoration:none;
	letter-spacing:0.6px;
}
#header a:hover{
	color:#fff; 
	text-decoration:underline;
	letter-spacing:0.6px;
}

#main_menu {
	position:absolute;
	left:30px;
	top:80px;
	text-align:center;
	color:#ccc;
	font-weight:lighter;
	letter-spacing:8px;
}

#main_menu a{
	color:#fff; 
	text-decoration:none;
	letter-spacing:0.6px;
}
#main_menu a:hover{
	color:#f7f1bf; 
	text-decoration:none;
	letter-spacing:0.6px;
}

#main_menu a.active{
	color:#f7f1bf; 
	text-decoration:none;
	letter-spacing:0.6px;
}



#sub_menu {
	position:relative;
	left:30px;
	text-align:left;
	color:#ccc;
	font-weight:lighter;
	letter-spacing:8px;
}

#sub_menu a{
	color:#316a85; 
	text-decoration:none;
	letter-spacing:0.6px;
}

#sub_menu a.active{
	color:#679b77; 
	text-decoration:none;
	letter-spacing:0.6px;
}

#sub_menu a:hover{
	color:#679b77; 
	text-decoration:none;
	letter-spacing:0.6px;
}

#box {
	border: solid 1px #dce9f6;
	padding:5px;
}

#clear{
	clear:both;
}

#clear_footer
{
	clear:both;
	padding-bottom:85px;  /* Height of the footer plus some */
}

#footer {	
	position:absolute;
	bottom:0;
	width:100%;
	height: 60px;
	background-color:#fff;
	border-top: 1px solid #cccccc;
	padding-top :10px;
	text-align:center;
}

/*****************************************************************************************/
/****************************    COLUMNS           ***************************************/
/*****************************************************************************************/

#col1_60 {
	position:relative;
	text-align: left;
	float:left;
	width:60%;
}

#col2_40 {
	position:relative;
	text-align: left;
	float:right;
	width:35%;
}

#col1_150{
	position:relative;
	text-align: left;
	float:left;
	width:130px;
	clear:both;
}

#col2_200{
	position:relative;
	text-align: left;
	float:right;
	width:200px;
}

#space_20{
	height:20px;
	clear:both;
	position:relative;
}

#col1_40 {
	position:relative;
	clear:both;
	width: 35%;
	text-align:left;
	float:left;
	padding-bottom:20px;
}

#col2_60 {
	position:relative;
	width:60%;
	float:left;
	text-align:left;
}

#col_title{
	position:relative;
	float:left;
}

#col_title span{
	position:relative;
	font-size:90%;
	top:-20px;
}

#col_actions{
	padding-top:5px;
	position:relative;
	float:right;
}

/*****************************************************************************************/
/****************************    FORMATTING        ***************************************/
/*****************************************************************************************/

h1 {
	font-size:200%;
	font-family: Arial, Helvetica, sans-serif ;
	letter-spacing:-0px;
	font-weight:lighter;
	color:#669976;	
}

h2.related {
	font-size:150%;
	font-family: Arial, Helvetica, sans-serif ;
	letter-spacing:-0px;
	font-weight:lighter;
	color:#000;	
	padding-top:10px;
}

h2 {
	font-size:150%;
	font-family: Arial, Helvetica, sans-serif ;
	letter-spacing:-0px;
	font-weight:lighter;
	color:#000;	
	padding-bottom:0px;
	margin-bottom:5px;
	margin-top:0px;
	padding-top:0px;
	clear:both;
}

h4 {
	font-size:120%;
	color:#1c4377;
	font-weight:normal;
	padding:0px;
	margin:0px;
}

a{
	color:#316a85; 
	text-decoration:none;
}
a:hover{
	color:#316a85; 
	text-decoration:underline;
}

hr{
	border: none 0;
	border-top: 1px solid #ccc;/*the border*/
	width: 100%;
	height: 1px;
	margin-top:2px;
	margin-bottom:2px;
}

/***************************************/
/******* LISTS                    ******/
/***************************************/

ul.notab {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul#formformat
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#formformat li
{
display: block;
padding:5px;
margin: 0;
margin-bottom: 5px;
background-color:#fafafa;
}

ul#formformat label
{
font-weight:bold;
}

label.formview {
	display:block;
	font-weight:bold;
}


/***************************************/
/******* IMAGES                   ******/
/***************************************/


img.border{
	border: 1px #d0d0d0 solid;
}

/***************************************/
/******* TABLES                   ******/
/***************************************/
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/***************************************/
/*******    FORMS                 ******/
/***************************************/

input.georgia_large{ 
	width: 95%; 
	padding: 2px; 
	margin-bottom:5px; 
	font-size: 190%;
	color: #666666; font-family: Georgia, serif;
	display: inline;
	clear:none;
}

input.small{
	width:20%;
	clear:none;
	display: inline;
}



label.inline {
	display: inline;
	clear:none;
	background:red;
}

input, textarea {
	/*clear: both;*/
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding:3px;
	font-size:110%;
	color: #434342;
	background-color: #fcfcfc;
	border: 1px solid #cbcbcb
}

input.large, textarea.large {
	width: 95%;
}

label.form{
	clear:both;
	font-weight:bold;
}

ul#formformat
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#formformat li
{
display: block;
padding:5px;
margin: 0;
margin-bottom: 5px;
background-color:#fafafa;
}

ul#formformat li.50
{
width:50%;
display: block;
padding:5px;
margin: 0;
margin-bottom: 5px;
background-color:#fff;
}

div.checkbox {
	padding:5px;
}

/***************************************/
/*******    PAGING                ******/
/***************************************/
div.paging {
	color: #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
	clear:both;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/***************************************/
/*******    BUTTONS               ******/
/***************************************/

/* Form buttons */ 
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:4px;
    background-color:#f5f5f5;
	background-image: url(../img/frontend/button_bg.png);
	background-repeat: repeat-x;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:90%;
    line-height:130%;
    text-decoration:none;
    color:#565656;
    cursor:pointer;
    padding:5px 5px 5px 5px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    adding:5px 5px 5px 5px; /* IE6 */
}
.buttons button[type]{
    adding:5px 5px 5px 5px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    adding:5px 5px 5px 5px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    background-image: url(../img/frontend/buttonselected_bg.png);
	background-repeat: repeat-x;

}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-image: url(../img/frontend/buttonselectedgreen_bg.png);
	background-repeat: repeat-x;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
	background-image: url(../img/frontend/buttonselectedred_bg.png);
	background-repeat: repeat-x;    
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


/***************************************/
/*******    MESSAGES              ******/
/***************************************/
div.message {
	padding:15px;
	text-align:center;
	color:#18213c;
	background-color:#e4efe4;
	border: solid 1px #6c9a66;
	font-family: 'MS Sans Serif', Geneva, sans-serif;	 
	font-weight: 100;
	letter-spacing: 1px;
	font-stretch: normal;
	font-size: 110%;
}
div.flasherror {
	padding:15px;
	text-align:center;
	color:#ffffff;
	background-image: url(../img/layout/red_diag.png);
	border: solid 1px #b81900;
	font-family: 'MS Sans Serif', Geneva, sans-serif;	 
	font-weight: 100;
	letter-spacing: 1px;
	font-stretch: normal;
	font-size: 110%;
}