/*
 * Main page CSS properties
 *
 * Rick Burton 6/5/2014
 * Data Pathways
 * http://www.datapathways.com
 */

/*
 * Login section
 * --------------------------------------------------------------------------------------
 */
 
#divHeaderFix
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #111;
	color: black;
}

#msgText
{
  position: absolute; 
  top: 44px;
  right: 22px;
  font-size: 12px;
  font-weight: bolder;
  color: #1696ff;
}

#divHeaderLogin, #divLogoutForm 
{
	border-top:            2px solid #808080; 
	border-left:           2px solid #808080; 
	border-bottom:         2px solid #CCC; 
	border-right:          2px solid #CCC; 
}

#divLogoutForm
{
	top:                   14px;
	right:                  0px; 
	/*line-height:           14px;*/
	font-size:             11px;
}

#divHeaderLogin, #divHeaderLogout
{
	top:                   50px;
	right:                 10px; 
	height:                80px;
	font-size:             10px;
}

#divLogoutForm, #divHeaderLogin, #divHeaderLogout
{
	position:              absolute; 
	text-align:            right;
	width:                 158px;
	padding-top:           6px;
	padding-right:         10px;
	padding-bottom:        6px;
	color:                 #EEE;
	background:            transparent;
	text-align:            right;
	font-weight:           bolder;
}
 
.txt
{
	margin:                2px;
	width:                 100px;
	height:                14px;
	color:                 #000;
	background:            #DDD
}


