/* GENERAL DECLARATIONS TO BE USED WHEREVER YOU NEED THEM 
   MOVE TO CUSTOM_STYLES.css
*/ 
/*
a.flowplayerholder { 
    display:block; 
	background: url('/videosplash.png');
    width: 320px; 
    height:240px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #999; 
}
*/

/* play button */ 
/*a.flowplayerholder img { 
    margin-top:70px; 
    border:0px; 
}
*/
.clear {
clear: both;
}

.float-left: {
float: left;
margin-right: 15px;
}

.float-right: {
float: right;
margin-left: 15px;
}


.exercise {
padding: 10px;
background-color: #ffffd5; 
border: solid 1px #6889cb;
clear: both;
margin-top: 20px;
margin-bottom: 20px;
}

.skypebox {
padding: 10px;
background: #e0eff4 url('/graphics/skype_logo.png') no-repeat top right;
border: solid 1px #6889cb;
clear: both;
margin-top: 20px;
}

.mover {
	padding: 10px;
	background-color: #99DF99; 
	border: solid 1px #6889cb;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

table, table td, table th {
border: solid 1px #999;
border-collapse: collapse;
padding: 5px;
}

