﻿body {
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif; /* arial, helvetica, sans-serif; */
	color: #646464;	
}

p { 
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif; /* arial, helvetica, sans-serif; */
	font-size: 120%;
	text-align: left; 
}

b { 
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif; /* arial, helvetica, sans-serif; */
	font-size: 125%; 
	font-weight: bold;
	text-align: left; 
}

p b { 
	font-size: 100%;
}

#mainframe div.panel {
	font-size: 120%;	
}
#moreframe div.panel, 
#menuframe div.panel {
	font-size: 100%;	
}

/*b { font-size: 120%; }*/

p.hiNote {
	font-size:		90%;
	letter-spacing:	0.15em;
	margin:			0;
}

p.loNote {
	font-size:		80%;
	letter-spacing:	0.15em;
	margin:			0;
}

a 			{ text-decoration: none; font-weight: bolder}
a:link		{ color: #546683; }
a:visited	{ color: #546683; }
a:focus		{ color: #0000ff; }
a:hover		{ color: #003366; }
a:active	{ color: #0000ff; }

a.more { 
	background: url(../images/morearrow.gif) no-repeat 100% 70%; 
	padding-right: 8px;	
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold; 
	font-family: arial, helvetica, sans-serif;
	padding-bottom: 0; 
	border-bottom: 0;
	color: #608091;
}

/* 7887A0 / B4B4BE / 646478 / 7887A0 / 878796 / 646464 */
h1 { margin-bottom: 0.5em; font-size: 200%; }
h2 { margin-bottom: 0.5em; font-size: 175%; }
h3 { margin-bottom: 0px; font-size: 150%; }
h4 { margin-bottom: -10px; font-size: 125%; }
h5 { margin-bottom: -5px; font-size: 125%; }
h6 { margin-bottom: 0px; font-size: 100%; }

#mainframe div.panel ul, 
#moreframe div.panel ul, 
#menuframe div.panel ul {
	list-style-type: square;
	margin: 0;
	border: none;
}

#mainframe div.panel li, 
#moreframe div.panel li, 
#menuframe div.panel li {
	font-size: 115%;
}

#mainframe div.panel li li, 
#mainframe div.panel li li li, 
#mainframe div.panel li li li li {
	font-size: 100%;	
} 

#mainframe div.panel li p, 
#moreframe div.panel li p, 
#menuframe div.panel li p {
	font-size: 100%;
}

#mainframe div.panel div.module li, 
#moreframe div.panel div.module li, 
#menuframe div.panel div.module li {
	font-size: 100%;
	padding-bottom: 3px;
	
}

html* #mainframe div.panel ul, 
html* #moreframe div.panel ul, 
html* #menuframe div.panel ul {
	margin: 0 0 0 15px; 
}

#mainframe div.panel div.module ul, 
#moreframe div.panel div.module ul, 
#menuframe div.panel div.module ul {
	padding: 0;
	margin: 0;
	list-style-type: none;	
}

#mainframe div.panel div.module ul li, 
#moreframe div.panel div.module ul li, 
#menuframe div.panel div.module ul li {
	padding-top: 2px;
	padding-left: 10px;
	background: url(../images/mnu_arrow.png)  no-repeat top left;
}

html* #mainframe div.panel div.module ul, 
html* #moreframe div.panel div.module ul, 
html* #menuframe div.panel div.module ul {
	margin: 0px; 
}

#mainframe div.panel div.mod-menu ul, 
#moreframe div.panel div.mod-menu ul, 
#menuframe div.panel div.mod-menu ul {
	padding: 0;
	margin: 0; 
}

#mainframe div.panel div.mod-menu ul li, 
#moreframe div.panel div.mod-menu ul li, 
#menuframe div.panel div.mod-menu ul li {
	background-image: none;
	padding: 0;
}

#mainframe div.panel ul ul, 
#moreframe div.panel ul ul, 
#menuframe div.panel ul ul {
	list-style-type: disc;
}

#mainframe div.panel ul ul ul, 
#moreframe div.panel ul ul ul, 
#menuframe div.panel ul ul ul {
	list-style-type: circle;
}

#mainframe div.panel ul li, 
#moreframe div.panel ul li, 
#menuframe div.panel ul li {
	margin: 			0 0 0 0;
	padding: 			0;
}

#mainframe div.panel ol, 
#moreframe div.panel ol, 
#menuframe div.panel ol {
	/*list-style-position: inside;*/
	list-style-type: decimal;
	margin: 0 0 15px 15px;
	padding: 0;
	border: none;
}

#mainframe div.panel ol li, 
#moreframe div.panel ol li, 
#menuframe div.panel ol li {
	margin: 			0 0 0 5px;
	padding: 			0;
}

hr {	
	width: 74.999%;
	margin: 15px 0px 15px 12.499%;
	padding: 0;
	border: 0px;
	display: block;
	background: url("../template_images/line_dotted.png") 0 0 repeat-x;
	height: 1px;
	line-height: 1px;
}

hr.picoclasshr,
hr.fullwidth {
	width: 99%;
	margin: 10px 0px 10px 0px;
	display: inline;
	background: url("../template_images/line_dotted.png") 0 0 repeat-x;
	line-height: 1px;
}

/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip {
	display: block;
}

div.note, span.note {
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #f4f5f6;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 35px;
}

div.info, span.info {
	background: #f4f5f6 url(../template_images/box_info.png) 3px 5px no-repeat;
	border-top: 1px dotted #aab4be;
	border-bottom: 1px dotted #aab4be;
}

div.alert, span.alert {
	background: #fff5eb url(../template_images/box_alert.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffb4a0;
	border-bottom: 1px dotted #ffb4a0;
}

div.download, span.download {
	background: #f5faeb url(../template_images/box_download.png) 3px 5px no-repeat;
	border-top: 1px dotted #78be5a;
	border-bottom: 1px dotted #78be5a;
}

div.tip, span.tip {
	background: #fffdeb url(../template_images/box_tip.png) 3px 5px no-repeat;
	border-top: 1px dotted #ffc864;
	border-bottom: 1px dotted #ffc864;
}

/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * blockquotes
 */

q.blockquote {
	display: block;
}

q.blockquote {
	margin: 10px 0px 10px 15px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 130%
}

q.blockquote:before,
q.blockquote:after {
  content: "";
}

blockquote:first-letter,
q.blockquote:first-letter,
blockquote.quotation p:first-letter {
	font-size: 150%
}

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../template_images/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../template_images/blockquote_end.png) 100% 100% no-repeat;
}

/* 
 * old site template stuff 
 */

.contentheading, 
.componentheading {
	margin: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: Arial Narrow,Arial,Helvetica,sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #64696e;
}

div.publications {
	position: relative;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin: 6px 2px 6px 2px;
	border: 0px;
}

div.publications img {
	display: inline;
	margin: 0px;
	border: 0px;
}

div.publications div.caption {
	text-align: center;
	text-decoration: none;	
	font-size: 90%;
	color: #7887A0;	
}  

div.gallery {
	position: relative;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	margin: 6px 2px 6px 2px;
	border: 0px;
}

div.gallery img {
	display: inline;
	margin: 0px;
	border: 0px;
	height: 180px;
	width: 150px;
}

div.gallery div.caption {
	text-align: center;
	text-decoration: none;	
	font-size: 100%;
	color: #7887A0;	
}  

div.bordered {
	border: #DDDDDD solid 1px; margin-bottom: 20px;
	padding: 10px;
}

.small-text,
.small-text p {
	font-size: 90%;
	text-align: left;
}

.small-hilite-text,
.small-hilite-text p {
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	color: #10346E;
}

.small-red-text,
.small-red-text p {
	font-size: 90%;
	font-weight: bolder;
	text-align: left;
	color: #FF0000;
}

.very-small-text,
.very-small-text p {
	font-size: 80%;
	text-align: left;
}

.very-small-text-justified,
.very-small-text-justified p {
	font-size: 80%;
	text-align: justify;
}

/* ----------------------------------------------------------------- */
/* --- DTALM - General Styles                                    --- */
/* ----------------------------------------------------------------- */

.white-cell {	background-color: 	white; }
.black-cell { background-color:	black; }
.beige-cell {	background-color:	#FFFFCC; }

.sidebar-cell
{
	text-align:			center;
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			8pt;
	font-weight:		400;
	color:				white;
	border: 			1px #C4D0DF solid;
	border-collapse:	collapse; 
	padding:			10px; 
	background-color:	#F1F3F7;
}

.widebar-cell
{
	text-align: left;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 90%;
	font-weight: 400;
	color: #475C78;
	border: 1px #C4D0DF solid;
	background-color: #F1F3F7;
	border-collapse: collapse;
	padding: 10px;
	margin: 0;
}

.widebar-cell p
{
	text-align: left;
	font-family: Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 100%;
	font-weight: 400;
	color: #475C78;
	padding: 0px 5px 5px 5px;
	margin: 0;
}

.toolbar-sub-cell 
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			9.5pt;
	font-weight:		bold; 
	color:				white;  
	background-color:	#DCC168; 
	text-decoration:	none;
}

.title-text
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			15pt; 
	font-weight:		bolder; 
	text-align:			left;
	color:				#10346E;
}

.subtitle-text
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			12pt;
	font-weight:		bold;
	text-align:			left;
	color:				#10346E;
}

.heading-text
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			120%;
	font-weight:		bold; 
	text-align:			left;
	color:				#10346E;
	padding: 			0px 0px 5px 0px;
}

.software
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			13px; 
	font-weight:		bold; 
	color:				white; 
}

.course-listing-outer
{
	border-style:		solid; 
	border-width:		1px; 
	border-color:		#C4D0DF;
	border-collapse:	collapse; 
}

.course-listing-inner
{
	border-style:		solid; 
	border-width:		1px; 
	border-color:		#C4D0DF;
	border-collapse:	collapse; 
	background-color:	#F1F3F7;
}

.border-image
{
	margin-bottom:		18px;
	margin-left:		24px; 
}

#custom-list ul
{
	margin:				0;
	padding:			0 0 0 1em;
	text-indent:		1em;
}

#custom-list ul ul
{
	padding:			1em;
	margin:				0;
	border:				0;
	text-indent:		0;
	background-color:	#F1F3F7;
	border-left:		5px solid #10346E;
}

#custom-list ul ul li
{
	list-style:			none;
	padding:			0;
	margin:				0;
	border:				0;
	text-align:			justify;
}

#custom-list ul ul ul li
{
	padding:			0;
	margin:				0;
	border:				0;
	text-align:			justify;
}

#custom-list h3
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			9pt;
	color:				#10346E;
	margin-top:			0; 
	margin-bottom:		0;
}

#nobullets ul
{
	list-style: 		none;
	list-style-position: outside;
	margin: 			0;
	padding: 			0;
}

#nobullets ul li 
{
	margin: 			0 0 5px 0;
	padding: 			0;
}

#imgRight 
{
	float: 				right;
	position: 			relative;
	height: 			auto;
	width: 				auto;
	margin: 			10px 0 10px 10px;
}

#imgLeft 
{
	float: 				left;
	position: 			relative;
	height: 			auto;
	width: 				auto;
	margin: 			10px 10px 10px 0;
}

#imgBullet 
{
	float: 				left;
	position: 			relative;
	height: 			auto;
	width: 				auto;
	margin:             0 10px 15px 0;
	padding:			0;
}

.newslettertable {
	font-size: 120%;
	text-align: center;
}

/* ----------------------------------------------------------------- */
/* --- DTALM - Online Shop Styles                                --- */
/* ----------------------------------------------------------------- */

#bordered-section
{
	border:				1px #C4D0DF solid; 
	background-color:	#F1F3F7; 
	padding:			10px;
}

#bordered-section h2
{
	position:			relative;
	padding:			3px 10px 3px 10px;
	display:			block;
	color:				#000000;
	background-color:	#C4D0DF; 
	top:				-22px;
	border:				1px solid #003399;
}

#bordered-section ul
{
	list-style: 		none;
	list-style-position: outside;
	margin: 			0;
	padding: 			0px 0px 0px 10px;
}

#bordered-section ul li 
{
	margin: 			0px 0px 5px 0px;
	padding: 			0;
}

.tabcontent 
{
	font-size: 85%;
}

ul#seperatedlist,
ul#seperatedlistnobullet 
{
	padding-left: 0px;
}

html*ul#seperatedlist,
html*ul#seperatedlistnobullet 
{
	padding-left: 0px;
}

ul#seperatedlist li, 
ul#seperatedlistnobullet li 
{
	display: block;
	list-style-type: none;
	border-bottom: 1px dashed #C4D0DF;
}

ul#seperatedlistnobullet li 
{
	padding-left: 10px;
}

ul#seperatedlist li:hover, 
ul#seperatedlistnobullet li:hover 
{
	background-color: #DEE6FE;
}

ul#seperatedlistnobullet li span
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

ul#seperatedlist li a
{
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom:	5px;
}

ul#seperatedlistnobullet li a 
{
	border: 0px;
}

#seperatedlist img, 
#seperatedlistnobullet img 
{
	display: block;
	border: 0px;
	padding-top: 5px;
	padding-bottom:	5px;
}

.tabhilitetext 
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			14px;
	font-weight:		bold; 
	text-align:			left;
	color:				#10346E;
	padding-bottom:		5px;
}

.tabpricetext 
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			14px;
	font-weight:		bold; 
	text-align:			left;
	color: 				red;
	padding-bottom:		5px;
}

.breadcrumb
{
	font-family:		Calibri, Verdana, Arial, Helvetica, Sans-Serif;
	font-size:			12px;
	font-weight:		bold;
	padding:			5px;
	margin-bottom:		10px;
	border-top:			1px #DDDDDD dashed;
	border-bottom:		1px #DDDDDD dashed;
}

.breadcrumb a
{
	background: 		transparent url("../dtalm/images/breadcrumb.gif") no-repeat center right;
	text-decoration: 	none;
	padding-right: 		18px;
	color: 				navy;
}

.breadcrumb a:visited, 
.breadcrumb a:active
{
	color: navy;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

#leftdivide 
{
	position relative;
	height: auto;
	width: 45%;
	top: 0px;
	float: left;
	padding-right: 2px;
}

#rightdivide 
{
	position relative;
	height: auto;
	width: 45%;
	top: 0px;
	float: right;
	padding-left: 2px;
}

/* ----------------------------------------------------------------- */
/* --- DTALM - Image Styles                                    --- */
/* ----------------------------------------------------------------- */

.pdflink 
{
	display: block;
	min-width: 17px;
	min-height: 17px;
	background: transparent url("../dtalm/images/grafx-pdf.gif") no-repeat;
}
.textlink
{
	display: block;
	min-width: 17px;
	min-height: 17px;
	background: transparent url("../dtalm/images/grafx-text.gif") no-repeat;
}
.htmllink
{
	display: block;
	min-width: 17px;
	min-height: 17px;
	background: transparent url("../dtalm/images/grafx-html.png") no-repeat;
}
.linkcenter
{
	margin-left: auto;
	margin-right: auto;
	width: 17px;
}


