/* $Id: style.css 245 2010-09-17 05:01:22Z hodaka $ */
.jobcalendar {}
td.prevmonth, td.nextmonth {color:#aaa}
td.workday {background:#ccc;}

.spotjobHeader1 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-left: 1em;
}

#categoryBox {
  float: left;
}
#toptab {
  float: right;
  list-style: none;
}
#toptab li {
  list-style: none;
}

/* list style */
#imageList {
    clear: both;
    margin: 1em 0;
    padding: 0;
}
#imageList .imagefooter { list-style:none; margin:0 0 1em; padding:0; }
#imageList .imagefooter li { list-style:none; display: inline; }
.imageinfo {
    overflow: auto;
    margin: 0 0 0 1em;
    padding: 0;
}
/* mac hide \*/
* html .imageinfo {height:1%} /* end hide*/

h2.imagetitle {
    margin: 0;
    padding: 0 0 3px;
    border-bottom: 2px solid #ccc;
}
.imagetitle a {
    font-size: 1.2em;
}
.info {
    list-style: none;
    margin-left: 1em;
    padding: 0;
}
.info li {
    display: inline;
    border-left: 1px solid #ccc;
    line-height: 1em;
    padding-left: 3px;
}
.info li.first {
  border-left: 0px solid #ccc;
}
.description {
  clear: both;
  padding: 0;
  margin: 1em 0 0 3px;
}


/* album style */
#photoAlbum {
  clear: both;
}
.albumOuter{
    position: relative;
    left: 50%;
    float: left;
    clear: both;
    margin: 1em 0;
}
.albumInner{
    position: relative;
    left: -50%;
    text-align: center; /* IE/mac needs*/
    margin: 0;
    padding: 0;
}
#photoAlbum .album {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
    clear: both;
}
#photoAlbum .album li {
    float: left;
    list-style: none;
    margin: 0 0 1em;
    padding: 0 3px;
}
#photoAlbum .album img {
    vertical-align: top;
    position: relative;
}
#photoAlbum .album ul {
  list-style: none;
  margin: 3px 0;
  padding: 0;
  text-align: center;
  line-height: 1;
}
#photoAlbum .album ul li {
    list-style: none;
    display: inline;
    border-left: 1px solid #ccc;
    margin: 0;
    padding: 0 3px;
}
#photoAlbum .album li li.first {
    border-left: 0px solid #ccc;
}

/* view */
.image {
  margin: 0 auto 1em;
}
.imagedesc {
    clear: both;
    margin: 0 1em 0;
    padding: 0 0 1em;
    border-bottom: 1px dotted #ccc;
}
#footer {
    margin: 0 1em 0;
}
#footer ul { list-style:none; margin:0; padding:0; }
#footer li { list-style:none; display: inline; }
.imagefooter {
  margin-bottom: 10px;
    float: left;
}
.imagefooter li {
    border-left: 1px solid #ccc;
    line-height: 1em;
    padding: 0 3px;
}
.imagefooter li.first {
  border-left: 0px solid #ccc;
}

.tabheader table {
border-collapse: collapse; /* for IE */
border-spacing: 0; /* for N6 */
}
.tabheader td {
background-color: #d0d0d0;
border: 1px solid black;
padding: 0.5em;
white-space: nowrap;
}
.tabheader td.open {border-width: 1px 1px 0px 1px; background-color: white;}
.tabheader td#spc {border-width: 0px 0px 1px 0px; background-color: white;}
.tabheader a {text-decoration: none;}
.tabbody {
border-color: black;
border-style: solid;
border-width: 0 1px 1px 1px;
padding: 1em;
}

.spotjobNavigation {
  margin-bottom: 10px;
  float: right;
}
.spotjobNavigation li {
  line-height: 1em;
  border-right: 1px solid #999;
  padding: 0 3px;
  color: #ddd;
}
.spotjobNavigation li.noentry {
  border-right: 1px solid #ddd;
}
.spotjobNavigation li.last {
  border:none;
}

.spotjobScoutNavi {
    list-style:none;
}
.spotjobScoutNavi li {
    display: inline;
    padding-left:.5em;
}

/* broken link */
#spotjob_brokenlink {
    width: 60%;
    margin: 0 auto;
}
#spotjob_brokenlink_form fieldset {
    margin: 1em 0;
    padding: 10px;
    border-width: 1px;
    border-color: #776d6b;
    border-style: solid;
}
#spotjob_brokenlink_form legend {
    padding: 3px 0;
    font-weight: bold;
}
#spotjob_brokenlink_form input.button#report_broken {
    padding-left: 100px;
}

/* submit */
#spotjobForm {
    width: 100%;
    margin: 0 auto;
}

#spotjobForm fieldset {
    margin: 1em 0 0 0;
    padding: 0;
    border-width: 1px;
    border-color: #776d6b;
    border-style: none;
}
#spotjobForm legend {
    padding: 3px 0;
    font-weight: bold;
}
#spotjobForm em {
    font-style: normal;
    font-weight: bold;
    color: #f00;
}

#spotjobForm .label {
    clear: left;
    display: block;
    padding: 3px 0;
    padding-left: 5px;
    float: left;
    width: 130px;
    line-height: 1.2;
    border-top:1px solid silver;
    vertical-align: middle;
}
#spotjobForm .control {
    display: block;
    margin: 0 0 0 135px;
    padding: 3px 0;
    line-height: 1.2;
    border-top:1px solid silver;
    vertical-align: middle;
}
#spotjobForm input checkbox {
    margin: 0;
    padding: 0;
    border-style: none;
    color: #000;
    background: transparent;
}
#spotjobForm input, #spotjobForm select, #spotjobForm textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #aaaa94 #dfdfd6 #dfdfd6 #aaaa94;
    vertical-align: bottom;
    color: #696969;
    background: #f1f1ed;
    padding: 3px;
}

#spotjobForm #image_title,
#spotjobForm #image_description {
    width: 400px;
}
#spotjobForm input[type="text"]:focus,
#dhuploaderForm input[type="file"]:focus,
#spotjobForm textarea:focus,
#spotjobForm select:focus {
  background: #fff;
}

/* Clearing float   www.positioniseverything.net */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */