body         { 
				background-color: #000000; background-image: url('../images/site_back.jpg'); 
				background-repeat: no-repeat; background-position: center top;margin-left:0px;margin-bottom:0px;margin-right:0px;margin-top:30px;
				scrollbar-base-color: #be9b52;
				scrollbar-arrow-color: #000000;
				scrollbar-3dlight-color: #e5c789;
				scrollbar-darkshadow-color: #e5c789;
				scrollbar-highlight-color: #855f0f;
             }
td           { font-family: Tahoma; font-size: 8pt }
.mCdDiv      { padding-top: 10px; padding-bottom: 10px}
a            { font-family: tahoma; font-size: 8pt; text-decoration: none }
a:hover      { font-family: tahoma; font-size: 8pt; text-decoration: underline }


.txtinput    { border: 1px solid #BDA25B; background-color: #EEE6D0 }


.videoEntry{
	background-image: url('../images/bg_v_normal.gif');
	border: 3px solid #323232;
	padding:5px;
	color:white;
	height:99px;
	margin-bottom:2px;
	cursor:hand;
}

.videoEntryOver{
	background-image: url('../images/bg_v_rollover.gif');
	border: 3px solid #323232;
	padding:5px;
	color:white;
	height:99px;
	margin-bottom:2px;
	cursor:hand;
}

.videoTitle {font-family: Tahoma; font-size: 14pt; color: #E6C98A}


			.clsmPic{
				float:left
			}
			.clsmContent{
				width:750px;
				height:330px;
				text-align:justify
			}
			.masterPage{
				margin-left:50px;
			}
			
			.prev{
				background-position: left top; height:185px;
				width:46px; 
				background: url(../images/btn_prev.png) 0px -185px no-repeat;
				float:left;
				cursor:hand;
			}
			.prev_over{
				background-position: left top; height:185px;
				width:46px; 
				background: url(../images/btn_prev.png) 0px 0px no-repeat;
			}
			
			.next{
				background-position: left top; height:185px;
				width:46px; 
				background: url(../images/btn_next.png) 0px -185px no-repeat;
				float:right;
				cursor:hand;
			}
			.next_over{
				background-position: left top; height:185px;
				width:46px; 
				background: url(../images/btn_next.png) 0px 0px no-repeat;
			}
			
.invalidInput{
	border:1px dotted #6a4800;
	background-color: #d9b977;
}

.validInput{
	border: 1px dotted #000000;
}
