/*LifeGoalBoard.css*/

/*  CSS Reset  */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* Basic CSS */

body {
	 font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	 color: #333333;
	 height: 100%;
}

p {
	padding: 0.5em 0;
}

p bold, p strong {
	font-weight: bold;
}

blockquote{
	margin-left: 15px;		   
}

.center{
	text-align: center;	
}

/*ul {
	font-size: 0.75em;
	margin: 0.5em 4em;
	color: #555;
}

ul li {
	padding: 0.2em 0;
}*/

a {
	text-decoration: none;
	color: #336699;
}

a:hover {
	text-decoration: underline;
}

.error{
	color: #f60000;
	font-weight: bold;
	font-variant:small-caps;
}

.highlight_red{
	color: #f60000;
	font-weight: bold;
	font-variant:small-caps;
}

.clear{
	clear:both;
}

/* specific divs */
#center{
	width:990px;
	margin: 0 auto;
}

#shadow{
	width: 990px;
	background: url(../images/bg_shadow.jpg) repeat-y;
	margin: 0 auto;
	height: auto;
}
#container {
	width: 972px;
	margin: 0 auto;
}

#content{
	height: 100%;
	position: relative;
}

h1{
	display: block;
	background: url(../images/h1_bg.jpg) repeat-y;
	color: #fff;
	margin-top: -10px;
	padding: 10px 1em;
	font-size: 1.25em;
	font-weight: bold;
	font-variant: small-caps;
	min-height: 10px;
}

h2{
	font-size: 1em;	
	font-weight: bold;
	font-variant:small-caps;
}

h3{
	display: block;
	background: #fd0000;
	font-size: 1em;	
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;
	padding: 8px;
}

h4{
	font-size: 1.15em;	
	font-weight: bold;
	font-variant:small-caps;
	border-bottom: dotted 2px #333;
	margin-bottom: 15px;
}

h5{
	font-size: 1em;	
	font-weight: bold;
	font-variant:small-caps;
	border-bottom: dotted 2px #333;
	margin-top: 10px;
}

.option_bar{
	background: #87aed4;
	padding: 5px;
	margin-top: 15px;
	text-align: center;
}

.link_button{
	display:block;
	color: #fff;
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x top;
	border-top: solid 1px #799bbc;
	border-left: solid 1px #799bbc;
	border-bottom: solid 1px #1d3956;
	border-right: solid 1px #1d3956;
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

.link_button:hover{
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x bottom;
}

.link_bar{
	display:block;
	color: #fff;
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x top;
	border-top: solid 1px #799bbc;
	border-left: solid 1px #799bbc;
	border-bottom: solid 1px #1d3956;
	border-right: solid 1px #1d3956;
	padding: 5px;
	font-size: 0.75em;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	margin: 15px 0 0 30px;
	width: 300px;
}

.link_bar:hover{
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x bottom;
	margin: 15px 0 0 30px;
	width: 300px;
}

.cm_add{
	float: right;
	font-size: 9px;
	background: #fff;
	margin: 5px;
	border: solid 1px #336699;
}

.cm_add a{
	display: block;
	background: #fff;
	padding: 3px;
}

.cm_add:hover{
	background: #dae6f1;	
}

.cm_add_button{
	float: left;
	width: 200px;
	margin: 15px 0;
	font-size: 9px;
	background: #fff;
	border: solid 1px #336699;
	text-align: center;
}

.cm_add_button a{
	display: block;
	background: #dae6f1;
	padding: 3px;
}

#cm_content{
	padding: 10px;
}

#cm_content h2{
	margin-bottom: 10px;
}

/*************************
     NAVIGATION
**************************/

#nav {
	min-height: 35px;
	max-height: 35px;
	background: #fff url(../images/nav_bg_static.jpg) repeat-x;
	font-size: 0.8em;
	overflow: hidden;
}

#nav img{
	border:0;
	padding:0;
}

#nav ul {
	list-style:none;
	line-height:35px;
}

#nav li {
	float: left;
	list-style:none;
	border-right: 1px solid #3e5770;
}

#nav a {
	display:block;
	font-weight:bold;
	color: #fff;
	padding: 0 38px;
	}

#nav a:hover {
	background: url(../images/nav_hover.jpg) repeat-x;
	color: #fff;
	text-decoration:none;
	}

#nav .on {
	background: url(../images/nav_hover.jpg) repeat-x;
}


/*************************
     CONTENT ZONES
**************************/
#left_content_beta{
	position:relative;
	float: left;
	width: 670px;
	padding: 0 15px;
	margin: 10px 0;
}

#left_content{
	float: left;
	width: 400px;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 15px;
}
#right_content{
	float: right;
	width: 535px;
	overflow: hidden;
	padding-right: 15px;
	margin-top: 10px;
}
.category_list{
	font-variant: small-caps;
	font-weight: bold;
	padding: 5px 0;
	border: 1px solid #fff;
}

#news_content{
	border: 1px solid #336699;
	background: #fff;
	font-size: 0.9em;
	float: left;
	width: 250px;
	overflow: hidden;
	margin-bottom: 20px;
}

#news_content_logged{
	border: 1px solid #336699;
	background: #fff;
	font-size: 0.9em;
	margin-bottom: 20px;
	
}
	.news_header{
		background: #6699cc;
		color: #fff;
		font-weight: bold;
		font-variant: small-caps;
		padding: 10px;
	}
	.news_content_1{
		padding: 10px;
		background: #dae6f1;
		font-size: 0.9em;
		overflow: hidden;
	}
	.news_content_2{
		padding: 10px;
		background: #fff;
		font-size: 0.9em;
		overflow: hidden;
	}
	.news_date{
		font-variant: small-caps;
		font-weight: bold;
		border-bottom: 1px dotted #333;
	}

#login_right{
	width: 250px;
	border: 1px solid #336699;
	background: #f9f9f9;
	font-size: 0.9em;
	padding: 10px;
	float: left;
	margin-left: 10px;
}
#login_right p.right{
	padding: 0.5em 0;
	text-align: right;	
}

#login_left{
	float: left;
	left: 720px;
	width: 500px;
	min-height: 530px;
	max-height: 530px;
	border: 1px solid #336699;
	background: #f9f9f9;
	font-size: 0.9em;
	padding: 10px;
	margin: 15px;
}
#login_left p.right{
	padding: 0.5em 0;
	text-align: right;	
}

#register{
	float: left;
	width: 600px;
	margin: 15px;
	color: #333;
	font-size:11px;
}

#contact_us{
	float: left;
	width: 600px;
	margin: 15px;
	color: #333;
}

.errors {
	border: dotted 1px #F30000;
	padding: 5px;
	color: #F30000;
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 10px;
}

.submit{
	color: #fff;
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x top;
	border-top: solid 1px #799bbc;
	border-left: solid 1px #799bbc;
	border-bottom: solid 1px #1d3956;
	border-right: solid 1px #1d3956;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
}

.submit:hover{
	background: #336699 url(../images/nav_bg_static.jpg) repeat-x bottom;
}

#bars_login{
	position: relative;
	float: right;
	width:314px;
	min-height: 250px;
	background: url(../images/bar_12_full_horiz.jpg) no-repeat;
	margin: 15px 10px 0 0;
}

#bars_horiz{
	position: relative;
	width: 250px;
	height: 315px;
	float: left;
	margin: 15px 0 0 10px;
	/*background: url(../images/bar_12_full.jpg);*/
}

#user_details{
	padding: 5px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: right;
	clear: both;
}

#help{
	width: 600px;
	margin: 15px;
	font-size: 0.9em;
	float: left;
}

	#help a{
		color: #fff;
		text-decoration: none;
	}

#self_assess{
	width: 600px;
	margin: 15px;
	font-size: 0.9em;
	float: left;
}

#self_assess_new{
	width: 305px;
	margin: 15px;
	font-size: 0.9em;
	float: left;
	position: relative;
}

#self_assess p{
	margin-bottom: 10px;	
}

#self_assess_formzone{
	float: left;
	width: 365px;
	height: auto;
	border: solid 1px #336699;
	margin: 15px 0;
}

#self_assess_header, #view_self_assess_header{
	background: url(../images/h1_bg.jpg) repeat-y;
	display: block;
	color: #fff;
	padding: 8px;
	margin: 0;
	font-size: 0.9em;
	font-variant:small-caps;
	font-weight: bold;
}

#view_self_assess_formzone{
	width: 365px;
	float: left;
	height: auto;
	border: solid 1px #336699;
	margin: 15px 0;
}

#old_assess_dropdown{
	width: 150px;
	background: transparent!important;
	text-align: right;
	padding: 5px 5px 0 0;
	float: right;
}

.assess_{
	padding: 15px 0 3px 0;
	font-weight: bold;
}

.assess_error{
	margin-top: 15px;
	background: #ff3333;
	padding: 5px;
	border: solid 1px #660000;
	color: #660000;
	font-weight: bold;
}

.saved_yellow{
	color: #fd0000;	
}

.self_assess_field{
	min-height: 85px;
}

.missed_red{
	color: #fd0000;
}

#self_assess_content{
	padding: 8px;
	font-size: 0.8em;
}

.self_assess_header{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#self_assess_content .inputbox{
	width: 342px;
}

.ol_50{
	margin-left: 50px;
	font-weight: bold;
}

/*************************
     	PROFILE
**************************/
#profile{
	float: left;
	width: 600px;
	margin: 15px;
}

.profile_popup{
	font-size: 10px;	
}

.profile_list{
	/*background: #fff;*/
	border-bottom:solid 1px #ccc;
	position: relative;
	min-height: 40px;
	font-size: 10px;
}

.profile_field{
	background: #fff;
	border-bottom:solid 1px #ccc;
	position: relative;
	min-height: 230px;
	font-size: 10px;
}

.profile_label, .profile_form_label, .profile_form_label_failed{
	width:180px;
	padding:5px;
	float:left;
	font-weight:bold;
	font-variant:small-caps;
	margin-top:10px;	
}

.profile_form_label, .profile_form_label_failed{
	margin-top: 8px;	
}

.profile_form_label_failed{
	color: #f30000;
}

.profile_data{
	width:400px;
	padding:3px;
	float:left;
	margin-top:7px;	
}

.profile_edit_button{
	display: block;
	width: 120px; 
	padding: 5px; 
	clear: left;
	position: relative;
}

#profile_success{
	padding: 5px;
	background: #9F9;
	border: solid 1px #060;
	color: #060;
	font-weight: bold;
	margin-bottom: 10px;
}

	#profile_success a{
		color: #060;
		text-decoration: underline;
	}
	
	#profile_success a:hover{
		color: #060;
		text-decoration: none;
	}

#profile_warning{
	background: #FFC;
	padding: 5px;
	border: solid 1px #ff6600;
	color: #ff6600;
	font-weight: bold;
	margin-bottom: 10px;
}

	#profile_warning a{
		color: #ff6600;
		font-weight: bold;
		text-decoration: underline;
	}
	
	#profile_warning a:hover{
		text-decoration: none;
		color: #ff6600;
	}

#profile_error{
	background: #ff3333;
	padding: 5px;
	border: solid 1px #660000;
	color: #660000;
	font-weight: bold;
	margin-bottom: 10px;
}

.change_pw{
	font-size:10px;	
}

/*************************
     	FOOTER
**************************/
#footer{
	clear: both;
	position: relative;
	min-height: 30px;
	color: #fff;
	background: #336699;
	width: 972px;
	text-align: center;
	font-size: 0.75em;
	padding-top:3px;
	margin: 15px auto 0 auto;
}

	#footer a{
		color: #fff;
		text-decoration: underline;
	}
	
	#footer a:hover{
		color: #fff;
		text-decoration: none;
	}

