﻿/*****************************************************
    Formatting
*****************************************************/
body
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 12px; 
    color: #919582;
    background-color: #ffffff;  
    behavior: url(/include/csshover.htc);
}
img, form, fieldset
{
    border: 0;
    outline: none;
}
h1
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 18px;
    color: #919582; 
    text-align: left;
    margin-bottom: 5px;
}
h1 a 
{
	border-bottom:1px dotted #919582;
	color:#919582;
	text-decoration:none;
}
h1 a:hover
{
	color: #5071B4;	
	border-bottom:1px dotted #5071B4;
	text-decoration:none;
}
h2
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    color: #919582; 
    text-align: left;
    margin-bottom: 5px;
}
h3
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: #919582; 
    text-align: left;
    margin-bottom: 5px;
}
h4
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: #5071b4; 
    text-align: left;
    margin-bottom: 5px;
}
h5
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 14px;
    color: #5071b4; 
    text-align: left;
    margin-bottom: 5px;
}
h6
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    color: #5071b4; 
    text-align: left;
    margin-bottom: 5px;
}
hr
{
    border: none;
    border-top: #5071b4 1px dotted;
}
th
{
    font-weight: bold; 
    color: #919582;  
}
td, div, span, ul, li
{
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: normal;
    font-size: 11px; 
    line-height: 1.5em;  
    color: #919582; 
}
#div-container {
    border: 0px dotted black;
}

#div-header {
    background-color: #ffffff;
    color: #8c8e80;
}
#div-navbar {
    background-color: #5071b4;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
#div-searchbox 
{
    border: 1px solid #09214d;
    background-color: #178ac1;  
    text-transform: uppercase;
    color: #09214d;
    font-weight: bold;
}

#div-searchbox table
{

}

#div-searchbox table td
{

}

#div-searchbox a:link, #div-searchbox a:visited
{
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    outline: none;
    text-decoration: underline;
}
#div-searchbox a:hover
{
    color: #09214d; 
    border: 1px dotted #09214d;
    text-decoration: none;  
}

#img-header
{
	cursor: pointer;
}

#div-content {
	background-color: #ffffff;
	text-align: justify;
	font-size: 12px; 
    color: #919582;
}

#div-sidebar-l {
	background-color:#ffffff;
	color: #5071b4;
}

#div-sidebar-r {
	background-color: #ffffff;
	color: #5071b4;
}

.div-snippet ul li
{
    font-weight: normal; 
    line-height: 1.7em;
    font-size: 10px;
    text-align: left;
    color: #5071b4;
}
.div-snippet ul li a:link, .div-snippet ul li a:visited
{
    color: #5071b4;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    border-bottom: 1px dotted #5071b4;
}
.div-snippet ul li a:hover
{
    color: #919582;
    text-decoration: none;
    outline: none;
    font-size: 13px;
    border-bottom: 1px solid #919582;
    border-top: 1px solid #919582;
}

.sidebox-header-1
{
    background-image: url(/images/snippettitle-1.jpg);
    text-align: left;
    vertical-align: middle;
    color: #5071b4;
    font-weight: bold;
    text-transform:capitalize;
    font-size: 13px;
}
.sidebox-header-2
{
    background-image: url(/images/snippettitle-2.jpg);
    text-align: left;
    vertical-align: middle;
    color: #5071b4;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 13px;
}

.div-footer {
	background-color:#ffffff;
	border-top: 1px dotted #5071b4;
	text-align: center;
	color: #5071b4;
}
a.a-header:link, a.a-header:visited
{
    color: #8c8e80;
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #8c8e80;
}
a.a-header:hover
{
    color: #000000;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
a.a-normal:link, a.a-normal:visited
{
    color: #919582;
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #919582;
}
a.a-normal:hover
{
    color: #5071b4;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #5071b4;
    border-top: 1px solid #5071b4;
}
a.a-bold:link, a.a-bold:visited
{
    color: #919582;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    border-bottom: 1px dotted #919582;
}
a.a-bold:hover
{
    color: #5071b4;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    border-bottom: 1px solid #5071b4;
    border-top: 1px solid #5071b4;
}

a.a-footer:link, a.a-footer:visited
{
    font-size: 11px;
    font-weight: normal;
    color: #5071b4;
    text-decoration: none;
    border-bottom: 1px dotted #5071b4;
}
a.a-footer:hover
{
    font-size: 11px;
    font-weight: normal;
    color: #000000; 
    text-decoration: none; 
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}
a.a-discreet:link, a.a-discreet:visited
{
    font-size: 9px;
    font-weight: normal;
    color: Silver;
    text-decoration: underline;
    outline: none;
}
a.a-discreet:hover
{
    font-size: 9px;
    font-weight: normal;
    color: #ffffff; 
    text-decoration: underline; 
}
a.a-list-filter:link, a.a-list-filter:visited
{
    font-size: 9px;
    color: #09214d;
    text-decoration: underline;
    outline: none;
}
a.a-list-filter:hover
{
    font-size: 9px;
    color: #c3c3c3; 
    text-decoration: none;
    border: 1px dotted #c3c3c3; 
}
.a-promobox:link, .a-promobox:visited
{
    font-weight: bold;
    color: #09214d;
    text-decoration: underline;
    outline: none; 
}
.a-promobox:hover
{
    font-weight: bold;
    color: #178ac1;
    text-decoration: none;
    border: 1px dotted #178ac1;
    outline: none; 
}
a.a-row
{
    outline: none;
    text-decoration: none;
    cursor: pointer;
}
a.a-more
{
    text-decoration: underline;
}
span.a-more
{
    cursor: default;
    text-decoration: underline;
}

.txt-code
{
    font-family: Courier;
    font-size: 10px;
    font-weight: normal;   
}
.txt-faq-answer
{
    font-family: "Courier New", Courier;
    font-size: 11px;
    font-weight: normal;
    border: 1px solid #09214d;
    background-color: #cfdfec;
}
.txt-wordbox
{
    border: 1px solid #178ac1;
    color: #178ac1;
    font-size: 11px;
}
.txt-discounted
{
    color: #178ac1;
    font-size: 10px;
}
.txt-writemsg
{
    background-color: red;
    color: white;
    text-align: center;
    font-size: 10px;
}
.txt-adminmsg
{
    background-color: red;
    color: white;
    text-align: center;
    font-size: 10px;
}
.txt-custmsg
{
    color: rgb(23, 138, 193);
    text-align: center;
    font-weight: bold;
}
.txt-adminmsg a:link, .txt-adminmsg a:visited
{
    color: #ffffff; 
    font-weight: bold;  
}
.txt-adminmsg a:hover
{
    color: #ffffff; 
    font-weight: bold;
    border: 1px dotted #ffffff;  
    text-decoration: none;
}
.txt-quiet
{
    color: #c3c3c3;
    font-size: 10px;
    font-style:italic;
}

.txt-highlight
{
    color: #178ac1;
    line-height: 20px;
}
.txt-list-filter
{
    font-size: 9px;
    font-weight: normal;
    color: #09214d;
}
.txt-list-filter span
{
    font-size: 9px;
    font-weight: normal;
    color: #09214d;
    background-color: #c3c3c3
}
.txt-helper-ie
{
    cursor: help;
    font-weight: bold;
    font-size: 13px; 
    border: 1px dotted #09214d;
}
.txt-helper
{
    cursor: help;
    font-weight: bold;
    font-size: 14px; 
    border: 1px dotted #09214d;
}
.txt-sidebar
{
    background-color: #ffffff;
    color: #178ac1;
    border: 1px solid #09214d;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}
.txt-searchbox
{
    background-color: #ffffff;
    color: #178ac1;
    border: 1px solid #09214d;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
       
}
.img-alignright
{
}
.img-alignleft
{
}
.img-aligncenter
{
}
.img-aligncenterall
{
    vertical-align: middle;
}
.div-cmsinsert
{
    border: 0px; 
}

.form-input
{
    width: 280px;
    height: 14px;
    margin:0 0 0 4px;
    padding: 5px;
    background-color: #ffffff;
    color: #5071b4;
    border: 1px solid #9ba3b4;
    font-size: 11px;
    text-align: left;
    font-weight: normal;  
    font-family: Arial, Verdana, Sans-Serif; 
}
.form-label
{
    font-weight: bold;  
    font-size: 11px; 
    color: #5071b4;
}
input.storebutton
{
	width: 100px;
	min-width: 100px;
	padding: 6px;
	cursor: pointer;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(/images/button-normal.jpg);
	background-repeat:repeat-x;
	border: 1px solid #919582;
	outline: none;
}
input.storebutton:hover
{
	background-image: url(/images/button-over.jpg);
	background-repeat:repeat-x;
	border: 1px solid #919582;
	outline: none;
}
div#captcha-note
{
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	background-color: #919582;
	color: #ffffff;
	padding: 3px;
	margin: 0px 0px 6px 0px;
	text-align: center;	
}

div.div-keyword-search-page
{
	background-color:#5071B4;
	height: auto;
	width: 350px;
	margin: 15px auto 15px auto;
	padding: 10px;	
	border: 1px solid #919582;
}
div.div-keyword-search-page table
{
	width: 350px;
	margin: 0px;
	padding: 0px;
}
div.div-keyword-search-page input#page-keyword
{
	height: 18px;
	width: 192px;
	padding: 4px;
	font-family: Arial,Sans-Serif;
	font-size:medium;
	color: #000000;
}
div#div-keyword-search-autocomplete
{
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 3px;
	height: 100px;
	overflow: auto;
}
div#div-keyword-search-autocomplete ul
{
	margin: 0px;
	padding: 0px;	
}
div#div-keyword-search-autocomplete li
{
	list-style-type: none;
	font-size: small;	
	cursor: pointer;
}
div#div-keyword-search-autocomplete li:hover
{
	background-color: #5071B4;
	color: #ffffff;
}

/* Listing search results */
#div-searchresults div.row
{
	
}
#div-searchresults div.title
{
	font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 16px;
    color: #5071B4; 
    text-align: left;
    margin-bottom: 5px;
}
#div-searchresults div.image
{
	float: left;
	width: 83px;
	margin-right: 5px;
}
#div-searchresults div.image img
{
	border: 1px solid #C0C8D2;
	width: 81px;
}
#div-searchresults div.title a
{
	border-bottom:1px dotted #5071B4;
	color:#5071B4;
	text-decoration:none;
}
#div-searchresults div.title a:hover
{
	color: #919582;	
	border-bottom:1px dotted #919582;
	text-decoration:none;
}
#div-searchresults div.description
{
	
}
#div-searchresults div.nodata
{
	font-style: italic;
}
#div-searchresults div.tags
{
	border-bottom: 1px solid #919582;
	border-top: 1px dotted #919582;
	color: #5071B4; 
	font-weight: bold;
	text-align: left;
}
#div-searchresults div.tags a
{
	color: #919582;
}
#div-searchresults div.tags a:hover
{
	color: #5071B4;
}

/* Tag Cloud */
.div-keyword-search-tagcloud
{
	color: #5071B4;
	border: 1px dotted #5071B4;
	background-color: #ffffff;
	background-image: url(/include/en/getasset.asp?nAssetID=12); 
	background-repeat: repeat-x; 
	background-position: left top;
}
.div-keyword-search-tagcloud div.title
{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #5071B4;
	cursor: help;
	border-bottom: 1px dotted #5071B4;
}

.div-keyword-search-tagcloud div.title div:hover
{
	border: 1px solid #158AB9;
}
.div-keyword-search-tagcloud a
{
	display: inline;
	width: auto;
	float: left;
	color: #5071B4;
	text-decoration: none;
	border-bottom: none;
	padding: 3px;
}
.div-keyword-search-tagcloud a:hover
{
	background-color: #919582;
	text-decoration: none;
}
.div-keyword-search-tagcloud div.item-1
{
	font-size: 18px;
	margin: 5px;
}
.div-keyword-search-tagcloud div.item-2
{
	font-size: 16px;
	margin: 4px;
}
.div-keyword-search-tagcloud div.item-3
{
	font-size: 14px;
	margin: 3px;
}
.div-keyword-search-tagcloud div.item-4
{
	font-size: 12px;
	margin: 2px;
}
.div-keyword-search-tagcloud div.item-5
{
	font-size: 10px;
	margin: 1px;
}
.div-searchresult-title 
{

}
.div-recordcount
{
		
}
div#div-downloads
{
	width: 580px;
	padding: 0px 0px 0px 20px;	
	margin: 10px 0px 0px 0px;
}
div#div-downloads th
{
	font-size: medium;
}
div#div-downloads img
{
	margin: 5px;	
}