.ui-widget {
    font-size: 12px !important;

}

.ui-widget, .ui-widget .ui-widget {
//  font-family: 'RobotoCondensed',Arial,Helvetica,sans-serif;
}

.ui-layout-north {
    z-index: 20 !important;
    overflow: visible !important;;
}

.ui-layout-north .ui-layout-unit-content {
    overflow: visible !important;
}

.ui-widget-header {
    text-align: center;
    text-transform: none;
}

.ui-datatable-footer .ui-button {
    float: left;
    margin-top: 25px !important;
}

.ui-button {
    margin-top: 10px !important;
}

/* Fonts */

@font-face {
    font-family: 'RobotoCondensed';
    src: url("../fonts/Roboto-Condensed-webfont.eot?ln=common");
    src: url("../fonts/Roboto-Condensed-webfont.eot?ln=common?#iefix") format('embedded-opentype'), 
        url("../fonts/Roboto-Condensed-webfont.svg?ln=common#RobotoCondensed") format('svg'), 
        url("../fonts/Roboto-Condensed-webfont.woff?ln=common") format('woff'), 
        url("../fonts/Roboto-Condensed-webfont.ttf?ln=common") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoCondensedItalic';
    src: url("../fonts/Roboto-CondensedItalic-webfont.eot?ln=common");
    src: url("../fonts/Roboto-CondensedItalic-webfont.eot?ln=common?#iefix") format('embedded-opentype'), 
        url("../fonts/Roboto-CondensedItalic-webfont.svg?ln=common#RobotoCondensedItalic") format('svg'), 
        url("../fonts/Roboto-CondensedItalic-webfont.woff?ln=common") format('woff'), 
        url("../fonts/Roboto-CondensedItalic-webfont.ttf?ln=common") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url("../fonts/Roboto-BoldCondensed-webfont.eot?ln=common");
    src: url("../fonts/Roboto-BoldCondensed-webfont.eot?ln=common?#iefix") format('embedded-opentype'), 
        url("../fonts/Roboto-BoldCondensed-webfont.svg?ln=common#RobotoBoldCondensed") format('svg'), 
        url("../fonts/Roboto-BoldCondensed-webfont.woff?ln=common") format('woff'), 
        url("../fonts/Roboto-BoldCondensed-webfont.ttf?ln=common") format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoBoldCondensedItalic';
    src: url("../fonts/Roboto-BoldCondensedItalic-webfont.eot?ln=common");
    src: url("../fonts/Roboto-BoldCondensedItalic-webfont.eot?ln=common?#iefix") format('embedded-opentype'), 
        url("../fonts/Roboto-BoldCondensedItalic-webfont.svg?ln=common#RobotoBoldCondensedItalic") format('svg'), 
        url("../fonts/Roboto-BoldCondensedItalic-webfont.woff?ln=common") format('woff'), 
        url("../fonts/Roboto-BoldCondensedItalic-webfont.ttf?ln=common") format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Other Classes */
.clear { clear: both; height: 0px; }
.none { display: none; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


body
{
    font-family: 'RobotoCondensed', Arial, Helvetica, sans-serif;
}

#header-wrapper
{
    border-radius: 6px;
    height: 100px;
    padding: 0;

    background-color: #f5f3ed;
    background: rgb(248,247,242);

    background: -moz-linear-gradient(top, rgb(248,247,242) 70%, rgb(227,224,215) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgb(248,247,242)), color-stop(100%, rgb(227,224,215))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgb(248,247,242) 70%, rgb(227,224,215) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgb(248,247,242) 70%, rgb(227,224,215) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgb(248,247,242) 70%, rgb(227,224,215) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgb(248,247,242) 70%, rgb(227,224,215) 100%); /* Standard syntax */

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f2', endColorstr='#e3e0d7', GradientType=0 ); /* IE6-8 */
}

#header-wrapper h1 {
    font-size: 22px;
    margin: 14px 0 0 15px;
}

#header
{
}

#idem_logo
{
    float: right;
    margin-top: 4px;
}

#header #ingov_logo {
    float: left;
    margin: 10px 0 0 14px;
}

#header h1 {
    background-image: url("../images/col_bg.jpg");
    background-repeat: repeat-x;
    color: #FFFFFF;
    font-size: 1.5em;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
    overflow: visible;
    text-shadow: 2px 2px 2px #333333;
    text-align: right;
    white-space: nowrap;
    margin: 0;
}

.ui-breadcrumb {
    border: none;
}

#content {
    width: 83%;
    float:left;
}

.entry {
    padding: 10px;
}

.wv100 { width: 100%; }

.bold { font-weight: bold; }

.nowrap
{
    white-space: nowrap; 
}

table.searchResults
{
    margin: 10px 0;   
    width: 100%;
}

table.searchResults tr.even
{
   background-color: inherit;
}

table.searchResults tr.odd
{
    background-color: #e4e4e4;
}

table.searchResults th
{
    text-align: left;
}

table.searchResults td
{
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #FFFFFF;
    padding: 10px;
}

table.searchResults td.a
{
    width: 15% !important;
}

table.searchResults td.b
{
    width: 10% !important;
}

table.searchResults td.c
{
    width: 25% !important;
}

table.searchResults td.d {}

table.searchResults td.e
{
    width: 25% !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content-container {
    border: 1px solid #d4ccb0;
    border-radius: 6px;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
}

#searchCriteriaPanelGroup {
//  border-top: 1px dotted #999;
    display: block;
//  margin-top: 10px;
//  padding-top: 10px;
}

#searchCriteriaPanelGroup table tr {
    background: none;
}

@media only screen and (max-width: 650px) {
    #header h1 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 550px) {
    #header h1 {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 480px) {
    #ingov_logo {
        margin: 15px 0 0 14px;
        width: 75px;
    }
    
    #ingov_logo img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    #criteriaSelectOneMenu {
        width: 100% !important;
    }
    
    #criteriaSelectOneMenu_label {
        width: 100% !important;
    }
    
    #searchCriteriaSelectionPanel_content table {
        width: 100%;
    }
    
    #searchCriteriaSelectionPanel_content table td {
        display: block;
        width: 100% !important;
        text-align: left !important;
    }
}

@media only screen and (max-width: 320px) {
    #ingov_logo {
        display: none;
    }
    
    #header h1 {
        font-size: 11px !important;
    }
}


/* LANDING PAGE CSS */
h2 {
	margin-top: 4px;
}

.btn-anchor {
	border: 1px solid #327e04;
	background: #459e00 url("../images/ui-bg_highlight-hard_15_459e00_1x100.png?ln=primefaces-south-street") repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff !important;
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btn-anchor:hover {
	background: #459e00 url("../images/ui-bg_highlight-soft_25_67b021_1x100.png?ln=primefaces-south-street") repeat-x;
}

#searchCriteriaSelectionPanel_content {
	overflow: hidden;
}

.column-left {
	float: left;
	margin-right: 10%;
	overflow: hidden;
	width: 60%;
}

.column-right {
	float: left;
	overflow: hidden;
	width: 30%;
}

.intro-text {
	font-size: 14px;
}

.nav-links {
	list-style-type: none;
	padding-left: 0;
}

.nav-links li {
	margin-bottom: 8px;
}

.nav-links a {
	border: 1px solid #327e04;
	background-color: #B5DF95;
	font-size: 12px;
	font-weight: bold;
	color: #327e04 !important;
	display: inline-block;
	position: relative;
	padding: 6px 12px;
	margin-right: .1em;
	text-decoration: none !important;
	cursor: pointer;
	text-align: center;
	overflow: visible;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.nav-links a:hover {
	background-color: #C9ECAD;
}

.sub-nav-links {
	font-size: 12px;
	padding-left: 18px;
}

.sub-nav-links li {
	margin-bottom: 6px;
}






