/***************************************
Site:       www.pensoft.com
CSS author: PMM based on a layout by VECTEC
Updated:    2010.12.08
Updated by: PMM
***************************************/

/***************************************
Content width: 960px
***************************************/

/***************************************
reset
***************************************/

html, body, ul, ol, li, form, fieldset, legend {
	margin: 0;
	padding: 0;
}

fieldset, img {
  border: 0; 
}
legend {
  color: #000000; 
}

input, textarea, select, button {
	font-size: 110%;
	line-height: 1.1em;
	font-family: helvetica, arial, sans-serif;
}

button {
	width: auto;
	overflow: visible;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

ul li {
  list-style: none;
}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

sup { 
  vertical-align: text-top; 
}
sub { 
  vertical-align: text-bottom; 
}

pre, code {
	font-family: "Courier New", monospace, serif;
	font-size: 100%;
	line-height: 1.2;
}



/***************************************
elements
***************************************/
html, body {
	background-color: #d6d6ce;
  color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 100%;
	margin: 0 auto;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 .5em;
	color: #4b6677;
}

h1 {
  font-size: 200%; 
	color: #fff;
	text-shadow: #607c80 1px 1px 0px;
	font-weight: 100;
	margin: 10px 0 5px 0;
}

h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 140%; }
h5 { font-size: 120%; }
h6 { font-size: 100%; }

h2, h3, h4, h5, h6 {
	color:#00264c;
	font-size:20px;
	font-weight:100; 
	letter-spacing:-1px; 
	margin: 15px 0 0 0;
}

p {
	margin: 0 0 1.5em;
	line-height: 1.4;
}

a:link { color: #0f3163; }
a:visited { color: #04214b; }

a:focus {
	color: #000;
	outline: thin dotted;
}

a:hover { color: #000; }
a:active { color: red; }

.content ol {
	line-height: 1.4;
	padding: 0 0 1.5em 40px;
}

.content ul {
	line-height: 1.4;
	padding: 0 0 1.5em 20px;
}

.content li { margin: 0 0 .3em; }

.content ul li {
	padding: 0 0 0 20px;
	/* background: url(/images/bullet.gif) no-repeat 0 .3em; Not included in Vectec CSS */
}



/***************************************
layout
***************************************/
.body {
	margin: 0 auto;  
}

.footer {
	position: relative;
	clear: both;
	margin: 0;
	padding: 20px 30px;
	color: #fff;
	background: #1e1e1e;
	font-size: 90%;
}



/***************************************
header
***************************************/
.header {
  background: #000000 url(/images/graphic_background_header.jpg) repeat-x top; 
  height: 152px;
	width:100%;
}

.header-wrap {
  margin: 0px auto 5px auto;
	width: 960px;
	padding: 5px 0 0 0;
}



/***************************************
header left/logo
***************************************/
.header-logo
{
  background: #ffffff url(/images/logo_pensoft.png) no-repeat top left ;
	float:left;
	height:50px;
	width:153px;
	overflow:hidden;
	float:left;
}



/* -----------------------------------
header right / nav, search
----------------------------------- */
.header-right
{
  float: right;
  width: 480px;
}

.header-nav
{
	color: #a0b4c1;
	font-size: 13px;
	float: right;
	text-align: right;
}

.header-nav a, 
.header-nav a:visited
{
	color:#a0b4c1;
	text-decoration:none;
}
	
.header-nav a:hover
{
	color:#5a767a;
	text-decoration:underline;
}

.header-phonenumber
{ 
	background: url(/images/graphic_phonenumber.png) no-repeat right center ;
	float:left;
  height: 25px;
	margin:13px 0 0 0;
	padding:0 0 0 225px; 
}

.header-searchform
{
	float: right;
}

.search-background
{
	background: url(/images/graphic_searchbar.png) no-repeat right center;
	background-color: transparent;
	border: none;
	color: #a8a8a6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; 
	height: 27px;
  margin: 0 ;
	outline: none;
	padding: 13px 0 0 12px;
	width: 153px;
  overflow: hidden;
}

.search-submit
{
	background: url(/images/graphic_search.png) no-repeat center center;
	background-color: transparent;
	border:none;
	cursor:pointer;
	height:22px;
  margin: 10px 0 0 0;  
	outline:none;
	width:21px;
}



/***************************************
content
***************************************/
.content
{
	background-color: #d6d6ce; 
  clear: both;
	padding: 10px;
}

.content-wrap
{
	margin: 0 auto; 
	padding: 15px 0 15px 0; 
	width: 960px; 
}

.content-wrap ul
{
	color: #484747; 
	font-size: 13px; 
	line-height: 18px; 
	list-style: disc; 
	padding-left: 30px; 
}

	.content-wrap ul li ul  {
	background-color: #d6d6ce;  
  text-align: left;
  }
  
  .content-wrap ul li ul li {
    list-style-type: disc;
  }  

/* These two items are here because there are malformed KDB documents */
  .content-wrap ul ul {
	background-color: #d6d6ce;  
  text-align: left;
  }
  
  .content-wrap ul ul li {
  list-style-type: disc;
  }  
/* These two items are here because there are malformed KDB documents */
    
    
.content-wrap ul a, 
.content-wrap ul a:visited
{
	color: #484747; 
	display: inline;
	text-decoration: none; 
}
	
.content-wrap ul a:hover
{
	color: #5c787c; 
	display: inline;
	text-decoration: underline; 
}

.content-wrap ol
{
	color: #484747; 
	font-size: 13px; 
	line-height: 18px; 
	list-style: decimal;
	padding-left: 30px; 
}
	
.content-wrap ol a, 
.content-wrap ol a:visited
{
	color: #484747; 
	display: inline;
	text-decoration: none; 
}
	
.content-wrap ol a:hover
{
	color: #5c787c; 
	display: inline;
	text-decoration: underline; 
}



/***************************************
content left
***************************************/
.content-left
{
  float: left;
  margin: 0 5px 0 0;
  padding: 5px;
	width: 600px;
}

.content-left ul li
{
  list-style-type: square;  /* */
}

.content-left img
{
  margin: 0 1em 0 1em;  /* */
}

.content-left h1
{
	font-size: 32px;
	color: #fff;
	text-shadow: #607c80 1px 1px 0px;
	font-weight: 100;
	margin: 0 0 15px 0;
}

.content-left h2, 
.content-left h3, 
.content-left h4, 
.content-left h5
{
	font-size: 20px;
	color: #00264c; 
	letter-spacing: -1px; 
	font-weight: 100;
	margin: 10px 0 5px 0; 
}

.content-left p
{
	color: #484747; 
	font-size: 13px; 
	line-height: 18px; 
	padding: 0; 
}

.content-left a, 
.content-left a:visited
{
	color: #4B747A;
	font-size: 13px; 
	font-weight: bold; 
  margin: 10px 0 5px 0;
  padding: 8px 0 2px 0;
	text-align: center; 
	text-decoration: none;
}

.content-left a:hover
{
	border-bottom: 1px dashed;
	color: #4b747a;
	display: inline;
	text-decoration: none;
}

.content-left-full
{
	border-top: 7px solid #c8c6bb;
  clear: both;
	padding: 10px 0 10px 0;
}



/***************************************
content left subleft
***************************************/
.content-left-subleft
{
	width: 290px; 
	border-top: 7px solid #c8c6bb; 
	float: left;
	padding: 5px 0 10px 0;
}

.content-left-subleft h2, 
.content-left-subleft h3, 
.content-left-subleft h4, 
.content-left-subleft h5
{
	font-size:20px; 
	color:#00264c; 
	letter-spacing:-1px; 
	font-weight:100;
	padding: 10px 0 5px 0; 
}
	
.content-left-subleft p
{
	color:#484747; 
	font-size:13px; 
	line-height:18px; 
	padding: 0 0 15px 0; 
}
	
.content-left-subleft a, 
.content-left-subleft a:visited
{
	color:#4b747a; 
	display: inline;
	font-size:13px;  
	text-align:center; 
	text-decoration:none;
}
	
.content-left-subleft a:hover
{
	border-bottom: 1px dashed;
	color: #4b747a;
	display: inline;
	text-decoration: none;
}



/***************************************
content left subright
***************************************/
.content-left-subright
{
	width:290px; 
	border-top:7px solid #c8c6bb; 
	float:right;
	padding:5px 0 10px 0;
}

.content-left-subright h2, 
.content-left-subright h3, 
.content-left-subright h4, 
.content-left-subrightt h5
{
	font-size:20px; 
	color:#00264c; 
	letter-spacing:-1px; 
	font-weight:100; 
	padding: 10px 0 5px 0; 
}
	
.content-left-subright p
{
	color:#484747;
	font-size:13px; 
	line-height:18px; 
	padding:0; 
}
	
.content-left-subright a, 
.content-left-subright a:visited
{
	color: #4b747a; 
	display: inline;
	font-size: 13px;  
	text-align: center; 
	text-decoration: none;
}
	
.content-left-subright a:hover
{
	color:#4b747a;
	display:inline;
	text-decoration:none;
	border-bottom:1px dashed;
}



/***************************************
content right
***************************************/
.content-right
{
	float: right;
  padding: 5px;  
	width: 325px;
}

.content-right ul li
{
  list-style-type: square;  /* */
}

.content-right h2, 
.content-right h3, 
.content-right h4, 
.content-right h5
{
	font-size:20px;
	color:#00264c; 
	letter-spacing:-1px; 
	font-weight:100;
	padding: 10px 0 5px 0; 
}
	
.content-right p
{
	color:#484747; 
	font-size:13px; 
	line-height:18px; 
	padding: 0; 
}
	
.content-right a, 
.content-right a:visited
{
	color:#ffffff; 
	text-decoration:none; 
	font-size:13px; 
	font-weight:bold; 
	text-align:center; 
 padding: 8px 0 2px 0;
}
	
.content-right a:hover
{
	color:#0066a4; 
}

.content-right .button-greygrey, 
.content-right .button-greygrey:visited
{
	color:#0c6191;
	margin:10px 0 10px 0;
}

.content-right .button-greygrey:hover
{
	color:#fff;
}

.content-right-full
{
	border-top: 7px solid #c8c6bb;
  clear: both;
	padding:0 0 10px 0;
}



/***************************************
footer
***************************************/
.footer
{
	background-image:url(/images/graphic_background_footer.jpg);
	height:340px; 
}
	
.footer-wrap
{
	margin: 0 auto;
	width: 960px;
	padding: 20px 0 0 0;
}

.footer-wrap h1
{
	color:#dadad2;
	font-size:20px;
	font-weight:100;
	padding:20px 0 0 0;
}

.footer-wrap h2,
.footer-wrap h3,
.footer-wrap h4,
.footer-wrap h5 
{
	color:#a0b4c1;
	font-size:20px;
	font-weight:100;
	padding:20px 0 0 0;
}

.footer-wrap p
{
	font-size:13px;
	color:#9b9a96;
	line-height:22px;
	padding:10px 0 0 0;
}

.footer-wrap a,
.footer-wrap a:visited
{
	font-size:13px;
	color:#9b9a96;
	line-height:22px;
	font-weight:100;
	text-decoration:none;
}

.footer-wrap a:hover
{
	color:#4b747a;
	display:inline;
	text-decoration:none;
	border-bottom:1px dashed;
	font-weight:100;
}

.footer-wrap .boldblue
{
	color:#4b747a;
	font-weight:bold;
}

.footer-wrap .darkgrey
{
	color:#656562;
}



/***************************************
footer left
***************************************/
.footer-left
{
	width: 160px;
	border-top: 7px solid #a0b4c1;
	float: left;
	text-align: right;
}



/***************************************
footer right
***************************************/
.footer-right
{
	width: 650px;
	float: left;
	margin: 0 0 0 30px;
}

.footer-right .links
{
	border-top: 7px solid #a0b4c1;
	padding-bottom: 15px;
}

.footer-certs
{
	float: right;
  text-align: center;
	width: 100px;
}

.footer-certs a:hover
{
	border:none;
}



/***************************************
buttons
***************************************/
.button-bluewhite
{
	background: url(/images/graphic_button_bluewhite.png) top; 
  border-bottom: none !important;
	color: #ffffff !important;
	display: block !important;
	height: 24px; 
  padding: 7px 0 3px 0;
	text-decoration: none;  
	width: 223px; 
}

.button-bluewhite:hover
{
	background: url(/images/graphic_button_bluewhite.png) bottom; 
	border-bottom: none !important;
	color: #0066A4 !important;
	display: block;
	height: 24px; 
  padding: 7px 0 3px 0;
	text-decoration: none;
	width: 223px; 
}

.button-greygrey
{
	background: url(/images/graphic_button_greygrey.png) top;
	display: block;
	height: 23px;
	width: 319px;
}

.button-greygrey:hover
{
	background: url(/images/graphic_button_greygrey.png) bottom;
	display :block;
	height: 23px;
	width: 319px;
}


.button-greyblue
{
	background: url(/images/graphic_button_greyblue.png) top; 
	display: block; 
	height: 23px; 
	width: 151px; 
}
	
.button-greyblue:hover
{
	background: url(/images/graphic_button_greyblue.png) bottom; 
	display: block; 
	height: 23px; 
	width: 151px; 
}




/***************************************
forms
***************************************/ 
.form 
{
	background: #c8c7bc;
	border: 1px solid #e2e2e2;
	padding: 10px 20px 10px 20px;
}

.form div 
{
	clear:both;
	margin:1em 0;
}

.form label,
.form .label
{
	display:block;
	float:none;
	font-size:13px;
  margin: 5px auto auto auto;
	width:auto;
}

.form input,
.form select
 {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:3px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:1px;
}

.form textarea,
.form .textarea
{
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0.6em 0.5em 0.7em;
}

.form .button
{
	border-color:#E8E8E8 #B7B7B7 #B7B7B7 #E8E8E8;
	border-style:solid;
	border-width:2px;
  padding:4px;
}

.form fieldset li 
{
  margin: 5em;
  padding: 5em;
}



/***************************************
table
***************************************/
.table
{
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}

.table th,
.table thead
{
	color: #0c6191;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 8px;
}


.table th td,
.table thead td
{
	color: #0c6191;
	font-size: 13px;
	font-weight: bold;
  padding: 5px 4px;
}

.table td
{
	color: #484747;
	padding: 4px;
  text-align: center;
  vertical-align:middle;
  }

.table .altrow
{
	background: #b8b7ac; 
}

.table a, 
.table a:visited
{
	color:#637f83;
}

.table a:hover
{
	color:#637f83;
	border-bottom:1px dashed #637f83;
}


/***************************************
shopping cart-specific classes
***************************************/
.shoppingcart 
{
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
}

.shoppingcart  th
{
  background: #c0bfb4;
	color: #0c6191;
	font-size: 13px;
	font-weight: bold;
  padding: 5px;
  text-align: center;
  vertical-align: bottom;
}

.shoppingcart .tfooter td
{
  background: #c0bfb4;
	font-size: 13px;
	font-weight: bold;
  padding: 5px 2px;
  text-align: right;
  vertical-align: middle;
}

.shoppingcart  td
{
	color: #484747;
	padding: 2px;
  text-align: center;
  vertical-align:middle;
  }
  
.shoppingcart .left-align
{
  text-align: left;
  padding: 2px 10px;
  }
  
.shoppingcart .right-align
{
  text-align: right;
  padding: 2px 10px;
  }
  
.shoppingcart  .altrow
{
	background: #b8b7ac;
}

.shoppingcart  a, 
.shoppingcart  a:visited
{
	color:#637f83;
}

.shoppingcart  a:hover
{
	color:#637f83;
	border-bottom:none;
}

.shoppingcart .remove 
{
	color: #0c6191;
  font-size: x-small;
	font-variant: small-caps;
  padding: 5px 0;
}


/***************************************
Site map grid-specific classes
***************************************/
.sitemap  td
{
	color: #484747;
	padding: 2px;
  text-align: left;
  vertical-align:middle;
  }
  
 .sitemap span
 { font-size: 2em;
 }

 .sitemap a
 .sitemap a:visted
 { 
  color:#637f83;
  line-height: .7em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.sitemap  a:hover
{
	color:#637f83;
	border-bottom:none;
}

.sitemap p
{
 border: 1px solid black; 
 line-height: 1.7em; 
 margin: 5px 15px; 
 padding: 10px;
 vertical-align: text-top;
}
  

/***************************************
feature grid-specific classes
***************************************/
.featuregrid div {
	font-size: 2em;
}



/***************************************
utility classes
***************************************/

.structural
{
	position: absolute;
	left: -500em;
}

.align-left
{
	float: left;
	margin: 0 15px 0 0;
  /* text-align: left; */
}

.align-center
{
	float: left;
	margin: 0;
  text-align: center;
}

.align-right
{
	float: right;
	margin: 0 0 0 15px;
  /* text-align: right; */
}

.align-left img, 
.align-right img
{
display: block; 
}

.error 
{
		color: #FF0000;
		font-size: 80%;
		font-variant: small-caps;
		margin: 5px;
		padding: 0;
		text-align: center;
}

.gutter 
{
margin-left: 20px; 
}

.intro p
{
	font-weight: bold;
	line-height: 1.4;
}

.note 
{
  color: #727271;
  font-size: .8em;
  font-variant: small-caps;
  margin: 0;
  padding: 0;
}

.trainerphoto {
	border: 0px; 
  height: 132px;
  margin: 5px 5px 5px 0px;
  width: 132px;
}

.stayleft td
{text-align: left;}

.stayright td
{text-align: right;}

.screenshot div
{
  clear: right;
  float: left; 
  margin: 5px 0; 
  text-align: center; 
  width: 33%;
}

.screenshot a:hover
{
  border-bottom: none;
}

.customerinfobox
{
  border:1px outset #00264c;
	margin: 5px 10px 5px 10px;
	padding: 3px 10px 3px 10px;
  text-align:center; 
  vertical-align: middle;
}

.resellerinfobox
{ 
  color: #484747;
	font-size: 13px; 
	font-weight: bold; 
}




/***************************************
asp.net controls
***************************************/
.dropdownlist
 {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:3px;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:5px;
}


