/* start glide content CSS */
.glidecontentwrapper{
position: relative; /* Do not change this value */
overflow: hidden;
}

.newscontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
}

.forumcontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: white;
visibility: hidden;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	text-align: center; /*How to align pagination links: "left", "center", or "right"*/
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
width:90px;
height:20px;
color: white;
text-align:left;
font-size:13px;
padding-left:5px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
color: rgb(182,227,254);
}

.glidecontenttoggler a:hover{
/*color: rgb(182,227,254);*/
color:#0000FF;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}
/* end glide content CSS */

/* Start sort table layout CSS */
.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
	cursor:pointer;	
	border-right:1px solid #ACA899;
	border-left:1px solid #FFF;	
	background: url('/images/home/thead_bg.gif') repeat-x;
	text-align:center;
	font-size:13px;
	line-height:24px;
	white-space:nowrap;
	font-weight:bold;
	color: white;
}

.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
	background-color:rgb(67,132,224);	/* No mouseover color in this example - specify another color if you want this */
	cursor:pointer;
	color:white;
}

.tableWidget td{
	margin:0px;
	padding:2px;
	line-height:18px;
	text-align:center;
	overflow:hidden;
	border:1px solid #ccc;	/* Border bottom of table data cells */
}

.tableWidget img{
	width:13px;
	height:13px;
	margin-left:5px;
}

.tableWidget tbody tr:hover{
	background: #c5e0e0;
}

.tableWidget tbody td{
	color: #373737;
	border:1px solid #ccc;
}

.tableWidget{
	font-size:12px;
}
	
div.widget_tableDiv {
	overflow:auto;
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
}

.tableWidget thead{
	position:relative;
}

.tableWidget thead tr{
	position:relative;
	top:0px;
	bottom:0px;
}

.tableWidget .scrollingContent{
	overflow-y:auto;
	overflow:-moz-scrollbars-vertical;
	width:100%;
}
/* End sort table CSS */
