/***************************Slider************************************/
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 5px 0 0 0;
	position: relative;
	width: 918px;
}
/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: 0;
	text-align: center
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin:5px 5px 15px 10px;
	width: 918px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: auto;
	clear: both;
	padding:0px 5px;
}
.stripViewer p{ /* This is the viewing window */
	margin:5px 0px 20px 0px;
	font-size:14px;

 }

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 918px; /* Also specified in  .stripViewer  above */

}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 19px 0px 10px 15px;
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 1px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	white-space:nowrap;
}
.stripNav a { /* The nav links */
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0 41px;
}
.stripNav li.tab1 a {
	background-color: #fff;
	background-image: url(img/tab-actv.gif);
	background-repeat: repeat-x;
	color: #000;
}
.stripNav li.tab2 a {
	background-color: #fff;
	background-image: url(img/tab-actv.gif);
	background-repeat: repeat-x;
	color: #000;
	margin-right: 0px;
}
.stripNav li.tab3 a {
	background-color: #fff;
	background-image: url(img/tab-actv.gif);
	background-repeat: repeat-x;
	color: #000;
}
.stripNav li.tab4 a {
	background-color: #fff;
	background-image: url(img/tab-actv.gif);
	background-repeat: repeat-x;
	color: #000;
}
.stripNav li.tab5 a {
	background-color: #fff;
	background-image: url(img/tab-actv.gif);
	background-repeat: repeat-x;
	color: #000;
}
.stripNav li a:hover {
	background-color: #fff;
	background-image: url(img/tab-hov.gif);
	background-repeat: repeat-x;
}
.stripNav li a.current {
	color: #fff;
	background-color: #67bd37;
	background-image: url(img/tab-curt.gif);
	background-repeat: repeat-x;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
#tablePadMarg td {
	padding:10px;
	border: 1px solid #6BA8E4;
}
#tablePadMarg th {
	padding:10px;
	background-color: #A2C8EE;
	color: #4B4B4B;
	border: 1px solid #6BA8E4;
}

.rightColumn{width:742px; float:left}
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
.paginationstyle {
	padding: 3px;
	margin:10px 3px;
	text-align:center;

}

.paginationstyle a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #82CCFD;
	text-decoration: none; /* no underline */
	color: #036CB4;
}

.paginationstyle a:hover,
.paginationstyle a:active {
	border: 1px solid #999;
	color: #666;
}
.paginationstyle .current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #036CB4;
	font-weight: bold;
	background-color: #036CB4;
	color: #FFF;
}
.paginationstyle .disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
