body {
	margin: 20px;
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 62.6%;
}
TABLE   { border-collapse: collapse}

h1, h2, h3 {
	margin: 0;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}


.hidden { display: none }



#footer {
	width: 910px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	font-family: "Times New Roman",Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
}

.toggler { width: 90%; position: relative; }
#effect {position: relative;  width: 90%;  padding: 1em;  border: 1px solid #000; background: #eee; color: #333; }
#button { padding: .5em 1em; text-decoration: none; }
.botonito { padding: .5em 1em; text-decoration: none; }

/*ui site overrides for TR*/
.content {
	overflow: visible;
}
#content-wrapper {
	background: none;
}
.content-top {
	background-image: url(../images/app/content_top_bg_trFix.gif);
}
#application-content {
	background: #fff;
	padding: 5px;
	margin: 0 -1px;
}

/*TR application styles*/

/*hide elements if js is avail*/
.js .theme-group-content, .js #submitBtn, .js select.texture, .js #themeGallery, .js #help {
	display: none;
}

input.opacity, input.offset {
	width: 20px;
	float: left;
}
span.opacity-per {
	float: left;
	padding: 0 .2em;
}
input#ffDefault, select#fwDefault {
	width: 120px;
}
input.cornerRadius {
	width: 20px;
}

/*rounded corner warnings*/
a.cornerWarning { color: red !important; text-decoration: none; }
#cornerWarning {font-size: .9em; margin: 5px 0;}



/*Farbtastic styles*/
.farbtastic {
  position: relative;
  background: #555;
  border: 1px solid #aaa;
  top: 1px;
  left: 0;
  z-index: 99999999;
}
.farbtastic * {
  position: absolute;
  cursor: crosshair;
}
.farbtastic, .farbtastic .wheel {
  width: 195px;
  height: 195px;
}
.farbtastic .color, .farbtastic .overlay {
  top: 47px;
  left: 47px;
  width: 101px;
  height: 101px;
}
.farbtastic .wheel {
  background: url(../images/app/wheel.png) no-repeat;
  width: 195px;
  height: 195px;
}
.farbtastic .overlay {
  background: url(../images/app/mask.png) no-repeat;
}
.farbtastic .marker {
  width: 17px;
  height: 17px;
  margin: -8px 0 0 -8px;
  overflow: hidden; 
  background: url(../images/app/marker.png) no-repeat;
}



/*NON_JS Submit Button*/
#submitBtn {
	background: #000000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #444;
	font-weight: bold;
	cursor: pointer;
	font-size: 1.1em;
	padding: .4em 10px;
	font-family: "Times New Roman", Verdana, Arial, sans-serif;
}
#submitBtn:hover {
	background: #0D0D0D;
}

ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
				
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

