
/**
 * resolutions list
 * ----------------------------------------------------------------------------
 */

.resolution-header {
    
}

.resolution-title {
	font: bold 30px "Source Sans Pro", Helvetica, sans-serif;
        text-transform: uppercase;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.tabsBox li a {color: #000; text-decoration: none;}
.tabsBox li.activeTab a {color: #fff;}
.resolution-list .title {font-size:18px; letter-spacing:1px; font-family: 'PT Sans Narrow', sans-serif; font-weight:700; margin:0px 0px 15px 0px; text-transform:uppercase;}	
.resolution-list .title-search {border-bottom: 2px #ff6600 solid; padding:2px 0px 3px 35px; background-image: url(../img/ico-resolution-search.png); background-repeat:no-repeat;}	
.resolution-list .title-docs {border-bottom: 2px #ff6600 solid; padding:2px 0px 3px 35px; background-image: url(../img/ico-resolution-docs.png); background-repeat:no-repeat; clear:both;}
.resolution-list .col30{width:30px; display: table-cell; vertical-align: middle;}
.resolution-list .col20{width:125px; padding: 5px; display: table-cell; vertical-align: middle;}
.resolution-list .col40{width:199px; padding: 5px; display: table-cell; vertical-align: middle;}
.resolution-list #resolutionList{text-align: center; list-style: none; margin: 0; padding: 0; font-size: 12px;}
.resolution-list #resolutionList .listHeader{text-transform: uppercase;color: #3c3c3c; font-weight: bold; background-color: transparent!important;}
.resolution-list #resolutionList .listHeader{border: 1px solid transparent;}
.resolution-list #resolutionList .listHeader div a.sortUp{background: url(../img/sortUp.png) no-repeat 50% 50%; width: 11px; height:11px; display: inline-block; margin-right: 5px;}
.resolution-list #resolutionList .listHeader div a.sortDown{background: url(../img/sortDown.png) no-repeat 50% 50%; width: 11px; height:11px; display: inline-block; margin-left: 5px;}
.resolution-list #resolutionList .resRow{margin-bottom: 10px; float: left; width: 648px; background-color: #fff; border: 1px solid #c5c5c5; display: table;}
.resolution-list #resolutionList .resRow div{border-right: 1px solid #c5c5c5;}
.resolution-list #resolutionList .resRow div.lastCol{border-right: none; background-color: #ff6600;}
.resolution-list #resolutionList .resRow div.lt{text-align: left;}
.resolution-list .orange.awesome, .resolution-list .orange.awesome:visited {
    background-color: #ff6600;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.resolution-list #resolutionList a, .resolution-list #resolutionList a:visited{color: #3c3c3c; text-decoration: none;}

#resolutionSearch{
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
}
#resolutionSearch input{
    border: none;
    background-color: #f3f3f3;
}
#resolutionSearch .resStringBox{
    float: left;
    width: 370px;
    margin: 10px 10px 10px 10px;
}
#resolutionSearch .resNoBox{
    float: left;
    width: 240px;
    margin: 10px 10px 30px 10px;
}
#resolutionSearch .resStringBox label, #resolutionSearch .resNoBox label{
    display: block;
    font-size: 12px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #9b9b9b;
    margin-bottom: 5px;
    text-transform: lowercase;
}
#resolutionSearch #resString{
    width: 350px;
    height: 30px;
    padding: 0px 10px;
    margin: 0;
    line-height: 30px;
}
#resolutionSearch .noInput{
    width: 45px;
    padding: 0px 10px;
    margin: 0px 8px;
    line-height: 30px;
}
#resolutionSearch #resSession{
    margin-left: 0px!important;
}
#resolutionSearch #resYear{
    margin-right: 0px!important;
}
#resolutionSearch ul{
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both;
    font-family: 'PT Sans Narrow', sans-serif;
}
#resolutionSearch ul li{
    display: inline-block;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    padding: 5px 20px;
    color: #ff6600;
    text-transform: uppercase;
    font-size: 14px;
}
#resolutionSearch ul li.activeTab{
    display: inline-block;
    border-left: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
    border-top: 1px solid #ff6600;
    color: #fff;
    background-color: #ff6600;
}
#resolutionSearch ul li:hover{
    cursor: pointer;
}
#resolutionSearch #tabsFrame{
    border: 1px solid #ff6600;
    padding: 10px 5px;
    overflow: hidden;
}
#resolutionSearch #tabsFrame .div33{
    width: 175px;
    display: inline-block;
    text-align: left;
}
#resolutionSearch #tabsFrame .div50{
    width: 180px;
    display: inline-block;
    text-align: left;
}
#resolutionSearch #tabsFrame .styledSelect {
   width: 150px;
   height: 30px;
   overflow: hidden;
   background-image: url(../img/selectBox.png); 
   background-repeat:no-repeat;
}
#resolutionSearch #tabsFrame select{
    width: 178px;
    height: 30px;
    border: none;
    border-radius: 0;
    background: transparent;
   -webkit-appearance: none;
}
#resolutionSearch .tabBox{
    display: none;
    margin: 0px auto;
    text-align: center;
}
#resolutionSearch .tabBox label{
    font-size: 12px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #9b9b9b;
    margin-bottom: 5px;
    display: block;
    text-trasform: lowercase;
}
#resolutionSearch .tabBox input{
    width: 130px;
    padding: 0px 10px;
    margin: 0px;
    line-height: 30px;
    height: 30px;
}
#resolutionSearch #searchResSubmit{
    background-image: url(../img/searchResSubmit.png); 
    background-repeat:no-repeat;
    width: 132px;
    height: 30px;
    float: right;
    margin-top: 10px;
}
#resolutionSearch .icoResolutionCalendar{
    background-image: url(../img/ico-resolution-calendar.png); 
    background-repeat:no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 3px;
}

