﻿.verticaltext 
{
    height: 200px;
    writing-mode: tb-rl;
    filter: flipH() flipV();
}
 
.verticaltext1 {
    font:bold 10px Tahoma;
    color: #0000FF;
    writing-mode: tb-rl;
    filter: flipH() flipV();
}
 
/* Below is specific to the home page marketing boxes */ 
/*Marketing callout box for the home page*/
.marketinghomeheader{
	background: #cc6600 url(/images/lefttab_terracotta.gif) top left no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 3px 0 2px 10px;
	font-size: 85%;
}
.marketinghomecontent {
	background-color: #F1D4B8;
	margin: 0px;
	padding: 5px 5px 5px 10px; 
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #F1D4B8;
	height: 95px; 
	width: 175px;
}
.marketinghomecontent p {
	font-size:85%;
	margin: 1px 0 3px 0;
	padding: 0;
}
.marketinghomecontent ul {
	font-size: 85%;
 	margin: 0 0 5px 20px;
	padding: 0;
}

#videotable
{
	margin-top: 5px;
	margin-bottom: 20px;
}

#ctl00_ContentPlaceHolderMain_ucVideo_pgcomVideoText td
{
	padding: 5px 5px 10px 5px;
}