	/* 
	 * HTML 5 CSS 
	 * Site-wide "master" style sheet
	 * Rick Burton 2014/06/25
	 * http://www.datapathways.com
	 *
	 * Version 1.0 initial writing
	 */
	 
	 /* background: #8383f3 url(../images/Rick-Gradient.jpg) repeat-y scroll center; */
	 
	BODY 
	{
		color: #000;
		background: #000 url(../images/Wide-Gradient-reversed.jpg) repeat-y scroll center;
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	#h3Title, #ulTitle
	{
		font-style: italic;
		color: #ccf;  /*#6cf;*/
		background: transparent;
	}
	
	#divTitle  /* View-From-Somewhere-blue-800x450.png */
	{
		width: 772px;
		height: 422px;
		background-image: url(../images/View-From-Somewhere-dk-blue-800x450.jpg);
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		border: 1px solid #69f; /*#69f;*/
		padding: 12px;
		text-align: left;
		position: relative;
	}
	
	
	/*
	 * Login form section
	 * ------------------------------------------------------------------------------------
	 */

	DIV#loginFrmDiv, DIV#logoutDiv, DIV#showLoginFrm
	{
		width: 260px;
		padding: 2px;
		position: absolute;
		bottom: 20px;
		right: 20px;
		border: 1px solid #69f; /*#69f;*/
		color: white;
		background: transparent;
		font-size: 12px;
		font-weight: bold;
	}
		
	/* DIV.label elements within the specific container DIV if needed */
	/*DIV#loginFrmDiv*/ DIV.label
	{
		width: 70px;
		margin: 1px;
		float: left;
		clear: left;
		font-size: 12px;
		font-weight: bold;
	}
	
	/*DIV#loginFrmDiv*/ DIV.ctrl
	{
		width: 175px;
		margin: 1px;
		float: right;
		clear: right;
		text-align: left;
	}
	
	/*
	 * Login form controls
	 * ------------------------------------------------------------------------------------
	 */

	/* DIVs nested within DIV.label elements, nested within FORM#loginFrm if needed */	
	/*FORM#loginFrm*/ DIV.label DIV, /*FORM#loginFrm*/ DIV.ctrl DIV
	{
		height: 24px;
	}
	
	/*FORM#loginFrm*/ DIV.label DIV
	{
		text-align: right;
		line-height: 24px;
	}
	
	INPUT.field 
	{
		height: 14px;
		font-size: 12px;
		width: 100px;
		background: #ccf;
	}

	INPUT.btn, BUTTON.btn
	{
		height: 22px;
		font-size: 12px;
		color: white;
		background: black;
		margin-right: 10px;
		margin-top: 1px;
	}
