
/*** Theme TCM  ***/
html{
	height: 100%;
	background-color: #77befc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#153957),
		to(#77befc));
	background-image: -webkit-linear-gradient(top, #153957, #77befc);
	background-image: -moz-linear-gradient(top, #153957, #77befc);
	background-image: -o-linear-gradient(top, #153957, #77befc);
	background-image: -ms-linear-gradient(top, #153957, #77befc);
	background-image: linear-gradient(top, #153957, #77befc);
	-pie-background: linear-gradient(top, #153957, #77befc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#153957',
		endColorstr='#77befc', GradientType=0);
}

.ui-button {
	background: #FFF !important;
	color: #1D394D !important;
	font-weight: normal !important;
}

.ui-button :hover, .ui-accordion-header:hover {
	background: #1D394D !important;
	color: #FFF !important;
	font-weight: normal !important;
}
