/* CONTENT
-------------------------------------------------- */

table.blog
{
}

table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0;
	margin-bottom: 15px;
}

table.contentpaneopen td {
   padding-right: 5px;
   text-align: justify;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #3B6185;
	width: 100%;
}

.small {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #c00;
	font-size: 11px;
	font-weight: normal;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999;
	font-size: 11px;
	font-weight: normal;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

table.contentpane {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

.componentheading {
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border-bottom: 3px solid #600;
	width: 100%;
	text-transform: uppercase;
}

td.contentdescription
{
}

.back_button {
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #00acdf;
	background-color: #f5fbfc;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 1px;
	margin-top: 21px;
}

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	/*padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;*/
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	font: 18px Trebuchet MS, sans-serif;
	color: #777;
	background-color: #ffc;

	width: 70%;
}

a.readon, a:visited.readon, a:active.readon
{
	margin-bottom: 15px;
	font-weight: bold;
	color: #336699;
}