body				{ 	background-color:grey; 
						width: 100%;
					}

header				{ 	display:block;  background-color:lightBlue;
						position: fixed; top: 0px; left:0px; width:100%; height:30px;
						white-space:nowrap;
						padding: 5px; border-style:ridge;
					}
			
article.push			{ 	display:block; background-color:lightGray;
						position:fixed; top:50px; left:0px; width:99.5%; bottom:70px; 
						overflow:auto; padding-left:5px;
					}
				
article#copAutPopup	{ 	display:none; background-color:#e7a61a;
						position:fixed; top:50px; left:0px;
						padding: 20px; padding-right: 40px;
						border-radius: 0px 0px 100px 0px;
						max-height:inherit; max-width:50%;
					}
					
div#authorArea		{	max-height:inherit; overflow-y:auto; display:none;
					}
				
div#copyrightArea	{	max-height:inherit; overflow-y:auto; display:none;
					}
				
article#phonPopup		{	display:none; background-color:#cc99ff;
						position:fixed; top:50px; left:0px;
						padding: 20px; padding-right: 40px;
						border-radius: 0px 0px 100px 0px;
					}
					
img.picture			{   width: 96px; height: 96px; 
						float: left; padding-right:10px;
					}
					
button.lang			{ 	background-image: url("./Icons/language.gif");
						background-repeat: no-repeat;
						background-color: orange;
						background-position: center;
						text-align: left; 
						padding: 5px 0px 5px 0px; 
					}
button.copy			{ 	background-image: url("./Icons/copyright.png");
						background-repeat: no-repeat; 
						background-position: center;
						padding: 15px 10px 12px 15px;
					}
					
button.prev			{ 	background-image: url("./Icons/prev.png");
						background-repeat: no-repeat; 
						background-position: center;
						padding: 15px 10px 12px 15px;
						margin-left: 10%
					}
					
button.next			{ 	background-image: url("./Icons/next.png");
						background-repeat: no-repeat; 
						background-position: center;
						padding: 15px 10px 12px 15px;

					}
					
button.reload			{ 	background-image: url("./Icons/reload.png");
						background-repeat: no-repeat; 
						background-position: center;
						padding: 15px 10px 12px 15px;
					}
					
button#searchButton    {	background-image: url("./Icons/search.png");
						background-repeat: no-repeat;
						background-position: center;
						padding: 15px 10px 12px 15px;
					}
			
button.auth			{ 	background-image: url("./Icons/author.png");
						background-repeat: no-repeat; 
						background-position: center;
						padding: 15px 10px 12px 15px;
					}
					
				
p					{	display: inline;
					}
					
td#custom			{	padding-top: 15px;
					}
				
div.hidden			{	display: none;
					}
				
footer				{ 	display: block; background-color:lightBlue; 
						position: fixed; bottom: 0px; left:0px; width:100%; overflow:auto; 
						white-space:nowrap;
						padding: 5px; border-style:ridge;
						overflow: auto;
					}
			
button#phonClose		{	float: right;
					}
			
span.menu			{	border-style: groove;
					}
			
input					{	border-style: groove;
					}
			
span.find			{	display:inline-block; vertical-align:top;
					}
					
span.template		{	display:inline-block; vertical-align:top; 
					}
					
video				{	margin-right: auto;
						margin-left: auto;
						display:none;
						width: 288px;
						display:none;
					}
					
audio				{	margin-right: auto;
						margin-left: auto;
						width: 288px;
						display:none;
					}
	
