/*** GENERAL ***/
html {
	color: #333;
	margin: 0;
	padding: 0;
	height: 100%;
	
	background: #83cc66; /* Old browsers */
	background: -moz-linear-gradient(top, #83cc66 10%, #6fc34e 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#83cc66), color-stop(90%,#6fc34e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* IE10+ */
	background: linear-gradient(to bottom, #83cc66 10%,#6fc34e 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83cc66', endColorstr='#6fc34e',GradientType=0 ); /* IE6-9 */
}

body {
	height: 100%;
	min-width: 1000px;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
	color: #333;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

/* COMMENTED OUT FOR DRAG AND DROP
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
*/

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input[type=text], input[type=password] {
	height: 1.8em;
}

a {
	color: #f43f3f;
}

a:link {
	text-decoration: none;
}

a:visited {

}

a:hover {

}

a.sortingLink {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

span.sortingLink {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	cursor: default;
}

#mainHeader { 
	background-color: #333;
	color: white;
	width: 100%;
}

#mainHeaderSmall {
	background-color: #333;
	color: white;
	width: 100%;
}

#mainHeaderSmall > table{
	width: 100%;
}

#headerContentLeft{
	text-align: left;
	width: 35%;
}

#headerContentMiddle{
	text-align: center;
}

#headerContentMiddle img{
	float: left;
}

#headerContentMiddle > div{
	display: inline-block;
	clear: both;
}

#headerContentMiddle > div > div{
	float: left;
}

#headerContentRight{
	text-align: right;
	padding-right: 20px;
	width: 35%;
}

.headerLargeIcon{
	
}

.headerLargeIconContainer{

}

.headerLargeIconContainer:hover {	
	background: #fb605e; /* Old browsers */
	background: -moz-linear-gradient(top, #fb605e 0%, #f43326 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb605e), color-stop(100%,#f43326)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb605e 0%,#f43326 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb605e 0%,#f43326 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb605e 0%,#f43326 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fb605e 0%,#f43326 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb605e', endColorstr='#f43326',GradientType=0 ); /* IE6-9 */
}

.headerLargeIconContainer:hover img {	
	background: #fb605e; /* Old browsers */
	background: -moz-linear-gradient(top, #fb605e 0%, #f43326 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb605e), color-stop(100%,#f43326)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fb605e 0%,#f43326 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fb605e 0%,#f43326 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fb605e 0%,#f43326 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fb605e 0%,#f43326 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb605e', endColorstr='#f43326',GradientType=0 ); /* IE6-9 */
}

.headerSmallIcon{
	padding: 0px 10px;
}

.headerSmallIconContainer{

}

.headerSmallIconContainer:hover {	
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #555 0%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}

.headerSmallIconContainer:hover img {	
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #3a3a3a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#3a3a3a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#3a3a3a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#3a3a3a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#3a3a3a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #555 0%,#3a3a3a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#3a3a3a',GradientType=0 ); /* IE6-9 */
}

#demoNotification{
	background-color: #B6E1A5;
	width: 760px;
	margin-bottom: 20px;
	padding: 20px 20px;
}

#mainTopNavigation{
	width:100%;
	background-color:#ececec;
	padding: 2px 0px;
}

#mainTopNavigation > table{
	height:54px;
	text-align: left;
	border: none;
	border-spacing: 0;
}

.topNaviText{
	padding: 0px 20px;
	background-color: rgb(236, 236, 236);
}

.topNaviArrow{
	
}

#mainFooter {
	background-color: #ececec;
	width: 100%;
	height: 30px;
	position: fixed;
	bottom: 0;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: grey;
}

#footerText {
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footerText a {
	text-decoration: none;
	color: grey;
}

.mainFooterMargin {
	margin-bottom: 40px;	
}

#customerServiceBar {
	width: 100%;
	height: 135px;
	background-color: #ffffff;
	position: relative;
	margin-top: -135px;
}

#customerServiceBar > table {
	height: 100%;
	width: 100%;
	background-color: #ffffff;
}

#customerServiceBarLeftContainer {
	padding: 15px 0px 35px 0px;
}

#customerServiceBarLeftContainer > div {
	float: right;
	width: 400px;
	margin-right: 20px;
}

#customerServiceBarLeftContainer img {
	float: left;
	margin-right:10px;
}

#customerServiceBarMiddleContainer {
	padding: 15px 0px 35px 0px;
	width: 1px;
	background-color: #ececec;
}

#customerServiceBarRightContainer {
	padding: 15px 0px 35px 0px;
}

#customerServiceBarRightContainer > div {
	float: left;
	width: 400px;
	margin-left: 20px;
}

#customerServiceBarRightContainer img {
	float: left;
	margin-right:10px;
}

/*** CONTENT CONTAINERS ***/
.contentExFooter {
	width: 100%;
	height: auto;
	
	min-height: 100%;
	min-width: 1000px;
	
	overflow: auto;
	
	background: #83cc66; /* Old browsers */
	background: -moz-linear-gradient(top, #83cc66 10%, #6fc34e 90%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#83cc66), color-stop(90%,#6fc34e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #83cc66 10%,#6fc34e 90%); /* IE10+ */
	background: linear-gradient(to bottom, #83cc66 10%,#6fc34e 90%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83cc66', endColorstr='#6fc34e',GradientType=0 ); /* IE6-9 */
}

.mainContentContainer {
	color: white;
	width: 100%;
	padding-top: 50px;
}

.mainButtonContainer {
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	position: relative;
	margin-top: -100px;
}

.subButtonContainer {
	overflow: auto;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}

.contentWindowSingle {
	color: #333;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 40px 40px 30px 40px;
	border: none;
	border-width: 0;
}

.multiWindowContainer {
	color: #333;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	height: 100%;
}

.contentWindowMulti {
	color: #333;
	float: left;
	background-color: white;
	padding: 50px 25px 25px 25px;
	border: none;
	border-width: 0;
}

.containerSize3 {
	min-width: 993px;
	overflow: auto;
}

.windowSize3{
	width: 280px;
	min-height: 320px;
}

.infoBox {
	border: 1px solid #DDDDDD;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.infoBoxHeader {
	font-weight: bold;
	background-color: #ececec;
	padding: 8px;
}

.infoBoxContent {
	padding: 8px;
}

.bubbleWindow {
	color: #333;
	min-width: 200px;
	position: absolute;
	top: 0x;
	left: 0px;
	z-index: 1100;
	padding: 15px;
	border: 1px solid #ddd;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: white;
}

.bubbleArrowDown {
	background: url('../images/common/arrow_d_white_42x21.png');
	position: absolute;
	bottom: -21px;
	/* left: 50px; */
	width: 42px;
	height: 21px;
}

.bubbleArrowUp {
	background: url('../images/common/arrow_u_white_42x21.png');
	position: absolute;
	top: -21px;
	/* left: 50px; */
	width: 42px;
	height: 21px;
}

.closeBubbleIcon{
	float: right;
	margin-left: 10px;
	cursor: pointer;
}

.popupWindow {
	position: absolute;
	z-index: 1101;
	left: 0;
	top: 0;
	display: none;
	overflow: auto;
	
	max-height: 90%;
	max-width: 90%;

	color: #333;
	background-color: #ececec;
	padding: 30px 40px 30px 40px;
	border: solid 1px #bbb;

	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
}

.closePopupDiv{
	float: right;
	margin: -20px 10px 10px 10px;
	cursor: pointer;
	color: grey;
}

.closePopupDiv img {
	vertical-align: text-top;
}

.jqpopupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	display: none;
	background-color: #777;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: auto;
}

.elemOverlay {
	position: absolute;
	z-index: 1200;
	background-color: white;
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: auto;
}

/*** CONTENT ELEMENTS ***/
div.hr {
	width: 100%;
	height: 2px;
	background-color: #ececec;
	background-image: url('../images/topnavi/hr_shade.jpg');
}

/***  BUTTONS ***/
.buttonRedSmall {
	font-family: FonectaBold;
	font-size: 17px;
	display: inline-block;
	padding: 3px 16px 3px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-width: 0;
	cursor: pointer;
	
	background: #fd7063; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7063 0%, #f51d18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7063), color-stop(100%,#f51d18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd7063 0%,#f51d18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7063', endColorstr='#f51d18',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #AD221E;
	-webkit-box-shadow: 0px 2px 0px #AD221E;
	box-shadow: 0px 2px 0px #AD221E;
}

.buttonRedSmall:hover {	
	background: #f8332d; /* Old browsers */
	background: -moz-linear-gradient(top, #fd8074 0%, #f8332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8074), color-stop(100%,#f8332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd8074 0%,#f8332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8074', endColorstr='#f8332d',GradientType=0 ); /* IE6-9 */
}

.buttonRedSmall:active {
	background: #f51d18; /* Old browsers */
	background: -moz-linear-gradient(top, #f51d18 0%, #fd7063 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f51d18), color-stop(100%,#fd7063)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f51d18 0%,#fd7063 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d18', endColorstr='#fd7063',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #AD221E;
	-webkit-box-shadow: 0px -2px 0px #AD221E;
	box-shadow: 0px -2px 0px #AD221E;
}

.buttonRedSmall[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonRedMedium {
	font-family: FonectaBold;
	font-size: 20px;
	display: inline-block;
	padding: 3px 26px 3px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-width: 0;
	cursor: pointer;
	
	background: #fd7063; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7063 0%, #f51d18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7063), color-stop(100%,#f51d18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd7063 0%,#f51d18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7063', endColorstr='#f51d18',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #AD221E;
	-webkit-box-shadow: 0px 2px 0px #AD221E;
	box-shadow: 0px 2px 0px #AD221E;
}

.buttonRedMedium:hover {
	background: #f8332d; /* Old browsers */
	background: -moz-linear-gradient(top, #fd8074 0%, #f8332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8074), color-stop(100%,#f8332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd8074 0%,#f8332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8074', endColorstr='#f8332d',GradientType=0 ); /* IE6-9 */
}

.buttonRedMedium:active {
	background: #f51d18; /* Old browsers */
	background: -moz-linear-gradient(top, #f51d18 0%, #fd7063 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f51d18), color-stop(100%,#fd7063)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f51d18 0%,#fd7063 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d18', endColorstr='#fd7063',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #AD221E;
	-webkit-box-shadow: 0px -2px 0px #AD221E;
	box-shadow: 0px -2px 0px #AD221E;
}

.buttonRedMedium[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonRedLarge {
	font-family: FonectaBold;
	font-size: 26px;
	display: inline-block;
	padding: 5px 26px 5px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-width: 0;
	cursor: pointer;
	
	background: #fd7063; /* Old browsers */
	background: -moz-linear-gradient(top, #fd7063 0%, #f51d18 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd7063), color-stop(100%,#f51d18)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd7063 0%,#f51d18 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd7063 0%,#f51d18 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7063', endColorstr='#f51d18',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #AD221E;
	-webkit-box-shadow: 0px 2px 0px #AD221E;
	box-shadow: 0px 2px 0px #AD221E;
}

.buttonRedLarge:hover {
	background: #f8332d; /* Old browsers */
	background: -moz-linear-gradient(top, #fd8074 0%, #f8332d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd8074), color-stop(100%,#f8332d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fd8074 0%,#f8332d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fd8074 0%,#f8332d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8074', endColorstr='#f8332d',GradientType=0 ); /* IE6-9 */
}

.buttonRedLarge:active {
	background: #f51d18; /* Old browsers */
	background: -moz-linear-gradient(top, #f51d18 0%, #fd7063 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f51d18), color-stop(100%,#fd7063)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f51d18 0%,#fd7063 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f51d18 0%,#fd7063 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f51d18', endColorstr='#fd7063',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #AD221E;
	-webkit-box-shadow: 0px -2px 0px #AD221E;
	box-shadow: 0px -2px 0px #AD221E;
}

.buttonRedLarge[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.formButton {
}

.formButton:hover {
}

.buttonLightGraySmall {
	font-family: FonectaBold;
	font-size: 17px;
	display: inline-block;
	padding: 3px 10px 3px;
	margin: 3px 0px;
	color: black;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-width: 0;
	cursor: pointer;
	
	background: #e8e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#e8e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #BBBBBB;
	-webkit-box-shadow: 0px 2px 0px #BBBBBB;
	box-shadow: 0px 2px 0px #BBBBBB;
}

.buttonLightGraySmall:hover {	
	background: #f3f3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#f3f3f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f2',GradientType=0 ); /* IE6-9 */
}

.buttonLightGraySmall:active {	
	-moz-box-shadow: 0px -2px 0px #BBBBBB;
	-webkit-box-shadow: 0px -2px 0px #BBBBBB;
	box-shadow: 0px -2px 0px #BBBBBB;
}

.buttonLightGrayMedium {
	font-family: FonectaBold;
	font-size: 22px;
	display: inline-block;
	padding: 3px 13px 3px;
	margin: 3px 0px;
	color: black;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	
	background: #e8e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#e8e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #BBBBBB;
	-webkit-box-shadow: 0px 2px 0px #BBBBBB;
	box-shadow: 0px 2px 0px #BBBBBB;
}

.buttonLightGrayMedium:hover {
	background: #f3f3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#f3f3f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f2',GradientType=0 ); /* IE6-9 */
}

.buttonLightGrayMedium:active {	
	-moz-box-shadow: 0px -2px 0px #BBBBBB;
	-webkit-box-shadow: 0px -2px 0px #BBBBBB;
	box-shadow: 0px -2px 0px #BBBBBB;
}

.buttonLightGrayLarge {
	font-family: FonectaBold;
	font-size: 26px;
	display: inline-block;
	padding: 5px 16px 5px;
	margin: 3px 0px;
	color: black;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	cursor: pointer;
	
	background: #e8e7e7; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#e8e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#e8e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #BBBBBB;
	-webkit-box-shadow: 0px 2px 0px #BBBBBB;
	box-shadow: 0px 2px 0px #BBBBBB;
}

.buttonLightGrayLarge:hover {
	background: #f3f3f2; /* Old browsers */
	background: -moz-linear-gradient(top, #fefefe 0%, #f3f3f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fefefe 0%,#f3f3f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fefefe 0%,#f3f3f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f2',GradientType=0 ); /* IE6-9 */
}

.buttonLightGrayLarge:active {	
	-moz-box-shadow: 0px -2px 0px #BBBBBB;
	-webkit-box-shadow: 0px -2px 0px #BBBBBB;
	box-shadow: 0px -2px 0px #BBBBBB;
}

.buttonGrayTiny {
	font-family: FonectaBold;
	font-size: 15px;
	display: inline-block;
	padding: 1px 12px 1px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

.buttonGrayTiny:hover{	
	background: #525251; /* Old browsers */
	background: -moz-linear-gradient(top, #808080 0%, #525251 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#525251)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808080 0%,#525251 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808080 0%,#525251 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808080 0%,#525251 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808080 0%,#525251 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#525251',GradientType=0 ); /* IE6-9 */
}

.buttonGrayTiny:active{
	background: #737373; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3d 0%, #737373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3d), color-stop(100%,#737373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3e3d 0%,#737373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3d', endColorstr='#737373',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #000;
	-webkit-box-shadow: 0px -2px 0px #000;
	box-shadow: 0px -2px 0px #000;
}

.buttonGrayTiny[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonGraySmall {
	font-family: FonectaBold;
	font-size: 17px;
	display: inline-block;
	padding: 3px 14px 3px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

.buttonGraySmall:hover{	
	background: #525251; /* Old browsers */
	background: -moz-linear-gradient(top, #808080 0%, #525251 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#525251)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808080 0%,#525251 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808080 0%,#525251 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808080 0%,#525251 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808080 0%,#525251 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#525251',GradientType=0 ); /* IE6-9 */
}

.buttonGraySmall:active{
	background: #737373; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3d 0%, #737373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3d), color-stop(100%,#737373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3e3d 0%,#737373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3d', endColorstr='#737373',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #000;
	-webkit-box-shadow: 0px -2px 0px #000;
	box-shadow: 0px -2px 0px #000;
}

.buttonGraySmall[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonGrayMedium {
	font-family: FonectaBold;
	font-size: 20px;
	display: inline-block;
	padding: 3px 20px 3px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

.buttonGrayMedium:hover{
	background: #525251; /* Old browsers */
	background: -moz-linear-gradient(top, #808080 0%, #525251 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#525251)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808080 0%,#525251 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808080 0%,#525251 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808080 0%,#525251 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808080 0%,#525251 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#525251',GradientType=0 ); /* IE6-9 */
}

.buttonGrayMedium:active{
	background: #737373; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3d 0%, #737373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3d), color-stop(100%,#737373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3e3d 0%,#737373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3d', endColorstr='#737373',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #000;
	-webkit-box-shadow: 0px -2px 0px #000;
	box-shadow: 0px -2px 0px #000;
}

.buttonGrayMedium[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonGrayLarge {
	font-family: FonectaBold;
	font-size: 26px;
	display: inline-block;
	padding: 5px 26px 5px;
	margin: 3px 0px;
	color: #fff;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

.buttonGrayLarge:hover{
	background: #525251; /* Old browsers */
	background: -moz-linear-gradient(top, #808080 0%, #525251 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#808080), color-stop(100%,#525251)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #808080 0%,#525251 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #808080 0%,#525251 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #808080 0%,#525251 100%); /* IE10+ */
	background: linear-gradient(to bottom, #808080 0%,#525251 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#525251',GradientType=0 ); /* IE6-9 */
}

.buttonGrayLarge:active{
	background: #737373; /* Old browsers */
	background: -moz-linear-gradient(top, #3e3e3d 0%, #737373 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3d), color-stop(100%,#737373)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3e3e3d 0%,#737373 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3e3e3d 0%,#737373 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3d', endColorstr='#737373',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px -2px 0px #000;
	-webkit-box-shadow: 0px -2px 0px #000;
	box-shadow: 0px -2px 0px #000;
}

.buttonGrayLarge[disabled] {
	background-color: grey;
	color: #ececec;
	cursor: default;
}

.buttonCancel {
	font-family: FonectaBook;
	font-size: 17px;
	background-color: transparent;
	padding: 3px 10px 3px;
	margin: 3px 0px;
	color: #FF3030;
	text-decoration: none;
	border: none;
	border-width: 0;
	cursor: pointer;
}

.navigationButton {
}

.navigationButton:hover{
}

.pagingInformation {
	font-family: FonectaBook;
	font-weight: normal;
	font-size: 16px;
}

.panelButton{
	padding: 1px 0px;
	border-left: 1px solid #3e3e3d;
	font-family: FonectaBook;
	font-size: 17px;
	background-color: #333;
	color: white;
	float: left;
	vertical-align: middle;
	text-align: center;
	line-height: 1.8em;
	height: 1.8em;
	width: 130px;
	cursor: pointer;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
}

.panelButtonLeft{
	border-radius: 5px 0px 0px 5px;
	border-left: 0px;
}

.panelButtonRight{
	border-radius: 0px 5px 5px 0px;
}

.panelButtonMiddle{

}

.panelButtonSelected{
	padding: 0px;
	border: 1px solid #bbb;
	color: #333;
	
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #dbdbdb 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdbdb), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbdbdb 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dbdbdb 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
}

/*** TEXT STYLES ***/
.normal0 {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
	color: gray;
}

.normal1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 15px;
}

.normal2 {
	font-family: FonectaBook;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 24px;
}

.normal3 {
	font-family: FonectaBook;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
}

.normal4 {
	font-family: FonectaBook;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 40px;
}

.bold2 {
	font-family: FonectaBold;
	font-size: 24px;
}

.bold3 {
	font-family: FonectaBold;
	font-size: 28px;
}

.bold4 {
	font-family: FonectaBold;
	font-size: 40px;
}


.red {
	color: #f43f3f;
}

.white {
	color: #fff;
}

.black{
	color: #333;
}

.grey{
	color: #ddd;
}

.darkGrey{
	color: grey;
}

.italic {
	font-style: italic;
}

.bold{
	font-weight: bold;
}

.bg-white {
	background-color: #ffffff;
}

.bg-grey {
	background-color: #ececec;
}

.bg-green {
	background-color: #83cc66;
}

/*** TABLE STYLES / LISTING ***/
.tableListRow {
	
}

.tableListRow:hover {
	background-color: #ececec;
	cursor: pointer;
}

.tableListRow:hover td.highlight {
	color: #FF3030;
}

.tableDataRow td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.tableFormRow {
	
}

.tableFormRow td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.cellLoose{
	padding: 20px;
}

.tableDiv {
	display: inline-table;
	width: 100%;
}

.tableDiv > div {
	display: table-row;
}

.tableDiv > div > div {
	display: table-cell;
}

/*** MISC***/

.marginSmall{
	margin: 5px;
}

.marginSmallTop {
	margin-top: 5px;
}

.marginSmallBottom {
	margin-bottom: 5px;
}

.marginSmallLeft {
	margin-left: 5px;
}

.marginSmallRight {
	margin-right: 5px;
}

.marginNormal{
	margin: 10px;
}

.marginNormalTop {
	margin-top: 10px;
}

.marginNormalBottom {
	margin-bottom: 10px;
}

.marginNormalLeft {
	margin-left: 10px;
}

.marginNormalRight {
	margin-right: 10px;
}

.marginBig {
	margin: 25px;	
}

.marginBigTop {
	margin-top: 25px;
}

.marginBigBottom {
	margin-bottom: 25px;
}

.marginBigLeft {
	margin-left: 25px;
}

.marginBigRight {
	margin-right: 25px;
}

.padSmall{
	padding: 5px;
}

.padNormal{
	padding: 10px;
}

.padNormalTop {
	padding-top: 10px;
}

.padNormalBottom {
	padding-bottom: 10px;
}

.padNormalLeft {
	padding-left: 10px;
}

.padNormalRight {
	padding-right: 10px;
}

.padBig{
	padding: 25px;
}

.padBigTop {
	padding-top: 25px;
}

.padBigBottom {
	padding-bottom: 25px;
}

.padBigLeft {
	padding-left: 25px;
}

.padBigRight {
	padding-right: 25px;
}


.borderAll {
	border: 1px solid #ddd;
}

.borderTop {
	border-top: 1px solid #ddd;
}

.borderBottom {
	border-bottom: 1px solid #ddd;
}

.borderLeft {
	border-left: 1px solid #ddd;
}

.borderRight {
	border-right: 1px solid #ddd;
}

.list_disc {
	list-style: disc outside none;
	padding: 2px 0px;
	margin-left: 15px;
}

.sortActive {
	color: #000000;
}

.sortPassive {
	color: #BDBDBD;
}

.gotoDiv {
	display:inline-block;
	margin: 0px 15px;
}

.gotoDiv a {
	color: #f43f3f;
}

.gotoDiv .current {
	color: #333;
	cursor: default;
}

.gotoDiv span {
	margin: 0px 5px;
}

.gotoDiv input {
	margin-left: 5px;
	width: 50px;
	height: 1.6em;
}

.gotoDiv button {
	font-family: FonectaBold;
	display: inline-block;
	color: #fff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: none;
	cursor: pointer;
	
	height: 1.6em;
	
	background: #3e3e3d; /* Old browsers */
	background: -moz-linear-gradient(top, #737373 0%, #3e3e3d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#737373), color-stop(100%,#3e3e3d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #737373 0%,#3e3e3d 100%); /* IE10+ */
	background: linear-gradient(to bottom, #737373 0%,#3e3e3d 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737373', endColorstr='#3e3e3d',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 0px 2px 0px #000;
	-webkit-box-shadow: 0px 2px 0px #000;
	box-shadow: 0px 2px 0px #000;
}

.selectRowLimitDiv {
	display: inline-block;
	margin-left: 15px;
}

.selectRowLimitDiv select{
	margin: 5px;
}

.templateContainer {
	height: 320px;
	background-color: #ececec;
	margin: 10px;
	padding: 5px;
}

.templateImageContainer {
	width: 200px;
	height: 250px;
	overflow: hidden;
	text-align:center;
}

.nowrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.centered {
	display: block;
	max-width: 99%;
	margin-left: auto;
	margin-right: auto;
}

.rounded {
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: none;
	border-width: 0;
}

.valignMiddle {
	vertical-align: middle;
}

.valignBottom {
	vertical-align: bottom;
}

.hr2 {
	margin: 10px 0px;
	height: 1px;
	background-color: #CCC;
}

.hr3 {
	float:left;
	width:1px;
	background-color: #CCC;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

.inlineBlock {
	display: inline-block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}