@import url('app/settings.css');
@import url('app/dashboard.css');
@import url('app/resources.css');
@import url('app/res-types.css');
@import url('app/help.css');

body{
	background-color: #d2d2d2;
	line-height: 20px;
}
a{
	color: #d13c4e;
}
a:hover{
/*	background-color: #d13c4e;
	color: #fff;*/
	text-decoration: underline;
}
h2{
	font-size: 22px;
	line-height: 28px;
	color: #d23b4f;
	margin: 0 0 18px 0;
}
h3{
	font-size: 18px;
	font-family: Arial;
}
h4{
	font-size: 16px;
	font-family: Arial;
}
input[type='text'],
input[type='password'],
input[type='file'],
select,
textarea,input.text, .textarea{
    width: 270px !important;
    border: 1px solid #b7bab9 !important;
    }
input.text: focus,textarea: focus{
	border: 1px solid #333 !important;
}
select{
	border: 1px solid #393939;
	font-size: 12px;
	padding: 3px !important;
	width: 281px !important;
}
input[type='submit'],
input[type='reset'],
input[type='button']{
    padding: 8px 12px;
    background-color: #d13c4e;
    font-family: Georgia, serif;
	font-weight: normal;
	color: #fff;
	border: none;
	cursor: pointer;
    font-size: 17px;
}
input.state{
	width: 120px;
}
input.zip{
	width: 40px;
}
ul{
	list-style-type: none;
}
.delete{
	padding: 0 0 0 16px;
	background: url(../img/icon/delete-small.png) no-repeat 0 2px;
}
body #content ul.errors{
	margin: 0 !important;
	padding: 1px 6px !important;
	border: 1px solid #FBC2C4 !important;
	list-style-type: none !important;
    background: #FBE3E4 !important;
    color: #D12F19 !important;
}
body #content ul.errors li{
	margin: 0 !important;
	padding: 0 !important;
	color: #D12F19 !important;
	background:  none !important;
}
body #content input.errors{
    border: 1px solid #FBC2C4 !important;
    border-bottom: none !important;
}
body #content input.errors: focus{
    border: 1px solid #FBC2C4 !important;
    border-bottom: none !important;
}
#content ul.error{
	margin: 0;
	padding: 0;
	color: #d13c4e;
	list-style-type: none;
}
#content ul.error li{
	margin: 0;
	padding: 4px;
	color: #d13c4e;
}
.help {
	padding-right: 20px; 
	background: transparent url(../img/icon/help.png) no-repeat right;
	cursor: help; 
	position: relative;
}
.help span{
	display: none;
}
.toolTipWrapper { 
	width: 220px;
	position: absolute; 
	top: 16px;
	display: none;
	border: 1px solid #999;
	font-size: 12px;
	color: #333;
	font-family: Arial;
    border: solid 1px #e0d587;
    background-color: #ffffe5;
}
.topRight .toolTipWrapper{
	top: 16px;
	right: 0;
}
.toolTipTop { /* Top section of the tooltip */
	width: 175px;
	height: 30px;
}
.toolTipMid { /* Middle section of the tooltip */
	padding: 8px 15px;
}
.toolTipBtm { /* Bottom Section of the tooltip */
	height: 13px;
}
.hide{
	display: none;
}
.add, .open, .close{
	padding: 0 0 0 16px;
}
a.add, .open{
	background: url(../img/icon/add.png) no-repeat 0 2px;
}
.close{
	background: url(../img/icon/minus.png) no-repeat 0 2px;
}
.dashboardNavWrap .add{
	
}
.helpLink{
	margin: 0 0 0 20px;
}
.buttonSmall{
	font-family: Georgia, serif;
	background-color: #d23b4f;
	color: #fff;
	font-size: 14px;
	padding: 3px 8px;
} 

.newButton{
	position: absolute;
	top: 22px;
	right: 20px;
}

/* Header */

#topStripe{
	width: 100%;
	height: 3px;
	background-color: #c0db6f;
}
#appHeader{
	width: 100%;
	background-color: #fff;
	border-bottom: 3px solid #d13c4e;
	height: 100px;
}
#appHeader .container{
	position: relative;
	height: 100px;
}
#businessName{
	font-family: Georgia;
	font-size: 30px;
	position: absolute;
	top: 20px;
	left: 0;
}
#toolkit{
	text-align: right;
	font-size: 12px;
	color: #999;
	margin: 6px 20px 0 0;
}
#toolkit span{
	color: #c0db6f;
	margin: 0 4px;
}
#toolkit a{

}
#headerLogo{
	position: absolute;
	top: 72px;
	right: 20px;
}
#topNav{
	list-style-type: none;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
#topNav li{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 20px;
}
#topNav a{
    display: block;
	background-color: #eaeaea;
	color: #6e6e6e;
	font-family: Georgia;
	font-size: 16px;
	padding: 6px 16px 5px 16px;
	margin: 0;
	margin-right: 12px;
}
#topNav a:hover{
    text-decoration: none;
    background-color: #dcdcdc;
}
#topNav a.selected, #topNav a.selected:hover{
	background-color: #d13c4e;
	color: #fff;
}
#contentArea{
	background-color: #d2d2d2;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
#content{
	width: 860px;
	padding: 20px;
	background-color: #fff;
	margin: 20px auto 20px auto;
	min-height: 500px;
	position: relative;
}
.contentRight{
	width: 260px;
	float: right;
}
.contentLeft{
	width: 580px;
	float: left;
	margin: 0;
	overflow: hidden;
	margin: 0 20px 0 0;
	padding: 0;
}
.contentRight p{
    margin: 0 0 12px 0;
}

/* Yellow Info Box */

.infoBox{
	padding: 14px;
	margin: 0 0 16px 0;
}
.infoBox {
  padding: 10px 15px 10px 40px;
  border: solid 1px #e0d587;
  background-color: #ffffe5;
  background-repeat: no-repeat;
  background-position: 7px 15px;
  background-image: url(../img/app/bg-infobox.png);
}
.infoBox a {
  text-decoration: underline;
}
.infoBox h1 {
  margin: 0;
}
.infoBox h1 a {
  color: inherit;
  text-decoration: inherit;
}
.infoBox h1 a:hover {
  text-decoration: underline;
}
.infoBox h3{
	color: ;
	font-size: 14px;
	font-weight: bold;
	margin:  0 0 14px 0;
}
.infoBox p {
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
}
.infoBox input[type="submit"] {
  display: none;
}
.infoBox form {
  margin-top: 15px;
  text-align: right;
  color: #666;
}
.infoBox form a {
  color: #666;
}

/* Table Lists */

table.list{
	width: 600px;
	overflow: hidden;
}
table.list th{
	text-align: left;
	background-color: #eee;
    color: #999;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 11px;
    white-space: nowrap;
}
table.list tr{
	
}
table.list td{
	padding: 10px 10px 7px 10px;
	vertical-align: top;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
}
th.titleHeader {
	width: 300px;
	overflow: hidden;
}
table.list .title{
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	width: 300px;
	overflow: hidden;
}
table.list .remove{
	width: 50px;
}
table.list .listTotal{
	border-bottom: none;
	font-size: 11px;
	color: #999;
}
.upcoming {
	font-size: 11px;
	color: #999;
}
.deleteIcon{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background: url(../img/app/delete.png);
}
.deleteIcon:hover{
    background: url(../img/app/delete-hover.png);
}

/* Footer */

#footer{
	position: relative;
	width: 100%;
	background-color: #393a39;
	color: #fff;
	overflow: hidden;
	border-bottom: 6px solid #c0db6f;
}
#footer .container{
	text-align: center;
	padding: 20px 0;
}
.footerSiteMap{
    overflow: hidden;
	width: 330px;
    margin: 0 auto 20px auto;
}
.footerSiteMap ul{
    float: left;
    list-style-type: none;
    text-align: left;
    height: 140px;
	border-right: #9fce5a 1px solid;
    padding: 0 20px;
}
.footerSiteMap ul.first{
	padding-left: 0;
}
.footerSiteMap ul.last{
	border: none;
	padding-right: 0;
}
.footerSiteMap a{
	color: #fff;
}
#copyright{
	margin: 0 auto 20px auto;
}
#footerLogo{
	margin: 0 auto;
}
body#dashboard #footer{
	display: none;
}