/* GENERIC STYLES 
-------------------------------------------- */

.typography * {
	font-family: Tahoma;
}

/* LINKS 
-------------------------------------------- */

.typography a {
	color:#FFFFFF;
}
	.typography a:hover { 
 		text-decoration: none;
	}

	/* LINK ICONS - shows type of file
	------------------------------------ */
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_word.png) no-repeat left center;
	}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_excel.png) no-repeat left center;
	}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/page_white_zip.png) no-repeat left center;
	}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding: 2px;
		padding-left: 20px;
		background: url(../images/icons/application.png) no-repeat left center;
	}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	margin:0px;
	padding:0px;
	line-height:19px;
}
.typography ul {
	list-style:none;
}
.typography ol {
	margin-left:20px;
}
	.typography ul li,
	.typography ol li  {
		text-decoration:none;
	}
	.typography ul li  {
		background:url(../images/a1.gif) no-repeat;
		background-position:0 7px;
		padding-left:11px;
	}
		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1 {
	line-height:1.1em;
}
.typography h3 {
	padding:0;
	margin:0;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
}
.typography h4 {
	padding:13px 0 13px 0;
	margin:0;
	font:bold 11px/13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
}
.typography h5 {
	font:bold 10px/11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
}
.typography h6 {
	font:bold 10px/11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

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

/* IMAGES 
-------------------------------------------- */
img {
	border: none;
}
	div.image.right, img.right,
	div.captionImage.right {
		float: right;
		margin-left: 15px;
	}
	
	.captionImage {
		border: 1px solid #aaa;
		padding: 5px;
	}
	
	div.image.left, img.left,
	div.captionImage.left {
		float: left;
		margin-right: 15px;
	}
	div.image.leftAlone,
	div.captionImage.leftAlone {
		float: left;
		margin-right: 100%;
	}
	div.image.center,
	div.captionImage.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.caption {
		font-weight: bold;
		text-align: center;
		color: #666;
	}

/* Undo reverse email */
.codedirection { unicode-bidi:bidi-override; direction: rtl; }

/* Colored td */
td.colour1{background-color:#00457c}
td.colour2{background-color:#f1711a}
td.colour3{background-color:#fff}
td.colour4{background-color:#2b2b2b}
td.colour5{background-color:#8c8c8c}
td.colour6{background-color:#ccc}
td.colour7{background-color:#212121}
td.colour8{background-color:#80a2be}
td.colour9{background-color:#120f0f}
td.colour10{background-color:#dcdce0}

/* OPTIONSET AND CHEBOXSET
---------------------------------------- */
.optionset ul li, .checkboxset ul li {
	background-image: none;
	padding-left:11px;
}
.optionset ul li label, .checkboxset ul li label {
	display:inline;
	margin:0;
}