@charset "utf-8";
/* CSS Document */

/* ### images style ###*/

img{border:0;}

.img_left
{
	float:left;
	margin-right:10px;
	margin-bottom:3px;
}

.img_right
{
	float:right;
	margin-left:10px;
	margin-bottom:3px;
}

.img_border
{
	padding:2px;
	border:1px solid #cccccc;
}

img.imageleft {
	float: left;
	margin: 3px;
}
img.imageright { float: right; margin: 15px; } 

.vplayer
{ 
	vertical-align:top;
	margin-bottom:10px;
	border:0;
}

.video {margin:10px; border:0;}

/* table grid */
td.grid {
  padding: 3px 3px 3px 3px;
  background: #ff9900;
  text-decoration:none;
  -webkit-transition: background .3s ease,
    color 0.2s linear;
  -moz-transition: background .3s ease,
    color 0.2s linear;
  -o-transition: background .2s ease, color 0.2s linear;
  transition: background .2s ease, color 0.2s linear;
  cursor:pointer;
  cursor: hand;
  
  }
td.grid:hover,
td.grid:focus {
  color: #F00;
  background: #ff0000;
  text-decoration:none;
  }
  
  td.grid2 {
  padding: 2px 2px 2px 2px;
  background: #ffffff;
  text-decoration:none;
  -webkit-transition: background .3s ease,
    color 0.2s linear;
  -moz-transition: background .3s ease,
    color 0.2s linear;
  -o-transition: background .2s ease, color 0.2s linear;
  transition: background .2s ease, color 0.2s linear;
  cursor:pointer;
  cursor: hand;
  
  }
td.grid2:hover,
td.grid2:focus {
  color: #F00;
  background: #ff0000;
  text-decoration:none;
  }
