@font-face {
    font-family: Calibri;
    src: url('../fonts/calibri.woff') format('woff');
}



/* Table of Content
========================================================================
	Body Styles
	Header Styles
	Home Page Styles
	Typography & Lists
	Sidebar Styles
	Dashboard Styles
	Create a Payment Styles
	Sub Navigation
	Form Styles
	Table Styles
	Sponsors Styles
	Footer Styles
	Global Styles


/* =======================================================================
Body Styles
======================================================================= */

body {
	font-family: Calibri;

	font-size: 15px;
	line-height: 20px;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/body-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* =======================================================================
Header Styles
======================================================================= */

 /*------- Logo------- */

.logo {
	padding-top: 50px;
    padding-left: 0;
}
.logo img {
	border: none;
}
.logo1 {
	padding-top: 70px;
    padding-left: 0;
}

/*------- TopNav ------- */

.topnav {
	background: #151e1e;
	/* Gradient - Navy*/
	background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.topnav .left {
	width: 65%;
	float: left;
}
.topnav .left p {
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-left: 20px;
}
.topnav .right {
	/* Gradient Colour - See Relevant Stylesheet */
	width: 35%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.topnav .right p {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.topnav .right a {
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.loggedin {
	margin-top: 60px;
}

/*------- MainNav ------- */

.nav-shadow {
	margin-top: -5px;
	z-index: 1!important;
	position: relative;
}

/* =======================================================================
Home Page Styles
======================================================================= */

/*------- TopNav ------- */

.welcome {
	background-image: url(../images/revamp-images/welcomeImageDefault.png);
	background-position: center top;
	min-height: 405px;
    background-repeat: no-repeat;
}
.welcome-banner {
	/* Solid Colour - See Relevant Stylesheet */
	width: 80%;
	padding: 20px;
	margin-top: 200px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.welcome-banner h2 {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.welcome-banner p {
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}


img.tool-tip{margin-right:5px; margin-top:4px;}


/* =======================================================================
Typography & Lists
======================================================================= */

/*------- Headings ------- */

h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: Calibri, 'Open Sans', sans-serif;
    font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	font-size: 46px;
	line-height: 50px;
	margin-bottom: 14px;
}
h2 {
	font-size: 30px;
	line-height: 34px;
	margin-bottom: 10px;
	margin-top: 20px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
h5 {
	font-size: 17px;
	line-height: 24px;
}
h6 {
	font-size: 14px;
	line-height: 21px;
}

/*------- Lists ------- */

ul {
	padding-left: 0px!important;
	list-style: none;
}

/* =======================================================================
Sidebar Styles
======================================================================= */

.sidebar-head h2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	line-height: 26px;
	font-weight:600;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.sidebar {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	height: auto;
	border: 1px solid #D4D4D4;
}
.sidebar ul {
	margin: 0px;
}

.sidebar li {
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 12px;
	text-transform: uppercase;
}
.sidebar li a:hover {
	text-decoration:underline;
}
.sidebar li.active {
	font-weight:600;
}

.sidebar li a {
	color: #444444;
	text-decoration:none;
}


/* =======================================================================
Dashboard Styles
======================================================================= */

.dashboard-head h2 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/dash-head.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.dashboard-head h2 a {
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
    text-decoration: none;
}

.dashboard-title h2 {
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.dashboard-title h2 a {
	color: #4D595B;
	font-size: 18px;
	font-weight:600;
	line-height: 26px;
	text-transform: uppercase;
    text-decoration: none;

}

.dashboard-title h2 a:hover {

    text-decoration: underline;

}

.dashboard-icon a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 178px;
	float: left;
	display: block;
	text-align: center;
	border: 1px solid #D4D4D4;
	color:#444444;
	text-decoration:none;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: background;
	transition-property: background;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);/* Hack to improve aliasing on mobile/tablet devices */
}

.dashboard-icon a:hover, .dashboard-icon a:focus, .dashboard-icon a:active {
	background: none;
}

.dashboard-icon.last-element a {
	margin-right: 0px!important;
}
.dashboard-icon p {
	margin-top: 0px;
}


/* =======================================================================
Create a Payment
======================================================================= */

.sub-head h2 {
	color: #4D595B;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:20px;
	margin-top:10px;
	margin-bottom:10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-weight:600;
}

.add-row {
	background: #D3D5D5;
	color: #4D595B;
	font-size:12px;
	font-weight:400;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2B383A;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
}
.add-row form {
	margin:0px;
}
.add-row form input[type="text"] {
	margin-left:10px;
	margin-right: 5px;
}
.add-row form td {
	padding-bottom: 0px!important;
}
.wrapper {
	min-height:520px;
}


/* =======================================================================
Sub - Navigation
======================================================================= */

.sub-nav li a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #F2F2F2;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Calibri, 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    background-color: #151E1E;
    /* Gradient - Navy */
    background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
}


/* =======================================================================
Form Styles
======================================================================= */

 /*------- Form Layout------- */


form {
	margin-top: 20px;
	margin-bottom: 20px;
}
form.search {
	margin-top: 20px;
	margin-bottom: 0px;
}
form.form-style{
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	border: 1px solid #CCC;
	padding:20px;
}

/*------- Buttons ------- */

.button, button, input[type="submit"], input[type="reset"], input[type="button"], .grad-but, #btnGetfiledata {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #F2F2F2;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Calibri, 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    background-color: #151E1E;
    /* Gradient - Navy */
    background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    margin-right: 5px;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
}

.abutton {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #F2F2F2;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Calibri, 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    background-color: #151E1E;
    /* Gradient - Navy */
    background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    margin-right: 5px;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
}

#imgbtnLogin {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: none;
    text-align: center;
    color: #F2F2F2;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: Calibri, 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    line-height: normal;
    background-color: #151E1E;
    /* Gradient - Navy */
    background: -moz-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -webkit-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -o-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: -ms-linear-gradient(bottom, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    background: linear-gradient(to top, #131c1c 0%, #213030 50%, #2d3f3f 51%, #2d3f3f 78%, #5d7776 100%);
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    float: left;
    margin-right: 5px;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
}

.grad-but
{
    border-style: none!important;
    }



/*------- Input Fields ------- */

input[type="text"], input[type=""], input[type=""], input[type="search"], textarea, select {
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
    -moz-box-shadow: inset 0 0 10px #CCCCCC;
    box-shadow: inset 0 0 10px #CCCCCC;
    border: 1px solid #849096;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    margin: 0;
    height: 20px;
    width: 220px;
    max-width: 100%;
    display: block;
    padding: 5px;
    background: #F6F7F8;
    font-family: Calibri, 'Open Sans', sans-serif;
    font-size: 13px;
}




#ccvImage {

height: 105px;
}

.txtBoxPay {
    -webkit-box-shadow: inset 0 0 10px #CCCCCC;
    -moz-box-shadow: inset 0 0 10px #CCCCCC;
    box-shadow: inset 0 0 10px #CCCCCC;
    border: 1px solid #849096;
    outline: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #777;
    margin: 0;
    height: 20px;
    width: 100%;
    display: block;
    padding: 5px;
    background: #F6F7F8;
    font-family: Calibri, 'Open Sans', sans-serif;
    font-size: 13px;
}

#txtEmailAddress:focus {
    background-color: #fff;
}

#return-to-main p{
    text-transform: uppercase;
    font-size: 13px;
}

#txtUsername
{
    	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: Calibri, 'Open Sans', sans-serif;
	font-size:13px;
		background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    }

#txtPassword
{
    	-webkit-box-shadow: inset 0 0 10px #CCCCCC;
	-moz-box-shadow: inset 0 0 10px #CCCCCC;
	box-shadow: inset 0 0 10px #CCCCCC;
	border: 1px solid #849096;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #777;
	margin: 0;
	height: 20px;
	width: 220px;
	max-width: 100%;
	display: block;
	padding: 5px;
	background: #F6F7F8;
	font-family: Calibri, 'Open Sans', sans-serif;
	font-size:13px;
		background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
    }

textarea {
	height: auto;width:90%;
	font-family: Calibri, 'Open Sans', sans-serif;
	font-size:13px;
}
input[type="text"]{width:90%;}
input[type="search"]{width:100%;}

input[type="txtUsername"] {
	background-image: url(../images/user.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
input[type="txtPassword"] {
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
select {
	height: 30px;
}

input:focus
{
    background-color: #FFFFFF!important;
    }

/*------- Form Tables------- */

form td {
	vertical-align: middle;
	padding-bottom: 5px;
    padding-left: 10px;
}

/* =======================================================================
Table Styles
======================================================================= */

/* Generic Styling, for Desktops/Laptops */

.table-wrap table {
	width: 100%;
	border-collapse: collapse;
	background-image: url(../images/submenu-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
}
.table-wrap th {
	background: #D3D5D5;
	color: #4D595B;
	font-size:12px;
	font-weight:400;
	padding: 6px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #2B383A;
}
.table-wrap td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2B383A;
}

/* =======================================================================
Sponsors Styles
======================================================================= */

#sponsors {
	background: #2B383A;
	padding-top: 60px;
	padding-bottom: 60px;
}
#sponsors p {
	font-size: 11px;
	color: #FFF;
}
#sponsors .icon {
	text-align: center;
}

/* =======================================================================
Footer Styles
======================================================================= */

footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1E2728;
	color: #D7D7D7;
	text-align:center;
    margin-top: 50px!important;

}
footer, footer a {
	font-size:12px;
	color: #D7D7D7;
	text-decoration:none;
}
footer a:hover {
	text-decoration:underline;
}

#footer1 {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #1E2728;
	color: #D7D7D7;
	text-align:center;
    position: absolute!important;
    bottom: 0px;
}

/* =======================================================================
Global Styles
======================================================================= */

.breaker {
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 15px;
	width: 100%;
}
.clear {
	clear: both;
}
.ralign {
	text-align: right;
}
.lalign {
	text-align: left;
}
img.scale-with-grid {
	max-width: 100%;
	height: auto;
}
.breadcrumb {
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
}
.breadcrumb a {
	color: #444;
}
a, a:active, a:visited {
	border: none!important;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.nodeclink
{
    text-decoration: none;
    font-size: 13px;
    color: #4D595B;
    }

.nodeclink:hover
{
    text-decoration: underline;
    }

.forgottxtpos
{
    padding-right: 50px;
    }

.table-data {
    margin-top: 20px;

}

/*----Footer Style -------*/

.footerstyle a
{
	color: white!important;
    font-size: 13px;
    text-decoration: none!important;
	}

.footerstyle a:hover
{
	color: gray!important;
    text-decoration: none!important;
	}

.footerstyle p
{
	color: white;
	padding-top: 7px;
	padding-left: 0px;
	font-size: 13px!important;
	}

.footerstyle p.gray
{
	color: gray;
	padding-top: 7px;
	padding-left: 0px;
	font-size: 13px!important;
	}

/*--- Misc ----*/
.right
{
    float: right;
    }
.left
{
    float: left;
    }

.padtop5
{
    padding-top: 5px;
    }

.padtop15
{
    padding-top: 15px;
    }

.margright20 {
margin-right: 20px;
}

.margleft20 {
margin-left: 20px;
}

/*-- Login Error Message ---*/

.loginMsgStyle {
    padding-top: 0px;
    font-size: 13px;
    color: red;
    float: right;
}

#forgotPassErrorMsg{
    padding-top: 0px;
    font-size: 13px;
    color: red;
    float: left;
}

#forgotPassSuccessMsg {
    padding-top: 0px;
    font-size: 13px;
    color: green;
    float: left;
}

.footerEmail {

}

.contact-info {

margin-top:17px;
}

.GridViewDisplay th{
	background-color: #5E0202;/* Solid - Red */
	/* Gradient - Red*/
	background: -moz-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -webkit-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -o-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -ms-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: linear-gradient(to top, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	text-align:center;
	color:white !important;
	font-family: Calibri,Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:500;
	border-bottom:3px solid #000;

}
.GridViewDisplay td{
	color:#000;
	text-align:center !important;
	margin:0;
	padding-right:10px !important;
}
.editRow td{
	background-color: #5E0202;/* Solid - Red */
	/* Gradient - Red*/
	background: -moz-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -webkit-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -o-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: -ms-linear-gradient(bottom, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	background: linear-gradient(to top, #5e0202 0%, #720a0a 50%, #911919 51%, #a52020 78%, #c93939 100%);
	color:#000;
}
.upLink{
    color: #09F !important;
	padding-right:10px;
}
.moduleCenter{
	text-align:center;
	margin:0;
	padding-left:10px;
}

@media only screen and (max-width: 767px) {
	/*Table Data*/
	.table-data table, thead, tbody, th, td, tr {display: block;}
	.table-data td /* Behave  like a "row" */{border: none;position: relative;width:100%!important;}
	input[type="text"], input[type="username"], input[type="password"], input[type="search"], textarea {width:80%!important;}
	input[type="password"], input[type="username"]{margin-bottom:10px;}
	select {width:70%!important;}
	.table-data p{margin-top:0px; margin-bottom:10px;}
	input[type="button"].add{margin-left:10px; margin-top:10px;}
}