.back_button {
  color            : #999999;
  font-family      :    Tahoma, Arial, Verdana,  Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
  }
.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin           : 3px;
  background-color : #DDF7FF;
  
  background-color : #EDEDED;
  padding          : 2px !important;
  padding          : 1px;

  
  cursor           : pointer;
}
.button:hover {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin           : 3px;
  background-color : #E6BDDA;
  

  cursor           : pointer;
}

.inputbox {
 color		  : #006633;
 font-weight  : bold;
 background   : #ffffff;
 border       : 1px solid #cccccc;
}

/* start :: For round table */

.tablestyle_round {
	
	background-color: #FFFFFF;
	width:100%;
}

/*start table border css*/

.tableTopLeft {
	background:url(../images/table_r1_c1.gif)  no-repeat top right;
	width:13px;
	height:12px;
}
	
.tableTopMiddle {
	background:url(../images/table_r1_c2.gif)  repeat-x top;
	width:95%;
	height:12px;
}
/*Shawpon 26-11-2007*/
.tableTopFullMiddle {
	background:url(../images/table_r1_c2.gif)  repeat-x top;
	width:95%;
}


.tableTopRight {
	background:url(../images/table_r1_c3.gif) no-repeat top left;
	width:13px;
	height:12px;
}

.tableMiddleLeft {
	background:url(../images/table_r2_c1.gif) repeat-y top right;
	width:13px;
	height:4px;
}

.tableMiddleMiddle {
	background-color:#B7FFB7;
	border:#00A800 solid thin;
	vertical-align: top;
	padding-right: 0px;
	padding-left: 0px;	
}

.tableMiddleRight {
	background:url(../images/table_r2_c3.gif) repeat-y top left;
	width:13px;
	height:4px;
}


.tableBottomLeft {
	background:url(../images/table_r3_c1.gif) no-repeat bottom right;
	width:13px;
	height:16px;
}

.tableBottomMiddle {
	background:url(../images/table_r3_c2.gif) repeat-x bottom;
	height: 16px;
	width:70%;
}

/*Shawpon 26-11-2007*/
.tableBottomFullMiddle {
	background:url(../images/table_r3_c2.gif) repeat-x bottom;
	height: 15px;
	width:95%;
}

.tableBottomRight {
	background:url(../images/table_r3_c3.gif) no-repeat bottom left;
	width:13px;
	height:16px;
}
/* End :: For round table */

table.contentpaneopen-mislbd {
 	background-color: #FFFFFF;
	margin: 0px;
	padding-left: 0px;
	border: 0px solid #ddd;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.contentpaneopen-mislbd th {
	margin: 0px;
	padding: 6px 4px 2px 4px;
	height: 25px;
	background: url(../images/background.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: red;
}
table.contentpaneopen-mislbd th.title {
	text-align: left;
	
}

.tdcolor {
	color:#006633;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:12px;
}

table.contentpaneopen-mislbd tr.row0 {
	background-color: #F9F9F9;
	text-align: left;
	font:Verdana, Arial, Helvetica, sans-serif bolder;
	color:#006633;
	
}
table.contentpaneopen-mislbd tr.row4 {
	background-color: #006699;
	text-align: left;
}
table.contentpaneopen-mislbd tr.row1 {
	background-color: #FFF;
	text-align: left;
}

table.contentpaneopen-mislbd td {
	border-bottom: 1px solid #e5e5e5;
	padding:4px;
}
table.contentpaneopen-mislbd tr.row0:hover {
	background-color: #f1f1f1;
}
table.contentpaneopen-mislbd tr.row1:hover {
	background-color: #f1f1f1;
}
table.contentpaneopen-mislbd td.options {
	background-color: #ffffff;
	font-size: 8px;
}