/*
Adapted from Free CSS Templates: http://www.freecsstemplates.org
Free CSS Templates are released for free under a Creative Commons Attribution 2.5 License

Peter Lykkegaard, March 2008
*/

* { 
    margin: 0; 
} 
html, body { 
    height: 100%; 
} 

body {
	padding: 0;
	min-width: 50em;
	font: normal small "Comic Sans MS", Arial, Helvetica, sans-serif;
	color: #344E44;
	font-size: 100.01%; 
}

form {
	padding: 0;
}

p {
	padding: 0;
}

.resulterror, .resulterror * {
	color: #FF0000;
}

.resultok, .resultok * {
	color: #344E44;
}

input, label {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: .2em .2em .2em .2em;
	margin: 0;
	color: #344E44;
}
input {
	color: white;
	font-weight: bold;
	background: #344E44 url(images/img1.gif) no-repeat center center;
}
input, .text, textarea, select  {
	border: 0.01em solid #344E44;
}

input.radio, input.checkbox { 
  margin-right: .5em;
}

select {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #344E44;
	padding: .2em .2em .2em .2em;
	margin: 0;
}

input.tab {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	border: solid 0.2em #DDDDDD;
	color: #000000;
	font-size: 0.8em;
	width: auto;
	overflow: visible;
	padding: 0;
}

input.tabselected {
	background-color: #214C9A;
	border: solid 0.2em #214C9A;
	color: #FFFFFF;
	font-size: 0.8em;
	width: auto;
	overflow: visible;
	font-weight: bold;
	padding: 0;
}

input.compact {
	font-size: .8em;
}

#TabDiv {
	border-bottom: solid .5em #214C9A;
	margin-bottom: .7em;
}

/* Contains the date picks in the Edit.aspx page */
#DatePickDiv {
	font-size: 0.8em;
	border: solid .05em #344E44;
	background-color: #FFFFFF;
	padding: .5em;
}

a.datepicklink {
	display: block;
}

/* Small text */
p.small, small {
	font-size: 0.8em;
}

/* Big text */
p.big, big {
	font-size: 1.2em;
}

/* Description/legend for images */
p.imagedescription {
	font-size: 0.8em;
	font-style: italic;
	margin-top: .3em;
}

/* General purpose links */
a, a:link, a:active {
	color: #344E44;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight: bold;
}

/* Link to an external URL */
a.externallink {
	background-image: url(Images/ExternalLink.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 1.2em;
}

/* Link to an internal file */
a.internallink 
{
	color:#344E44;
}

/* Link to a Wiki page */
a.pagelink {
}

/* Link to unknown/inexistent pages */
a.unknownlink, a.unknownlink:link, a.unknownlink:active {
	color: #344E44;
}
a.unknownlink:hover {
	color: #000000;
	font-weight: bold;
}

/* Email Link */
a.emaillink {
}

h1, h2, h3 {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1 {
	padding: 0;
	margin: 0;
	margin-top: .5em;
}

h2 {
	margin-top: .5em;
	margin-bottom: .1em;
	font-size: 2em;
}

h3 {
	margin-bottom: 1em;
}

h4 {
	font: bold Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: .4em;
}

h1.pagetitle {
	color: #333333;
	/* border-bottom: solid .05em #888888; */
	padding-bottom: .3em;
	margin-bottom: .3em;
}

h1.pagetitlesystem {
	color: #333333;
	/* border-bottom: solid .05em #888888; */
	padding-bottom: .3em;
	margin-bottom: .3em;
}

/* Class for applying a separator under H elements (useful to avoid usage of HR) */
h1.separator, h2.separator, h3.separator {
	font-size: 100%;
	border-bottom: solid .05em #888888;
	padding-bottom: .5em;
	margin-bottom: .6em;
}

a.editsectionlink {
	float: right;
	font-size: 0.8em;
	margin: .3em 0 0 0;
}

ul {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	padding-right: .6em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

ol
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	padding-right: .6em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	list-style-type: decimal;
}

li {
	margin: .15em 0 0 0;
	padding: 0;
}

code, pre {
	font-family: Lucida Console, Courier New, Monospace;
	color: #333333;
	padding: 0;
	margin: 0;
}

pre {
	border: dashed .5em #999999;
	background-color: #FFFFF0;
	margin: 0 .7em 0 .7em;
	padding: .6em;
}

table, div {
	padding: 0;
	margin: 0;
}

img {
	border: none;
}

/* Class for general purpose images (contained in Wiki pages) */
img.image 
{
	/* border: solid .05em #344E44; */
	width:expression(document.body.clientWidth > 1000 ? "auto": (document.body.clientWidth / 2) + "px");
}

/* Class of the formatting Buttons in Edit.aspx */
img.format {
	text-align:center;
	border: solid 0.01em #344E44;
	padding: .5em;
}

/* Div used for clearing floats */
div.clear {
	clear: both;
}

/* Div containing images alighed to the left */
div.imageleft {
	border: solid .05em #344E44;
	background-color: #F9F9F9;
	padding: .3em;
	margin-left: 0;
	margin-right: .6em;
	margin-top: .3em;
	margin-bottom: .3em;
	float: left;
}

/* Div containing images alighed to the right */
div.imageright {
	border: solid .05em #344E44;
	background-color: #F9F9F9;
	padding: .3em;
	margin-left: .6em;
	margin-right: 0;
	margin-top: .3em;
	margin-bottom: .3em;
	float: right;
}

/* Table containing images not aligned */
table.imageauto 
{
	text-align: center;
	border: solid .05em #344E44;
	background-color: #F9F9F9;
	padding: .3em;
	margin: .3em .3em .3em 0;
}

/* Div acting like a box */
div.box {
	border: solid .05em #344E44;
	background-color: #F9F9F9;
	display: table-cell;
	padding: .3em;
	margin: .3em .3em 0 .3em;
}

DIV#Wrapper
{
	
	padding: 0 14em 0 0;
	width: 49em;
	margin: 0 auto -5em;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	background: url(images/Header.png) no-repeat;
	
/*	clear: both;
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	margin: 0 auto -72px; */
}

	/* clear:both;
	position:relative;
    min-height: 100%; 
    height: 100%; 
    height: auto !important; 
    margin: 0 auto -72px; */

/* Contains the Header */
DIV#HeaderDiv 
{
	width: 65em;
	height: 10em;
}
	
DIV#HeaderDiv h1, DIV#HeaderDiv h2 {
	margin: 0;
}

DIV#HeaderDiv h1
{
	position: absolute;
	margin: .2em 0 0 .3em;
	letter-spacing: -0.02em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 3em;
	color: white;
}

DIV#HeaderDiv h2 {
	position: absolute;
	margin: .8em 0 0 .8em;
	letter-spacing: -.02em;
	text-transform: uppercase;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.8em;
	color: white;
}

DIV#HeaderDiv a {
	color: #344E44;
}

/* Menu */

div#Menu
{
	clear:both;
	position:absolute;
	width: 40em;
	margin: 4em 0em 0 0;
	padding: 0;
	text-align: justify;
	background: url(images/MenuBackground.png) repeat-x;
	z-index: 2;
}

div#Menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#Menu li {
	display: inline;
}

div#Menu a {
	display: inline-block;
	float: right;
	height: 2em;
	padding: 1.5em 1em 0 1em;
	margin: 0;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

div#Menu a:hover, div#menu .active a {
	text-decoration: none;
}


/* Contains the SidebarDiv and the MainDiv */
DIV#ContainerDiv 
{
/*	clear:both;
	position:relative;
	padding: 170px 0 0 0; */
}

#NavBar 
{
	width: 1.5em;
	padding: .2em 0 0 .2em;
	border-style: none;
	background: transparant;
}

/* Contains the Sidebar */
DIV#SidebarDiv 
{
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #344E44;
	
	width: 12.4em;
	float: right;
	margin-right: -14em;
	padding-left: 0.5em;
	z-index: 11; /* [3] */

/*	margin: 0;
	padding: .7em;
	width: 185px;
	float: left;
	position: relative; */
}

DIV#SidebarDiv h2 
{
	padding: 0 0 0.2em 2em;
	margin: 0 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.01em;
	border-style: none;
	color: white;
	background: url(images/sidebar110.png) no-repeat;
	}

DIV#SidebarDiv ul, ol {
	list-style: none;
	display: block;
}

DIV#SidebarDiv li 
{
	margin: 0;
	padding: 0;
	display: block;
	font-size: 90%;
}

DIV#SidebarDiv a
{
	color: #344E44;
	margin: .15em 0 .15em 0;
}

DIV#SidebarDiv a:hover 
{
	color: #000000;
	font-weight: bold;
}

DIV#SidebarCloud 
{
	padding: 0 0 0 1.5em;
}

DIV#SidebarCloud a
{
	padding: 0;
	margin: 0;
	color: #344E44;
}

DIV#SidebarCloud a:hover 
{
	font-weight: bold;
	color: #000000;
}

.cols-wrapper {
  width: 100%;
}
.cols-wrapper[class] {
  padding-bottom: 0.1px; /* [4] */
}
.float-wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 0;
}
.float-wrapper[class] { /* [2] */
  margin-right: -0.01em;
}

/* Contains the contents of a Page */
DIV#MainDiv 
{
	float: right;
	width: 100%;
	
/*	margin: 0 0 0 210px;
	padding: 8px 8px 12px .6em;
	width:expression(document.body.clientWidth < 800 ? "800px": "auto"); */
}


/* Contains the Page Header (title, last modify, etc.) */
#PageHeaderDiv {
}

#PageInternalHeaderDiv {
	margin-bottom: .7em;
}

#PageInternalFooterDiv {
	margin-top: .7em;
}

/* Contains the link to the page editing form (Edit.aspx) and history */
#EditHistoryLinkDiv {
	display: inline;
	float: right;
	font-size: 0.8em;
	padding-top: 2em;
	padding-bottom: .1em;
}
#EditLink, #HistoryLink, #ViewCodeLink, #DiscussLink, #BackLink, #PostReplyLink {
	padding: 0 .6em 0 .6em;
	text-decoration: none;
	color: #344E44;
}
#EditLink:hover, #HistoryLink:hover, #ViewCodeLink:hover, #DiscussLink:hover, #BackLink:hover, #PostReplyLink:hover {
	font-weight: bold;
	color: #000000;
}

/* Class of the P containing the Edit Link */
p.editlink {
	font-size: 0.8em;
}

/* Shown when a page is Locked */
#PageLockedDiv {
	float: left;
	width: 1em;
	height: 1em;
	margin-right: .2em;
	background-image: url(Images/Lock.png);
	background-repeat: no-repeat;
	text-indent: -3000px;
	position: relative;
}

/* Shown when a page is Public */
#PagePublicDiv {
	float: left;
	width: 1em;
	height: 1em;
	margin-right: .2em;
	background-image: url(Images/Public.png);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -3000px;
	position: relative;
}

#PageInfoDiv {
	font-size: 0.7em;
}

#BreadcrumbsDiv {
	font-size: 0.7em;
	margin-top: .5em;
	padding-bottom: 0.1em;
	margin-bottom: 2em;
	border-bottom: solid .05em #F0F0F0;
	border-top: solid .05em #F0F0F0;
	/*background-color: #FFFEDF;*/
	overflow: hidden;
}

/* Contains the link to the Page RSS */
#RssLinkDiv {
	float: right;
	position: relative;
}

/* The link to the Page RSS */
#RssLink 
{
	background-image: url(Images/RSS.png);
	background-repeat: no-repeat;
	text-indent: -2500px;
	display: block;
	height: 1em;
	width: 1.5em;
}

#PrintLinkDiv {
	float: right;
	position: relative;
}

#PrintLink {
	background-image: url(Images/Print.png);
	background-repeat: no-repeat;
	text-indent: -2500px;
	display: block;
	margin-left: .3em;
	height: 16px;
	width: 16px;
}

/* Contains the Page Content */
#PageContentDiv {
	margin: .7em 0 0 0;
}

#PageContentDiv ul,  #PageContentDiv ol
{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 2em;
	padding-right: .6em;
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}

#PageContentDiv ol 
{
	list-style-type: decimal;
}

/* Contains the Footer */
#Push {
	height: 6em;
}

#FooterDiv {
	height: 4em;
}

#EditProviderListDiv {
	float: right;
}

#FooterDiv
{
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: center;
	
}

#FooterContentDiv 
{
	background: url(images/img4.gif) no-repeat center;
	padding: 1em 0 0 0;
	font-size: 70%;
	color: white;
	
}

#FooterContentDiv a
{
	color: white;
	text-decoration: underline;
}

/* Contains the page preview in the Edit.aspx page */
#PreviewDiv {
}

/* Contains the special tags in the Edit.aspx page */
#SpecialTagsDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

a.specialtaglink {
	display: block;
}

#PageListDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

#FileListDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

a.pagelistlink {
	display: block;
}

#SnippetListDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

a.snippetlistlink {
	display: block;
}

/* Contains the anchors in the Edit.aspx page */
#AnchorsDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

a.anchorlink {
	display: block;
}

/* Contains the anchors in the Edit.aspx page */
#ImagesDiv {
	font-size: 0.8em;
	border: solid .05em #999999;
	background-color: #FFFFFF;
	padding: 0;
}

a.imagelink {
	display: block;
}

#SpecialTagsDiv *, #AnchorsDiv *, #ImagesDiv *, #PageListDiv *, #SnippetListDiv * {
	padding: .5em;
}

#SpecialTagsDiv a:hover, #AnchorsDiv a:hover, #ImagesDiv a:hover, #PageListDiv a:hover, #SnippetListDiv a:hover {
	color: #FFFFFF;
	background-color: #214C9A;
	text-decoration: none;
}

/* Contains the Special characters in the Edit.aspx page */
#SpecialCharsDiv, #CategoriesListDiv {
	margin-top: .7em;
	border: solid .05em #344E44;
	padding: .2em;
	overflow: auto;
	width: 14em;
}
#CategoriesListDiv {
	height: 10em;
}
#SpecialCharsDiv {
	height: 15em;
}

#FormatUl {
	margin: 0;
	padding: 0;
}

#FormatUl li {
	display: inline;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

/* Formatting Button in Edit.aspx */
a.formatlink {
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	border: solid .05em #214C9A;
	text-indent: -2000px;
	margin-right: .5em;
	float: left;
}

/* Formatting Button in Edit.aspx */
a.formatlink:hover {
	text-decoration: none;
	border: solid .05em #D9671E;
}

#BoldLink {
	background-image: url(Images/Bold.png);
}
#ItalicLink {
	background-image: url(Images/Italic.png);
}
#UnderlineLink {
	background-image: url(Images/Underline.png);
}
#StrikeLink {
	background-image: url(Images/Strike.png);
}
#H1Link {
	background-image: url(Images/H1.png);
}
#H2Link {
	background-image: url(Images/H2.png);
}
#H3Link {
	background-image: url(Images/H3.png);
}
#H4Link {
	background-image: url(Images/H4.png);
}
#SubLink {
	background-image: url(Images/Sub.png);
}
#SupLink {
	background-image: url(Images/Sup.png);
}
#PageListLink {
	background-image: url(Images/PageLink.png);
}
#FileLink {
	background-image: url(Images/File.png);
}
#LinkLink {
	background-image: url(Images/Link.png);
}
#ImageLink {
	background-image: url(Images/Image.png);
}
#AnchorLink {
	background-image: url(Images/Anchor.png);
}
#CodeLink {
	background-image: url(Images/Code.png);
}
#PreLink {
	background-image: url(Images/Pre.png);
}
#BoxLink {
	background-image: url(Images/Box.png);
}
#BrLink {
	background-image: url(Images/BR.png);
}
#SnippetListLink {
	background-image: url(Images/Snippet.png);
}
#SpecialTagsLink {
	background-image: url(Images/SpecialTags.png);
}
#NoWikiLink {
	background-image: url(Images/NoWiki.png);
}
#CommentLink {
	background-image: url(Images/Comment.png);
}
#EscapeLink {
	background-image: url(Images/Escape.png);
}

#PageListTable 
{
	font-size: 85%;
	width: 98%;
	margin: 0;
}

#PageListHeader
{
	background-color: #5ba17c;
	font-weight: bold;
	color: white; 
}
#PageListHeader a
{
	font-weight: bold;
	color: white; 
}

#PageListHeader a:hover
{
	text-decoration: none;
}

.pageListHeader
{
	margin: 0;
	padding: 0.4em 0.2em 0.4em 0.2em;
}

.pagelistcelleven, .pagelistcellodd 
{
	margin: 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
}

.pagelistcelleven {
}
.pagelistcellodd
{
	background-color: #eeeeff;
}

#PageTreeP {
	margin: 0 0 0 .7em;
	padding: 0 0 0 6px;
	border-left: 3em solid #5ba17c;
}

#FileListTable {
	font-size: 85%;
	width: 98%;
	margin: 0;
}

#FileListHeader {
	padding: 0.2em 0.2em 0.2em 0.2em;
	background-color: #5ba17c;
	font-weight: bold;
	color: white; 
}

.fileListHeader
{
	margin: 0;
	padding: 0.4em 0.2em 0.4em 0.2em;
}

.filelistcelleven, .filelistcellodd {
	margin: 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
}

.filelistcellodd {
	background-color: #eeeeff;
}

#RevisionListTable {
	font-size: 85%;
	width: 98%;
	margin: 0;
}

#RevisionListHeader {
	background-color: #5ba17c;
}

.revisionlistcelleven, .revisionlistcellodd {
	margin: 0;
	padding: 0.1em 0.2em 0.1em 0.2em;
	/* border-bottom: solid .05em #344E44; */
}
.revisionlistcellodd {
	/* border-bottom: solid .05em #344E44; */
	background-color: #eeeeff;
}

#PreviewDivExternal {
}

#PreviewDiv {
	padding: .7em;
	border: solid .05em #344E44;
}

blockquote {
	border-left: solid 8px #DDDDDD;
	margin-left: 1em;
	padding: 0 0 .15em 6px;
}

div.messagecontainer {
	margin: 0 0 0 1em;
}

div.rootmessagecontainer {
	border-top: solid .3em #5ba17c;
}

div.messageheader {
	font-size: .7em;
	background-color: #eeeeff;
	padding: .5em;
}

span.messagesubject {
	font-weight: bold;
	font-size: 1em;
}

div.messagebody {
	border-bottom: solid .05em #F0F0F0;
	border-left: solid .05em #F0F0F0;
	border-right: solid .05em #F0F0F0;
	margin: 0 0 .5em 0;
	padding: .3em;
	font-size: 90%;
}

div.reply {
	float: right;
	margin: .5em .7em .3em .3em;
	font-size: 0.8em;
	font-weight: bold;
}

a.reply {
	background-image: url(Images/MessageReply.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 1em;
	margin-left: 1em;
}

a.edit {
	background-image: url(Images/MessageEdit.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 1em;
	margin-left: 1em;
}

a.delete {
	background-image: url(Images/MessageDelete.png);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 1em;
	margin-left: 1em;
}

div.warning {
	padding: 6px;
	background-color: #FEF693;
	border: solid .05em #FFCF10;
	display: table-cell;
}

#TxtSearchBox {
	font-size: 0.8em;
	width: 160px;
	border: solid .05em #344E44;
	color: white;
	font-weight: bold;
	background: #344E44 url(images/img1.gif) no-repeat center center;
}

#TxtSearchPage {
	font-size: 0.8em;
	width: 170px;
	background-image: url(Images/Search.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	border: solid .05em #344E44;
	margin: 1px;
}

#ConcurrentEditingDiv {
	padding: 6px;
	background-color: #FEF693;
	border: solid .05em #FFCF10;
}

span.signature {
	font-style: italic;
}

#TocContainer {
	border: solid .05em #344E44;
	display: table-cell;
	padding: .3em;
	background-color: #F9F9F9;
}

#AttachmentsDiv {
	margin-top: 6px;
	padding: .3em;
	border: solid .05em #559955;
	background-color: #D6EED2;
}

a.attachment {
	padding-left: 1.2em;
	background-image: url(Images/Attachment.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#RedirectionInfoDiv {
	font-size: 0.8em;
	padding-left: .7em;
	padding-top: .3em;
	color: #999999;
}

#RedirectionDiv {
	margin-bottom: 16px;
	padding-left: 2em;
	margin-left: .7em;
	font-size: 1.2em;
	background-image: url(Images/Redirect.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* JsFileTree control begin */

div.subtreediv {
	margin: 0 0 0 .7em;
}

a.subdirlink {
	background-image: url(../../Images/Dir.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}

a.filelink {
	background-image: url(../../Images/File.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 18px;
}

/* JsFileTree control end */

/* JsImageBrowser control begin */

#ImageBrowserDiv {
	background-color: #FFFFFF;
	border: solid .05em #999999;
	width: 616px;
}

#MainContentDiv {
  margin: 0 1em;
}

div.container {
	float: left;
	width: 96px;
	height: 126px;
	background-color: #FFFFFF;
	margin: .3em;
}

#UpLevelLink, #UpLevelLink:hover {
	display: block;
	width: 96px;
	height: 96px;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
}

a.dirlink, a.dirlink:hover {
	display: block;
	width: 96px;
	height: 96px;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
}

a.itemlink, a.itemlink:hover {
	display: block;
	width: 96px;
	height: 116px;
	vertical-align: bottom;
	text-align: center;
	text-decoration: none;
}

span.itemtext {
	color: #000000;
	background-color: #FFFFFF;
	padding: 0;
	width: 96px;
	height: 96px;
	vertical-align: bottom;
	font-size: .7em;
}

#ImagePreviewDiv {
	float: right;
	width: 256px;
	height: 268px;
	border: solid .05em #344E44;
	margin: .3em;
	padding: .3em;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#PreviewImg {
	height: 248px;
	vertical-align: middle;
}

img.thumb {
	border: solid .05em #344E44;
}

#ImageDescriptionSpan {
	font-size: 0.8em;
	font-style: italic;
}

/* JsImageBrowser control end */

/* Search page begin */

#SearchCatExtDiv {
	float: right;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#SearchCatDiv {
/*	margin-top: .7em;
	border: solid .05em #344E44;
	padding: .2em;
	overflow: auto;
	width: 14em; */

	border: solid .05em #999999;
	padding: 0;
	margin: 0;
	max-height: 12em;
	width: 13em;
	overflow: auto; 
}

#SearchControlsDiv {
}

#SearchInstructionsDiv, #SearchInstructionsDiv ul li {
	font-size: 0.8em;
}

#SearchResultsDiv {
	float: none;
	min-height: 80px;
}

/* Search page end */

/* {CurrentWeather}
 plugin */

.cur-weather-tbl
{
    border:solid .05em #ccc;
}

.cur-weather-tbl td
{
    padding:4px;
}

.cur-weather-tbl th
{
    background-color:#cedff2;
    padding:2px 20px .15em 20px;
}

.disclaim
{
	border-top:solid .05em #ccc;
	font-size:smaller;
	text-align:center;
	font-style:italic;	
}
/*	-- ElectricImages.Formatter -----------------------------
	http://www.electricimages.co.nz/Configuring_Formatter.ashx
	-------------------------------------------------------- */	

/*	styles for references  */
#ReferenceDiv {
    font-size: 10px;
    color: silver;
}li.RefStyle {
}/* styles for hints (page embedding} */
#HintDiv {
    background-color:#f0f0f0;
    border:1px solid black;
    margin-left:40px;
    margin-right:40px;
    padding:5px;
}#HintDiv a.editsectionlink {
  display:none;
}/* styles for tabs bar */
div.ei_tabs_holder {
  width:99%;
}div.ei_tabs {
}ul.ei_tabs {
   background: url(images/tabborder.gif) repeat-x left bottom;
   float: left;
   width:100%;
   list-style-type: none;
   padding: 0px;
}ul.ei_tabs li {
   float: left;
   margin: 0px 2px 0px 0px;
   list-style-image:none;
}ul.ei_tabs a {
   border: #CBD9E0 1px solid;
   border-bottom: none;
   background:#eee;
   float: left;
   display: block;
   font-weight: bold;
   padding: 4px 8px 4px 8px ;
   color: #888;
   text-decoration: none
}ul.ei_tabs a:hover {
   background: #f8f8f8;
   color: #1c6b8a;
   text-decoration:none;
}ul.ei_tabs a.active {
   background: white;
   padding-bottom: 5px;
   cursor: default;
   color: #728c40;
}.ei_tabs_frame {
   clear: left;
   border: #CBD9E0 1px solid;
   border-top: none;
   padding: 4px 8px 4px 8px;
}/* code highlighting */
.ei_code, .ei_code pre
{
    font-family: Consolas, Monospace;
    font-size: small;
    color: black;
    white-space: pre;
}.ei_code .ei_altline
{
    background-color: #f4f4f4;
    width: 100%;
    margin: 0em;
}.ei_code .ei_linenum
{
  color:dimgray;
}.ei_code .ei_rem
{
  color:green;
}.ei_code .ei_key
{
  color:blue;
}.ei_code .ei_subkey
{
  color: #0000c0;
}.ei_code .ei_string
{
  color: rgb(163,21,21);
}.ei_code .ei_preproc
{
  color: #cc6633;
}.ei_code .ei_asp
{
  background-color:yellow;
}.ei_code .ei_tag
{
  color: #800000;
}.ei_code .ei_attr
{
  color:red;
}
