/*
 *	Zen Tab v1.0
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2006 - Gregory Remington, www.mediatech.net
 * 	Some rights reserved, http://creativecommons.org/licenses/by-sa/2.5/
 */


/*******************/
/* Template Layout */
/*******************/

#main-content {
	width:577px !important;
	width:577px;
	margin-right:14px !important;
	margin-right:14px;
}

.wrapper {
	background-image: url(../images/content-note.gif);
	background-repeat: repeat-y;
}

#right-content {
 	float:right;
	position:relative;
	width:205px;
	margin-top:-17px;
	background-color:#EDEDED;
	text-align:left;
	}

.noteHeader {
	margin-left:5px;
	margin-top:4px;
	padding-left:10px;	
	padding-top:3px;
	background-image:url(../images/right-header1.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
	width:175px !important;
	width:185px;
	height:22px !important;
	height:25px;
}	
.noteItem {
	background-color:#D4D4D4	;
	background-image:url(../images/arr-right-note.gif);
	background-repeat:no-repeat;
	margin-left:5px;
	padding-left:20px;	
	font-size:11px;
	width:165px!important;
	width:185px;	
	}
	.noteItem a {
		font-weight:bold;
	}	
.noteItemDivider {
	background-color:#D4D4D4	;
	width:185px;
	height:10px;
	margin-left:5px;
}
.noteBlockDivider {
	height:10px;
}

#singleview .bodytext {
	font-family:arial;
	font-size:12px;
	padding:0px;
	margin:0px;
	}
	#singleview table, #singleview td {
		border:0px solid;
		width:auto;
	}
	#singleview .subBlock, #singleview .subBlock td {
		padding:0px;
		margin:0px;
		padding-left:5px;
		}
		#singleview table.subBlock {
			margin-left:20px;
		}
	#singleview h3 {
		color:#2a3c64;
	}
	#singleview .files {
		width:100%;
		padding:0px;
		margin:0px;
		border-top:1px solid #949494;		border-bottom:1px solid #949494;
		background-color:#D4D4D4;
	}	
	#singleview .files td, #singleview .files tr, #singleview table.files,   #singleview .files .bodytext{
		padding:0px;
		margin:0px;
	}
	#singleview #pdf {
		background-image:url(../images/pdf.gif);
		background-repeat:no-repeat;
		padding-left:20px;
	}
	#singleview #zip {
		background-image:url(../images/zip.gif);
		background-repeat:no-repeat;
		padding-left:20px;
		height:18px;
		margin-left:-10px;
	}

