/* Ennorex
 * section_format.css [Browser Class 1]
 * Created by STI Data Systems
 *  (starting Aug 26, 2006)
 */

h1 {
	font: 1.6em arial, sans-serif; /*16pt*/
	margin:0;
	padding:0;
}

h2 {
	margin-top: 0.5em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	font-style: italic;
	font-size: 1.4em; /* 12pt; */
	font-weight: normal;
	font-family: arial, sans-serif;
}

h3 {
	margin-top: 0.3em;
	margin-left: 0em;
	margin-right: 0.5em;
	margin-bottom: 0.3em;
	padding-left: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #FC3;
}

h4 {
}

h5 {
}

p {
	text-align: justify;
	margin: 0em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 2em;
	padding-right: 2em;
	font-size: 1.2em; /* 12pt; */
	font-family: times, serif;
}

p.emphasis1 {
	margin-left: 4em;
	margin-right: 4em;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

p.noLRPadding {
	padding-left: 0em;
	padding-right: 0em;
}

ul {
	margin: 0px;
}

ul li {
	font-weight: normal;
}

form {
	margin: 0em;
	padding: 0em;
	font-family: arial, sans-serif;
}

img.banner {
	clear: both;
}

div.mainpoint {
  font-size: 2.0em;
}

div.tiny, div.active.tiny, div.visited.tiny {
	font-size: 0.8em; /* 8pt; */
	padding: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-left: 1.5em;
	margin-bottom: 5em;
	font-family: arial, sans-serif;
}

input.big_button {
	padding: 0.5em;
}

h3.fileTitle {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0em;
	padding-top: 5px;
	margin-bottom: 0em;
	margin-top: 0em;
	text-align: left;
}

p.fileAuthor {
	padding-bottom: 0em;
	padding-top: 0em;
	padding-left: 20px;
	margin-bottom: 0em;
	margin-top: 0em;
	font-style: italic;
}

p.fileOther {
	padding-bottom: 0em;
	padding-top: 0em;
	padding-left: 20px;
	margin-bottom: 0em;
	margin-top: 0em;
	border-left: 1px solid #FC3;
}

/****************** 
 * section borders 
 */

/* filelist section border*/
div.filelist_bottomleft {
	background: url(../../../../Content/images/filelist_bottomleft.png) 0 100% no-repeat; 
	width: 600px;
}

div.filelist_bottomright {
	background: url(../../../../Content/images/filelist_bottomright.png) 100% 100% no-repeat;
}

div.filelist_topleft {
	background: url(../../../../Content/images/filelist_topleft.png) 0 0 no-repeat;
}

div.filelist_topright {
	background: url(../../../../Content/images/filelist_topright.png) 100% 0 no-repeat; 
	padding: 1em;
}

div.filelist_top {
	background: url(../../../../Content/images/filelist_top.png) 0 0 repeat-x; 
	width: 600px;
}

div.filelist_bottom {
	background: url(../../../../Content/images/filelist_bottom.png) 0 100% repeat-x;
}

div.filelist_left {
	background:url(../../../../Content/images/filelist_left.png) 0 0 repeat-y;
}

div.filelist_right {
	background: url(../../../../Content/images/filelist_right.png) 100% 0 repeat-y;
}

div.filelist_clear {
	font-size: 0.1em; 
	height: 0.1em;
}

/* filelist selected section border*/
div.filelist_selected_bottomleft {
	background: url(../../../../Content/images/filelist_bottomleft.png) 0 100% no-repeat; 
	width: 600px;
}

div.filelist_selected_bottomright {
	background: url(../../../../Content/images/filelist_bottomright.png) 100% 100% no-repeat;
}

div.filelist_selected_topleft {
	background: url(../../../../Content/images/filelist_topleft.png) 0 0 no-repeat;
}

div.filelist_selected_topright {
	background: url(../../../../Content/images/filelist_topright.png) 100% 0 no-repeat; 
	padding: 1em;
}

div.filelist_selected_top {
	background: url(../../../../Content/images/filelist_top.png) 0 0 repeat-x; 
	width: 600px;
}

div.filelist_selected_bottom {
	background: url(../../../../Content/images/filelist_bottom.png) 0 100% repeat-x;
}

div.filelist_selected_left {
	background:url(../../../../Content/images/filelist_left.png) 0 0 repeat-y;
}

div.filelist_selected_right {
	background: url(../../../../Content/images/filelist_right.png) 100% 0 repeat-y;
}

div.filelist_selected_clear {
	font-size: 0.1em; 
	height: 0.1em;
}

/* end css */
