/* --------------------------------------------------------------
 * Description:         Default Design for the moveon 4 Relation Publisher
 * Version:             0.0.10 (11/06/2013)
 * Website:             moveon4.com
 */

body {
    background: none repeat scroll 0 0 #F1F1F1;
    color: #525252;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    outline: 0 none;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px 0;
}
.header {
    background: url("https://static.moveon4.com/default/images/logo.png") no-repeat scroll -6px 30px white;
    padding-top: 130px;
    position: relative;
}
.pageCover {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0 auto;
    overflow: visible;
    padding: 0 60px 60px;
    width: 938px;
	position: relative;
	display: block;
}
.welcome {
    border-bottom: 1px solid #D26E10;
    font-size: 17px;
}
.pageHeader {
    font-size: 13px;
}
/*PAGE FOOTER */
.pageFooter {
  width: 938px;
  padding: 0 60px;
  margin: 0 auto;
}

.pageFooter .siteWidth {
  min-height: auto;
}

.appDetails {
  /*height: 24px;*/
  line-height: 23px;
  color: #666666;
  font-size: 11px;
  margin: 10px auto 0px;
  border-bottom: 0;
  width: 938px;
}

.privacy_policy{
  padding-bottom: 10px;
  margin-right: 8em;
}

.controlContainer {
    float: left;
    margin-bottom: 8px;
    overflow: hidden;
    padding: 2px 0;
    width: 469px;
}
.controlLabel,  .controlContainer label{
    color: #666666;
    float: left;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
    padding-right: 5px;
    text-align: right;
    width: 145px;
	height: 34px;
}
.controlData {
    float: left;
    overflow: visible;
    width: 319px;
}
.controlData > input, .controlData > select {
    border: 1px solid #E3E3E3;
    color: #002E67;
    float: left;
    height: 18px;
    padding: 5px 3px;
    width: 290px;
}
.controlData > select {
    height: 30px;
    width: 298px;
}
.controlContainer[kind="filter"] {
    border-top: 1px dashed #DDDDDD;
    display: inline-block;
    margin: 10px 20px;
    padding-top: 10px;
    position: relative;
    width: 896px;
}
.controlContainer[kind="filter"] .controlData {
    display: inline;
    float: right;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
.controlContainer[kind="filter"] .controlLabel {
    display: none;
}
.controlContainer[kind="filter"] .controlData input {
    height: 100px;
    width: 100px;
}
.controlData > input:focus, .controlData > select:focus {
    border: 1px solid #1D84C7;
    box-shadow: 0 0 3px #1D84C7;
}
.controlData > button {
    background: url("https://static.moveon4.com/default/icons/icon_search.png") no-repeat scroll 11px 6px #9DD03A;
    border: 0 solid #C6C6C6;
    border-radius: 3px 3px 3px 3px;
    color: white;
    cursor: pointer;
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px 30px;
}
.controlData > button:hover {
    background: url("https://static.moveon4.com/default/icons/icon_search.png") no-repeat scroll 11px 6px #81C41D;
}
.controlData > button:active {
    background: none repeat scroll 0 0 #FFFFFF;
}
.controlData > #keyword {
    background: url("../images/search-glass.gif") no-repeat scroll 335px center #FFFFFF;
}
.publisherSearchBox {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto;
    padding-top: 15px;
    position: relative;
    width: 943px;
    margin-bottom: 20px;
}
.publisherResultBox {
    float: left;
    width: 100%;
}
.publisherSearchBox:after, .resultBlock:after, #relationsResults:after, .pageCover:after {
    clear: both;
    color: white;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    width: 0;
}
#submit {
    border: 1px solid #E3E3E3;
    cursor: pointer;
    float: right;
    height: 25px;
    margin-right: 10px;
    opacity: 0.8;
    padding-bottom: 3px;
}
#submit:hover {
    opacity: 1;
}
#submit:focus {
    border: 1px solid #3D3D3D;
}
#relationsResults {
    padding: 0;
}
.emptyContent {
    width: 231px;
}
.resultBlock {
    border: 0 solid #C9D4DC;
    float: left;
    margin: 7px auto;
    padding: 0 60px;
    position: relative;
}
.resultBlock:first-of-type {
    margin-top: 0;
}
.resultHeader {
    border-top: 5px solid #9BBACE;
    color: #04314F;
    font-weight: bold;
    margin: 0;
    min-height: 20px;
    overflow: hidden;
    padding: 7px 0;
    position: relative;
}
.resultHeader > .relationName {
    font-size: 15px;
    max-width: 80%;
}
.resultHeader > .relationDuration {
    float: right;
    line-height: 19px;
    margin-right: 5px;
}
.resultHeader > .relationDuration * {
    float: left;
}
.resultHeader > img {
    float: right;
}
.caption {
    border-top: 1px solid #CCCCCC;
    clear: left;
    color: #065284;
    float: left;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    padding-right: 20px;
    text-align: left;
}
.relationDuration > .caption {
    padding-right: 5px;
}
.resultContent {
    font-size: 12px;
}
.resultContent > a, a#backToSearch {
    background: none repeat scroll 0 0 #007BC0;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 2px 10px 3px;
    position: absolute;
    right: 60px;
    text-decoration: none;
    top: 11px;
}
.resultContent > a:hover, a#backToSearch:hover {
    background: none repeat scroll 0 0 #004166;
}
a#backToSearch {
    position: relative;
    right: 0;
}
.resultRow {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 3px 0;
    overflow: hidden;
    transition-duration: 0.3s;
    transition-property: background-color;
}
.resultRow:hover {
    background: none repeat scroll 0 0 #FAFAFA;
}
.resultRow:first-child {
    margin-top: 0;
}
.resultContent .caption {
    line-height: 17px;
    width: 228px;
}
.resultContent .content {
    border-top: 1px solid #CCCCCC;
    float: left;
    line-height: 18px;
    width: 685px;
}
.content ol, .content ul {
    margin: 0 0 0 -26px;
}
.content img {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
    max-width: 250px;
}
.loading {
    background: url("../images/treeExpand_loading.gif") no-repeat scroll 0 1px Transparent;
}
.showMore {
    background: none repeat scroll 0 0 #E3E3E3;
    border: 1px solid #C9CACC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    cursor: pointer;
    font-weight: bold;
    margin: 12px 60px;
    opacity: 0.8;
    overflow: hidden;
    padding: 6px 2px;
    text-align: center;
    text-shadow: 1px 1px #FFFFFF;
    width: 938px;
    float:left;
}
.showMore:hover {
    box-shadow: 0 0 3px #E3E3E3;
    opacity: 1;
}
.emptyResult {
    background: none repeat scroll 0 0 #FEEFB3;
    border: 1px solid #9F6000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: none;
    color: #BF903C;
    cursor: pointer;
    font-weight: bold;
    margin: 12px auto;
    overflow: hidden;
    padding: 6px 2px;
    text-align: center;
    width: 900px;
}
.resultContent > div {
    padding: 3px 0;
}
.publisherSearchWrapper {
    background: url("../images/RelationPublisherSearchGradient.png") repeat-x scroll 0 0 transparent;
    border: 0 solid #E5E5E5;
    margin-top: 20px;
}
ul#publisherResultNav {
    background: none repeat scroll 0 0 #C9D4DC;
    border-bottom: 5px solid #FFFFFF;
    border-top: 1px solid #CCCCCC;
    display: none;
    height: 40px;
    line-height: 40px;
    margin: 20px -60px 0;
    overflow: hidden;
    padding: 10px 0 0 60px;
	clear: left;
	width: 998px;
}
#detailPage #publisherResultNav, #detailPage #publisherResultWrapper {
    display: block;
}
#publisherResultNav li {
    float: left;
    list-style-type: none;
    margin-right: 5px;
}
#publisherResultNav a {
    background-color: #EAEFF2;
    border-color: #C9D4DC;
    border-style: solid;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
#publisherResultNav a:hover, #publisherResultNav a.selected {
    background-color: #FFFFFF;
}
#publisherResultNav a.selected {
    border-bottom: 1px solid #FFFFFF;
}
#publisherResultWrapper {
    border: 0 solid #C9D4DC;
    display: none;
    margin: 0 -60px;
    padding: 0;
}
#map {
    height: 400px;
	margin-bottom: 40px;
}
.pageCover a {
    color: #04314F;
}
.pageCover a:hover {
    text-decoration: none;
}
#institutionsResults {
    display: none;
    overflow: hidden;
}

a#backToSearch {
    display: block;
    float: left;
    margin-bottom: 20px;
}
.publisherResultBox .resultBlock {
    padding: 0;
    width: 100%;
}

/* LIST #1 */
#lists { }
#lists ol { list-style:none; margin:30px; }
#lists ol li { display:inline; float:left; line-height:20px; width:294px; }
#lists ol li img { float: left; line-height: 20px; margin-top: 3px; max-width: 20px; min-width: 20px; }
#lists ol li a { float:left; margin-left:10px; width:212px; text-decoration:none; }
#lists ol li a:hover { text-decoration:underline; }

.fadeLayer {
    background: url("https://static.moveon4.com/default/icons/loader_icon.gif") no-repeat scroll center center #FFFFFF;
	height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 990;
}