/**
 * This typography file is included in the WYSIWYG editor
 */
 
.typography * {
	line-height:140%;
	color: #666666;
}

.typography blockquote {
	margin-left:20px;
}

.typography hr {
	padding:5px;
}

.typography  p, .typography  li{
	font-family: Helvetica, Arial, sans-serif;
  	font-size:8.5pt;
}

.typography  p{
  	line-height:10.5pt;
	margin-bottom:5px;
}


	

.typography  h2{
	font-size:1.4em;
	color: #999999;
	margin-bottom: 7px;
	padding-top:5px;
	}
	
.typography h3{
	font-size:1.3em;
	color: #003399;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 8px;
}

.typography h4 {
/*  text-transform:uppercase;*/
  color: #003399;
  font-size: 10pt;
  line-height: 10.5pt;
  margin-bottom: 5px;
  margin-top:10px;
  font-weight: normal;
}

.typography h5 {
   color: #CC9933;
  font-size: 9pt;
  line-height: 10.5pt;
}

.typography h6{
	font-size:0.8em;
	font-style: italic;
	color: #666666;
}


	
.typography td>p{
  margin-bottom:0px;
}
	/*#Content h4{
		font-size:1.2em;
		color: #CC9933;
		margin-bottom:10px;
	}*/
	

.typography ul{
	padding-left:15px;

}

.typography a{
  color:#666666;
}
 


 .typography strong{
  color:#666666;
  font-weight:bold;
}


/*.typography p,
.typography ul li,
.typography ol li,
.typography a {
	color:#333;
	font-size:8.5pt;
	line-height:10.5pt;
	
}*/



/* HEADER STYLES */



	
	
/*.typography table {
	font-size:1.1em;
}
	.typography table tr td {
		padding:3px 5px;
	}
*/


/*------------------------------*/

.typography div.middleColumn{
  margin-bottom:5px;
}

.typography div.middleColumn input{
padding:2px;
  border:1px solid black;
}



/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}

.typography .beige{
	color: #CC9933;
}

.typography .smallLink, .typography .smallLink a{
	font-size:7.5pt;
	line-height:9pt;
}


.typography img.right {
	float:right;
	margin-left:10px;
}
.typography img.left {
	float:left;
}

.typography .contentTable thead{
	background-color:#3366cc;
	
}

	.typography .contentTable h3{
		color:white;
		text-transform:none;
		margin-top:2px;
		margin-bottom:2px;
	}


.typography .contentTable tbody{
	background-color:#ccccff;
	background-image:url(../images/tablefish.gif);
}

.typography .contentTable td{
	padding:3px;
}

.typography .contentTable td, .typography .contentTable td a{
	color: #666666;
}


.typography .contentTable .location{
	color:#996600;
}


    body = models.TextField(help_text='The body of the feature box.', blank=True, null=True)    
graphy .contentTable thead{
        background-color:#3366cc;

}

.typography .contentTableEvent thead{
        background-color:#3366cc;

}


        .typography .contentTableEvent h3{
                color:white;
                text-transform:none;
                margin-top:2px;
                margin-bottom:2px;
        }


.typography .contentTableEvent tbody{
        background-color:#ccccff;
        background-image:url(../images/tablefish.gif);
}

.typography .contentTableEvent td{
        padding:3px;
}

.typography .contentTableEvent td {
        color: #996600;
}

.typography .contentTableEvent td a {
       color: #996600;
       text-decoration: underline;
}

.typography .contentTableEvent .location{
        color:#666666;
}

.typography .contentTableEvent td#t-02 {
	color: #666666;
}


/* ---------------------- SPECIAL STYLES FOR CONFERENCE PAGES ----------------------------- */


#ConferenceContentBody.typography  p, #ConferenceContentBody.typography  li {
	font-size:8pt;
	line-height:12pt;
   	color: #666666;
}

#ConferenceContentBody.typography  h3{
	font-size:11pt;
	line-height:13pt;
	color: #336699;
	text-transform: none;
	font-weight:plain;
	margin-top:0px;
	margin-bottom:10px;
}
	
#ConferenceContentBody.typography h4{
	font-size:9pt;
    	line-height:12pt;
	color: #339966;
	text-transform: uppercase;
	margin-top:10px;
	margin-bottom:4px;
}

#ConferenceContentBody.typography h3 + h4{
	margin-top:0px;
}


#ConferenceContentBody.typography h5{
	font-size:9pt;
    	line-height:12.5pt;
	color: #339966;
	font-weight:plain;
	margin-top:8px;
	margin-bottom:2px;	

}

#ConferenceContentBody.typography h4 + h5{
	margin-top:0px;
}


#ConferenceContentBody.typography h6{
	font-size:8pt;
    	line-height:12pt;
	color: #999999;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:2px;	
}

#ConferenceContentBody.typography p{
	margin-top:0px;
	margin-bottom:5px;	
}



#ConferenceContentBody.typography ul{
	margin-bottom:10px;	
}


#ConferenceContentBody.typography img{
	margin-top:10px;
	margin-bottom:15px;	
}





