/* general */

body {
	margin: 0;
	padding: 0;
	background: #e8eef1 url(body_background.gif) repeat-x top left;
	text-align: center;
	color: #4e4e4e;
}

body, textarea , input, div.Normal, span.SkinObject, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
}

a, a:visited {
	color: #9db3c2;	
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.bullet {
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left 0.8em;
	margin: 0;
	padding: 0.3em 12px; 
}

a.underline,
a.underline:visited,
a.underline:active {
	text-decoration: underline;
}

h1, h2 {
	margin: 0 0 12px 0;	
}

h1 {
	font-weight: bold;
}

h1 { color: #1b1b1f }
h2, h3, h4, h5 { color: #443d63 }

h3, h4 {
	margin-top: 16px;
	margin-bottom: 3px;
	padding: 0;	
	font-weight: bold;
}

h3, h5 {
	font-size: 1em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

img {
	border: 0;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 16px;
	background-image: url(bullet.gif);
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

div.clear {
  clear: both;
  height: 0;
}

th {
	color: #000;
}

tr.pager {
	font-size: 1.1em;
}

a.button, a.button:visited {
	color: blue;
	text-decoration: underline;
}

span.davibold {
	font-size: 1.1em;
	font-weight: bold;
	color: #443d63;
}

span.davilinespace {
	line-height: 1.6;
}

.error {
	color: Red;
}

/* end general */

/* main layout */

div#all {
	margin: 10px auto 0 auto;
	width: 980px;
	background: #fff;
	text-align: left;
}

div.header_logo {
	height: 80px;
	background: #4b3661 url(header_gradient.gif) repeat-x top left;
	position: relative;
}

div.columns  {
	width: 980px;
	clear: both;
}

div.columns div.LeftPane {
	float: left;
	width: 140px;	
	font-size: 0.75em;
	margin: 0;
	display: inline;
}

div.columns div.middle_column {
	float: left;	
	font-size: 0.8em;
	margin: 16px 0 16px 25px;
	width: 611px;
}

div.columns.single {
	padding: 10px 0;
	width: 100%;
}

div.columns div.middle_column {
	min-height: 410px;
}

/* mininum height for ie */
div.columns div.middle_column {
	height: auto;
}
/*\*/
* html div.columns div.middle_column {
	height: 410px;
}
/**/

div.columns.frontpage div.middle_column {
	width: 550px;
}

div.columns.frontpage div.middle_column div.top {
	padding: 12px;
	margin-bottom: 16px;
	border: solid 1px #e5e5e5;
}

div.columns.frontpage div.middle_column div.bottom div.ContentBottomLeft {
	float: left;
	width: 315px;
}

div.columns.frontpage div.middle_column div.bottom div.ContentBottomRight {
	float: right;
	width: 220px;
}

div.columns div.middle_column div.ContentPane {
	display: inline;
}

div.columns div.RightPane {
	margin-top: 16px;
	width: 156px;
	float: right;
	font-size: 0.7em;
}

div.columns.frontpage div.RightPane {
	width: 240px;
}

div.columns div.RightPane table {
	font-size: 1em;
}

div.footer {
	height: 25px;
	background: #4b3661;
	color: #fff;
	position: relative;
	clear: both;
}

div.subfooter {
	background: #fff;
	width: 100%;
}

/* end main layout */

/* header_logo */

div.header_logo div.topleft,
div.header_logo div.topright {
	width: 7px;
	height: 7px;
	position: absolute;
}

div.header_logo div.topleft {
	background: url(header_tl.gif) no-repeat top left;
	left: 0;
}

div.header_logo div.topright {
	background: url(header_tr.gif) no-repeat top right;
	right: 0;	
}

div.header_logo div.logo a {
	display: block;
	width: 152px;
	height: 55px;
	background-image: url(logo_header.gif);
	position: absolute;
	top: 20px;
	left: 17px;
}

div.header_logo div.login {
	position: absolute;
	right: 18px;
	top: 4px;
}

div.header_logo div.login a,
div.header_logo div.login a:visited,
div.header_logo div.login a:active,
div.header_logo div.login a:hover {
	margin-left: 8px;
	color: #fff;
}

div.header_frontpage {
	height: 185px;
}

div.header_frontpage.front0 {
	background-image: url(header0.jpg);
}

div.header_frontpage.front1 {
	background-image: url(header1.jpg);
}

div.header_frontpage.front2 {
	background-image: url(header2.jpg);
}

/* end header_logo */

/* menu_top */

div.menu_top {
	margin-left: 165px;
	margin-right: 5px;
	float: left;
	display: inline;	
	width: 801px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-top: 1px;
}

div.menu_top div.contentContainer {
	float: right;
}

/* end topbanner */

/* middle_column */

div.columns div.middle_column p {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
}

div.columns div.middle_column table {
	font-size: 1em;
}

div.columns div.middle_column p.paragraph {
	padding-bottom: 12px;
}

/* end middle_column */

/* footer */

div.footer div.left, div.footer div.right {
	margin-top: 5px;
}

div.footer div.left  {
	float: left;
	font-size: 0.6em;
	margin-left: 16px;
}

div.footer div.right {
	float: right;
	font-size: 0.7em;
	margin-right: 50px;	
}

div.subfooter div.bottomleft {
	background: url(footer_bl.gif) no-repeat bottom left;	
}

div.subfooter div.bottomright {
	background: url(footer_br.gif) no-repeat bottom right;
}

div.subfooter ul.footer {
	font-size: 0.6em;
	padding: 4px 0;
}

div.subfooter ul.footer a:hover {
	text-decoration: none;
}

/* end footer */

/* dotnetnuke */

div.adminmenu {
	background: #fff;
}

div.Normal {
	font-size: 1em;
}

span.SkinObject {
	color: #fff;
	font-size: 1em;
	font-weight: normal;
}

/* end dotnetnuke */

/* productviewdetail */

div.productviewdetail h3 , 
div.productviewlist h3 {
	margin-top: 0;
}

div.productviewdetail {
	width: 584px;
	height: 172px;	
	margin-bottom: 12px;
}

div.productviewdetail div.top {
	height: 150px;
}

div.productviewdetail div.top div.image {
	width: 130px;
	float: left;
}

div.productviewdetail div.top div.description {
	width: 324px;
	margin-right: 10px;
	float: left;
}

div.productviewdetail div.top div.right {
	width: 120px;
	float: left;	
}

div.productviewdetail div.top div.right div.price {
	height: 45px;	
}

div.productviewdetail div.top div.right div.itemcount {
	height: 35px;
	font-size: 0.85em;
}

div.productviewdetail div.top div.right div.itemcount select {
	font-size: 1em;
	width: 60px;
	float: right;
}

div.productviewdetail div.top div.right div.itemcount table {
	border-collapse: collapse;
	width: 120px;	
}

div.productviewdetail div.top div.right div.buy input {
	font-size: 0.7em;
	width: 120px;
}

div.productviewdetail div.bottom {
	height: 20px;
	font-size: 0.85em;
}

div.productviewdetail div.bottom div.trainingdate a {
	margin-left: 16px;
}

/* end productviewdetail */

/* productviewlist */

div.productviewlist {
	width: 586px;
	height: 76px;
	margin-bottom: 20px;	
}

div.productviewlist div.left {
	float: left;
	width: 75px;
}

div.productviewlist div.middle {
	float: left;
	width: 429px;
}

div.productviewlist div.right {
	float: left;
	width: 82px;
}

div.productviewlist div.middle div.description {
	height: 60px;
	width: 412px;
}

div.productviewlist div.middle div.details {
	height: 16px;
	font-size: 0.83em;
}

div.productviewlist div.middle div.details div {
	float:left;
}

div.productviewlist div.middle div.details div.trainingdate {
	margin-left: 16px;
}

div.productviewlist div.middle div.details div.trainingdate a {
	margin-left: 16px;
}

div.productviewlist div.middle div.description p {
	text-align: left;
}

div.productviewlist div.right div.price {
	height: 26px;
	font-size: 0.85em;
	color: #443d63;
}

div.productviewlist div.right div.itemcount {
	height: 20px;
	font-size: 0.85em;
}

div.productviewlist div.right div.itemcount table {
	border-collapse: collapse;
}

div.productviewlist div.right div.itemcount select {
	font-size: 0.85em;
}

div.productviewlist div.right div.buy {
	height: 30px;
	position: relative;
}

div.productviewlist div.right div.buy input {
	font-size: 0.7em;
	position: absolute;
	bottom: 2px;
}

/* end productviewlist */

/* editFormBlock */

td.labelColumn {
	width: 120px;
	vertical-align: top;
}

div.editFormBlock {
	margin-bottom: 10px;
	text-align: left;
	font-size: 1em;
}

div.editFormBlock table {
	width: 580px;	
	font-size: 1em;
}

div.editFormBlock table a {
	font-size: 1em;
}

div.editFormBlock table th {
	text-align: left;	
	background: #ccc;
	padding: 2px 4px;
}

div.editFormBlock table th a,
div.editFormBlock table th a:visited {
	color: #000;
}

/* end editFormBlock */

/* topmenu */

ul.topmenu {
	float: left;
	margin: 0;
	padding: 2px 0 2px 4px;
}

ul.topmenu li {
	float: left;
	background-image: none;
	margin: 0 4px 0 0;
	padding: 0;
	border-right: solid 1px #e5e5e5;
}

ul.topmenu li a,
ul.topmenu li a:visited {
	color: #433d64;
	display: block;	
	padding: 2px 8px;	
	font-size: 0.8em;
}

ul.topmenu li a:hover {
	text-decoration: none;
	color: #9db3c2;
}

/* end topmenu */

/* leftmenu */

div.leftmenuwrapper {
	margin-left: 16px;
}

div.leftmenuwrapper h3 {
	font-size: 1.1em;
	margin-bottom: 0;
	color: #433d64;
}

div.leftmenuwrapper ul.leftmenu  {
	padding-top: 8px;
	padding-bottom: 16px;
	margin: 0;
}

div.leftmenuwrapper ul.leftmenu  li {
	margin: 8px 0;
	background-image: url(leftmenu_dot.gif);
	background-position: left 0.2em;
}

div.leftmenuwrapper ul.leftmenu  li a {
	display: block;
	border-bottom: 1px dotted #d0cfd8;
	width: 100px;	
}

div.leftmenuwrapper ul.leftmenu  li a,
div.leftmenuwrapper ul.leftmenu  li a:visited {
	color: #433d64;	
}

div.leftmenuwrapper ul.leftmenu  li a:hover {
	text-decoration: none;
	color: #9db3c2;
}

/* end leftmenu */

/* portal menu */

div.portalwrapper {	
	margin-left: 10px;
	padding: 0;	
}

div.portalwrapper h3 {
	font-size: 1.1em;
	padding: 8px 8px 16px 10px;
	margin: 0;
	color: #fff;
	background: #c8d9e1;
}

div.portalwrapper ul.portals li {
	margin: 8px 0;
	background-image: none;
	list-style: disc;
	list-style-position: inside;
	color: #fff;
	padding-left: 0;
}

div.portalwrapper ul.portals li.first {
	margin-top: 0;
}

div.portalwrapper ul.portals  {
	padding: 0 8px 8px 8px;
	margin: 0;
	background: #fff url(portal_gradient.gif) repeat-x top left;
}

div.portalwrapper ul.portals  li a,
div.portalwrapper ul.portals  li a:visited {
	color: #443D63;
}

div.portalwrapper ul.portals  li a:hover {
	text-decoration: none;
	color: #9db3c2;
}

/* end portal menu */

/* footer menu */

ul.footer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

ul.footer li {
	display: inline;
	background-image: none;
	padding: 0 3px 0 0;
}

/* end footer menu */

/* cartsummary */

div.cartsummary h3 {
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}
div.cartsummary table {
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 8px 0;	
}

div.cartsummary table td {
	padding-right: 8px;
}

div.cartsummary div.buy {
	margin-top: 16px;
	background: #ccc;
}

div.cartsummary div.buy input {
	color: #fff;
	background: #6c558f;
	font-weight: bold;
	border: solid 2px #6c558f;
	cursor: pointer;
	font-size: 1.2em;
	float: right;
	margin-right: 16px;
}

/* end cartsummary */

/* table.grid */

table.grid {
	margin: 8px 0;
	background-color: #ddd;
	font-size: 1em;
	border-spacing: 0;
	border-collapse: collapse;	
}

table.grid th {
	text-align: left;
	color: #000;
	background-color: #ccc;
	padding: 4px;
}

table.grid td {
	border-bottom: 1px solid #aaa;
	padding: 4px;
}

/* end table.grid */

/* table.editform */

table.editform {
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin: 8px 0;	
	width: 580px;
	border: solid 1px #aaa;
}

table.editform td {
	padding: 4px;
	border-bottom: solid 1px #aaa;
}

table.editform td.caption {
	background-color: #ccc;
	vertical-align: top;
}

table.editform td table td {
	border: none;		
}

/* end table.editform */

/* menueditor */

div.menueditor input.button {
	float: right;
}

div.menueditor div.treeview {
	margin: 8px 0;
	border: solid 1px #ccc;
}

div.menueditor div.treeview a {
	font-size: 1em;
}

div.menueditor div.treeview a.selected {
	font-weight: bold;
}

div.menueditor div.editFormBlock {
	margin-top: 8px;
	border: solid 1px #ccc;
}

/* end menueditor */

/* davisearch */

div.davisearch {
	width: 241px;	
	border-left: 1px solid #e5e5e5;
}

div.davisearch div.inner {
	padding-left: 10px;
}

div.davisearch input.textinput {
	width: 134px;
	height: 16px;
	font-size: 0.6em;
	margin-right: 3px;
	padding: 0 4px;
	border: none;	
	background: #ccc url(davisearch_background.gif) no-repeat top left;
}

div.davisearch a {
	font-size: 0.8em;	
}

div.davisearch a,
div.davisearch a:visited {
	color: #433d64;
}

div.davisearch a:hover {
	text-decoration: none;
}

/* end davisearch */

/* handlepayment */

div.handlepayment input.button {
	margin-top: 20px;
	float: right;
}

div.handlepayment h3 {
	margin-top: 0;
	margin-bottom: 16px;
	padding: 0;
}

div.handlepayment table {
	border-collapse: collapse;
}

div.handlepayment table td {
	padding: 4px 8px 4px 0;
}

div.handlepayment div.header {
	clear: both;
}

div.handlepayment div.comment {
	clear: both;
	padding-top: 30px;
	width: 260px;
	float: right;
	font-size: 0.8em;
}

/* end handlepayment */

/* Customerportal */
.SubHead {
	font-size: 12px; 
	font-weight: bold; 
	color: #443d63;
}

td.header {
	font-weight: bold; 
	text-decoration: underline; 
}

.box {
	border: solid 1px #000000; 
	background-color: #FFFFFF; 
}

/* end Customerportal */

/* selecttrainingdate */

div.selecttrainingdate div {
	margin: 20px 0;
}

/* end selecttrainingdate */

/* loginform */

div.login
{
	clear: both;
}

div.login h3
{
	padding-bottom: 5px;
}

div.login table
{
	background-color: #C8D9E1;	
	width: 450px;
}

div.login table td 
{
	margin-top: 8px;
	margin-bottom: 8px;
}

div.login table td.caption {
	padding-right: 12px;
}

div.login table .newcustomer, div.login table td.loginbutton
{
	text-align: right;
}

div.login div.loginform table tr.buttons td {
	padding-top: 12px;
}

div.login div.loginform table tr.buttons td input {
	float: right;
}

div.login div.options 
{
	padding-top: 20px;
	padding-right: 20px;
}

table.convertlogingrid tr td{
	padding: 4px;
}

/* end loginform */

/* paymentconditions */

div.paymentconditions {
	clear: both;
}

div.paymentconditions textarea {
	width: 100%;
}

div.paymentconditions div.checkboxes {
	margin-top: 8px;
	margin-bottom: 12px;
}

div.paymentconditions div.checkboxes div {
	margin-top: 4px;
}

div.paymentconditions div.button {
	float: right;
}

/* end paymentconditions */

/* cart grid */
table.cart_grid {
	border-collapse: collapse;
	clear: both;
}

table.cart_grid {
	margin-top: 16px;
	margin-bottom: 8px;
}

table.cart_grid th {
	background: #443d63;
	font-weight: bold;
	color: #fff;
}

table.cart_grid td,
table.cart_grid th {
	border: 1px solid #7e6ea3;
}

table.cart_grid td,
table.cart_grid th {
	padding: 4px 8px;
}

table.cart_grid th {
	text-align: left;
}

table.cart_grid td.description_column  {
	width: 271px;
}

table.cart_grid td.count_column {
	width: 56px;
}
	
table.cart_grid td.price_column {
	width: 55px;
}

table.cart_grid td.price_column {		
	text-align: right;
}	

table.cart_grid td.delete_column {
	width: 16px;
}

div.cart_info {
	padding: 8px 4px;
	text-align: right;
}

table.cart_grid td.count_column div.spinbutton {
	height: 20px;
}

table.cart_grid td.count_column div.spinbutton img {
	display: block;
	margin-bottom: 1px;
}

table.cart_grid td.count_column input {	
	width: 2em;
}

table.cart_grid td.count_column table {
	border-collapse: collapse;
}

table.cart_grid td.count_column table td {
	border: none;
	padding: 0 2px;		
}

table.cart_grid tr.footer td {
	font-weight: bold;
}

table.cart_grid a.whatisthis {
	font-size: 0.8em;
	margin-left: 4px;
	text-decoration: underline;
}

/* end cart grid */

/* conditions */

div.conditions div.conditions_box {
	margin: 32px 0;
	border: 1px solid #443d63;
	width: 400px;
	float: left;
	padding-top: 8px;
}

div.conditions div.conditions_box a, div.conditions_box a:visited {
	font-weight: bold;
	color: #443d63;
	text-decoration: underline;
}

div.conditions div.conditions_box div.line div.checkbox {
	float: left;
	width: 24px;
}

div.conditions div.conditions_box div.line div.description {
	float: right;
	width: 358px;
	padding-bottom: 8px;
}

div.conditions div.conditions_box div.line {
	clear: both;
	margin: 0 8px;
}

div.conditions div.buttons {
	clear: both;
}

div.conditions div.buttons input {
	margin-right: 8px;
}

div.conditions div.errormessage {
	color: red;
}

/* end conditions */

/* viewform */
table.viewform {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 8px 0;	
	width: 580px;
	border: solid 1px #aaa;	
}

table.viewform td.caption {
	width: 10em;
}

table.viewform td 
{
	padding: 4px;
	border-bottom: solid 1px #aaa;
}

table.viewform td.caption 
{
	background-color: #ccc;
	vertical-align: top;
	width: 15em;
}

/* end viewform */

/* selectservice */

div.selectservice {
	border: 1px solid #000;
	padding: 2px 8px 2px 8px;
	margin: 4px 0;
	float: left;
}

div.selectservice h3 {
	margin: 2px 0 8px 4px;
}

div.selectservice div {
	padding-bottom: 10px;
}

div.selectservice_button {
	clear: both;
	padding-top: 8px;
}

div.radiogroup div.entry {
	float: left;
	padding: 5px 0;
}

div.radiogroup div.radio {
	float: left;
	width: 20px;
}

div.radiogroup div.message {
	margin: 0 5px;
	float: right;
	width: 560px;
}

/* end selectservice */

/* searchresult */

div.searchresult {
	margin-bottom: 8px;
}

div.searchresult  h2 {
	font-size: 1.1em;
	margin-bottom: 2px;
}

div.searchresult  h2 a,
div.searchresult  h2 a:active,
div.searchresult  h2 a:visited {	
	text-decoration: underline;
	color: #0000cc;
}

div.searchresult div.url {
	color: #008000;
}

/* end searchresult */

/* flash */

div#flashcontent {
	padding-top: 30px;
}

div#flashcontent a,
div#flashcontent a:visited,
div#flashcontent a:active {
	text-decoration: underline;
}

/* end flash */

/* shop steps */

div.steps {
	text-align: center;
	float: left;
}

div.steps div.step  {
	float: left;	
	color: #443d63;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0;
	width: 120px;	
}

div.steps div.step.step1 {
	text-align: left;
	width: 80px;
	margin-left: 0;
}

div.steps div.step.active {
	font-weight: bold;
}

div.steps div.step div.title {
	font-size: 1.4em;
	margin-bottom: 4px;
}

div.steps div.margin {
	clear: both;
	height: 30px;
}

/* end shop steps */

/* knowledgetree */

table.knowledgeTree {
	border: solid 1px #C8D9E1;
	border-collapse :collapse ;
}

td.knowledgeTreeHeader {
	width: 50%;
	vertical-align: top;
	background-color: #C8D9E1;
	font-weight: bolder;
	border: solid 1px #C8D9E1;
	padding :5px 5px 5px 5px;
}

td.knowledgeTreeContent {
	width: 50%;
	vertical-align: top;
	border-left: solid 1px #C8D9E1;
	border-right: solid 1px #C8D9E1;
	border-bottom-style: none;
	border-top-style: none;
	padding :15px 15px 15px 15px;
}

td.knowledgeTreeContent li {
	padding : 0px 0px 0px 0px;
	list-style-image: url(help.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}

td.knowledgeTreeContent a.crumblink
{
	text-decoration: underline;
}

table.knowledgeTreeAnswers {
	border: solid 1px #FFFFFF;
	border-collapse :collapse;
}

td.knowledgeTreeAnswersContent {
	width: 100%;
	height :90%;
	border-style:none;
	/*border-collapse :collapse;*/
}

knowledgeTreeAnswersModules {
	width: 100%;
	height :90%;
	border-style:none ;
	color: #808080;
	/*border-collapse :collapse;*/
}
	
td.knowledgeTreeAnswersContent {
	width: 100%;
	height :90%;
	border: solid 0px #FFFFFF;
	border-collapse :collapse;
}


td.knowledgeTreeAnswersContent ol {
	margin-left: 0;
	padding-left: 0;
	padding-right:5px;
	list-style: none;
}

td.knowledgeTreeAnswersContent li 
{
	padding-left: 16px;
	list-style-type :none ;
	list-style-image: url(note.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
}


td.answernotfound {
	padding :25px 10px 0px  5px;
	width:80%;
	height:10%;
}

img.bullet {
	padding :0px 7px 0px 0px;
}

hr.knowledgeTreeAnswerPage {
	background: #E0E0E0;
	border:none 0px #FFFFFF;
}
/* end knowledgetree */

/* supportcall */

li.supportcallanswerbookpage {
	padding: 0px 0px 10px 0px;
	list-style-image: url(note.png);
  background-repeat: no-repeat;
	background-position: 0 0.3em;
}

table.supportcalls {
	padding: 0px 0px 0px 0p;
	border-collapse :collapse ;
}

td.supportcallheader {
	background-color :#C8D9E1;
  border :solid 1px #C8D9E1;
	border-collapse :collapse ;
	padding:1px 10px 1px 10px;
}

td.items{
	border :solid 1px #E0E0E0;
	border-collapse :collapse;
  padding:1px 10px 1px 10px;
}
/* end supportcall */
