@import "tables.css";

.logout /* Logout Text */ {
	text-align: right;
	font-weight: bold;
}

.inputlabel1,.inputlabel2,.inputlabel3,.inputlabel4
	/* Input text box labels Login.jsp */ {
	text-align: right;
	padding-right: 5px;
}

.inputtext1,.inputtext2
	/* Input Text box Styles LoginForm.jsp, HearingView.jsp and HearingForm.jsp */
	{
	text-align: left;
	padding-left: 5px;
}

.inputlabel2,.inputlabel3,.inputlabel4
	/* Input text box labels HearingForm.jsp */ {
	background-color: #DFEFFF;
	border-style: solid;
	border-color: #bdbbad;
	border-width: thin;
}

.inputlabel2 {
	width: 500px;
}

.inputlabel4 {
	width: 300px;
}

.text1,.text10 /* Welcome message in Login.jsp */ {
	font-size: 28px;
	color: #00A8D2;
}

.text10 /* Title message in Login.jsp */ {
	font-size: 22px;
}

.text2,.text3,.text5,.text6,.text8 /* Other messages in LoginForm.jsp */
	{
	text-align: center;
}

.text9 /* Please login below in Login.jsp */ {
	color: #666666;
}

.text3,.text8
	/* Error Text in Result.jsp, Error.jsp, Duplicate Submission.jsp */ {
	color: red;
}

.text4,.text7
	/* Long Text in HearingForm.jsp, Other Text in HearingSubmission.jsp */
	{
	text-align: left;
}

.text5,.text6,.text7,.text8
	/* Reason for Text, Attachments in HearingForm.jsp and HearingView.jsp, Thanks Text in HearingSubmission.jsp, DuplicatSubmission.jsp  */
	{
	font-weight: bold;
}

.text6 /* Contact us in HearingForm.jsp */ {
	background-color: green;
}

.ttext1,.ttext3 /* Column 1 in Table2 */ {
	text-align: right;
	font-weight: bold;
	height: 22px;
	padding-right: 3px;
	vertical-align: middle;
	background-color: #c4d5e5
}

.ttext3 /* Blank line in Table2 */ {
	height: 15px;
}

.ttext2 /* Column 2 in Table2 */ {
	text-align: left;
	vertical-align: middle;
	background-color: #c4d5e5;
	padding-left: 3px;
}

h3,h5 /* Heading in Hearing Submission form */ {
	text-align: center;
	font-weight: bold;
	color: #000000;
}

div.img {
	height: auto;
	width: auto;
	text-align: center;
}

div.img img {
	display: inline;
	border: 1px dotted #bdbbad;
}

div.img a:hover img {
	border: 1px solid #0000ff;
}

.contentTitle {
	font-size: 1.2em;
	color: darkblue;
}

h6 {
	font-size: 1.1em;
}

.error {
	font-weight: BOLD;
	color: RED;
	text-align: CENTER;
	font-size: 0.9em;
}

a.link:link {
	color: BLACK;
	text-decoration: none;
	background-color: LIGHTGRAY;
	padding-left: 2;
	padding-right: 2;
	border-style: solid;
	border-left-width: 1;
	border-top-width: 1;
	border-right-width: 3;
	border-bottom-width: 3;
}

.tdrightbackground2 {
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
	font-size: .75em;
	font-weight: bold;
	color: black;
	background-color: #CDCDCD;
}

.tabledata,.allbutton {
	color: #000000;
	font-size: 0.8em;
	text-decoration: none;
	text-align: left;
}

.tableheaderdata {
	color: black;
	font-size: .9em;
	text-decoration: none;
	text-align: left;
	background-color: #CDCDCD;
}

.tablefooterdata,.tablefooterdata2 {
	color: black;
	font-size: .9em;
	text-decoration: none;
	background-color: #CDCDCD;
	text-align: right;
}

.tablefooterdata2 {
	color: white;
	background-color: black;
}

.secondrow {
	background-color: #F0F2E5;
}

.summaryrow {
	background-color: black;
	text-align: right;
	color: white;
}

#inbox {
	background-color: #cdcdcd;
	font-weight: bold;
	color: black;
	border-style: none;
	border-top-width: 0;
	border-right-width: 0;
	text-align: right;
	font-size: 1em;
	font-family: verdana;
}

.allbutton {
	font-size: 0.75em;
}

.labelbk {
	background-color: #CDCDCD;
	font-weight: BOLD;
	color: BLACK;
	font-size: .75em;
}

.successtext1 {
	color: blue;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}

.successtext2 {
	color: blue;
	font-size: .8em;
	text-align: center;
}

.scroll {
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #cc;
	/*background-color: white;*/
	width: 99.2%;
	height: 200px;
	text-align: left;
	overflow: auto;
	white-space-collapse: preserve-breaks;
}