/* WEBPORTAL GLOBAL STYLES - Styles for layout only. NO FONT OR COLOR STYLES IN THIS DOCUMENT -- that is what the fontStyles.css and colorStyles.css stylesheets are for! */
/*@import url( /jsp/webportal/propertyStyles.css );*/

/* DO NOT EDIT! */
body {
	color: rgba(68, 68, 68, 1);
	font-size: 1rem;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5;
	word-break: break-word;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	/* part 1 of 2 centering hack */
}

#container {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align:left; 
	width: 100%	
}

html>body #container {
	width: 100%; /* ie5win fudge ends */
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td#header {
	width: 100%;
}

td#header td.nav {
	width: 100%;
	height: 25px;
	padding: 0px 15px 0px 15px;
	background: #000;
	color: #fff;
	min-height: 34px;
	padding: 0;
}

td#header td.logo {
	padding: 10px;
	width: 160px;
}

td#header td.banner {
	width: 100%;
	padding: 0px;
}

td#ataglance {
	width: 20%;
	padding: 0px 5px 0px 10px;
	text-align: left;
	vertical-align: top;
	min-width: 180px;
}

td#workarea {
	width: 80%;
	padding: 0px 10px 0px 5px;
	text-align: left;
	vertical-align: top;
	min-width: 572px;
}

input.username, input.password, input.groupId {
	width: 95%;
	font-size: 11px;
}

.button {
	word-break: normal;
	font-size: 15px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	background: rgb(255, 255, 255, 1);
	border: 1px solid rgba(183,148,90,1);
	color: rgba(183,148,90,1);
	min-width: 160px;
}

.button-small{
	font-size: 12px;
}

.button:hover {
	background: rgb(183,148,90,1);
	color: #fff;
}

span.footnotetext {
	font-size:9px;
}

span#star {
	color:#990000;
	font:bold 11px verdana; 
	font-size:150%; 
	display:none; 
	padding-right:2px;
}

legend {
	font:bold 10px verdana;
	padding:2px 2px 2px 5px; 
	color:#990000; 
	text-align:left;
}

fieldset {
	padding:0px; 
	margin:0px; 
	text-align:center; 
	border:solid 1px #9F4C4C; 
}


tr.text {
	font-family: Verdana;
	font-size: 10px;
	text-align: left;
	color: #FF3333;
}

tr.link { display:none;font:normal 11px times; color:#CCCCCC; text-align:right;}

.divpopupHeader {
	background:#6a6151; 
	border:1px solid #6a6151; 
	font-weight:bold;
	padding:2px;
	font-family:verdana;
	font-size:10px;
	color:white;
	text-align:left;
}

.divpopupBody {
	background:#f3f1db;  
	border-left:1px solid #6a6151; 
	border-right:1px solid #6a6151; 
	border-bottom:1px solid #6a6151;  
	padding:4px; 
	font-family:verdana;
	font-size:10px;
	width: 250px;
	text-align:left;
}

input[type=text],
input[type=password]
{
	border-radius: 4px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
    	font-size: .875rem;
	line-height: 1.2;
	min-height: 2.0em;
	color: rgba(0, 0, 0, 1);
	border: 1px solid #666;
	background: #fff;
	padding: 0.05rem;
	width: 95%;
	margin: 5px 0;
}

input[type="button"]{
	word-break: normal;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	background: rgba(183,148,90,1);
	border: 1px solid rgba(183,148,90,1);
	color: rgba(255,255,255,1);
	text-align: center;
	width: 160px;
	height: 30px;
	cursor: pointer;
}

input[type="cancel"]{
	font-size:10px;
	height:30px;
	background: #ccc;
}

input[type="button"]:hover{
	background: rgba(255,255,255,1);
	color: rgba(183,148,90,1);
}

input[type="number"]{
	width:60px;
	display: block;
	margin: auto;
	font-weight:400;
	font-style: normal;
	height: 2.0em;
}

button_secondary{
	background: rgba(255,255,255,1);
	border: 1px solid;
	color: rgba(0,0,0,1);
	margin: .5rem 0 .5rem 1rem;
	word-break: normal;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 0px;
	cursor: pointer;
}

select
{

	border-radius: 4px;
    	font-family: Arial, sans-serif;
    	font-weight: 400;
    	font-style: normal;
    	font-size: .875rem;
	line-height: 1.2;
    	height: 2.0em;
	color: #000;
    	border: 1px solid #666;
    	background: #fff;
    	width: 95%;
    	z-index: 1;
    	position: relative;
    	align-items: center;
}

textarea
{
	color: #292929;
	height: 80px;
	padding-left: 5px;
	text-decoration: none;
	border-radius: 2px;
	border: 1px solid #a2a2a2;
	/*width: 180px;*/
}

input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
	background: #f3ffc2 none repeat scroll 0 0;
	border: 1px solid #D1AC41;
}

.vert-align
{
	text-align: center;
}

.vert-align > *
{
	vertical-align: middle;
	display: inline-block;
	padding: 0 1%;
	text-align: left;
	max-width: 73%;	
}

.vert-algin img:first-child
{
	max-width: 25px;
	min-width: 25px;
}