/* Define styles that are to be used for printing here */
@page {
  margin: 2cm;
}


/* @group General Styles */
body {
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 100%;
  	margin: 0em;
    padding: 0em;
    width: 100%;
}

p {
	margin: 0em;
	margin-top: 0.5em;
	padding: 0em;
}


a:link, a:visited {
    text-decoration: underline;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}

/* @end */

/* @group Layout */

#container {
}

.clearer {
	clear: both;
}

.clearerLine {
	clear: both;
	margin: 0em;
	padding: 0em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.clearerHalfLineL {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 50%;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.clearerHalfLineR {
	float: right;
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 50%;
	border-width: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.bottomLine {
	clear: both;
	margin: 0em;
	padding: 0em;
	padding-top: 1.2em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#pageHeader {
    padding-top: 0.833em;        
	padding-bottom: 0.833em;
}

#pageHeader img {
	display: block;
	float: left;
	border-style: none;
	margin-top: 0.2em;
	padding-right: 0.2em;
}

#pageHeader h1 {
	font-size: 2.0736em;
	font-weight: bold;
    letter-spacing: 0;
    padding: 0em;
    margin: 0em;
    text-align: left;
    page-break-inside: avoid;
}

#pageHeader h2 {
	font-size: 2.0736em;
    font-weight: normal;
    letter-spacing: 0;
    padding: 0em;
    margin: 0em;
    text-align: left;
    page-break-inside: avoid;
}

#contentContainer {
	width: 100%;
	float: none;
	clear: both;
	padding: 0em;
	padding-bottom: 2em;	
}

#sidebarContainer { 
	width: 100%;
	float: none;
	clear: both;
}

#footerContainer {
	margin: 0em;
	padding: 0em;
	font-size: 0.833em;
	height: 2.033em;
}

#footer { 
	margin: 0em;
	padding: 0em;
	text-align: right;
	float: right;
	padding-bottom: 1.2em; 
}

#footer p {
	font-weight: normal;
	padding: 0em;
	margin: 0em;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: inline;
	font-weight: normal;
	margin: 0em; 
	padding: 0em;
	text-align: left;
	float: left;
	padding-bottom: 1.2em; 
}

#breadcrumbcontainer ul {
	list-style-type: none;
	padding: 0em;
	margin: 0em;
}

#breadcrumbcontainer li {
	display: inline;
	padding: 0em;
	margin: 0em;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	display: none;
}


/* Parent - Level 0 */

#navcontainer ul{
	display: none;
}

#navcontainer li {
	display: none;
}

#navcontainer a {
	display: none;
}

/* @end */

/* @group Global Classes */

h1 {
	font-size: 1.728em;
	font-weight: bold;
}

h2 {
	font-size: 1.44em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

#contentContainer #content p {
}

#contentContainer #content .VideoEmbedded {
	display: none;
}


/* Main content area definition list styles */
#contentContainer #content dl {
	margin: 0em;
	padding: 0em;
}

#contentContainer #content dt {
	margin: 0em;
	padding: 0em;
	padding-top: 0.5em;
	font-weight: bold;
}

#contentContainer #content dd {
	margin: 0em;
	margin-bottom: 0.5em;
	padding: 0em;
	margin-left: 2em;
	font-weight: normal;
}


/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
	text-align: left;
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-latin;
}

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* @end */

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
		margin-left: 0.5em;
		padding-left: 1em;
}

#sidebarContainer #sidebar li {
		margin-left: 0em;
		padding-left: 0em;
		margin-bottom: 0.3em;
}

/* Table Styles */
table {
}

table.comparever {
	margin: 0em auto;
	padding: 0em;
	border-style: solid;
	border-width: 1px;
	border-color: #819729;
	border-collapse: collapse;
}
table.comparever th {
	background: repeat url(images/submenubg.png);
}
table.comparever th.categorygroup {
	padding-left: 0.5em;
	text-align: left;
}
table.comparever th.categorysubgroup {
	padding-left: 1.5em;
	text-align: left;
}
table.comparever td {
	margin: 0em;
	padding: 0.1em 0.2em 0.1em 0.2em;
	border-style: solid;
	border-width: 1px;
	border-color: #819729;
	text-align: center;
}
table.comparever td.categoryname {
	padding-right: 0.5em;
	text-align: right;
}
table.comparever td.legend {
	padding-left: 0.5em;
	text-align: left;
	border-style: none;
}
table.comparever td.rem {
	padding-left: 0.5em;
	text-align: left;
	border-style: none;
	font-size: 0.833em;
}

/* @end */


/* @group Archive Page */

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
	border-bottom: 1px solid #819729;
	padding-bottom: 0.6em;
}

.blog-archive-month {
	font-size: 1.728em;
	font-weight: bold;
	margin-bottom: 0.3em;
}

.blog-archive-link {
	display: none;
}

/* @end */

/* @group Tag Cloud */

ul.blog-tag-cloud {
	display: none;
}


.blog-entry {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: #819729 1px solid;
}

h1.blog-entry-title {
	font-size: 1.44em;
	margin-top: 0em;
	padding-top: 0em;
}


h1.blog-entry-title a {
}

.blog-entry-date {
	font-size: 0.833em;
	margin: 0em 0em 1em 0em;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	background: url(images/file_green.png) no-repeat left center;
	padding-left: 20px;
	margin-right: 0.2em;
	margin-left: 0.3em;
}

.blog-read-more {
	font-style: italic;
}

.blog-entry-body {
	margin-bottom: 0em;
}

.blog-entry-comments {
}


p.blog-entry-tags {
	font-size: 0.833em;
	background: url(images/tag_green.png) no-repeat left 6px;
	margin: 1em 0em 0em 0em;
	padding: 5px 0em 5px 20px;
}


/* styles the archives in the blog sidebar */
#blog-archives {
	display: none;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: none;
}



/* @group File Sharing */

.filesharing-description {
	margin: 0em 0em 0.6em 0em;
}

.filesharing-item {
	margin-bottom: 0em;
	margin-top: 1em;
}

.filesharing-item-title a:link,
.filesharing-item-title a:hover,
.filesharing-item-title a:visited {
	background: url(images/download.png) no-repeat left center;
	padding-left: 20px;	
	margin-bottom: 0.3em;
}

.filesharing-item-title-pdf a:link,
.filesharing-item-title-pdf a:hover,
.filesharing-item-title-pdf a:visited {
	background: url(images/pdficon_small.gif) no-repeat left center;
	padding-left: 20px;	
	margin-bottom: 0.3em;
}

.filesharing-item-description {
	padding-left: 20px;	
	margin-bottom: 0.3em;
	font-size: 0.833em;
}

/* @end */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0em;
	padding-bottom: 0.6em;
}

.album-description {
	padding: 0em;
	padding-bottom: 1.6em;
}


.thumbnail-wrap {
	float: left;
	text-align: center;
	margin: 0.5em 0.3em 2em 0.3em;
	page-break-inside: avoid;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
}

.thumbnail-caption {
	display: block;
	width: 100%;
	padding: 0em 0.3em 1em 0em;
	margin: 0em;
	font-size: 0.6944em;
	text-align: left;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
}

.photo-navigation {
	width: 620px;
	margin: 0 auto;
	padding: 1em;
	border-top: none;
}

.photo-links {
	font-size: 0.833em;
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-background p.photo-title {
	font-size: 1.44em;
	font-weight: bold;
    page-break-inside: avoid;
}

.photo-background p.photo-caption {
	font-size: 1em;
	padding-top: 0.5em 0;
}
/* @group EXIF data */
/* Data wrapper */
.exif-data {
		width:	60%;
		padding: 0em 20% 0em 20%;
		font-size: 0.833em;
}

.exif-data p {
	display: block;
	padding:  0em;
	margin:  0 auto;
	margin-bottom:  0.5em;
	width: 30%;
	text-align: left;
	float: left;
}

/* @end */	
/* @end */
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 0.6em;
    page-break-inside: avoid;
}

.movie-page-description {
	padding-bottom: 1.6em;
}

.movie-thumbnail-frame {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 0em;
}

.movie-thumbnail-frame:hover {
}

.movie-thumbnail-caption {
	display: block;
	width: 138px;
	padding: 0em 0.3em 1em 0em;
	margin: 0em;
	font-size: 0.6944em;
	text-align: left;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	text-align: center;
}

.movie-title {
	font-size: 1.2em;
    page-break-inside: avoid;
}

.movie-frame {
	padding: 5px;
	padding-bottom: 11px;	
}
/* @end */
