/** 
 * GLOBAL CSS, this CSS will be included regardless of currently selected theme
 *   NOTE: please leave any advanced markup such as colors / background images / logos to be determined by the system's current theme
 */
 h3 {
	padding: 0px;
	margin: 0px;
}
 
.ui-accordion-header {
	font-size: 16px;
}
.ui-accordion-content {
	font-size: 16px;
}

#TB_ajaxContent {
	background-image:url(../../../layout/themes/gaucho/img/Leather.png); 
   	background-repeat:repeat;
	font-size: 14px;
	color: #FFF;	
}

#TB_window {
	font-size: 14px;
	color: #FFF;	
}

#TB_title {
	background-image:url(../../../layout/themes/gaucho/img/Paper.png);
	border-bottom: 1px solid #000; 
	font-size: 13px;
	color: #FFF;
}

#TB_ajaxWindowTitle {
	background-image:url(../../../layout/themes/gaucho/img/Paper.png); 
	padding-bottom: 0px;
	border-bottom: 1px solid #000;
}

#TB_closeWindowButton {
	color: #FFF;
}