@CHARSET "ISO-8859-1";

.textFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5C788F;
	width: 100%;
	}
/* Text alignment styles */
.textCenter {
	display: block;
	text-align: center;
	margin: auto;
	}
.textLeft {
	text-align: left;
	}
.textRight {
	text-align: right;
	}	
/* Text size styles */
.textSizeXLG {
	font-size: 18px;
	}
.textSizeLLG {
	font-size: 17px;
	}
.textSizeMED {
	font-size: 14px;
	}
.textSizeLG {
	font-size: 16px;
	}
.textSizeSM {
	font-size: 12px;
	}
.textSizeXSM {
	font-size: 11px;
	}
/* Text color styles */
.textColorRed {
	color: #FF0000;
	}
.textColorWhite {
	color: #FFFFFF;
	}
.textColorBlack {
	color: #000000;
	}
.textColorYellow {
	color: #FFFF00;
	}
.textColorStd {
	color: #40637A;
	}
.textColorOrange {
	color:  #FF8000;
    }
	
/* Text special effects */
.textWeightBold {
	font-weight: bold;
	}
.textWeightNormal {
	font-weight: lighter;
	}
.textUnderline {
	text-decoration: underline;
	}

/* Text box effects */
.textBoxYellow {
	border-right-color: #FFFF80; 
	border-right-style: solid; 
	border-bottom-color: #FFFF80; 
	border-top-width: 1px; 
	border-top-color: #FFFF80; 
	border-bottom-style: solid; 
	border-right-width: 1px; 
	border-left-width: 1px; 
	border-left-style: solid; 
	border-top-style: solid; 
	border-left-color: #FFFF80; 
	border-bottom-width: 1px;
	}
.textBoxStd {
	border:thin solid #40637A;
	}
/* TableHeadTxt controls the table headers for the Applications, Transcripts, Log Review and Requests Page */
.TableHeadTxt {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    text-decoration: underline;
    width: 100%;
    }
.TableHeadTxtNoSize {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #23201D; 
    text-decoration: underline;
    width: 100%;
    }
/* TableHeadTxt controls the text within the table headers for the Applications, Transcripts, Log Review and Requests Page */
.TableBodyTxt {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 11px; 
    color: #000000; 
    width: 100%;
    }
/* Controls the center item in the header blocks (formhead.jsp, formheadsmall.jsp)      */
/* One of these 2 forms is copied to the top of every form displayed in the application */
/* Also used for the username/password/head information on the Logon page               */
.PageHeadCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color:  #3b5998; 
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    }
.FormHeadCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color:  #ffffff; 
    width: 100%;
    font-weight: bold;
    background-color: #3b5998;
    }
/* Controls the right text item in the header blocks (formhead.jsp, formheadsmall.jsp) */
/* One of these 2 forms is copied to the top of every form displayed in the application */
.PageHeadRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
    display: block;
	text-align: center;
	margin: auto;
	font-size: 12px;
	}
.SelectBoxText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #23201D;
	font-size: 12px;
	font-weight: bold;
	}
.UserDBLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:  #23201D;
	font-size: 12px;
	font-weight: bold;
	}
.SelectBoxInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: #23201D;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	border: thin solid #23201D;
	border-color: #23201D;
	width: 100%;
	display: block;
	overflow: auto;
	}
.SelectBoxInfoErr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: yellow;
	color: red;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	border: thin solid #23201D;
	border-color: red;
	width: 100%;
	display: block;
	overflow: auto;
	}
.ErrorText {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: FF0000; 
    width: 100%;
    }
.ReqErrorText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: FF0000; 
    width: 100%;
    font-size: 14px;
    text-align: left;
    }
.ReqSuccessText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #009300; 
    width: 100%;
    font-size: 14px;
    text-align: left;
    }
.AdminText {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: black; 
    font-size: 12px;
    }