﻿.toggle-div-title-bar-open, .toggle-div-title-bar-collapsed
{
	/*background-color: #f2f2f2;*/
	color: #00477F;
	font-weight: bold;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	/*border: 1px solid #00467f;*/
	/*background-position: 560px center;*/
	/*background-repeat: no-repeat;*/
	text-decoration: underline;
}
.toggle-div-title-bar-collapsed
{
	/*background-image: url("/icons/arrows_down.gif");	*/
}
.toggle-div-title-bar-open
{
	/*background-image: url("/icons/arrows_up.gif");	*/
}
.toggle-div-title-bar-toggle
{
	float: right;
	color: #fff;
	font-size: 0.8em;
	padding-right: 5px;
	cursor: pointer;
}
.toggle-div-content
{
	/*border: 1px solid #bbb;*/
	/*border-top: 0px solid #000;*/
	padding: 5px;
	margin-bottom: 15px;
}
.toggle-div-message
{
	text-align: center;
	font-style: italic;
	padding: 10px;
	cursor: pointer;
	/*border: 1px solid #bbb;*/
	margin-bottom: 15px;
}
