@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "ProximaNova", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background: #f3f1ec;
}


html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
a {
	color: #687819;
	text-decoration: none;

}
a:hover, a:focus {
	color: #687819;
	text-decoration: underline

}

#content p a, #content  li a {
	font-weight: bold;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
a:hover, a:active {
	outline: 0;
	text-align: left;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}


.container {
	clear: both;
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
*zoom:1
}
.container:before, .container:after {
	display: table;
	line-height: 0;
	content: ""
}
.container:after {
	clear: both
}
/** HEADER SECTION  **/


#header {
	margin: 0;
	background: #faf8f4;
	height: 125px;
	padding-top: 5px;
	width: 100%;
}

#topbanner {
	height: 125px;
	background: #faf8f4;
}

#navcontainer {
	background: #201d17;
	background: #faf8f4; 
	height: 38px;
}

#branding {
	float: left;
	width: 450px;
	height: 80px;

}

#branding form {
	padding-left: 20px;
}

/** WINERY LOGIN **/

#winerylogin {
	padding: 5px;
}
#winerylogin form {
	font-size: 13px;
	height: 30px;
}
#winerylogin form select, #winerylogin option {
 color:#201d17;  
}
#winerylogin form select#ID_Winery {
    height: 28px;
    vertical-align: top;
}
#winerylogin form#form1 {
    padding-left: 0px;
}

#winerylogin form#form1 input.btn{
	vertical-align: top;
    top: auto;
    height: 28px;
    border-radius: 2px;
}

#logo {
	margin-top: 5px;
	margin-left: 0px;
}
div#logo img {
    width: 240px;
    margin-top: 6px;
}

#gnav {
	float: right;
	width: 600px;
	height: 40px;
}
#gnav ul {
	margin-top: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 11px;
	color: #faf8f4;
	height: 30px;
		float: right;
	margin-right: 10px;
	padding-top: 10px;
}
#gnav ul li {
	padding: 5px 2px !important;
	margin: 0;
	display: inline;
}
#gnav a:link, #gnav a:visited{
		color: #687819;
}

.gnav li {
	margin-left: 5px !important;
}

#welcome {
	clear: both;
	width: 600px;
	height: 60px;
	float: right;
}

#welcome ul {
	margin: 0;
	width: 600px;
	padding: 10px 5px 0 0;
	list-style: none;
	color:#201d17;
	text-align: right;
	font-size: 13px;
	text-transform: none;
}
#welcome ul li {
	display: inline;
}
#welcome strong {
	font-size: 14px;
}

#navbar {
	width: 100%;
	height: 40px;
	background: #201d17 !important;
}

#navbar ul.user {
	float: right;
	min-width: 100px;
}

.menuitem {
	text-wrap: none;
}


/* text */

.Arial_Text {
font-family: "ProximaNova", Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 10px
}
.lead {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 30px
}
small {
	font-size: 85%
}
large {
	font-size: 112.5%;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
h1 {
	font-family: 'Bodoni', Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: normal;
	color: #687819;
}
h2, h3, h4, h5, h6 {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
}
h4, h5 {
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin-bottom: 20px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #687819;
	margin-bottom: 5px;
}
h4, h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #444;
}
h5 {
	color: #687819;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0 0 0;
}

p {
	font-size: 14px;
	line-height: 140%;
}



.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}



/* buttons 
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #687819;
  *background-color: #687819;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}*/

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {

  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn.btn-outline {
	color: #687819 !important;
	border: 1px solid #687819;
	background-color: transparent;
}
.btn.btn-outline:hover,
.btn.btn-outline:focus,
.btn.btn-outline:active {
	background-color: #687819;
	color: white !important;	
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}


/*required */

.required {
	color: #c00;
	font-weight: bold;
}
/* misc text */

.green { 
color: #687819;;
}

.blue { 
color: #77B1F9;;
}

.red {
	color: #e74c3c ;
}

.dead {
	color: #900 ;
	font-weight: bold;
}

/* alert */
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 2.2;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


.highlight {
	background-color: #E4F1DA;
}

ul, ol {
	padding: 0;
	margin: 0 0 10px 25px
}
ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0
}
li {
	line-height: 20px;
}
ul.unstyled, ol.unstyled {
	margin-left: 10px;
	list-style: none
}
ul.list-style {
	list-style: none;
	margin: 5px 20px 5px 15px;
	padding: 0;
}
ul.list-style li {
	padding: 5px;
}
ul.list-style li {
	list-style: none;
	background: url(../images/list-style.png) no-repeat 0 10px;
	padding-left: 14px;
}
ul.list-style > li:fist-child  {
	background: none;
	padding: 5px 0 0 0;
	font-size: 13px;
	border-bottom: none !important;
	list-style: disc;
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none
}
ul.inline>li, ol.inline>li, ul.inline li {
	display: inline-block;
*display:inline;
	padding-right: 5px;
	padding-left: 5px;
*zoom:1
}

ul.circle, li ul.circle {list-style-type:circle}
ul.square, li ul.square {list-style-type:square}
ol.upper-roman, li ol.upper-roman {list-style-type:upper-roman !important;}
ol.lower-roman, li ol.lower-roman {list-style-type:lower-roman !important;}
ol.upper-alpha, li ol.upper-alpha {list-style-type:upper-alpha !important;}
ol.lower-alpha, li ol.lower-alpha {list-style-type:lower-alpha !important;}

dl {
	margin-bottom: 20px
}
dt, dd {
	line-height: 20px
}
dt {
	font-weight: bold
}
dd {
	margin-left: 10px
}
.dl-horizontal {
*zoom:1
}
.dl-horizontal:before, .dl-horizontal:after {
	display: table;
	line-height: 0;
	content: ""
}
.dl-horizontal:after {
	clear: both
}
.dl-horizontal dt {
	float: left;
	width: 160px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap
}
.dl-horizontal dd {
	margin-left: 180px
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff
}
blockquote {
	padding: 0 30px 0 15px;
	margin:  10px 40px;
}
blockquote p {
	font-size: 14px;
	font-weight: 300;
	line-height: 150%;
}
blockquote small {
	display: block;
	line-height: 20px;
	color: #999
}
blockquote small:before {
	content: '\2014 \00A0'
}
blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right
}
blockquote.pull-right small:before {
	content: ''
}
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}
q:before, q:after, blockquote:before, blockquote:after {
	content: ""
}



/* layout */

.main {
	padding: 10px 20px;
	background: white;
}
.main:after {
	clear: both
}

/* homepage banner */
#banner {
	clear: both;
	background: #fff;
}
#banner img {
width: 100%;
	margin-bottom: 20px;
}
#breadcrumb {
	clear: both;
	background: #fefefe;
	color: #444;
	padding: 10px 20px;
}

#breadcrumb ul {
	margin-top: 20px;
	margin-bottom: 0;
}

/* main content */

#maincontent {
	background: #fff;
	padding-bottom: 20px;
	box-sizing: border-box;
	border-left: 1px solid #e4e1da;
	border-right: 1px solid #e4e1da;
	box-shadow: 0 0 18px rgba(45, 43, 36, 0.045);
}

@media (max-width: 900px) {
	#maincontent {
		border-left: 0;
		border-right: 0;
		box-shadow: none;
	}
}

#side {
	width: 23%;
	margin-left: 15px;
	margin-right: 15px;
}


#content {
	width: 70%;	
	margin-left: 25px;
}

#content h2:first-of-type {
	margin-top: 10px;
}


#content.home {
	width: 67%;
}
#side.home {
	width: 25%;
}


#widecontent {
	margin: 0 25px;
}

/* sidebar */
.sidebar {
	margin-top: 0;
	padding: 0 10px 10px 10px;
}
.widget {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dedede;
}
.widget h4 {
	background: #999;
	color: #faf8f4;
	padding: 9px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.widget h4 a {
	color: #fff;
	text-decoration: none;
}

.widget h5 {
	color: #444;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #dedede;
}
.widget h5 a {
	color: #687819;
	text-decoration: none;
}
.all {
	text-transform: none;
	font-weight: normal;
	font-size: 11px;
}
.widget ul.list-style {
	list-style: none;
	margin: 5px 0 0 10px;
	padding: 0;
}
.widget ul.list-style li {
	border-bottom: 1px dotted #eee;
	padding: 7px;
}
.widget ul.list-style li:last-child {
	border-bottom: none;  

}
.widget ul.list-style li {
	list-style: none;
	background: url(../images/list-style.png) no-repeat 0 11px;
	padding-left: 14px;
}
.widget ul.list-style ul {
	margin-left: 0px;
}
.widget ul.list-style li li {
	background: none;
	padding: 5px 0 0 0;
	font-size: 12px;
	border-bottom: none;
}
.widget.sidenav {
	margin-top: 50px;
	background: #f9f9f9;
	border-top: 10px solid #687819;
	padding: 10px;
}
.widget.sidenav h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #555;
}
/* feature */

.feature {
	margin-right: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dedede;
}
.feature.clearfix {
    overflow: hidden;
}
.feature p {
	margin: 0 0 10px 0;
}

.feature p a {
	font-weight: normal !important;
}

.feature img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	max-height: 120px;
	max-width: 160px;
}



/* BOX STYLES */
.staffbox {
	margin: 10px 0;
	background: #e3e9da;
	border: 1px solid #ccc;
	padding: 20px;
}

.staffbox td {
	padding: 10px;
}

.staffbox td h4 {
	font-weight: bold;
	font-size: 16px;
	color: #444;
	text-transform: none;
	margin-bottom: 10px;
}
.staffonly {
	background-color: #e3e9da;
}

/* pagniation */


.pagination {
  height: 32px;
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 7px;
  line-height: 20px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination a:hover,
.pagination .active a {
  background-color: #ddd;
}
.pagination .active a {
  color: #687819;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
}
.pagination li:last-child a {
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}

/* pull */

.pull-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pull-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}


/* image styles */
.img-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1)
}

/*drop shadow
------------------------------------*/

.drop-shadow {
	position: relative;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.6), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.drop-shadow:before, .drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}

/*Spaces*/
.margin-bottom-5, .margin-bottom-10, .margin-bottom-20, .margin-bottom-20, .margin-bottom-25, .margin-bottom-40, .margin-bottom-50, .margin-bottom-60 {
	clear: both;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
.top-2 {
	top: 2px;
	font-size: 10px !important;
}
.no-mt {
	margin-top: 0;
}
.no-mb {
	margin-bottom:0;
}

/* clearfix */
.clearfix {
*zoom:1
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}
.clearfix:after {
	clear: both
}

textarea {
	margin: 10px 0;
	overflow: auto;
	vertical-align: top
}


/* image styles */

.shadow {
  -webkit-box-shadow:  0 3px 5px 1px rgba(0,0,0,.5);
     -moz-box-shadow:  0 3px 5px 1px rgba(0,0,0,.5);
          box-shadow:  0 3px 5px 1px rgba(0,0,0,.5);
}

/*Button Style*/
.btn {
	box-shadow: none;
}
.btn:not([class*="btn-"]), .btn-primary {
	border: 0;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 13px;
	position: relative;
	top: 5px;
	background: #687819;
	display: inline-block;
	color: #fff !important;
	text-decoration: none !important;
}
.btn:not([class*="btn-"]):hover, .btn-primary {
	color: #fff;
	background: #89983f;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-small {
	padding: 3px 12px;
}
.btn-large {
	font-size: 18px;
	padding: 10px 25px;
}
a.btn {
	padding: 4px 13px;
	vertical-align: middle;
}
a.btn-small {
	padding: 2px 12px;
}
a.btn-large {
	font-size: 18px;
	padding: 6px 25px;
}
/*Buttons Color*/
.btn-blue {
	background: #3498db !important;
}
.btn-blue:hover {
	background: #2980b9 !important;
}
.btn-red {
	background: #e74c3c !important;
}
.btn-red:hover {
	background: #c0392b !important;
}
.btn-orange {
	background: #e67e22 !important;
}
.btn-orange:hover {
	background: #d35400 !important;
}
.btn-sea {
	background: #1abc9c !important;
}
.btn-sea:hover {
	background: #16a085 !important;
}
.btn-green {
	background: #687819 !important;
}
.btn-green:hover {
	background: #27ae60 !important;
}
.btn-yellow {
	background: #F1C40F !important;
}
.btn-yellow:hover {
	background: #F39C12 !important;
}


/* tables */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0

}

table th {
	text-align: left;
	font-weight: bold;
}

table th td {
	font-weight: normal;
}

.table {
	margin-bottom: 20px;
	margin-top: 10px;
}
.table th, .table td {
	padding: 8px;
	line-height: 20px;
	vertical-align: top;
	border-bottom: 1px solid #ddd
}
.table th:not([class*='text-']), .table td:not([class*='text-']) {
	text-align: left;
}
.table th {
	font-weight: bold;
	background: #687819 !important;
	color: #fff;
	text-transform: uppercase;
}

.table a {
	font-weight: normal !important;
}

.table thead th {
	vertical-align: bottom
}

table#sortTable th {
	cursor: pointer;
}

.table caption+thead tr:first-child th, .table caption+thead tr:first-child td, .table colgroup+thead tr:first-child th, .table colgroup+thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td {
	border-top: 0
}
.table tbody+tbody {
	border-top: 2px solid #ddd
}
.table .table {
	background-color: #fff
}
.table-condensed th, .table-condensed td {
	padding: 4px 5px;
	font-size: 12px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
*border-collapse:collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}
.table-bordered th, .table-bordered td {
	border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th, .table-bordered caption+tbody tr:first-child th, .table-bordered caption+tbody tr:first-child td, .table-bordered colgroup+thead tr:first-child th, .table-bordered colgroup+tbody tr:first-child th, .table-bordered colgroup+tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
	border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child, .table-bordered tbody:first-child tr:first-child>td:first-child, .table-bordered tbody:first-child tr:first-child>th:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}
.table-bordered thead:first-child tr:first-child>th:last-child, .table-bordered tbody:first-child tr:first-child>td:last-child, .table-bordered tbody:first-child tr:first-child>th:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}
.table-bordered thead:last-child tr:last-child>th:first-child, .table-bordered tbody:last-child tr:last-child>td:first-child, .table-bordered tbody:last-child tr:last-child>th:first-child, .table-bordered tfoot:last-child tr:last-child>td:first-child, .table-bordered tfoot:last-child tr:last-child>th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px
}
.table-bordered thead:last-child tr:last-child>th:last-child, .table-bordered tbody:last-child tr:last-child>td:last-child, .table-bordered tbody:last-child tr:last-child>th:last-child, .table-bordered tfoot:last-child tr:last-child>td:last-child, .table-bordered tfoot:last-child tr:last-child>th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0
}
.table-bordered caption+thead tr:first-child th:first-child, .table-bordered caption+tbody tr:first-child td:first-child, .table-bordered colgroup+thead tr:first-child th:first-child, .table-bordered colgroup+tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}
.table-bordered caption+thead tr:first-child th:last-child, .table-bordered caption+tbody tr:first-child td:last-child, .table-bordered colgroup+thead tr:first-child th:last-child, .table-bordered colgroup+tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}
.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9
}
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
	background-color: #f5f5f5
}
.table tbody tr.success>td {
	background-color: #dff0d8
}
.table tbody tr.error>td {
	background-color: #f2dede
}
.table tbody tr.warning>td {
	background-color: #fcf8e3
}
.table tbody tr.info>td {
	background-color: #d9edf7
}
.table-hover tbody tr.success:hover>td {
	background-color: #d0e9c6
}
.table-hover tbody tr.error:hover>td {
	background-color: #ebcccc
}
.table-hover tbody tr.warning:hover>td {
	background-color: #faf2cc
}
.table-hover tbody tr.info:hover>td {
	background-color: #c4e3f3
}

table.plaintable, .plaintable tr, .plaintable td {
	border: none;
	background-color: transparent !important;

}

.edit {
	float: right;
	font-size: 11px;
	color: #fff;
	text-transform:lowercase;
	font-weight: normal;
}

.edit a {
	color: #fff;
}




/* form table */

table.formtable  {
margin-bottom: 20px;
border: none;	
}
.formtable th {
	background: #999;
	color: #faf8f4;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px;
	text-align: left;
}

.formtable th a {
	color: #fff;
}

.formtable tr {
	vertical-align: top;
}

.formtable td {
	padding: 7px 10px;
	font-size: 13px;
	border: none;
	background-color: inherit !important;
}

.formtable form {
	margin: 10px 0 20px;
}

.formtable tr.border {
	border-bottom: 1px solid #ddd;
}

.bulletListTable {
	width: 95%;
}
.bulletListTable td {
	padding: 4px 0;
	height: 25px;
}
.bulletListTable td:first-child {
	width: 20px;
}
.bulletListTable td textarea {
	width: 100%;
}

/* footer */

#footer {
	background: #444;
	color: #faf8f4;
	padding: 13px 20px 5px 20px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 12px;
}
.hidden {
	display: none;
}

/* bootstrap backfill */
.text-danger {
	color: #a00;
}
