body {
 
    line-height:1.1em;
    
}

.lightboxgradient {
	margin:0px; 
	padding:0px;
	width:98%;
	background: black; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(-90deg, white, black, white); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(-90deg, white, black, white); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(-90deg, white, black, white); /* For Firefox 3.6 to 15 */
	background: linear-gradient(-90deg, white, black, white); /* Standard syntax */
}

.lightboxgradient img {
	width:50%;
	margin-bottom:-7px;
}

.gradblue {
    background: #284764; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#335E80, #284764); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#335E80, #284764); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#335E80, #284764); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#335E80, #284764); /* Standard syntax */
}
.sea {
        background-image:url('/images/sea.jpg');
        background-repeat: no-repeat;
        background-position: left bottom; 
}

.box {
/*        border:1px solid #458787; */
        box-shadow: 5px 5px 20px #458787;
/*        padding:0px 0px 5px 5px;*/
        margin-bottom:15px;
        padding-bottom:5px;
        text-align:left;
        background: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,1), rgba(255,255,255,0.2));
/*        margin-left:0px;*/
/*        margin-right:0px;*/
}

.box li {margin:0px 0px 0px 10px}

.box p {
        margin:0px 5px 0px 5px;
}


.box label {
        margin:0px 5px 0px 5px;

}

.box div {
        margin:0px 5px 0px 5px;

}

.boxarea {
    width:97%;
    height:200px;
    margin:0px 5px 0px 5px;
}

.headline {
        margin:0px 0px 5px 0px;
        color:white;
        text-align:center;
        padding:0px;
        width:100%;
        background-color:#458787;
/*        background-image:url('/images/menu_gradient.jpg');*/
        font-weight:bold;
}

label {
    float:left;
    clear:left;
    width:150px;
}

input, select, textarea {
    float:left;
    width:210px;
}


form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error {
    	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
        font-weight:bold;
}

form div.error-message {


	border: 1px solid rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}

.error input {
        color:#AD4545;
        font-weight:bold;
}

div.box p {margin:10px;}
.notdone h6 {font-weight:bold; text-align:center; line-height:25px;}
.notdone, .notdone h6 {background-color:#BABABB; color:#EFF0F1; font-weight:bold}

.current h6 {font-weight:bold; text-align:center; line-height:25px;}
.current, .current h6 {background-color:#5B7801; color:white; font-weight:bold; font-size:1.1em;}

.completed h6 {font-weight:bold; text-align:center; line-height:25px;}
.completed, .completed h6 {background-color:#243F5A; color:#EFF0F1; font-weight:bold;}

.summarytable{width:100%; border:0px;}
.summarytable tr, .summarytable tr td {border:0px;}

div.summaryleft {width:45%; font-weight:bold; border:0px; float:left;}
div.summaryright {width:45%; padding:0px; border:0px; float:left;}

#footer p a {color:white; text-decoration:none; font-weight:bold;}
#footer p a:hover {color:red;}

.bgred {
	background-color:red;
}

.bgblue {
	background-color:blue;
}

.bggreen {
	background-color:green;
}

.bgyellow {
	background-color:yellow;
}

a.nounder {
	text-decoration:none;
}
.u-full-width {
  margin:0px 0px -3px 0px;
}
