﻿@charset "utf-8";
* {
	margin: 0 auto;
	padding: 0px;
}
body {
	background-image: url(../images/gradientBckg.png);
	background-repeat: repeat-x;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearFloat {
	clear: both;
	float: none;
}

#container {
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-image: url(../images/masthead_bckg.png);
}


#topBlackBar {
	background-image: url(../images/topBlackBar.png);
	background-repeat: repeat-x;
	height: 45px;
}
#topBlackBar #quickLinks {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	font-weight: bold;
}
#topBlackBar #quickLinks a:link {
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#topBlackBar #quickLinks a:hover, #topBlackBar #quickLinks a:active {
	text-decoration: underline;
}


#innerContainer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#qwickCardsLogo {
	float: left;
}
#masthead {
	height: 120px;
}

#mainMenu {
	padding-top: 60px;

}
#sideBar {

}
#about {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
}

#clientInfo {
	margin-top: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #666;
}
#clientInfo img {
	margin-bottom: 20px;
}

#mainContent {
	float: right;
	width: 782px;
	background-image: url(../images/mainBodyBckg.png);
    background-repeat: no-repeat;
    background-position: right top;


}
#mainContentTop {
	background-image: url(../images/mainContentTopBckg.png);
	background-repeat: no-repeat;
	height: 32px;
}
#mainContentBody {
	background-image: url(../images/mainContentBodyBckg.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-left: 27px;
	padding-right: 10px;
}
#mainContentBottom {
	background-image: url(../images/mainContentBottomBckg.png);
	background-repeat: no-repeat;
	height: 32px;
}


#footer {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	margin-top: 10px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	width: 650px;
	margin-right: 50px;
	margin-bottom: 50px;
	float: right;
}

#magTekLogo {
	float: right;
}

/***********************************************************************/
/* 04/11/2011 HB -- Styles for the User Interface                      */
/***********************************************************************/
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.SelectedRowStyle
{
	background-color: #99CCCC;
}

.OnMouseOverStyle
{
	background-color: #CCFFFF;
	cursor: pointer;
}

.OnMouseOverNoCursorStyle
{
	background-color: #CCFFFF;
	cursor: default;
}

.OnMouseOutStyle
{
	background-color: #FFFFFF;
	cursor: pointer;
}

.GridViewHeaderStyle
{
	height: 20px;
	color: #FFFFFF;
	font-size: 11pt;
	background-color: #999999;
}

.validatorCalloutHighlight
{
    background-color: lemonchiffon;
}

.ImageMouseOver
{
	border: thin 1px #CCCCCC;
	cursor: pointer;
}

.ImageMouseOut
{
	border: none 0 #FFFFFF;	
	cursor: pointer;
}

.BorderColorFocus
{
	width: 705px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right 50px;
	padding-left: 10px;
	border-width: thin;
	border-color: #888888;
	border-style: solid;
}

.BorderColorLostFocus 
{	
	width: 705px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: right 50px;
	padding-left: 10px;
	border-width: thin;
	border-color: transparent;
	border-style: solid;
}