/**********************************************************************
* CSS for formatting of the UI
**********************************************************************/
p{
	font-size: 1em;
}
@media (min-width: 481px) {
	body {
		background-image: url(../Resources/Programm/Currencys_50.jpg); 
		background-repeat:repeat;
		background-attachment: fixed;
	}
}
#progressBar{
	width: 100%;
	height: 2em;
}
input[type="checkbox"]{
	height: 1.5em;
	width: 1.5em;
}
/*----------------------------------------
 * formatting the print button    
 * for the second level menu
 *-----------------------------------------*/
.smallButton{
	cursor:pointer;
	font-size: 1em;
	background-color: #c0c0c0;
	border-radius: 4px; 
	border: 1px solid black;
	padding: 0.1em 0.5em 0.1em 0.5em;  /* top, right, bottum, left  */
	margin: 0.1em 0.7em 0.1em 0.7em;  /* top, right, bottum, left  */
}
.bigInput {
	font-size: 2em;
	margin-top:0.2em;
	margin-left:0.5em;
	margin-bottom:0.5em;
  	width: 3em;
}

/**********************************************************************
* table formatting
**********************************************************************/
td, th{
	padding: 3px 3px 1px 3px  ;  /* top, right, bottum, left  */
}
.tableFootline{
	background-color:#80ff00;
	color:#000000;
	font-weight:bold;
	text-align:left;
}
.winNegative{
	background-color: #ff0202;
}
.winNegative:nth-child(even){
	background-color: #ff7e7e;
}
.winPositive{
	background-color: #88ae55;
}
.winPositive:nth-child(even){
	background-color: lightGreen;
}
.shareName{
	background-color:inherit;
	border:none;
	width:100%;
	text-align: left;
	margin:0;
	padding:0.5em;
}
.shareName:hover{
    background-color: #808080;
    color:white;
	cursor:pointer;
}
.shareName:active{
	background-color: red;
    color: white;
}
.monthHeader{
	padding-top: 0.25em;
	font-weight:bold;
}
/*-end of file------------------------------------------------------------*/

