.full {
	position: absolute;
	width:100%;
	height: 100%;
	left: 0px;
	bottom: 10px;
	z-index: 58;
}
.fullScroll  {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden; 
}
.fullLColumn {
	width: 180px;
}
.fullRColumn {
	width: 36px;
}
#fullText p {
	line-height: 1.4em;
	margin-bottom: 1em;
	text-align:justify;
}
.docs {
	position: absolute;
	z-index:59;
	top: 50%;
	left: 50%;
	width: 538px;
	height: 389px;
	margin-left: -190px;
	margin-top: -140px;
}
.docsBig  {
	width: 622px;
	height: 562px;
	margin-left: -235px;
	margin-top: -235px;
}
.docsScroll  {
	position: absolute;
	width: 480px; /* 498px; */
	height: 365px;
	left:22px;
	top: 10px;
	overflow: hidden; 
}
.docsScrollBig  {
	width: 550px; /* 569px; */
	height: 484px;
	left: 30px;
	top: 55px;
}
.docsClose {
	position: absolute;
	visibility: inherit;
	width: 16px;
	z-index:60;
	height: 16px;
	top:16px;
	right:16px;
}
.docsCloseBig {
	top: 60px;
	right: 20px;
}
.docs p {
	font-size: 0.9em;
	text-indent: 12px;
	line-height: 1.4em;
	text-align:justify;
	margin-right:5px;
}
.docs table.members p {
	line-height:normal;
	margin:0px;
	text-indent: 0px;
}
.docs table.members td {
	padding: 2px;
}
.docs h1 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.docs h2 {
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 16px;
	letter-spacing: 1px;
}
.docs h3 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 14px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-indent: -12px;
}
.docs h4 {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: 0px;
	font-family: TitleTextAlt, Verdana, Arial, Helvetica, sans-serif;
}
.docs h5 {
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 14px;
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
.docs h6 {
	font-family: BodyTxt, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-indent: 0px;
	text-transform: none;
	padding:0px;
	margin:0px;
}
.filmImg {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.difficult {
	color: #c4583f;
	font-weight: bold;
}
/* XML WRAPPER ETC. */
#tsContainer table .txtUC, .docs h5 {
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing:0.1em;
	font-family: TitleTxtAltBold, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#tsContainer table p {
	text-indent: 0px;
	font-size: 0.9em;
	/*margin-bottom: 0.9em;
	font-family: BodyTxt, Arial, Helvetica, sans-serif;*/
}
#tsContainer table img {
	float: left;
	margin-bottom: 2px;
	margin-right: 7px;
}
#tsContainer table td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.trdiv { /* this is the div separating each row in #tsContainer table */
	width:auto;
	display:block;
	position:relative;
	clear:both;
	height:5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.filterMenu option { padding-left:3px;}  /*this is just for Firefox for better esthetics of the drop-down menu (select-option)*/
.tblsort { position:relative; padding-top: 0px; width: 100%; padding-bottom: 10px; }
.tblsort th {
	text-align: left;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 1px;
	font-family: TitleTxtAlt, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	padding: 7px 7px 5px;
	background-repeat: repeat-x;
	background-position: left top;	
	border-radius: 5px;/**/ 
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
}
.tblsort thead tr .header .sortBtn {
	background-repeat: no-repeat;
	background-position: center right;
}
.tblsort td {
	padding: 0px 2px;
}

.tblsort td.tdSW20 { width:20%; } /* SW20 = Special Width 20%*/
.tblsort td.tdSW23 { width:23%; } /* SW23 = Special Width 23%*/
.tblsort td.tdSW25 { width:25%; } /* SW25 = Special Width 25%*/
.tblsort td.tdSW33 { width:33%; } /* SW33 = Special Width 33%*/
.tblsort td.tdSW40 { width:40%; } /* SW40 = Special Width 40%*/

/*#docsText table th:first-child { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px }
#docsText table th:last-child { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px }
#docsText table th { border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; }*/

/*#docsText table thead tr .header .sortBtn {*/
.sortBtn {
	width:21px;
	height:9px;
	z-index:100;
	float:right;
}
ul.filterList {
	position: relative;
	left:40px;
	/*margin: 0px 40px 10px 20px;*/
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.filterList li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align:center;
	font-size: 10px;
	font-weight:normal;
	text-transform:uppercase;
	font-family: TitleTxtAltBold, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: auto;
	/*margin: 3px 1px;
	padding: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
}
ul.filterList li.btn {
	margin: 3px 1px;
	padding: 4px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

ul.filterList li a:link, ul.filterList li a:visited {
	letter-spacing: 0.1em;
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
}
.filterList li a:hover { 
}
.filterList_hit a { 
	cursor:default;
}

/*For zebra stiping in table*/		
/* NOTE: This does not work as intended with filtering */	
.odd {}
.even {}

