#contentITW {
	margin:0;
	font-family:arial, verdana, helvetica, sans-serif;	
	color:#333333;
	padding:0 0 0 0;	
	overflow:hidden;
}

#contentITW p {
color:#333333;
font-size:1.0em;
line-height:18px;
margin:0px 0px 0px 0px;
padding:2px 0px 10px 0px;	
}

#contentITW a {
	color:#1A4897;
	text-decoration:underline;
}
#contentITW a:hover {
	color:#0064aa;
	text-decoration:none;
}
#contentITW a.backTop, #contentITW a.prev, #contentITW a.next, #contentITW a.read   {
	background:url(../images/bullets/content.top.gif) right 4px no-repeat;
	color:#364867;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:0.9em;
	font-weight:bold;
	margin-top:7px;
	padding-right:10px;
	text-decoration:none;
}
#contentITW a.backTop:hover , #contentITW a.prev:hover, #contentITW a.next:hover, #contentITW a.read:hover {
	text-decoration:underline;
}
#contentITW a.backTop {
	display:block;
	float:right;
	text-align:right;
}	
#contentITW a.prev  {
	background:url(../images/bullets/content.prev.gif) 0px 5px no-repeat;
	margin:0px;
	padding:0px 0px 0px 11px;
}
#contentITW a.next, #contentITW a.read  {
	background:url(../images/bullets/content.next.gif) right 5px no-repeat;
	display:inline;
	margin:0px;
	padding-right:10px;
}
#contentITW a.read  {
	display:inline;
	line-height:24px;
}

#contentITW hr
{
	border:0;
	color:#d6d5d5;
	height:1px;
	line-height:1px;
	border-top:dashed 1px #d6d5d5;
}

#contentITW i , #contentITW b , #contentITW em , #contentITW strong , #contentITW q , #contentITW blockquote , #contentITW abbr ,#contentITW acronym ,#contentITW address ,#contentITW dl , #contentITW dt ,  #contentITW dfn  ,  #contentITW sub ,  #contentITW sup ,  #contentITW big 
{
	line-height:18px;
}

#contentITW table
{
	width:100%;
	border:0;
	text-align:left;
	margin:10px 0;
	background:#ddd;
}

#contentITW table caption
{
	font-weight:bold;
	text-align:left;
}

#contentITW th
{
	background:#e7e8ec url(../images/tblheader_bg.gif) repeat-x left top;
	height:23px;
	color:#394867;
	font-weight:bold;
	padding:6px 5px 6px 5px;;
	vertical-align:bottom;
}

#contentITW td
{
	padding:5px;
	background:#fff;
	vertical-align:text-top;
}

#contentITW .center
{
	text-align:center;	
}


#contentITW .altrow td
{
	background-color:#f0f0f0;
}


table.itw {
	width:100%;
	border:0;
	text-align:left;
	margin:10px 0;
	background:#ddd;
}

table.itw caption {
	font-weight:bold;
	text-align:left;
}

table.itw th {
	background:#e7e8ec url(../images/tblheader_bg.gif) repeat-x left top;
	height:23px;
	color:#394867;
	font-weight:bold;
	padding:6px 5px 6px 5px;;
	vertical-align:bottom;
}

table.itw td {
	padding:5px;
	vertical-align:text-top;
}

table.itw tr {
	background-color:#fff;
}

table.itw tr.altrow {
	background-color:#f0f0f0;
}


table.itw .center {
	text-align:center;	
}


/* Sorting */
table.itw th.table-sortable {
	cursor:pointer;
	background-image:url(../images/tblheader_bg_sortable.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
}
table.itw th.table-sorted-asc {
	background-image:url(../images/tblheader_bg_sorted_up.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
table.itw th.table-sorted-desc {
	background-image:url(../images/tblheader_bg_sorted_down.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
/*table.itw th.table-filterable {
	background-image:url(../images/filter.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left:15px;	
}*/

