#content .members_textbox {
	background-color: #77BEEA;
	color:white;
	border:1px solid #87CEFA;
	margin:4px 2px 0px 2px;
	padding:2px 4px;
}

#content .member_box {
	position:relative;
	width:440px;
	background: #87CEFA url('../images/bluefade1.gif') repeat-x top;
	padding:5px;
	font-size:10pt;
	margin:2px 0 2px 0;
}

#content .member_box h1{
	color:white;
	font:bold 18pt Arial;
	margin:6px 20px;
}
#content .member_box h2{
	color:white;
	font:bold 12pt Arial;
	font-weight:bold;
	margin:4px 20px;
}
#content .grey h2{
	color:black;
}
#content .member_box p{
	margin:2px 20px;
}

#content .link{
	text-decoration:none;
	border-bottom:1px dotted #CC0000;
	padding-bottom:0px;
	color:#345;
	cursor:pointer;
}
#content .link:hover{
	border-bottom:1px solid #CC0000;
}

#content .dark .link, .error .link{
	color:white;
}

#content .error, #content .message, #content .warning {
	color: white;
	clear:both;
	padding: 0.2em;
	background-image: none;
}
#content .error a, #content .message a, #content .warning a {
	color: white;
}

#content .error {
	background-color: #CC0000;
}
#content .message {
	background-color: #006400;
}
#content .warning {
	background-color: #FFA500;
}

#content .column{
	width:210px;
	text-align:justify;
}
#content .left{
	float:left;
}
#content .right{
	float:right;
}
#content .column p{
	border-left:2px solid white;
	margin:0px 8px 0 4px;
}
#content .column h2{
	text-align:center;
}

#content .member_box_footer {
	position:relative;
	margin-right:4px;
	clear:both;
	background-color:#77BEEA;
	color:white;
	text-align:right;
	font-size:10pt;
	padding-right:2px;
}

#content .member_form {
	text-align: right;
	margin-right:auto;
	margin-left: auto;
	display:table;
}

#content .tooltipped {
	position:relative;
	display: block;
	background-color: transparent;
	color: black;
	margin-top: 5px;
}
/* Only works in non-IE browsers */
#content .tooltipped:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear:both;
	visibility:hidden;
}
#content .tooltipped:hover {
	background-color: #CC0000;
	color: white;
}
#content .tooltipped div.thetip {
	visibility: hidden;
}
#content .tooltipped:hover div.thetip {
	visibility: visible;
}
#content div.thetip {
	position: absolute;
	left:0px;
	visibility:hidden;
	width:43%;
	background-color: #CC0000;
	color: white;
	z-index:3;
}
#content .tooltipped div.input_line {
	display: block;
}
#content .tooltipped input, #content .tooltipped select, #content .tooltipped textarea {
	display: inline;
}
#content .button{
	padding:3px 5px;
	border-bottom:1px solid white;
	margin:2px;
	cursor:pointer;
}
#content .dark {
	background:#77BEEA url('../images/darkfade1.gif') repeat-x bottom left;
	color:white;
}
#content .light {
	background:#87CEFA repeat-x top left;
	color:white;
}
#content .grey {
	background:#DDEEFF url('../images/greyfade1.gif') repeat-x bottom left;
	color:black;
}
#content .member_box .sectiontitle {
	color:white;
	font-size:25px;
	font-weight: bold;
	font-family: "Bitstream Vera Sans", "DejaVu Sans", "Verdana", sans-serif;
	display: block;	
	padding: 0.1em 0 0.5em 0.1em;
}
#content .backupbutton {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 1em;
}