﻿/************************************************************************************
TEXT
*************************************************************************************/       
 /* specify the width of the logon content */
    .label
    {
        width: 100px;
        padding: 0 3px 0 0;
    }
    .label2
    {
        width: 50px;
        padding: 0 3px 0 0;
    }

    .txtcenter {
        text-align: center;
    }
           
    .txtleft {
        text-align: left;
    }

    .txtright {
        text-align: right;
    }

    .printurl{
	    display: none;
    }


/************************************************************************************
2/20/2019 - LINK NOTATION from indexRWD.css updates (not included yet)
*************************************************************************************/
/* external link icon - remove underline - 05/08/2018 tjb */
a:link span.LinkNotation{
	text-decoration:none;
	color: #000000;
	display: inline-block;
	padding-left:5px;
}
a:visited span.LinkNotation{
	color: #000000;
}
a:active span.LinkNotation{
	color: #000000;
}
a:hover span.LinkNotation{
	color: #000000;
}

/************************************************************************************
TABLES
*************************************************************************************/
.tblStyle {
	border: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	width:100%;
}
.tblStyle tr.header {
	border: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	font-weight:bold;
	background-color:#1E5100;
	color:#fff;
	text-align:center; 
	vertical-align:middle; 
	height:35px; 
}

.tblStyle td.header {
	border: 1px;
	border-style: solid;
	border-color: #000;
    padding-left: 5px;
	font-weight:bold;
	background-color:#1E5100;
	color:#fff;
	vertical-align:middle; 
    height:15px;
}

.tblStyle td.txtcenter {
    text-align:center;
    vertical-align:top;
 }

.tblStyle td.txtleft {
    text-align:left;
    padding-left: 5px;
    vertical-align:top;
}
.tblStyle td.txtright {
    text-align:right;
    padding-right: 5px;
    vertical-align:top;
}

.tblStyle td {
	border: 1px;
    padding-top:5px;
    padding-bottom:5px;
	border-style: solid;
	border-color: black;
}


/* SETTING FONT FOR ASP:PANEL */
legend { font-size:11pt; font-weight:bold; }

fieldset { padding: 0em 1em 0em 1em;
           width: 95%; }

h1 {
    padding-top:10px;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/


/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 750px or less */
/*@media screen and (max-width: 750px) {
	
	#div750 {
		width: 94%;
	}
	#content {
		width: 94%;
	}

}*/

/* for 700px or less */
/*@media screen and (max-width: 600px) {

	#content {
		width: auto;
		float: none;
	}

}*/

/* for 480px or less */
/*@media screen and (max-width: 480px) {

	#header {
		height: auto;
	}
}*/
