/* CSS Document (user_portfolio.css) */

/**************[ PRIMARY LAYOUT ]****************/
body {
	width: 760px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(/images/bg_portfolios.jpg);
	background-repeat: repeat-x;
	background-color: #799ec4; /* old violet bg #ADADED;*/
}

.record_update {
	display:none;
}

#addPanel {
	display:none;
} 

#page {
	background-color: white;
	width: 100%;
	border-collapse: collapse
}
#header {
	padding: 0px;
	margin: 0px;
}
#sidebar {
	background-color: #333366;
	width: 170px;
	vertical-align: top;
}
#content {
	background-color: white;
	vertical-align: top;
	padding: 20px;
}
.tableDivider {
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
}
.edit_delete {
	display:block;
	text-align:right;
	margin-top:15px;
}

th.header {
background-color:#666666;
text-align:left;
color: #fff;
}

/**************[ CUSTOM LAYOUT ]****************/
#footer {
	padding: 5px;
	background-color: #efefef;
}
.photo {
	padding: 10px;
	border: 1px solid #ccc;
}
.photoplusmargin {
	padding: 10px;
	margin: 10px;
	border: 1px solid #ccc;
}
.dynamicPanel {
	display: block;
	padding: 20px;
	margin-bottom: 20px;
	background-color: #efefef;
	border: 1px solid #ccc;
}

/**************[ GENERAL TEXT STYLES ]****************/
.menu_bullet {
	color: red;
	font-weight: bold;
	}
#bullet_notice {
	display: block;
	padding: 5px;
	border-bottom: 2px solid #ffffff;
	}
body, td, th, input, textarea, select {
	color: #333;
	font: normal 11px/17px Lucida Grande, Arial, sans-serif;
}
p { 
	margin-left: 20px;
}
.comments p {
	margin-left: 0px;
	margin-top: 0px;
}
hr {
	margin-left: 20px;
}
li {
	font: normal 11px/20px Lucida Grande, Arial, sans-serif;
}
h1 {
	color: #000;
	font: bold 18px/24px Lucida Grande, Arial, sans-serif;
	margin-top:0px;
}
h2, .largeBold {
	color: #666;
	font: bold 14px/14px Lucida Grande, Arial, sans-serif;
}
.blue_text {
	color:#0000FF;
	font: bold 14px/14px Lucida Grande, Arial, sans-serif;
}
.red_text {
	color:#ff0000;
	font: bold 12px/14px Lucida Grande, Arial, sans-serif;
}
a:link { color: red; }     	/* unvisited link */
a:visited { color:#666; }  	/* visited link */
a:hover { color: #000; }   	/* mouse over link */
a:active { color: red; }   	/* selected link */

.disclaimer { 
	font-size: 9px;
	line-height: 11px;
	color: #999999;
}
.alertmessage {
	display: block;
	padding: 5px 30px;
	margin-bottom: 10px;
	color: #FFF;
	background-color: #FF0000;
	background-image: url(/images/icon_alert.jpg);
	background-repeat: no-repeat;
	background-position: 5px 4px;
}
.highlight_text {
	color: #ff0000;
}
#footer {
	color: #666;
	font-size: 8px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666;
}
#footer a:hover {
	color: #000;
}


/**************[ CUSTOM TEXT STYLES ]****************/
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font: normal 11px/16px Lucida Grande, Arial, sans-serif;
	display: block;
	clear: both;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid white;
	text-decoration: none;
	width: 170px;
	color: white;
	}
#nav a:visited { color: white; }
#nav a:hover { color: #333; background-color: #b4d00e; }
#nav a:active { color: white; } 
#nav a.submenu { background-color: #7C91C1; }
#nav a.selected { background-color: #7C91C1; }

#top_login, #top_logout {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	}
#top_login a, #top_logout a {
	color: white;
	}

/**************[ DIALOG MESSAGE ]****************/
#dialog_alert, #dialog_confirm, #dialog_deny, #dialog_error, #dialog_warning {
	margin-bottom: 10px;
	padding: 5px;
	min-height: 32px;
	}
#dialog_msg_icon {
	float: left;
	padding: 0px;
	margin: 0px 10px 0px 5px;
	}	
#dialog_message {
		color: #fff;
		font: normal 1em/1.5em Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
#dialog_alert, #dialog_error, #dialog_deny {
	background-color: #ff0000; /* RED */
	}
#dialog_warning {
	background-color: #ffcc00; /* YELLOW */
	}
#dialog_confirm {
	background-color: #00CC00; /* GREEN */
	}
#dialog_warning #dialog_message, #dialog_confirm #dialog_message {
	color: #000;
	}
#dialog_unspecified {
	background-color: #000; /* BLACK if no keyword specified in message */
	margin: 10px;
	padding: 10px;
	}
	
/**************[ OUTCOMES LIST ]****************/
#outcomes_list {
	margin-top: 20px;
	}
#outcomes_list a {
	color: #000066;
	}
#outcomes_list .outcome_small_text {
	font-size: 9px;
	color: #ff0000;
	}	
#outcomes_list p.description {
	margin-top: 0px;
	}
#outcomes h1,
#outcomes h2, 
#outcomes h3, 
#outcomes h4 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	}
	

