/*        CSS Document by Shaun Evans          */

/* Original site by Katipo Communications Ltd. */

/* Some WCAG fixes Copyright 2006 MJ Ray */



/*========================================/ Global stuff /================*/



body, td {
	font-family: Verdana, "Luxi Sans", helvetica, sans-serif;
	font-size: 10pt;
	margin: 0; padding: 0;
	background: #fff;
        color: #000;
}

img {
	border: 0;
}

#feature acronym {
	cursor: help;
	border-bottom: 1px dotted #fff;
}


acronym {
	cursor: help;
	border-bottom: 1px dotted #555;
}



#container {
	width: 750px;
	margin: 0 auto; padding: 0;
}



#mainsect {
	background: #f00;
	clear: both;
}



.plink {
	display: none;
}







/*========================================/ Top row /=====================*/



#preheader {
	display: block;
	position: relative;
	height: 1.9em;
	margin-top: 20px;
}

#auxlink {
	font-size: 80%;
	color: #aaa;
	cursor: default;
}


#auxlink a,#auxlink a:visited,#auxlink a:active {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #888;
	margin: 0 3px;
}

#auxlink a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}

#searchpage #content hr {
	border: 0;
	width: 100%;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}

#searchpage #searchpagebox {
	padding: 2px;
	border: 1px solid #aaa;
	color: #999;
}

#searchpage .search-button {
	padding: 2px 4px; margin: 0;
	background: #e7ecf3;
	color: #365e97;
	border:solid 1px #365e97;
	font-weight:bold;
	font-size: 11px;
}


#searchbox {
	position: absolute;
	right: 0; top: 0;
	text-align: right;
	padding: 0 10px;
}

#searchbox input {
	font-family: Verdana, "Luxi Sans", helvetica, sans-serif;
	font-size: 8pt;
}

#searchbox #q {
	padding: 2px;
	border: 1px solid #aaa;
	color: #999;
}

#searchbox #submit {
	padding: 1px 2px;
	border: 1px outset #ddd;
	color: #999;
	background: #efefef;
}







/*========================================/ Main header /=================*/



#header {
	height: 90px;
        background-color: #28b200; color: #fff;
	background: url('/images/headerback.png');
	position: relative;
}



#logo {
	padding: 17px 0 0 22px;
        font-size: 24pt;
}





#header ul {
	list-style: none;
	position: absolute;
	bottom: 0; right: 0;
	margin: 0 15px; padding: 0;
	float: left;
}

#header ul li {
	list-style: none;
	float: left;
	font-variant: small-caps;
	font-size: 11pt;
	font-family: "Trebuchet MS", "Luxi Sans", Arial, sans-serif;
}

#header ul li a,#header ul li a:visited {
	padding: 30px 10px 5px 10px;
	display: block;
	border-left: 1px solid #2FB900;
	color: #DEFFC9;
	text-decoration: none;
}

#header ul li a:hover {
	color: #efe;
	background: url('/images/nav-rollover.png') bottom left repeat-x;
}

#header ul li#n-about a {
	border-left: none;
}



#about #n-about {font-weight: bold;}

#about #n-about a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}

#about-koha #n-about {font-weight: bold;}
#about-koha #n-about a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}

#showcase #n-showcase {font-weight: bold;}

#showcase #n-showcase a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}



#download #n-download {font-weight: bold;}

#download #n-download a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}



#support #n-support {font-weight: bold;}

#support #n-support a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}



#community #n-community {font-weight: bold;}

#community #n-community a {color: #efe; background: url('/images/nav-rollover.png') bottom left repeat-x;}







/*========================================/ Copyright etc /===============*/



#footer {
	color: #888;
	float: left;
	margin: 10px 0 0 0;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	font-size: 80%;
	clear: both;
	width: 100%;
}







/*========================================/ Left column /=================*/



#leftcol {
	float: left;
	width: 180px;
	margin: 20px 0 5px 0;
}



#nav {
	margin: 0 0 10px 0;
	background: url('/images/curve-200-bl-top.png') top left no-repeat;
	padding-top: 10px;
}

#navInner {
	padding-bottom: 10px;
	background: url('/images/curve-200-bl-bottom.png') bottom left no-repeat;
}



#nav-title a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 9px; margin: 0;
	background: #e7ecf3;
	color: #365e97;
	font-weight: bold;
	font-size: 110%;
}

#nav-title a:hover {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 9px; margin: 0;
	color: #698CC9;
	font-weight: bold;
	font-size: 110%;
}


#nav ul {
	margin: 0; padding: 0;
	list-style: none;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	font-size: 80%;
	font-weight: bold;
}

#nav ul ul {
	margin: 0; padding: 0;
	border: none;
	font-size: 90%;
}

#nav ul li {
	margin: 0;
	list-style: none;
	border-bottom: 1px solid #dfdfdf;
}

#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 8px; margin: 0;
	background: #e7ecf3;
	color: #365e97;
}

#nav ul li a:hover {
	background: #e7ecf3;
	color: #698CC9;
}

#nav ul ul li a {
	padding: 3px 5px 3px 16px; margin: 0;
	background: #e7ecf3;
}

#nav ul ul li a:hover {
	background: #e7ecf3;
}



#nav ul li strong a,#nav ul li strong a:hover,#nav ul li strong a:visited,#nav ul li strong a:active {
	background: #f0f6fc;
	padding-left: 15px;
	color: #00376c;
}


#related {
	background: url('/images/curve-200-gw-top.png') top left no-repeat;
	padding-top: 10px;
}

#relatedInner {
	padding-bottom: 10px;
	background: url('/images/curve-200-gw-bottom.png') bottom left no-repeat;
}

#relatedInnerWrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 0 5px 0;
}

#related h3 {
	font-size: 0.8em;
	color: #777;
	margin: 0; padding: 0 5px;
}

#related ul {
	margin: 0;
	list-style: none;
	font-size: 0.8em;
	padding: 5px 10px 0 10px;
}

#related li {
	list-style: none;
	padding: 2px 0 2px 12px;
	background: url('/images/grey-arrow-inv.png') center left no-repeat;
}

#related a,#related a:visited,#related a:active {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #888;
}

#related a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}





/*========================================/ Main content /================*/



#content {
	margin: 20px 0 20px 200px;
	padding: 5px;
	position: relative;
}



#content a {
	color: #4C5F9B;
	text-decoration: none;
	border-bottom: 1px dotted #A7C6E3;
}

#content a:hover {
	color: #4C5F9B;
	text-decoration: none;
	border-bottom: 1px solid #A7C6E3;
}



#breadcrumb {
	float: right;
	font-size: 80%;
	top: -15px;
	position: relative;
	color: #aaa;
}

#breadcrumb {
	cursor: default;
}

#breadcrumb a,#breadcrumb a:visited,#breadcrumb a:active {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #888;
}

#breadcrumb a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #666;
}



#content hr {
	border: 0;
	width: 80%;
	color: #aaa;
	background-color: #aaa;
	height: 1px;
}



#content ul {
	list-style: none;
	padding: 0; margin: 5px 20px;
}

#content ul li {
	list-style: none;
	padding: 1px 0 1px 12px;
	background: url('/images/blue-arrow.png') 1px 5px no-repeat;
}



#content ul#toc {
	list-style: none;
	padding: 0; margin: 15px 20px;
}

#content ul#toc li {
	padding: 1px 0 1px 12px;
	background: url('/images/blue-arrow.png') center left no-repeat;
}



#content dl#faq {
	margin: 15px 0;
}

#content dl#faq dt {
	color: #444;
	font-weight: bold;
	margin: 5px 0;
}

#content dl#faq dd {
	margin: 0 10px 20px 10px;
	line-height: 1.3em;
	position: relative;
}

#content dl#faq dd a.tlink {
	float: right;
	display: block;
	width: 13px; height: 13px;
	background: url('/images/grey-uparrow.png') top left no-repeat;
	border: none;
}

#content dl#faq dd a.tlink span {
	display: none;
}



#content h1 {
	font-size: 1.5em;
	margin: 5px 0;
	padding: 3px 0;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 10px 0; padding: 0;
	font-family: "Trebuchet MS", "Luxi Sans", Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	color: #444;
	cursor: default;
	font-weight: bold;
}

#content h2 span {
	color: #bbb;
	font-weight: normal;
}

#content h3 {
	font-size: 1.2em;
	margin: 0 0 10px 0; padding: 0;
	font-family: "Trebuchet MS", "Luxi Sans", Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	color: #444;
	cursor: default;
	font-weight: bold;
}

#content h3 span {
	color: #bbb;
	font-weight: normal;
}







/*========================================/ Homepage only /===============*/




#feature {
	height: 155px;
	background: url('/images/feature-bgv3.png') #000 top left no-repeat;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}

#feature p a,#feature p a:visited,#feature p a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #aaf;
}

#feature p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #ccf;
}

#feature p {
	color: #fff;
	position: absolute;
	left: 27px; top: 55px;
	padding: 0; margin: 0;
	display: block;
	width: 370px;
	font-size: 8pt;
	line-height: 1.4em;
}

#feature ul {
	list-style: none;
	margin: 0; padding: 0;
	width: 8em;
	color: #fff;
	position: absolute;
	left: 415px; top: 40px;
}

#feature ul a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 20px;
	display: block;
	padding: 1px 0 1px 25px;
	margin: 0;
	margin-bottom: 7px;
}

#feature .readmore {
	background: url('/images/r-arrow.png') no-repeat;
}

#feature .demo {
	background: url('/images/r-arrow.png') no-repeat;
}

#feature .download {
	background: url('/images/r-arrow.png') no-repeat;
}







#thirdrow {
	position: relative;
	clear: both;
	display: block;
}

#intfo {
	display: block;
	height: 10em; width: 505px;
	background: #eee;
	float: left;
	/* -moz-border-radius: 10px; MJR 2006-03-29 comment invalid CSS */
}

#intfo p {
	padding: 10px;
	margin: 0;
}



#casestudy {
	display: block;
	height: 12.5em; width: 225px;
	float: right;
	top: 0px;
	background: #eee;
	position: relative;
	font-size: 80%;
	/* -moz-border-radius: 10px; MJR 2006-03-29 comment invalid CSS */
}

#casestudy span {
	position: absolute;
	right: 0; bottom: 0;
	padding: 8px;
}

#casestudy strong {
	display: block;
	padding: 5px;
}

#casestudy p {
	display: block;
	padding: 5px;
	margin: 0;
}

#casestudy a {
	color: #3a0;
	text-decoration: underline;
}

#casestudy a:hover {
	color: #390;
	text-decoration: none;
}





#fourthrow {
	margin-top: 20px;
	float: left;
}

#news {
	display: block;
	height: 11em; width: 365px;
	float: left;
	position: relative;
	background: url('/images/curve-365-gw-top.png') top left no-repeat;
	padding-top: 10px;
}

#newsInner {
	width: 100%;
	padding-bottom: 10px;
	background: url('/images/curve-365-gw-bottom.png') bottom left no-repeat;
}

#newsInnerWrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#news h3 {
	font-family: "Trebuchet MS", "Luxi Sans", helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0; padding: 5px 10px;
	color: #390;
}

#news a {
	color: #360;
	text-decoration: none;
	border-bottom: 1px dotted #6b3;
}

#news a:hover {
	color: #390;
	text-decoration: none;
	border-bottom: 1px solid #9f6;
}

#news dl {
	margin: 0; padding: 0;
	font-size: 80%;
}

#news dt {
	padding: 2px 10px 2px 25px;
	background: url('/images/green-arrow.png') no-repeat 13px 6px;
}

#news dd {
	margin: 0 20px;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #ccc;
	color: #777;
}

#news dd:last-child,#news dd.last-child {
	border-bottom: none;
}

#news span {
	position: absolute;
	right: 0; bottom: 0;
	font-size: 80%;
	padding: 8px;
}

#news span a,#news span a:hover,#news span a:active,#news span a:visited {
	background: url('/images/grey-arrow.png') no-repeat right center;
	padding: 2px 17px 2px 2px;
	border: none;
	color: #888;
}



#shortcuts {
	display: block;
	height: 11em; width: 365px;
	float: right;
	top: 0px;
	background: url('/images/curve-365-gw-top.png') top left no-repeat;
	padding-top: 10px;
	margin-bottom: 10px;
}

#shortcutsInner {
	background: url('/images/curve-365-gw-bottom.png') bottom left no-repeat;
	padding-bottom: 10px;
	width: 100%;
}

#shortcutsInnerWrap {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#shortcuts p {
	clear: both;
	font-size: 1px;
	margin: 0; padding: 5px 0 0 0;
}



#shortcuts h3 {
	font-family: "Trebuchet MS", "Luxi Sans", helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0; padding: 5px 10px;
	color: #390;
}

#shortcuts ul {
	margin: 0 0 0 15px; padding: 0;
	float: left;
	list-style: none;
}

#shortcuts ul li {
	list-style: none;
	float: none;
	padding: 2px 0 2px 15px;
	background: url('/images/green-arrow.png') no-repeat 3px 7px;
}

#shortcuts a {
	color: #360;
	text-decoration: none;
	border-bottom: 1px dotted #6b3;
}

#shortcuts a:hover {
	color: #390;
	text-decoration: none;
	border-bottom: 1px solid #9f6;
}


#nav ul li.activelink a, #nav ul li.activelink a:hover, #nav ul li.activelink a:visited, #nav ul li.activelink a:active {
	background: #f0f6fc;
	padding-left: 15px;
	color: #00376c;
	font-weight: bold;
}

.search-button {
	padding: 3px 8px; margin: 0;
	background: #e7ecf3;
	color: #365e97;
	border:solid 1px #365e97;
	font-weight:bold;
}

a.buttonlink:link, a.buttonlink:visited, a.buttonlink:active, a.buttonlink:hover  {
	padding: 2px 3px 2px 3px;
	margin-bottom:2px;
	background: #e7ecf3;
	color: #365e97;
	border:solid 1px #365e97;
	font-weight:bold;
	text-decoration: none;
}