/* CSS for Footer Links feature */
/* See common/js/script.js */

@CHARSET "UTF-8";

html body .tabs {
	margin: 5px auto;
	padding: 2px 0 0 0;
	width: 98%;
	text-align: center;
	border-top: 1px solid #003250;
}

.ar .tabs {
	direction: rtl;
}

html body .tabNav {
	margin: 0 auto;
	padding: 0;
	width: auto;
}

html body .tabNav {
	margin: 0;
    padding: 0;
    list-style-type: none;
    background-image: none;
    display: inline;
}

html body .tabNav li {
	margin: 0;
	padding: 0;
    list-style-type: none;
    background-image: none;
    display: inline;
}
.ar .tabNav li {
	text-align: right;
}

html body .tabNav a:link,
html body .tabNav a:visited {
	font-size: 11px;
	color: #48494A;
	text-decoration: underline;
	padding: 5px 10px;
}

html body .tabNav a:hover {
	text-decoration: none;
}

html body .tabs h2 {
	color: #48494A;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0px 3px;
	text-align: left;
}
.ar .tabs h2 {
	text-align: right;
}

html body .tabs p {
	color: #48494A;
	margin: 0;
	padding: 0px 3px;
	font-size: 11px;
	text-align: left;
}
.ar .tabs p {
	text-align: right;
}

html body .tabs p span {
    font-weight: bold;
}

html body .tabs p a:link,
html body .tabs p a:visited {
	color: #003250;
    font-size: 11px;
    text-decoration: underline;
    margin: 0;
    padding: 0;
}

html body .tabs p a:hover {
    text-decoration: none;
}
