@charset "utf-8";
@import url("reset.css");
@import url("reset-fonts-grids.css");
@import url("base.css");
@import url("fonts.css");
@import url("form.css");
@import url("grids.css");
/*
 * Custom
 */
.disabled {
    opacity: 0.25;
    filter: alpha( opacity = 25);

zoom:
    1;
}

a:focus, #map:focus {
    outline: 0;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

strong em, em strong {
    font-weight: bold;
    font-style: italic;
}

.ui-tabs .ui-tabs-nav li {
    list-style-type: none;
}

th, td {
    border: none;
    padding: 0px;
}

noscript div,
#ie6sux {
    background-color: rgb(254, 248, 246);
    border: 1px solid rgb(205, 10, 10);
    margin: 10px;
    padding: 10px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
}

noscript div,
#ie6sux,
#ie6sux a {
	font-size: 12px;
	color: rgb(205, 10, 10);
}

.help {
	cursor: help;
}

#tooltip.tooltip {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background: white;
	width: 150px;
	border: none;
}

label.optional {
	font-weight: normal;
}

#t2 #menu ul li { margin-right: 5px; }

