.MyPostHeader-wrapper
{
  text-decoration:none;
  margin: -1.4em 0 0.3em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  color: #1B4B65;
  text-align:center;
}

.MyH2Header-wrapper
{
  text-decoration:none;
  margin: 0.5em 0 0.5em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 18px;
  color: #1B4B65;
  text-align:center;
}

.PostHeaderIcon-wrapper
{
  text-align:center;
}


.submitbtn{
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 14px;
	text-align: center;

	padding: 0 10px;
	text-decoration: none !important;
	height:28px;
	white-space: normal;

	background-color:#5493b6;
	border: 1px solid #006;
}

.submitbtn:hover{
	background-color:#3f7592;
}

/*-------------------------------*/

#page_title {
	text-align:center;

  background-color: #BFDDEE;
  padding:1px;
  margin-bottom:25px;


}


#page_title h2,h1{

  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-indent:0;
  line-height:inherit;
  font-family: Georgia, "Times New Roman", Times, Serif;
  font-size: 27px;
  color: #1B4B65;

}

.pr_btn {
	background: #eee;
	color: #06c;
	width: auto;
	height:33px;
	border: none;
	margin: 0;
	font-size: 16px;
}

.pr_btn:hover {
	cursor:pointer;
}

.table_btn_cell {
	border-bottom: thin dotted #0000FF;
	width: 20px;
}

.table_cell {
	border-bottom: thin dotted #0000FF;
}

th {
	text-align:center;
}

INPUT[type=submit], INPUT[type=button]{
  	background: #5493B6;
	color: #000000;
	width: auto;
	border: none;
	margin: 1px;
	font-size: 16px;
}

.form_btn {
  	background: #5493B6;
	color: #000000;
	width: auto;
	border: none;
	margin: 1px;
	font-size: 16px;
}

.form_btn:hover,INPUT[type=submit]:hover, INPUT[type=button]:hover {
  	background: #3F7592;
	cursor:pointer;
}


.form_text_input {
	width: 300px;
}

.addlink_btn {
	//background: #06c;
	background: #BFDDEE;
	//color: #fff;
	color: #1B4B65;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, Serif;
}

.addlink_btn:hover {
	cursor:pointer;
}

.addfunds_btn {
	/*background: #C03;*/
	background: #BFDDEE;
	/*color: #fff;*/
	color: #1B4B65;
	width: auto;
	height: 33px;
	border: none;
	margin: 1px;
	font-size: 16px;
	/*font-weight: bold;*/
	font-family: Georgia, "Times New Roman", Times, Serif;
}

.addfunds_btn:hover {
	cursor:pointer;
}

#resulttable {
	WORD-BREAK:BREAK-ALL;
	width:100%;
}

.opaque { filter: alpha(opacity=25); -moz-opacity:0.23; opacity:0.25 } 
