﻿
/* These are styles that are used in the court web application */

/* 
##########################################
Here are overrides of Mikes styles 
##########################################
*/
.globalDivQL
{
    margin-top: 2px;
    width: 160px;
    border: 0px;
    overflow: visible;
}

.globalDivRight
{
	width: 840px;
	margin-top: 1px;
	padding-left: 2px;
}
.wrapper
{
	width: 1005px;
}

#title
{
	padding-top: 2px;
	margin-left: 2px;
	font-size: large;
}
#dept
{
	padding-left: 3px;
	font-size: smaller;
}
/* 
##############################################################################
End Overriden Styles
##############################################################################
*/


/* 
#############################################################################
Here are styles that are specific to the court web application 
#############################################################################
*/
#PageContent
{
	padding: 2px;
}

.disclaimerText
{
	text-align: justify;
	font-size: small;
}

.centerScreen
{
    padding-left: 150px;
}

.submitButton
{
	cursor: hand;
	font-size: small;
}

.hideButton
{
    display: none;
}

.errorMessage
{
	color: Red;
	font-weight: bold;
	font-size: small;
}

.cellTitle
{
	font-weight: bold;
	font-size: small;
}

.cellData
{
	font-size: small;
}

.pleaseWait
{
	font-size: medium;
	font-weight: bold;
	
}
.srHeaderCell
{
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	vertical-align: top;
	font-size: small;
}

.srDataCell
{
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	vertical-align: top;
	font-size: small;
}
.srSubmitButton
{
	font-size: small;
	width: 150px;
	cursor: hand;
}

.srResultsPanel
{
	width: 800px;
	height: 350px;
}
.backLink
{
	font-size: small;
}
.paddingRightBottom
{
	padding-right: 15px;
	padding-bottom: 10px;
}
.paddingRight
{
	padding-right: 15px;
}
.paddingLeft
{
	padding-left: 10px;
}
.linkAlignRight
{
	text-align: right;
}
.spPaddingBottom
{
	padding-bottom: 5px;
}
.cardNumberCellData
{
	font-size: small;
	width: 200px;
}
.cardSecurityNumberCellData
{
	font-size: small;
	width: 90px;
}
.addressInfoCellData
{
	font-size: small;
	width: 250px;
}
.emailAddressCellData
{
	font-size: small;
	width: 220px;
}
.nameOnCardCellData
{
	font-size: small;
	width: 250px;
}
.addressCellTitle
{
	font-size: small;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.spSubmitButton
{
	font-size: small;
	width: 150px;
	cursor: hand;
}
.rcptTitleLarge
{
	font-size:18px;
	font-weight:bold;
}
.rcptTitle
{
	font-size: 16px;
	font-weight:bold;
}
.rcptSubTitle
{
	font-size:14px;
}
.rcptData
{
	font-size:14px;
	font-weight: bold;
}
.phoneParenthesis
{
	font-size:24px;
	
}
.checkDateCellData
{
    font-size: small;
	width: 200px;
}
.accountNumberCellData
{
    font-size: small;
	width: 200px;
}
.routingNumberCellData
{
    font-size: small;
	width: 200px;
}
.checkMemoCellData
{
    font-size: small;
	width: 200px;
}