/**
  * TCICredit.com - TEScreener 3.0
	* 01/20/03
	*
	* Style sheet that contains all the
	* class definitions used within this
	* application.
	*/
.bold {
	font-weight: bold;
}
	
/*The style below defines the warning message*/
.waringmsgs {
	background: #fee;
	border: 1px solid #faa;
	color: #f00;
	margin: 10px 0;
	padding: 5px;
	text-align: left;
}
/* The styles below define the look and feel
 * for the workqueue page
 */
.container-applicant,
.container-coapplicant {
	text-align: left;
	border: 1px solid #999;
	padding: 5px;
	margin-top: 10px;
	border-top:7px solid #999;
	background: #eee;
	color: inherit;
}
.container-applicant table fieldset,
.container-coapplicant table fieldset {
	width: 200px;
	padding: 10px;
	border: 1px solid #ccc;
}
.container-applicant table td,
.container-applicant table th,
.container-coapplicant table td,
.container-coapplicant table th {
	vertical-align: top;
}
.icons img {
    margin-right: 1px;
}
.icons a {
	border: 1px solid #eee;
}
.icons a:hover{
	border: 1px solid blue;
}
.icons .complete {
	border: 2px solid yellow;
}

/* ---- sorting links --------*/
.sorting a {
		color: black;
}
.sorting a:hover{
	color: blue;
	/*border: 1px solid blue ;
	padding: 1px;*/
}
.sorting .complete {
	color: blue;
	/*border: 2px solid blue ;*/
}
/* ---- end ------*/

.container-coapplicant {
	margin-top: 0 !important;
	border-top: none !important;
}

.applicant {
	font-size: 14px;
	font-weight: bold;
}

/* General container used for almost all the
 * form areas.
 */
.container-gen {
	text-align: left;
	border: 1px solid #999;
	margin: 8px 0 5px 0;
	background: #eee;
	color: black;
	border-radius: 4px;
}
.container-gen table {
	margin-bottom: 8px;
}
.container-gen table th,
.container-gen table td {
	padding-right: 8px;
}

/* This class defined the area inside the
 * general container that holds all the
 * form elements.
 */
.content-svc table td {
	/*padding-bottom: 0;*/
}
.content,
.content-svc {
	padding: 6px;
	text-align: left;
}
.content h4,
.content-svc h4 {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 8px;
}
.content h5,
.content-svc h5 {
	font-size: 12px;
	/*font-style: italic;*/
	font-weight: bold;
	/*border-bottom: 1px solid #999;*/
	margin-bottom: 8px;
}
/* We want a seperation between the table
 * rows within the form areas.
 */
.content table td {
	padding-bottom: 6px;
}
/* And for some tables, we do not want the
 * padding.
 */
.content table.nopadding td {
	padding: 0 !important;
}
.content ol {
	margin: 0px auto 0px auto;
}

.nav-main {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	background: url(../images/bkgd_topbar.gif) repeat-x;
	color: inherit;
}
.nav-main a,
.nav-main a:link,
.nav-main a:visited {
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	background: transparent;
	color: black;
}
.nav-main a:hover {
	background: transparent;
	color: #039;
}
.nav-main a.here {
	border: 1px solid #000;
	background: #000 url(../images/tabs/tab_bkgd.gif) !important;
	color: #fff !important;
}

/* The following styles define the heading
 * areas within the general containers.
 */
.heading-1 {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 4px;
	background: #bdbdbd;
	color: black;
}
.heading-1 a,
.heading-1 a:link,
.heading-1 a:visited {
	display: block;
	width: 100%;
	text-decoration: none;
	background: inherit;
	color: black;
}
.heading-1 img {
	float: left;
	margin: 1px 3px 0 0;
}

.heading-2 {
	padding: 5px;
	text-align: left;
	border: 1px solid #aaa;
	background: #ddd;
	color: black;
}

.heading-3 {
	text-align: left;
	background: #ccc;
	color: black;
}
.heading-3 th {
	border-bottom: 1px solid black;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Used inside text-fields that require a
 * dollar sign in them.
 */
.dollarsign {
	background: white url(../images/dollarsign.gif) no-repeat;
	padding-left: 10px;
	text-align: right;
}

.small {
	font-size: 10px;
}
.warning {
	background: inherit;
	color: red;
}

.top {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

.hr-thin {
	border-top: 1px solid #999;
	height: 0px;
}

.level1Tabs {
	text-align: left;
	background: #69c;
	color: white;
}
.level1Tabs a {
	padding: 0 5px 0 5px;
	text-decoration: none !important;
	background: #69c;
	color: white;
}
.level1Tabs a:link,
.level1Tabs a:visited {
	color: white;
}
.level1Tabs a:hover {
	background: #369;
	color: white;
}

.level2Tabs a,
.level3Tabs a {
	background: transparent;
	color: black !important;
}
.level2Tabs a:hover,
.level3Tabs a:hover {
	background: #fff;
	color: black !important;
}
.level1Tabs a.here,
.level2Tabs a.here,
.level3Tabs a.here {
	font-weight: bold;
	background: white !important;
	color: black !important;
}
.level1Tabs a.here-level2 {
	font-weight: bold;
	background: #ccc !important;
	color: black !important;
}
.level2Tabs {
	text-align: left;
	background: #ccc;
	color: inherit;
}
.level2Tabs a {
	padding: 0 5px 0 5px;
	text-decoration: none !important;
	background: #ccc;
	color: black;
}

.level3Tabs {
	text-align: left;
	background: #e7ecf5;
	color: inherit;
}
.level3Tabs a {
	padding: 0 5px 0 5px;
	text-decoration: none !important;
	background: #e7ecf5;
	color: black;
}
.level2Tabs a.here-level3 {
	font-weight: bold;
	background: #e7ecf5 !important;
	color: black !important;
}

.submit-form {
	margin-top: 5px;
	text-align: center;
}
.submit-form table{
	width: 97%;
	w\idth: 100%;
}
.submit-innerform {
	text-align: right;
	padding-bottom: 5px;
	/*border-top: 1px solid #999;*/
}

.client-info {
	display: none;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #fff;
	color: inherit;
}
.client-info table {
	width: 95% !important;
}
.client-info table th {
	text-align: right !important;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 10px;
}

.listbox-sequence {
	width: 250px;
}
.lopus-display{
	width: 95%;
}

.lopus-display td{
	padding: 0px 5px;
	border-bottom: 1px solid #999;
}

.total {
	border: none !important;
}

.search-results {
	width: 96%;
}

.search-results td {
	border-bottom: 1px solid #999;
	padding-bottom: 0 !important;

}

.search-results-no-rule {
	width: 96%;
}

.services {
	width: 700px;
}
.services .border-dotted {
	border-bottom: 1px dotted #ccc;
}
.services td {
	/*vertical-align: top;*/
	padding: 1px !important;
}
.services th {
	vertical-align: top;
}

.silver-button,
.cancel-button {
	border: 1px outset; 
	cursor: pointer; 
	font-size:11; 
	font-weight: normal; 
	margin: 0px 0px 0px 1px; 
	padding: 1px 10px 1px 10px; 
	background-repeat: repeat-x;
}

.cancel-button{
    color: #c00 !important;
}
	/*status styles*/
.mywidth {
    width: 97%;
    width: 100%;
}
.ex-number{width: 10px;}
.ex-name{width: 300px;}
  /*------------------added for the criminal verification page*/
.ex-county{width: 200px;}
.ex-vendor{width: 120px;}
.ex-state{width: 200px;}
 /*-------------------End for the criminal verification page styles*/
.ex-status{width: 100px;}
.ex-status-date{width: 100px;}
.ver-fields { width: 150px;}
.ver-provided { width: 150px;}
.ver-verified { width: 180px;}
.ver-move-btn { width: 30px;}

.ccinfo {
	border-left: 1px solid #000;
	padding-left: 5px !important;
}
.instructions {
	/* /always show instructions - display: none; */
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #ffe;
	color: inherit;
	font-size: 10px;
}
.instructionsLarge {
	/* /always show instructions - display: none; */
	border: 1px solid #ccc;
	padding: 5px;
	margin: 5px 0 5px 0;
	background: #ffe;
	color: inherit;
	font-size: 12px;
}

/*----------- alternate row color ------------*/
tr.alt-row td{
    background-color: #eee;
}


/* The following messages classes are used to display messages such as error messages,
 * confirm messages and general messages. These messages are displayed on the
 * top of the page. These messages are only displayed when an error and/or cancellation is encountered
 * or any general information is needed for the user. Different messages are separated by different 
 * colors. Confirmation message is in green, error message is in red and general information is given in blue. 
 */
.messages-area {
    position: relative;
    background-repeat: no-repeat !important;
}   
.messages-area .msgs-error,
.messages-area .msgs-confirm,
.messages-area .msgs-info {
    position: relative;
    font-size: 12px;
    margin: 5px 0px;
    padding: 12px;
    display: block;
    text-align: left;
    padding-right: 40px;
    background-position: top right;
    background-repeat: no-repeat !important;
	border-radius: 4px;
}

.messages-area table {
    border-collapse: separate;
    font-size: 12px;
}
.messages-area td,
.messages-area th {
    padding-right: 15px;
}
.messages-area th {
    text-align: left;
    font-weight: bold;
}
.messages-area ul {
    margin: 0px auto;
}
.messages-area h1 {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px dashed;
    margin: 0px 0px 5px 0px;
    padding-bottom: 3px;
}
.messages-area .close {
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 40px;
}

/* The following msgs id's are used to display messages on the page. The messages are displayed 
 * between the navigation bar of the page and the main content of the page. The message background 
 * color is changed depending on what the message is. It could be a confirmation message, error message 
 * or any general message. Confirmation message is in green, error message is in red and general 
 * information is in blue. 
 */
 
.msgs-confirm {
    padding: 5px;
    font-weight: bold;
    border: 1px solid #228b22; /* green */
    background-image: url(../images/bg/confirm.gif);
    background-color: #f0fff0; /* light green */
    background-repeat: no-repeat !important;
    background-position: top right;
    color: #006400; /* dark green */
}
.msgs-confirm a,
.msgs-confirm a:hover {
    color: #228b22;
}

.msgs-error {
    border: 1px solid #f66; /* pinkish red */
    background-image: url(../images/bg/error.gif);
    background-color: #ffe4e1; /* mistyrose */
    background-repeat: no-repeat !important;
    background-position: top right;
    padding: 12px;
	text-align: left;
	padding-right: 40px;
	color: #f00; /* red */
}

.messages-area .msgs-error li {
	cursor: auto;
}

.msgs-error .header {
    border-bottom-color: red;
}
.msgs-error table {
    color: #f00; /* red */
}
.msgs-error th {
    border-bottom: 1px solid red;
}
.msgs-error a,
.msgs-error a:hover {
    color: #f00;
}

.msgs-error-small-noclose {	
    border: 1px solid #f66; /* pinkish red */ 
    background-color: #ffe4e1; /* mistyrose */
	text-align: left;
	color: #f00;
	margin-bottom: 12px; 
}

.msgs-info {
    border: 1px solid #960; /* light blue */
    background-image: url(../images/bg/info.gif);
    background-color: #ffe; /* very light blue */
    background-repeat: no-repeat !important;
    background-position: top right;
    color: #630; /* blue */
}

.msgs-info a,
.msgs-info a:hover {
    color: #630;
}

.documentlist {
	font-family: Courier;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	display: table-caption;
	border: 1px solid #000000;
	background-color: #FFFFFF;

}

.print-area{
    text-align: right;
    background-color: #eee;
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    margin: 5px 0px;
	width: 100%;
}
.appinfomsg {
	background: #b8b894;
	border: thin solid #800000;
	border-radius: 5px;
	padding: 10px;
	margin-top: 20px;
}
.appinfomsgTitle {
    color: #800000;
    font-variant: small-caps;
    margin-bottom: 10px;
    text-align: center;
}