@charset "utf-8";
/* SMC Video CSS Document */


/* Elements */
html {
	margin: 0;
	padding: 0;
	}

body { 
	background: url(/Attachments/SMC/Images/flash_video/smc_video_body_bg.png) repeat-x #1f61a3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0;
	padding: 0;
	}

a:link { 
	color: #FFF;
	text-decoration: underline; 
	}
	
a:visited { 
	color: #b2d8ff;
	text-decoration: underline; 
	}
	
a:hover, a:active { 
	color: #FFF;
	text-decoration: underline; 
	}

h1 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0;

}

img { border: 0px;
}



/* Custom */

.smcvideoplayer {
	text-align:center;
}

.smcvideofooter {
	margin-top: 10px;
	padding-left: 10px;
}

.smcvideoembedbutton {
	float: right;
	width: 72px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

	
.embeddeddialog {
    background-color:#fff;
    display:none;
    width:320px;
    height:240px;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    color:black;

    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    
}
.embeddeddialog p{
    text-align:center;
    color:black;
}
.embeddeddialog textarea{
    width:100%;
}
