/********************************************** index css **********************************************/



/****************************** html elements ******************************/
/****** anchors */
/****** undo settings from studynotescommon.css */
article a
{
	background-color: transparent; 
	border: none; /*0.15em solid #777;*/ /*#00f;*/ /*#47f; */
	
	width: auto;
	height: auto;
}









/****** images in anchors */
a img
{
	width: 30px;
	padding: 0;
	margin: 0;

}




.clsMediaSelection
{
	background-color: #eee; 
	border: 0.15em solid #777; /*#00f;*/ /*#47f; */
	display: inline-block;
	width: 12.5em;
	height: 5em;
	text-align: center;
	vertical-align: middle;
	line-height:1.0;
	
	/*margin: 4px 0px 0px 0px;*/
	margin-top: 4px;
}

.clsMediaSelection span
{
	/*font-size: 1.0em;*/
	display: inline-block;
	width: 12.0em;
	height: 1.5em;
	padding: 5px 0px 1px 0px;
}




