/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2014, 6:18:08 PM
    Author     : 3piece
*/
/*.ui-datepicker-trigger {
  position: relative;
  left: 15px;
  top: 12px;
}*/
/*body {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: #FFF;
}*/
/*
.fullwidthrow {
  width: 100%;
  background: #999;
}

.container960 {
  max-width: 960px;
  background: #CCC;
  margin: auto;
}

hr {
  max-width: 960px;
  margin: 10px auto;
  border: none;
  border-bottom: 1px solid #c7c7c7;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shadowunder {
  -webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.75);
}

.bold {
  font-weight: bold;
}

.pl20 {
  padding-left: 20px;
}

.it {
  font-style: italic;
}

.center {
  text-align: center;
}

.pt10 {
  padding-top: 10px;
}

.plr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.green {
  background: #0F3;
}

.black {
  color: #000;
}


.f12 {
  font-size: 12px;
}

.mb10 {
  margin-bottom: 10px;
}

.mlr15 {
  margin-left: 15px;
  margin-right: 15px;
}

hr.faded {
  clear: both;
  float: none;
  width: 100%;
  height: 1px;
   margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgb(255
    , 255, 255)), color-stop(0.1, rgb(221, 221, 221)),
    color-stop(0.9, rgb(221, 221, 221)), color-stop(1, rgb(255, 255, 255)));
  background-image: -moz-linear-gradient(left center, rgb(255, 255, 255)
    0%, rgb(221, 221, 221) 10%, rgb(221, 221, 221) 90%, rgb(255, 255, 255)
    100%);
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.white {
  background: #FFF;
}

.aq {
  color: #436C80;
}*/

/*.ui-datepicker {
  margin-left: -270px;
  margin-top: 30px;
}

#ulports {
  
}

#ulports li {
  margin-bottom: 10px;
}
 Things that change with smaller screens before and after ----------- 
.ui-datepicker {
  font-size: 12px;
  margin-left: -180px;
  margin-top: 30px;  
}

.formtables {
  margin-left: 20px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 10px;
  font-size: 12px;
}

.container960 span {
  margin-left: 20px;
}

.formtables td {
  font-size: 12px;
}

.optioncheckbox {
  margin-left: 32%;
}

 Smartphones (portrait) ----------- 
@media only screen and (max-width : 320px) {
   Styles 
  body {
    background: #FFF;
  }
  .formtables {
    margin-left: 5px;
  }
  .tableheading {
    margin: auto;
  }
  .formtables td {
    font-size: 9px;
  }
  .ui-datepicker {
    font-size: 12px;
    margin-left: -20px;
    margin-top: 30px;
  }
  .optioncheckbox {
    margin-left: 16%;
  }
}*/