body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #F2F2F2;
} A {
	color: mediumblue;
	text-decoration: none;
}
.mainTitle{
	font-size: 24px;
	text-align: center;
}
.box {
	/*padding: 5px;*/
	border-color: #008040;
	border-style: solid;
	border-width: 2px;
}
.linkedText {
	text-decoration: underline;
	cursor: pointer;
	color: mediumblue;
}
.classListContainer {
	position: absolute; 
	width: 250px; 
	height: 300px; 
	left: 10px; 
	top: 100px; 
	border: 2px solid #008040; 
	padding: 5px;
}
.classList {
	position: absolute;
	top: 30px;
	left: 5px;
	width: 250px;
	height: 200px;
	overflow: auto;
}
.newClass {
	position: absolute;
	top: 250px;
	left: 5px;
	width: 225px;	
}
.rightPane{
	position: absolute;
	left: 300px;
	top: 100px;
	width: 750px;
	border: 1px solid #008040;
	padding: 5px;
	height: 400px;
	overflow: auto;
}
.td {
	float: left;
	width: 150px;
}
.tdname {
	float: left;
	width: 250px;
}
.playbackConsole {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 550px;
	/*border: 1px solid #008040;*/
	border: 2px solid white;
	padding: 5px;

}
.leftPane {
	position: absolute;
	left: 10px;
	top: 100px;
	width: 250px;
	height: 425px;
	border: 2px solid #008040;
	background-color: #FFFFFF;
}
.clipLibraryTop {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 240px;
	height: 50px;
	padding: 5px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.clipLibrary {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 240px;
	height: 300px;
	overflow: auto;
	padding: 5px;
}
.clipLibraryNew {
	position: absolute;
	left: 0px;
	top: 375px;
	width: 240px;
	height: 50px;
	padding: 5px;
}
.clipTitle {
	position: absolute;
	left: 250px;
	top: 10px;
	width: 300px;
	height: 25px;
}
.clipText {
	position: absolute;
	left: 250px;
	top: 40px;
	width: 300px;
	height: 100px;
}
.clipTextSave {
	position: absolute;
	left: 250px;
	top: 160px;
	cursor: pointer;
}
input, textarea {
	border: 1px solid #AAAAAA;
	font-family: Verdana;
	font-size: 12px;
}
.publishDate{
	color: #008040;
	font-size: 12px;
}
.messageBox {
	position: absolute;
	left: 300px;
	top: 100px;
	width: 550px;
	/*border: 1px solid #008040;*/
	border: 2px solid red;
	padding: 5px;
	z-index: 100;
	visibility: hidden;
	background-color: white;
}
