﻿/* these styles are linked to the TinyMCE toolbar*/
.redtext{
	color: #ff0000;
}
.navytext{
	color: #302959;
}
.heading{
	font-size:1.1em; 
	font-weight:bolder
}
.tableborder{
	border-color: #000000; 
	border-width: 0 0 1px 1px;
	border-style: solid;
}
.tableborder td{
	border-color: #000000; 
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.tableborder th{
	border-color: #000000; 
	border-width: 1px 1px 0 0;
	border-style: solid;
}
#tableborder{
	border-color: #000000; 
	border-width: 0 0 1px 1px;
	border-style: solid;
}
#tableborder td{
	border-color: #000000; 
	border-width: 1px 1px 0 0;
	border-style: solid;
}
#tableborder th{
	border-color: #000000; 
	border-width: 1px 1px 0 0;
	border-style: solid;
}
.bggray{
	background: #d6d6d6;
}
.bglinavy{
	background: #99ffff;
}
.tablebordertwo{
	border-color: #000000; 
	border-width: 2px 2px 2px 2px; 
	border-style: solid;
}
pre{
	margin-left: 0px; 
	font-family: arial; 
	font-size: 1.0em;
}
h1{
	font-size:1.2em;
}
h2{
	font-size:0.8em;
}

/* these styles are to eliminate large preview box in template previews*/
#iw-vpreview{ 
	height: 50px; 
	position: absolute; 
	top:100px; 
	right:100px;
}
#iw-vpreview > div{ 
	height: 25px; 
}
#menu0{ 
	height:340px;
}
#menu0 > div{ 
	height:15px;
}

/* these styles are for forms pages with large table classes originally in the dtf_styles.css*/  
/* ---are not linked to the toolbar--- */
.fullwid {width: 100%;}
.onel {width:1%; }
.two {width: 2%;}
.five {width: 5%;}
.eight {width: 8%;}
.twelve {width: 12%; background-color: #DEBE6B;}
.fifteen {width: 15%}
.sixteen {width: 16%}
.twenty {width: 20%;}
.thirty {width: 30%;}
.thirtythree {width: 33%;}
.thirtyfour {width: 34%;}
.fortysix {width: 46%;}
.fortynine {width: 49%;}
.sixtyeight{width: 68%}
.sixtynine{width: 69%}
.seventy {width: 70%;}
.eighty {width: 80%;}
.eightyfour {width: 84%;}
.ninetytwo {width: 92%;}
.ninetyfive {width: 95%;}
.seventyone {width: 99%;}
.greyback {width: 100%; background-color: #d6d6d6; font-family: arial, verdana, sans-serif; font-weight: bold; color:#302959; }
.bluegreyback {height: 21px; font-size : 12px;  color : #302959; font-weight: bold; background-color:#d6d6d6; width: 100%;}
.yellbackthirty{width: 30%;}
.blueback {width: 100%; background-color: #302959; font-family: arial, verdana, sans-serif; font-weight: bold; color:#302959; }
.yellback{background-color: #ffffcc}
.2yellback{background-color: #ffffcc; border-color: #FFFFCC}




