@CHARSET "ISO-8859-1";

/* PAGE BODY */
html {
	background-color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:60%;
	margin:0;
	padding:0;
	text-align:center;
}

body {
	margin:0px auto;
	text-align:left;
	width:777px;
}
a {
    color:#3333CC;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
	color:#FF6600;
}

.rating {
    cursor:pointer;
}
.rating_disabled {
    cursor:default;
}

/* GENERAL PARAGRAPH ELEMENTS */
h2, h1#article-title {
	font-size:2.3em;
	color:#FF6600;
	font-weight:normal;
	margin-top:0;
}
h3 {
	border-bottom:1px solid #BBBBBB;
	font-size:1.5em;
	margin:20px 0 10px;
	color:#999999;
}
#contentContainer p {
	font-size:1.3em;
	color:#999999;
}

/* ARTICLE ELEMENTS */
#article {
	font-size:12px;
	color:#000000;
}
#article p, #article ul, #article li {
	font-size:12px;
	color:#000000;
}
div.kb_code_block {
	overflow:auto;
	max-width:700px;
	max-height:600px;
	background-color:#EFEFEF;
	padding:4px;
	color:#666666;
}
/* Fix to ensure images don't exceed over the width
   of the content container. Not particularly pretty
   and hopefully not necessary
*/
#article img {
	max-width:540px;
}

#sectionHeader {
	border-bottom:1px solid #BBBBBB;
	margin:20px 0 10px;
	padding:0px;
	height:17px;
}
#sectionHeader h3 {
	font-size:1.5em;
	color:#999999;
	border:0px;
	margin:0px;
}

/* SEARCH BOX */
#searchBar p {
	margin:0;
	font-size:1.2em;
}
#searchBar input {
	color:#666666;
	font-size:1.1em;
	padding:2px 3px 2px 3px;
	border:1px solid #999999;
	margin-top:10px;
}
.searchButton {
	border:0px;
	cursor:pointer;
	margin-top:5px;
}

/* RECENT ARTICLES */
#recentArticles p {
	margin:0;
	font-size:1.2em;
}
#recentArticles ul {
	margin-top:0;
	margin-left:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#recentArticles li {
	padding:10px 0px 3px 0;
	font-size:1.2em;
}
#recentArticles a {
	text-decoration:none;
	color:#3333CC;
}
#recentArticles a:hover {
	text-decoration:underline;
	color:#FF6600;
}

/* SEARCH RESULTS */
table#searchResults {
}
table#searchResults td {
	padding:10px 0px;
	font-size:12px;
}
table#searchResults a {
	color:#3333CC;
	text-decoration:none;
}
table#searchResults a:hover {
	color:#FF6600;
	text-decoration:underline;
}
#pageNavigation {
	font-size:1.2em;
}
#pageNavigation a {
	color:#3333CC;
	text-decoration:none;
}
#pageNavigation a:hover {
	color:#FF6600;
	text-decoration:underline;
}

/* FOLDER LISTING */
.folder {
	float:left;
	width:210px;
	background-image:url(/knowledge/images/namesco/folder.png);
	background-repeat:no-repeat;
	padding:2px 0px 0px 22px;
	margin-bottom:5px;
	font-size:1.1em;
}
.folder a {
	color:#666666;
	text-decoration:none;
}
.folder a:hover {
	color:#999999;
	text-decoration:underline;
}
.folder span {
	color:#999999;
}
#folderIndex ul {
}
#folderIndex li {
	padding-top:2px;
	font-size:12px;
}
#folderIndex a {
	text-decoration:none;
	color:#3333CC;
}
#folderIndex a:hover {
	text-decoration:underline;
	color:#FF6600;
}
.sectionIndexLink {
	font-size:1.1em;
	text-align:right;
	margin-bottom:0px;
}
.sectionIndexLink a {
	text-decoration:none;
	color:#3333CC;
}
.sectionIndexLink a:hover {
	text-decoration:underline;
	color:#FF6600;
}

/* ARTICLE LISTING */
.articles ul {
	margin-top:0;
	margin-left:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
.articles li {
	padding:0 20px 3px 0;
	font-size:1.2em;
}
.articles a {
	text-decoration:none;
	color:#3333CC;
}
.articles a:hover {
	text-decoration:underline;
	color:#FF6600;
}

/* FOOTER ELEMENTS */
#footer {
	height:15px;
}
#footer span {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:normal;
	margin-top:0px;
}
#footer ul {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul li {
	display:inline;

}
#footer li {
	padding:0 3px;
}
#footer p {
	clear:both;
	color:#999999;
	font-size:1.2em;
	font-weight:normal;
	line-height:1.6em;
	margin:0;
	padding:0;
}
#footer div {
	padding-right:0px;
	margin-top:0px;
	padding-top:0px;
}
#copyright {
	float:right;
	margin:-15px 0 0;
}

/* OTHER */
.contactTable {
	width:600px;
	margin-top:10px;
}
.contactTable td {
	font-size:1.2em;
	padding:6px;
}
#information p {
	color:#000000;
}
#information a {
	text-decoration:none;
	color:#3333CC;
}
#information a:hover {
	text-decoration:underline;
	color:#FF6600;
}
#information input {
	font-size:1em;
	padding:2px 3px 3px 3px;
	color:#666666;
	border:1px solid #999999;
}
#information textarea {
	font-size:1em;
	padding:3px;
	color:#666666;
	border:1px solid #999999;
	font-family:arial,sans-serif;
}
#information .submitButton {
	color:#FFFFFF;
	font-weight:bold;
	background-color:#42A80F;
	padding-left:7px;
	padding-right:7px;
}

/* LINKS */
#hierarchy a {
	color:#333333;
	text-decoration:underline;
}
#hierarchy a:hover {
	color:#3333CC;
	text-decoration:none;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
