/*!
 * jQuery UI Tabs 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/tabs/#theming
 */


.ui-tabs {


height: 100%;
background-color: #FFFFFF;
position: relative;
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed"); */
padding-bottom: 20px;

}
.ui-tabs .ui-tabs-nav {
	height: 45px;
	margin: 0;
	font-family: 'Archivo Narrow', Arial, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
	color: #74797C;
	padding-top: 0.2em;
	padding-bottom: 0;
	padding-left: px;
}
.ui-tabs .ui-tabs-nav li {
	height: 46px;
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding: 0 20px 0 0;
	white-space: nowrap;
	background: url(../images/tab.png) no-repeat center bottom;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	/*padding: .5em 1em;*/
	text-decoration: none;
	padding-left: 18px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	background: url(../images/selected_tab.png) center bottom no-repeat;
}



.ui-tabs .ui-tabs-panel {
	/*width: 600px;*/
	display: block;
	/*padding-top: 1em;*/
	padding-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 10px;
	margin-left: 14px;
	padding-top: 1em;
}

/***********************************************************************/


.ui-widget-header a {
	color: #74797C/*{fcHeader}*/;
	height: 50px;
}

.ui-widget-content p {
	
	color: #A1A1A1;
	
	font-size: 80%;
	text-align: justify;		

}

#anim1 li {
	color: #A1A1A1;
	
	font-size: 80%;
	text-align: justify;
	list-style-position: outside;
	list-style-type: square;
}


.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #d31a2c/*{fcHover}*/;
	text-decoration: none;

}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {

	font-weight: normal/*{fwDefault}*/;
	/*color: #FFCC00/*{fcActive}*/;
	color: #FF0000;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #199EED/*{fcActive}*/;
	text-decoration: none;

}

