/*
 *
 * File		: main.css
 * Purpose	: Primary CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

* {
	margin: 0;
	padding: 0;
}

div {
/*	border: #000 1px solid; */
}

img {
	border-style: none;
}

input {
      font-family: sans-serif;                
}

body {
	color: #000000;
	font-family: Helvetica, Arial, Sans;
	font-size: 14px;
	background-color: #F8F8F8;
	background-image: url('../images/bg_01.png');
	background-repeat: repeat-x;
	margin: 10px;
}

ul {
	margin: 3px 10px;
	padding: 3px 10px;
}

#pagewidth {
	width:940px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#wrapper {
	background-image: url('../images/bg_02.jpg');
	background-repeat: repeat-y;
	padding-bottom:20px;
	
}

#header {
	position:relative;
	height:130px;
	background-color:#FFFFFF;
	background-image: url('../images/header_02.jpg');
	background-repeat: no-repeat;
	width:100%;
}

#leftcol {
	width: 18%;
	float:left;
	position:relative;
}

#leftcol a:hover,a:active
{
background-color:#7A991A;
}

#leftcol ul {
	margin: 4px 4px;
	padding: 0 6px;
	list-style: none;
}

#twocols {
	width:82%;
	float:right;
	position:relative;
	background-color:#FFFFFF;
}

#rightcol {
	width:29%;
	float:right;
	position:relative;
}

#maincol {
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:71%;
}

#mainalt {
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:100%;
	border-style: solid;
	border-width: 5px 0 0 0;
	border-color: #FDAD13;
}

#navTabs {
	padding: 3px 0 0 0;
	background-color: #FFFFFF;
}

#navSpace {
	background-image: url('../images/bg_06.png');
	background-repeat: repeat-x;
	padding: 0;
	height: 24px;
	background-color: #FDAD13;
}

#footer{
	height:80px;
	background-color:#A03033;
	clear:both;
}



#header h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Courier";
	font-size: 200%;
}

#header img {
	margin: 0 10px 0 10px;
}

#infoMain {
	float: center;
/* 	clear: both; */
	width: 95%;
	padding: 4px 0;
/* 	height: 240px; */
/*	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #47221D;*/
	text-align: center;
	margin: 2px auto;
}

.infoBox {
	color: #000000;
	background-color: #EEEEEE;
	float: right;
	width: 95%;
/* 	height: 100%; */
	margin: 6px auto;
	text-align: center;
	padding: 0 0 16px 0;
	overflow: auto;
}

.infoHead {
	width: 95%;
	color: #000000;
	padding: 2px 0;
	margin: 0 0;
	border-style: solid;
	border-width: 1px 0 1px 0;
	border-color: #47221D;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
}

.infoBox p {
	font-size: 70%;
	text-align: center;
	padding: 0 5px;
}

#copyNotice {
/* 	position: absolute; */
	color: #FFFFFF;
	left: 0;
	bottom: 0;
	font-size:8px;
	width: 45%;
	float: left;
}

#DeeWeb {
/* 	position: absolute; */
/* 	left: -0; */
	right: 0;
	bottom: 0;
	text-align: right;
	width: 45%;
	float: right;
}

#DeeWeb a {
	font-size: 60%;
}

#content {
	background-color: transparent;
	padding: 0 15px 20px 15px;
}

#contact {
	background-color: transparent;
	padding: 0 15px 20px 15px;
}

#register {
	background-color: transparent;
	padding: 0 15px 20px 15px;
}

/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */
.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 */



/*printer styles*/
@media print{
/*hide the left column when printing*/
#leftcol{display:none;}

/*hide the right column when printing*/
#rightcol{display:none;}
#twocols, #maincol{width:100%; float:none;}

}

.customThankBox {
	width: 58%;
	margin-top : 10px;
	font-size: 13px;
	padding: 10px 30px;
	line-height: 1.3;
	background-color: rgb(114 179 233 / 76%);
	border: 1px solid black;
}

.customPaymentBox {
	width: 90%;
	margin-top : 10px;
	font-size: 13px;
	padding: 10px 30px;
	background-color: #D0D0C0;
	border: 3px solid #757547;
}

.paymentBox {
	width: 90%;
	margin-top : 10px;
	font-size: 13px;
	padding: 10px 30px;
	border-radius: 25px;
	background-color: #D0D0C0;
	border: 3px solid #757547;
}

.paymentHeader1 {
	font-weight: bold;
	font-size: 15px;
}

.paymentHeader2 {
	font-weight: bold;
	font-size: 12px;
}
.paymentSubHeader1 {
	font-style:italic;
	font-size: 15px;
}
.paymentSubHeader2 {
	font-size: 12px;
}
#paymentAuto {
	display: none; 
	width: 80%; 
	padding: 10px 30px;
}
#cardDetails {
	display: none; 
}
#customFormSubmit{
	width: 380px;
	height: 30px;
	font-size: 13px;
	margin-top: 15px;
	color: black;
	background: yellow;
	border: 2px solid red;
	cursor: default;
}
#customFormSubmit:disabled{
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
}
#formSubmit {
	width: 250px;
	height: 30px;
	font-size: 13px;
	margin-top: 15px
}
#billingDetails {
	display: none; 
}

.alreadyRegPaymentText{
	text-align: center;
	margin-top: 5px;
	color: red;
	font-weight: 600;
}
.paymentClickHere {
	text-align: center;
    display: block;
    margin-top: 10px;
    background-color: #b92a2aed!important;
    margin-right: 10px;
    color: #fff!important;
    padding: 6px;
    font-weight: 800;
    border-radius: 5px;
    text-decoration: none!important;
}

.busListNote{
	font-size: 10px;
    margin: 5px;
    color: red;
    font-weight: 500;
}

.covidBanner .covidText{
	font-size: 30px;
	padding: 5px 15px;
	color: #ef1010;
}

.covidBanner{
	background-color: #ffb439;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #d0c383;
	cursor: pointer;
}

.showSweetAlert p {
    line-height: 1.8!important;
}

.transacHist{
	min-width: 100px !important;
    display: inline-block;
    border-left: 1px solid;
    text-align: right;
    margin: 1px 0px;
    padding-right: 5px;
}

.accStatus{
	font-size: 20px;
    color: red;
    margin-top: -2%;
}

.onlyMethdWidth{
	min-width: 200px !important;
}

.acceptTermText{
	font-size: 15px;
    font-weight: 700;
}

#acceptConditions{
	vertical-align: text-top;
}

#continueWhenClicked {
	padding: 2px 25px;
	color: #FFD966;
	font-weight: 600;
	background: #4472C4;
	border-radius: 5px;
	cursor: default;
}
#continueWhenClicked:disabled {
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
	color: gray;
}

#returnToPaySelection {
	padding: 2px 25px;
	color: #4472C4;
	font-weight: 600;
	background: white;
	cursor: default;
}

#customPayPalButton {
	width: 380px;
	height: 45px;
	font-size: 13px;
	margin-top: 15px;
	color: red;
	background: yellow;
	border: 2px solid black;
	cursor: default;
}
#customPayPalButton:disabled {
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
}

#customPayPalButtonDiv {
	width: 380px;
	color: red;
	padding-top: 10px;
	margin-top: 10px;
    margin-left: 20%;
    text-align: center;
	background-color: yellow;
	border: 2px solid black;
}

#installmentPaymentBox {
	width: 70%;
	margin-top : 10px;
	font-size: 13px;
	padding: 10px;
	border: 2px solid #757547;
}

#continueFurtherWhenClicked {
	padding: 2px 25px;
	color: #FFD966;
	font-weight: 600;
	background: #4472C4;
	border-radius: 5px;
	cursor: default;
}
#continueFurtherWhenClicked:disabled {
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
	color: gray;
}

#installPayPalButtonDiv {
	width: 430px;
	color: red;
	padding-top: 10px;
	margin-top: 10px;
    margin-left: 8%;
    text-align: center;
	background-color: yellow;
	border: 2px solid black;
}

#customInstallmentFormSubmit {
	width: 380px;
	height: 50px;
	font-size: 13px;
	margin-top: 15px;
	color: blue;
	background: yellow;
	border: 2px solid red;
	cursor: default;
}
#customInstallmentFormSubmit:disabled {
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
}

#showStatementButton {
	width: 430px;
	height: 50px;
	font-size: 13px;
	margin-top: 15px;
	color: blue;
	background: yellow;
	border: 2px solid red;
	cursor: default;
}
#showStatementButton:disabled {
	background: #dddddd;
	border: 2px solid rgba(0, 0, 0, 0.158);
	cursor: not-allowed;
}

#customThanksForInstallment {
	background-color: #D0D0C0;
	color: #4473C4;
	text-align: center;
	padding: 50px 0px;
	border: 2px solid #757547;
	margin-top: 15px;
}
