/* ----- scXX and ecXX designations are used by User Interface Feature. Don't remove if you intend to use the User Interface to change colors ---- */

*  /* -- Reset Styles -- */
{
	margin: 0;
	padding: 0;	
	box-sizing: border-box;
}

/*header, nav, main, footer  /* for older browsers /
{
    display: block;
} 

/* -- Sticky Footer Styles -- /
html, body
{
	height: 100%;
}

/* -- General Styles -- /
body
{ 
	font-family:  Roboto, Arial, sans-serif; 
	font-size: 1em;
	/*sC01/ background-color:  #ffffff /*eC01/;
	/*sC02/ color:  #000000 /*eC02/; 
	text-rendering: optimizelegibility;
	letter-spacing: .5px;
}

h1, h2, h3
{
	font-family: Roboto, Arial, sans-serif; 
	/*sC03/ color:  #000000 /*eC03/;
	letter-spacing: 1.5px;
}

h1
{
	font-size: 1.8em;
}

h2
{
	padding: 8px 0;
	font-size: 1.4em;
}

h3
{
	padding: 5px 0;
	font-size: 1.2em;
}

a
{
	/*sC04/ color: #222222 /*eC04/;	
	cursor: pointer;
}
*/
/*p
{
	padding: 8px 0;
	line-height: 1.5;
}
*/
input, select, textarea
{
	padding: 8px /*!important*/; 
	background-color: #ffffff;
	border: solid 1px #777777;
	border-radius: 5px;
	font-size: 1em;
	font-family: Roboto, Arial, sans-serif; 
}

/*button
{
	cursor: pointer;
}
*/
input[type='checkbox'], input[type='radio']
{
	margin-right: 8px;
}

fieldset
{
	margin: 18px 0px;
	padding: 12px 18px;
	border-radius: 5px;
	background-color: #efefef;   
	border: solid 1px #999999;
	background-image: linear-gradient(#f5f5f5, #efefef);
}

legend
{
	border: solid 1px #999999;	
	padding: 10px 20px;
	border-radius: 5px;
	font-variant: small-caps;
	background-image: linear-gradient(#f7f7f7, #e0e0e0);
	letter-spacing: 1.2px;
}

/*img
{
	border: 0;
	max-width: 100%; /* resize as screen width changes /
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

th, td
{
	vertical-align: top;
}
*/
ul, ol
{
	padding: 5px 0 5px 25px;
}

li
{
	padding: 0 0 10px 0;
}

/* awViewer Styles */
.head
{
	cursor: pointer;
}