
#pagenav a:link {
	padding: 0px 10px 0px 10px;
	color: #000;
}

#pagenav .prev:link {
	padding: 0px 20px 0px 20px;
	background:url('../css/images/prev.jpg') no-repeat center;
	text-align: center;
	display: inline-block;
}

#pagenav .next:link {
	padding: 0px 20px 0px 20px;
	background:url('../css/images/next.jpg') no-repeat center;
	text-align: center;
	display: inline-block;
}

#tb-list {
	/*margin: 5px;*/
	border-width: 1px;
    padding: 0px;
    font-size: 12px;
	    line-height: 20px;
	    overflow: hidden;
	    color: #333;
	    background-position: center center;
	    background-color: #FFF;
    width: 100%;
}

#tb-list th {
	font-size: 11pt;
	height: 22px;
    color: #ffffff;
	background-color: #66b5d3;
	text-align:center;
	font-weight: 600;
}

.menulogout {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 10pt;
  color: #FF9900;
  font-weight: 600;
  cursor:pointer;
}

.menulogout a:link {
  text-decoration: none;
  color: #FF9900;
}

.menulogout a:visited {
  text-decoration: none;
  color: #FF9900;
}


.datarow {
	padding: 2px;
	background-color: #d1f0fd;
}
.datarow:hover {
	background-color: #d6e3bc;
}
.datarow-over {
	padding: 2px;
	background-color: #d6e3bc;
}

.datarow-on {
	padding: 2px;
	background-color: #E6E6E4;
}
.datarow-on:hover {
	background-color: #d6e3bc;
}

.tableStyle1 {
	width: 100%;
	background-color: #FFFFFF;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


	behavior: url(js/PIE.htc);
    height: 100%;
}

.tableStyle2 {
	width: 100%;
	height:80px;

    -moz-border-radius: 0 0 6px 6px ;
    -webkit-border-radius: 0 0 6px 6px ;
    border-radius: 0 0 6px 6px ;

	-moz-box-shadow: 0px 3px 1px #DDDDDD;
	-webkit-box-shadow: 0px 3px 1px #DDDDDD;
	box-shadow: 0px 3px 1px #DDDDDD;


	behavior: url(js/PIE.htc);
}

.tableStyle3 {
	width: 100%;
	/*height: 100%;*/

	background-color: #FFFFFF;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;


	behavior: url(js/PIE.htc);
    height: 100%;
}

.tableStyle4 {
	width: 100%;
	height: 100%;
	border: 2px solid #DDDDDD;
	background-color: #FFFFFF;

	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	box-shadow: 0px 3px 1px #999999;

	behavior: url(js/PIE.htc);
    height: 100%;
}

.wordWrap {
	white-space: inherit;					/* IE */
	white-space: pre;						/* CSS2 */
	white-space: -moz-pre-wrap !important;	/* Mozilla, since 1999 */
	white-space: -hp-pre-wrap;				/* HP printers */
	white-space: -o-pre-wrap;				/* Opera 7 */
	white-space: -pre-wrap;					/* Opera 4-6 */
	white-space: pre-wrap;					/* css-3 */
	white-space: pre-line;					/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;					/* Internet Explorer 5.5+ */
	word-break: break-all;					/* Internet Explorer 5.5+ */
	-moz-binding: url("../js/rmix/css/wordwrap.xml#wordwrap");
	overflow: hidden;
	/*text-overflow:ellipsis;*/
}

.textareaWordwrap {
	white-space: inherit;					/* IE */
	word-wrap: break-word;					/* Internet Explorer 5.5+ */
	word-break: break-all;					/* Internet Explorer 5.5+ */
}

.wordwrapNoHidden {
	white-space: pre;						/* CSS2 */
	white-space: -moz-pre-wrap !important;	/* Mozilla, since 1999 */
	white-space: -hp-pre-wrap;				/* HP printers */
	white-space: -o-pre-wrap;				/* Opera 7 */
	white-space: -pre-wrap;					/* Opera 4-6 */
	white-space: pre-wrap;					/* css-3 */
	white-space: pre-line;					/* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word;					/* Internet Explorer 5.5+ */
	word-break: break-all;					/* Internet Explorer 5.5+ */
	-moz-binding: url("../js/rmix/css/wordwrap.xml#wordwrap");
	overflow: auto;
}

.wordEllipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-binding: url('../js/rmix/css/ellipsis.xml#ellipsis');
}
