/* CSS provided by UAR  */

div#container {
	text-align: left;
	margin: 10px auto;
	width: 780px;
	background:white;
}
div#head {
	padding: 8px;
	color: #414141;
	text-align: left;
	padding: 10px;
	margin: 0px 0px 20px 0px;
	border-bottom: dotted 1px #414141;
}
#switch {
	text-align: center;
	padding: 10px;
	background: #e1e1e1;
	font-size: 130%;
}
#switch a {
	color: #414141;
	text-decoration: none;
}
div.code {
	border: solid 1px #414141;
	width: 700px;
	overflow: auto;
	margin: 10px;
}
div.code pre {
	font: normal 12px "Verdana";
}
/* End of css provided by UAR */

/**********************************************************/

/* Self Assessment Page */
#assess td {
	border: 1px solid #999;
}
.no_bottom_margin {
	margin-bottom: 0 !important;
}
.bluetext {
	color: #114477;
	font-weight: bold;
}
/**********************************************************/
#user_prefs_form form.nice fieldset {
	background:transparent;
	background: rgba(255, 255, 255, 0.0); /* Important! */
	border:0 solid #336699;
	padding:0;
}
/**********************************************************/
#header #header_upper_right {
	position: relative;    /* so inner popups will be relative to it */
	float: right;
	text-align: right;
	font-size: 10px;
	margin-top: 15px; 
	margin-right: 20px;
	margin-left: 5px;
	padding-left: 10px;
	color: #3977a3;
	/* background-image: url(../images/redesign/header_slice_blue.png); */
background-repeat: no-repeat;
	background-position: top left;
	z-index: 6;   /* this one matters! */
}
#header #header_upper_right div {
	margin-bottom: 2px;
	margin-left: 0;
}
#header .header_login_name {
	color: #666666;
	font-size: 105%;
}
#header a#header_login_link {
	text-decoration: none;
}
#header a.login_link_bg {
	background-image: url(../images/backgrounds/login_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
	border-bottom: 0 none;
	padding: 2px 6px 4px 9px;
}
#header a.logout_link_bg {
}
#header a#userpref_link {
	text-decoration: none;
}
#header a.userpref_link_bg {
	background-image: url(../images/backgrounds/userpref_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	color: #ffffff;
	border-bottom: 0 none;
	padding: 2px 6px 4px 9px;
}
#header a#header_login_link:hover {
	color: #cc7744 !important;
}
#header #login_text {
	color: #666;
	margin-top: 0;
	margin-left: 0;
	clear: left;
	float: left;
}
.header_popup {
	white-space: nowrap;
	position: absolute;
	top: 18px;
	z-index: 5;
	border: 2px solid #223366;
	padding: 10px;
	padding-top: 6px;
	color: #666666;
	background-color: #fff;
	display: none;
	background-image: url(../images/home_files/login_bk.png);
	background-repeat: repeat-x;
}
.header_popup h1 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #3977a3;
	font-size: 1.2em;
}
.header_popup_close_button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	cursor: pointer;
	background-color: #ccc;
}
.directlink_popup {
	white-space: nowrap;
	position: relative;
	top: 18px;
	left: 0;
	z-index: 5;
	border: 2px solid #223366;
	padding: 10px;
	padding-top: 6px;
	color: #666666;
	background-color: #fff;
	display: none;
	background-image: url(../images/home_files/login_bk.png);
	background-repeat: repeat-x;
}
.directlink_popup h1 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	color: #3977a3;
	font-size: 1.2em;
}
.directlink_popup_close_button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	text-align: center;
	padding-left: 7px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 3px;
	cursor: pointer;
	background-color: #ccc;
}
/**********************************************************/
#pref, #userlogin, #dlink {
	text-align: left;
	cursor: pointer;
}
#userlogin, #userlogin_help {
	float: left;
}
#pref h5, #userlogin h5 {
	margin: 0;
	padding-right:15px;
}
#prefoptions, #loginoptions, #dlinkoptions {
	border: 2px solid #071B6F;
	text-align: left;
	/* background: #eeeeee; */
	position: absolute;
	z-index: 12;
	right: 30px;
}
/**********************************************************/
#loginoptions {
	right: 260px;
	z-index: 10;  /* Important so it does not show behind search options */
}
#loginoptions table {
	margin-bottom: 5px;
}
#loginoptions td {
	vertical-align: bottom;
	padding-left: 5px;
}
#loginoptions td#login_form {
	/*border-right: 1px solid #999999;*/
	padding-right: 5px;
	background-image: url(../images/redesign/login_slice.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#loginoptions td#login_button div {
	cursor: pointer;
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #999999;
	font-weight: bold;
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#loginoptions .name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	text-align: left;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	padding-left: 3px;
	background-color:#ffffff;
	border: 1px solid #999;
	height: 18px;
	width: 135px;
}
/**********************************************************/

/**********************************************************/
#userprefs_popup a {
	font-weight: bold;
}
#pref {
	float: left;
	text-align: left;
	cursor: pointer;
}
#pref h5 {
	margin: 0;
}
#pref hr {
	width: 90%;
}
#prefoptions {
	border: 2px solid #071B6F;
	text-align: left;
	background: #fff;
	position: absolute;
	z-index: 12;
	background-image: url(../images/home_files/login_bk.png);
	background-repeat: repeat-x;
}
#prefoptions #pref_hr {
	background-image: url(../images/home_files/pref_divider.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
	width: 213px;
	height: 5px;
}
/**********************************************************/

/**********************************************************/
div#login input {
	text-align:left;
	padding: 2px;
	height: auto;
}
/* login links, etc */

#user_info {
	float: left;
	height:51px;
	padding: 10px 4px 2px 4px;
	text-align:center;
	font-size: 11px;
}
#user_info .position {
	float:left;
	margin-left:8em;
	margin-bottom: 0;
	margin-top: 0;
	display: inline;
	height: 51px;
}
#user_info .fieldname {
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 0;
	text-align: left;
}
#user_info .username_div {
	width: 105px;
	float: left;
}
#user_info div.wrapper {
	margin-top: 14px;
}
/**********************************************************/

#contents .paneltitle {
	border-bottom:1px solid #E0EBF6;
	color:#336699;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	/* margin-left: 25px; */
width:100%;
}
#tutorials_tab .paneltitle, #projects_tab .paneltitle, #workshops_tab .paneltitle, #standards_btn .paneltitle, #search_filters_box .paneltitle #search_filters_box_sidebar .paneltitle, #spotlight_tab .paneltitle {
	border-bottom:1px solid #E0EBF6;
	color:#336699;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:5px;
	margin-left: 25px;
	width:100%;
}
#search_filters_box .sidebar .paneltitle {
	margin-left: 5px;
}
#search_filters_box_sidebar .paneltitle {
	margin-left: 1px;
}
#contents .resourcetitle {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
#right hr {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 1px;
	color: #999999;
	background-color: #999999;
	border: none;
}
/* Override trees.css styles */

.al_tree .nodelabel a {
	text-decoration: none !important;
}
.al_tree .nodelabel a:hover {
	text-decoration: none !important;
}
.al_tree_wrapper {
	position: relative;
	background-color: white;
	height: 410px;
	overflow: auto;
}
.al_tree .nodelabel {
	font-size: 90%;
}
/* Style to fix overflow div footer http://www.dustindiaz.com/min-height-fast-hack/ http://bytes.com/topic/html-css/answers/710416-content-spilling-over-footer-div */

#selector {
	min-height:500px;
	height:auto !important;
	height:500px;
}
/**********************************************************/

a.admin_link {
	color: #075185 !important;
	background-color: #ffffcc !important;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.newly_created {
	background-color: #ffffcc !important;
	font-weight: bold !important;
}
.newly_created_dark {
	color: #333333 !important;
	background-color: #ffffcc !important;
	font-weight: bold !important;
}

