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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');


body, table, tr, td, div, a, img, p, ul, li, input, form {
	margin:0;
	padding:0;
	border:none;
	box-sizing: border-box;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	/*background-image:url(../images/bg-dpi.jpg);
	background-color:#9d0a0a;*/
}

p {
	margin-bottom: 12px;
}

.clear {
	clear:both;
	float:none;
	height:0px;
	line-height:0px
}

hr {
	color: #b2b2b2;
	clear: both;
}

.green {
	color: #99cc66;
}

.red, .minus {
	color: #ef3e46;
}

.orange {
	color: #f26c4f !important;
}

.bold {
	font-weight: bold;
}

a {
	color:#f26c4f;
	text-decoration:none;
}

.contentArea a {
	color: #458ccc;
}

input[type=text] {
	border:1px solid #cfcfcf;
	padding:2px 0;
	margin:0 0 4px 0;
}

h1 {
	padding:6px 0;
	margin:0;
	font-size:18px;
}

h2 {
	font-size:16px;
	margin:0;
	padding:0 0 4px 0;
}

.note {
	font-size:11px;
	color:#CCCCCC;
}
	
#siteWrapper {
/*
	background-image:url(../images/bg-site-content.png);
	background-repeat:repeat-y;
*/
	background-color:#fff;
	margin:0 auto;
	width:1250px;
}

#content {
	/*border-top:3px solid #990000;*/
	margin:0 auto;
	width:1200px;
	padding:20px;
}


div.header {
	border-bottom:2px solid #b2b2b2;
	padding:10px 0;
}

#headerNav {
	float:right;
	padding-top:20px;
}


#headerNav li {
	list-style-type:none;
	display:inline;
	float:left;
	padding:0 10px;
}

#headerNav li a {
	text-decoration:none;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#666666;
	font-size:14px;
	text-transform:uppercase;
}
.utilArea {
	padding:10px 0;
}

.spName {
	width:220px;
	font-size:16px;
	font-weight:bold;
	line-height:30px;
	display: inline-block;
}


	
/* Menu */
/* Kyle Eadie */
#menu
{
	display: inline-block;
}
#menu a
{
	color: #fff;
	background-color: #333;
	padding: 12px 24px;
	display: inline-block;
}
#menu a:hover
{
	background-color: #f26c4f;
}
#menu > ul > li
{
	list-style: none;
	display: inline-block;
	position: relative;
}
/* Submenus */
#menu > ul > li > ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 200%;
}
#menu > ul > li > ul > li
{
	display: block;
	position: relative;
	z-index: 99;	
}
#menu > ul > li > ul > li a
{
	display: block;
}
body.desktop #menu ul > li:hover > ul
{
	display: block;
}
/* Sub sub menus */
#menu > ul > li > ul > li > ul
{
	display: none;
	position: absolute;
	left: 100%;
	margin-top: -39px;
	width: 100%;
}
#menu > ul > li > ul > li > ul > li
{
	display: block;
	position: relative;
	top: -2px;
	left: -413px;
}
#menu > ul > li > ul > li > ul > li > a
{
	display: block;
}
/* Arrow for submenus with children */
#menu ul ul li > a:after
{
	content: '  \203A';
	font-size: 14px;
}
#menu ul ul li > a:only-child:after
{
	content: '';
}
/* End menu */


#contentWrapper {
	border:1px solid #cccccc;
	padding:20px;
	min-height:600px;
	/* Removed by kee on 3/18/19 */
	/*overflow: auto; */
}

.subNav
{
	float:left;
	width:220px;
}

.subNav li
{
	list-style-type:none;
	display:block;
	width:220px;
	margin:0 0 4px 0;
	
}

.subNav li.active
{
	background-image:url(../images/nav-arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	
}

.subNav li.active a, .subNav li.active a:hover
{
	background-color:#999999;
	border:1px solid #999999;
	color:#fff;
}




.subNav li a
{
	line-height:40px;
	border:1px solid #dddddd;
	color:#666666;
	width:202px;
	display:block;
	text-decoration:none;
	padding:0 0 0 10px;
	font-weight:bold;
}
.subNav li a:hover
{
	background-color:#efefef;

}

.contentArea
{
	/*border-left:1px solid #f4f4f4;*/
	float:left;
	/*width:716px;
	padding:20px;*/
	width: 100%;
	min-height:600px;
	position: relative;
	padding-bottom: 60px;
}

.churchDetails
{
	float:left;
}

.churchRev
{
	float:right;
	padding-right:24px;
	text-align:right;
}


.qvAmount
{
	font-size:24px;
	font-weight:bold;
}

.qvProfit
{
	background-image:url(../images/green-arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	
}

.qvProfit .qvAmount
{
	color:#99cc66;
}



.qvLoss
{
	background-image:url(../images/red-arrow.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	
}	

.qvLoss .qvAmount
{
	color:#d2232a;
}



.accountOverview
{
	background-color:#efefef;
	border:1px solid #dddddd;
	padding:0px;
	margin:10px 0;
	height:72px;
	
	
}


.accountOverview td
{
	
	text-align:center;
	padding:10px 15px;
	border-right:1px solid #fff;
	vertical-align:middle;
	
}

.accountOverview td.last
{
	border:none;
}

.amountLg
{
	font-size:18px;
	font-weight:bold;
}

.quickview
{
	margin:0 0 10px 0;
}


.churchInfo
{
	width:358px;
	float:left;
}

.churchInfo td
{
	padding:2px 0;
}


.churchInfo a.addEmail
{
	font-size:10px;
	text-decoration:none;
	color:#c4c4c4;
}


.ciSearch
{
	float:right;
	width:300px;
	border:1px solid #cfcfcf;
	padding:10px;
}

.btnGo
{
	border:none;
	padding:0;
	float:right;
}


.salesOverview
{
	padding:10px 0;
}


.salesOverview td
{
	padding:2px;
}


.overviewSH
{
	cursor:pointer;
	text-indent:-9999px;
	width:81px;
	height:12px;
	background-image:url(../images/hide-overview.jpg);
	background-repeat:no-repeat;
	display:inline-block;
}
.showOverview

{
	background-image:url(../images/show-overview.jpg);
	background-repeat:no-repeat;
}

.utilBar
{
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #cfcfcf;
	padding:20px 0;
	margin:10px 0;
}

.addAdvertiser
{
	background-image:url(../images/show-form.jpg);
	background-repeat:no-repeat;
	width:227px;
	height:25px;
	float:left;
	cursor:pointer;
}

.searchOpt
{
	float:right;
}

.hide
{
	display:none;
}

.hideAdForm
{
	background-image:url(../images/close-form.jpg);
	background-repeat:no-repeat;
	
}	
.advList
{
	border-bottom:1px solid #cfcfcf;
	padding-bottom:10px;
	margin:10px 0;
	/*overflow: auto;*/
}


.advList td
{
	padding:1px 4px;
}



.advStatus, .advPayment, .advSale, .advInfo
{
	float:left;
	border-right:1px solid #cfcfcf;
	padding:10px;
	height:60px;
	
}
.advStatus
{
	width:80px;
	
}

.advPayment
{
	width:173px;
	
}

.advSale
{
	width:125px;
	
}

.adDetails
{
	padding:4px 0;
}

.adDetails img
{
	padding:0 2px;
}

.advInfo
{
	width:250px;
}

.advName, .adSize
{
	font-size:16px;
	font-weight:bold;
	padding:2px 0;
}

.advName a:link, .advName a:visited, .advName a:active {color: #333333;}
.advName a:hover {color: #666666;}

.advStatus img
{
	display:block;
	text-align:center;
	padding:0 0 4px 0;
}

.genInfo
{
	float:left;
	width:300px;
	
	padding:0 10px 0 0;
}

.adInfo
{
	float:left;
	width:320px;
	padding:0 0 0 10px;
	border-left:1px solid #cfcfcf;
}
.adInfo p
{
	padding:0 0 4px 0;
}

.adImage
{
	margin-top: 30px;
	padding:2px;
	border:1px solid #666666;
	max-width: 550px;
	max-height: 400px;
	width: expression(this.width > 550 ? "550px" : true);
	height: expression(this.height > 400 ? "400px" : true);
}

.btnSubmitAd
{
	width:133px;
	float:right;
	height:29px;
}


.genInfo td
{
	padding:2px 0;
}




#viewchurch h1
{
	float:left;
}

.churchName
{
	float:left;
	font-size:14px;
	font-weight:bold;
}

.viewAds
{
	float:right;
}


.churchItem
{
	padding:20px 0;
	border-top:1px solid #cfcfcf;
}

.churchItem td
{
	padding:2px;
}

#footerWrapper
{
	background-image:url(../images/bg-site-footer.png);
	background-repeat:no-repeat;
	margin:0 auto;
	width:1300px;
	height:200px;
}

#footerContent
{
	margin:0 auto;
	width:983px;
	padding:20px;
}
	
.dataTables_filter {
	position: relative;
	left: -223px;
	top: 128px;
}


/* Users */
/* Kyle Eadie */
#usersList
{
	border-collapse: collapse;
}
#usersList tbody tr:nth-child(odd)
{
	background-color: #bbb;
}
#usersList td
{
	padding: 10px;
}
#usersList a:visited
{
	color: #d2232a;
}

#usersForm div
{
	margin: 6px 0;
}
#usersForm label
{
	min-width: 100px;
	display: inline-block;
}
#usersForm input
{
	padding: 2px;
}
#usersForm input[type="number"]
{
	border: 1px solid #cfcfcf;
	width: 30px;
}
a#newUser,
#usersForm input[type="submit"]
{
	background-color: #ccc;
	border-radius: 4px;
	cursor: pointer;
	padding: 4px;
	margin: 4px 0;
	display: inline-block;
}
#usersForm
{
	width: 1175px;
}
#usersForm #userInfoContainer
{
	float: left;
	width: 350px;
	display: inline-block;
}
#usersForm #userInfoContainer label
{
	display: inline-block;
	width: 150px;
}
#usersForm #userPermissionsContainer
{
	float: left;
	width: 825px;
	display: inline-block;
}
#usersForm #userPermissionsContainer h3
{
	border-bottom: 1px solid #aaa;
	margin-bottom: 2px;
}
#usersForm #userPermissionsContainer ul
{
	margin-bottom: 15px;
}
#usersForm #userPermissionsContainer li
{
	list-style: none;
	margin-bottom: 10px;
	display: inline-block;
	width: 400px;
	margin: 5px 0;
}

#mapTabs
{
	list-style: none;
	margin-bottom: 20px;
}
#mapTabs li
{
	display: inline-block;
	background-color: #4d4e52;
	text-align: center;
}
#mapTabs li.selected
{
	background-color: #f26c4f;
}
#mapTabs li a
{
	color: #fff;
	width: 175px;
	display: inline-block;
	padding: 8px;
}
#iframeMap
{
	border: none;
	height: 750px;
	width: 950px;
}

/* New Stuff */
/* Ryan Ross */
.button,
#digitalRenewal_clerical_churches input[type="button"],
#digitalRenewal_clerical_churches input[type="submit"]
/*input[type="button"],
input[type="submit"]*/ {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

.loginform input[type="submit"] {
	background: #f26c4f;
	float: right;
}


/* Farming Report */
#body_farmingReport_php .strongBorder
{
	border-right: 5px solid #000;
	padding-right: 10px;
}
#body_farmingReport_php .weakBorder
{
	border-right: 1px solid #000;
	padding-right: 2px;
}
#body_farmingReport_php .churchContainer
{
	margin-top: 20px;
}
#body_farmingReport_php .churchContainer table
{
	border-collapse: collapse;
	font-size: 14px;
}
#body_farmingReport_php td
{
	padding: 1px 2px;
}
#body_farmingReport_php .churchContainer tbody tr:nth-child(even)
{
	background-color: #ddd;
}
#body_farmingReport_php .churchContainer td:nth-child(1)
{
	width: 100px;
}
#body_farmingReport_php .churchContainer td:nth-child(2)
{
	width: 70px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(3)
{
	width: 35px;
	text-align:left;
}
#body_farmingReport_php .churchContainer td:nth-child(4)
{
	width: 40px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(5)
{
	width: 40px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(6)
{
	width: 100px;
	padding-left: 10px;
}
#body_farmingReport_php .churchContainer td:nth-child(7)
{
	width: 70px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(8)
{
	width: 30px;
	text-align:left;
}
#body_farmingReport_php .churchContainer td:nth-child(9)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(10)
{
	width: 60px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(11)
{
	width: 65px;
	text-align:left;
}
#body_farmingReport_php .churchContainer td:nth-child(12)
{
	width: 60px;
	text-align:right;
}
#body_farmingReport_php .churchContainer td:nth-child(13)
{
	width: 65px;
	text-align:left;
}
#body_farmingReport_php .churchContainer td:nth-child(14)
{
	width: 55px;
	text-align:right;
}
#body_farmingReport_php table.accounts
{
	border-collapse: collapse;
	margin-top: 15px;
}
#body_farmingReport_php .accounts tbody tr:nth-child(even)
{
	background-color: #ddd;
}
#body_farmingReport_php .accounts td:nth-child(1)
{
	width: 65px;
}
#body_farmingReport_php .accounts td:nth-child(2)
{
	width: 200px;
	overflow: hidden;
}
#body_farmingReport_php .accounts td:nth-child(3)
{
	width: 65px;
}
#body_farmingReport_php .accounts td:nth-child(4)
{
	width: 65px;
}
#body_farmingReport_php .accounts td:nth-child(5)
{
	width: 20px;
}
#body_farmingReport_php .accounts td:nth-child(6)
{
	width: 20px;
}
#body_farmingReport_php .accounts td:nth-child(7)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(8)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(9)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(10)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(11)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(12)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(13)
{
	width: 20px;
}
#body_farmingReport_php .accounts td:nth-child(14)
{
	width: 20px;
}
#body_farmingReport_php .accounts td:nth-child(15)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(16)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(17)
{
	width: 65px;
	text-align:right;
}
#body_farmingReport_php .accounts td:nth-child(18)
{
	width: 65px;
	text-align:right;
}
.contentArea .module-button,
.contentArea a.module-button,
.contentArea input.module-button
{
	display: inline-block;
	background-color: #ccc;
	padding: 7px 5px;
	text-decoration: none;
	color: #f26c4f;
	text-align: center;
	border: 1px solid #464646;
	cursor: pointer;
}

#body_maps_php #contentWrapper
{
	height: 800px;
}

#accountChangesTable
{
	border-collapse: collapse;
	margin-bottom: 50px;
}
#accountChangesTable th
{
	font-weight: bold;
	text-align: left;
	padding-top: 50px;
}
#accountChangesTable td
{
	padding: 4px 20px;
}
#accountChangesTable .even td
{
	background-color: #ccc;
}


/* Page controls */
#pageControlsContainer
{
	float: right;
	margin: 15px 0 10px;
}
#pageControlsContainer div
{
	text-align: right;
	margin-bottom: 10px;
}
#pageControlsContainer a
{
	min-width: 100px;
	position: relative;
	margin-left: 12px;
	padding: 10px 5px;
}
#pageControlsContainer input[type="submit"]
{
	min-width: 100px;
	position: relative;
	padding: 10px 5px;
	margin-left: 12px;
}


/* Orange-table */
table.orange-table
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #555;
}
table.orange-table th
{
	color: #fff;
	background-color: #f26c4f;
	text-align: left;
	padding: 4px 8px;
}
table.orange-table td
{
	text-align: left;
	padding: 4px 8px;
	background-color: #fafafa;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
table.orange-table td a
{
	color: #f26c4f;
}


/* Main page */
#body_main_php #churchesContainer
{
	max-height: 175px;
	overflow-y: auto;
	margin-bottom: 20px;
}
#body_main_php #accountsContainer
{
	overflow-y: auto;
}
#body_main_php #activeInactiveFilters
{
	margin-bottom: 6px;
}
#body_main_php #activeInactiveFilters label
{
	padding-right: 10px;
	user-select: none;
}


/* Church/Account pages */
#body_church_php h1,
#body_account_php h1
{
	color: #f26c4f;
	font-size: 24px;
	font-weight: bold;
}
#body_church_php h2,
#body_account_php h2
{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

/* Church memo */
#churchMemoOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.7 );
	z-index: 9998;
}
#churchMemoContainer
{
	display: none;
	position: absolute;
	z-index: 9999;
	width: 100%;
	top: 50px;
}
#churchMemoContainer #churchMemoForm
{
	position: relative;
	display: block;
	padding: 20px;
	width: 800px;
	height: 400px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: 0 auto;
	border: 1px solid #222;
}
#churchMemoContainer #churchMemoForm h2
{
    position: relative;
    padding: 5px 10px;
    margin: 0;
    top: -20px;
    left: -21px;
	width: 780px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
	font-size: 15px;
}
#churchMemoContainer #churchMemoForm h3
{
	display: inline-block;
	width: 79%;
	color: #fff;
	background-color: #f26c4f;
	padding: 4px 8px;
	font-weight: initial;
	font-size: 14px;
	border: 1px solid #000;
	border-bottom: none;
}
#churchMemoContainer #churchMemoForm textarea
{
	height: 275px;
	width: 79%;
	padding: 4px;
	padding: 4px 8px;
	border: 1px solid #000;
	overflow-y: scroll;
}
#churchMemoContainer #churchMemoForm #churchMemoButtons
{
	float: right;
	margin-top: 25px;
}
#churchMemoContainer #churchMemoForm .module-button
{
	width: 120px;
	margin-bottom: 20px;
}
#churchMemoContainer #churchMemoForm .module-button.cancel,
#churchMemoContainer #churchMemoForm .module-button.save
{
	display: none;
}
#churchMemoContainer #churchMemoForm #churchMemo_original
{
	display: none;
}



/* Account memo */
#accountMemoOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.7 );
	z-index: 9998;
}
#accountMemoContainer
{
	display: none;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 75px;
	left: 0;
}
#accountMemoContainer #accountMemoForm
{
	position: relative;
	display: block;
	padding: 20px;
	width: 800px;
	height: 400px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: 0 auto;
	border: 1px solid #222;
}
#accountMemoContainer #accountMemoForm h2
{
    position: relative;
    padding: 5px 10px;
    margin: 0;
    top: -20px;
    left: -21px;
	width: 780px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
	font-size: 15px;
}
#accountMemoContainer #accountMemoForm h3
{
	display: inline-block;
	width: 79%;
	color: #fff;
	background-color: #f26c4f;
	padding: 4px 8px;
	font-weight: initial;
	font-size: 14px;
	border: 1px solid #000;
	border-bottom: none;
}
#accountMemoContainer #accountMemoForm textarea
{
	height: 275px;
	width: 79%;
	padding: 4px;
	padding: 4px 8px;
	border: 1px solid #000;
	overflow-y: scroll;
}
#accountMemoContainer #accountMemoForm #accountMemoButtons
{
	float: right;
	margin-top: 25px;
}
#accountMemoContainer #accountMemoForm .module-button
{
	width: 120px;
	margin-bottom: 20px;
}
#accountMemoContainer #accountMemoForm .module-button.cancel,
#accountMemoContainer #accountMemoForm .module-button.save
{
	display: none;
}
#accountMemoContainer #accountMemoForm #accountMemo_original
{
	display: none;
}


/* Statements */
#statementsOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.7 );
	z-index: 999998;
}
#statementsContainer
{
	display: none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 75px;
	left: 0;
}
#statementsContainer #statementsForm
{
	position: relative;
	display: block;
	padding: 20px;
	width: 600px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: 0 auto;
	border: 1px solid #222;
}
#statementsContainer h2
{
    position: relative;
    padding: 5px 10px;
    margin: 0;
    top: -22px;
    left: -21px;
	width: 680px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
	font-size: 15px;
}
#statementsContainer #module_account_statements_php
{
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #000;
}
#statementsContainer table
{
	width: 100%;
}
#statementsContainer table th,
#statementsContainer table td
{
	text-align: left;
	padding: 3px 8px;
}
#statementsContainer table td
{
	border-bottom: 1px solid #000;
}
#statementsContainer #statementsEmailAddress
{
	position: relative;
	margin-bottom: 15px;
}
#statementsContainer #statementsEmailAddress input
{
	position: absolute;
	right: 0px;
	width: 350px;
	padding: 2px;
	
}
#statementsContainer #statementsButtons
{
	display: inline-block;
}
#statementsContainer .module-button
{
	width: 130px;
	height: 62px;
	margin-bottom: 20px;
}
#statementsContainer .module-button.cancel
{
	position: absolute;
	right: 20px;
	padding-top: 20px;
}


/* Invoices */
#invoicesOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.7 );
	z-index: 99998;
}
#invoicesContainer
{
	display: none;
	position: fixed;
	z-index: 99999;
	width: 100%;
	top: 10px;
	left: 0;
}
#invoicesContainer #invoicesForm
{
	position: relative;
	display: block;
	padding: 20px 20px 0;
	width: 1300px;
	min-height: 500px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: 0 auto;
	border: 1px solid #222;
}
#invoicesContainer h2
{
    position: relative;
    padding: 5px 10px;
    margin: 0;
    top: -22px;
    left: -21px;
	width: 1280px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
	font-size: 15px;
}
#invoicesContainer #module_account_invoices_php
{
	width: 100%;
	height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #000;
}
#invoicesContainer table
{
	width: 100%;
}
#invoicesContainer table th,
#invoicesContainer table td
{
	text-align: left;
	padding: 3px 8px;
}
#invoicesContainer table td
{
	border-bottom: 1px solid #000;
}
#invoicesContainer #invoicesButtons
{
	position: relative;
	display: inline-block;
	top: 60px;
	right: -20px;
}
#invoicesContainer .module-button
{
	width: 130px;
	height: 62px;
	margin-bottom: 20px;
	margin-right: 10px;
}
#invoice_email_print_container label,
#invoicesButtons label
{
	width: 165px;
	display: inline-block;
	margin-bottom: 10px;
}
#invoice_email_print_container input[type="text"],
#invoicesButtons input[type="text"]
{
	position: absolute;
	right: 0;
	width: 400px;
	margin-bottom: 10px;
	padding: 0 3px;
}
#invoicesContainer #button_invoice_close,
#invoicesContainer #invoicesButtons .close
{
	position: absolute;
	right: 0;
	padding-top: 20px;
	margin-right: 0;
}


/* New ad changes popup */
/* Statements */
	
#body_account_php #module_adChange_new_php
{
	margin-bottom: 30px;
}
#body_account_php #adChangeOverlay
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba( 0,0,0,0.7 );
	z-index: 999998;
}
#body_account_php #adChangeContainer
{
	display: none;
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: 15px;
	left: 0;
}
#body_account_php #adChangeContainer #adChangeForm
{
	position: relative;
	display: block;
	padding: 20px;
	width: 670px;
	background-color: #fff;
	top: 0;
	left: 0;
	margin: 0 auto;
	border: 1px solid #222;
}
#body_account_php #adChangeContainer h2
{
    position: relative;
    padding: 5px 10px;
    margin: 0;
    top: -22px;
    left: -21px;
	width: 650px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
	font-size: 15px;
}
#body_account_php #adChangeContainer .close
{
	position: absolute;
	right: 20px;
	bottom: 6px;
}
#adChangeFilters a
{
	color: #f26c4f;
}
#adChangeFilters div
{
	margin-bottom: 6px;
}