.temp_reload{
	text-align:center;
	margin:auto;
	width:50%;
	height: 16px;
	background-color:#6f2626 ;
	color:#fff;
	cursor:pointer;
	border-radius: 8px;
	padding-bottom:3px;
	border:1px solid #000;
}
.temp_reload:hover {color: #ccc; text-decoration: underline}


/* Zero default margin & padding around common elements */
body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul{
	padding: 0;
	clear:both;
}
.directions_text{
	line-height:130%;
	margin:-24px 0px 0px 0px;
}
.directions_text_con_n{margin:2px 0px 0px 0px;}
.directions_btn{
	padding:3px;
	background-color:#5c6572;
	color:white;
	font-size:12px;
}
.directions_X{
	padding-left:1px;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	margin:4px;
	border:1px solid black;
}
.directions_act{
	font-weight:bold;
/* 
	padding:3px;
	background-color:#8865A9;
	color:white;
	font-size:12px;
 */
}

.user_display{
	position:relative;
	float:left;
	width:340px;color:#ffffff;
	font-family: 'Arial, Helvetica', sans-serif;
	font-size:14px;font-style:italic;
	margin: 10px 0px 0px 12px;
	border:0px solid orange;
}
.user_logout{
	position:relative;
	float:left;
	width:80px;color:#ffffff;
	font-family: 'Arial, Helvetica', sans-serif;
	font-size:12px;font-style:normal;
	text-align:center;
	margin: 12px 0px 0px 0px;
	border:0px solid white;
}
.user_logout A:link {color: #ffffff; text-decoration: none}
.user_logout A:active {color: #ffffff; text-decoration: none}
.user_logout A:visited {color: #ffffff; text-decoration: none}
.user_logout A:hover {color: #ffffff; text-decoration: none}



.page{
	width: 800px;
	margin: 15px auto;
	padding: 0;
	background-color:#fff;
	text-align: left;
	overflow:hidden;
	border-left:7px solid #66309b;
	border-right:7px solid #66309b;
	border-bottom:7px solid #66309b;
}

.section{
	position:relative;
	margin:6px 0px 0px 0px;
	border:0px dashed red;
}

form_3col{
	width:720px;
	border:4px dashed green;
}

.content{
	padding:0px 12px 0px 12px;
	border:0px solid red;
}

.reminder_list li{
	float:left;
	display:inline;
	list-style-type: disc;
	padding-right: 60px;
}

.body_block{
	position:relative;
	float:left;
	width:100%;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:14px;
	clear:both;
	margin:0px 0px 0px 0px;
	border:0px solid blue;
}
.body_block_login_top{margin:0px 0px 0px 0px;}
.body_block_login_bottom{margin:0px 0px 0px 0px;}

.field_label{
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:14px;
	font-style:normal;
}
.gray{color:#666666;}
.black{color:#000000;}

.spacer_20{width:100%;height:20px;clear:both;}
.spacer_15{width:100%;height:15px;clear:both;}
.spacer_10{width:100%;height:10px;clear:both;}
.spacer_05{width:100%;height:5px;clear:both;}


.help_tools{
	position:relative;
	width:800px;height:100px;
	background-image:url(/public/20250321163249oe_/https://iris.peabody.vanderbilt.edu/wp-content/uploads/beh2_images/help_tools.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	border:0px dashed gray;
}


.help_nav_tabs{
	position:relative;
	width:600px;height:100px;
	background-image:url(/public/20250321163249oe_/https://iris.peabody.vanderbilt.edu/wp-content/uploads/beh2_images/help_nav_tabs.jpg);
	background-repeat:no-repeat;
	margin:0px 0px 32px 100px;
	border:0px dashed gray;
}

.image_in_text{
	margin:0px 0px -10px 0px;
	border:0px dashed red;
}

.ui-tooltip {
	padding: 8px;
	position: absolute;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	font-size:11px;
	background-color:#C7B8D4;
	z-index: 9999;
	max-width: 220px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border:1px solid #52178B;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }



/* 
.tooltip {
    display:none;
    background:transparent url(/public/20250321163249oe_/https://iris.peabody.vanderbilt.edu/media/img/tooltip/black_arrow.png);
    font-size:18px;
    height:70px;
    width:160px;
    padding:25px;
    color:red;
}
 */
  
  
  