body {
	background-color: #E5E5E5;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}


/* General font families for common tags */

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active { color : #006699; }
a:visited { color : #993333; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}



/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(./images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #D9DEE3; height: 25px;
	background-image: url(./images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(./images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.genmedr { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall,.genmedr { color : #000000; }

.genlink { font-size: 11px; font-weight : bold; }

a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/*@import url("forum/http://www.alwaysak.net/forum/templates/subSilver/formIE.css");*/

/* A persons image */
td.thumbnail {
	border: solid 1pt #999999;
}

td.thumbnailText, td.selthumbnailText {
	padding: 5px 0px 0px 0px;
	font-size: 12px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* A selected persons image */
td.selthumbnail {
	border: solid 3pt #000077;
}

.allBorder { border: solid 1pt #000000; }

.noBorder {
	border: 0pt;
}


td.allBorder { border: solid 1pt #00ff00; }
td.lrbBorder { border-left: solid 1pt #000000; border-right: solid 1pt #000000; border-bottom: solid 1pt #000000;}
td.lrtBorder { border-left: solid 1pt #000000; border-right: solid 1pt #000000; border-top: solid 1pt #000000;}
td.lBorder { border-left: solid 1pt #000000;}
td.tBorder { border-top: solid 1pt #000000;}
td.ltBorder { border-left: solid 1pt #000000; border-top: solid 1pt #000000;}

td {padding: 0px 0px 0px 0px; border: 0px 0px 0px 0px; margin: 0px 0px 0px 0px;}

#SelectedNode {padding-bottom:5px; width: 200px; height: 96px; border:solid 5px #AA0000; background-color: #E5E5E5;}
#Superior {padding-bottom:5px; width: 200px; height: 96px; border:solid 2px #00AA00}
#Subordinate {padding-bottom:5px; width: 200px; height: 96px; border:solid 2px #0000AA}
#Assistent {padding-bottom:5px; width: 200px; height: 96px; border:solid 2px #AAAA00}
#Coworker {padding-bottom:5px; width: 200px; height: 96px; border:solid 2px #00AAAA}

.SelectedNodeKey {background-color: #AA0000 }
.SuperiorKey {background-color: #00AA00}
.SubordinateKey {background-color: #0000AA}
.AssistentKey {background-color: #AAAA00}
.CoworkerKey {background-color: #00AAAA}

#treeContainer { border: 10px 10px 10px 10px; }

.SCAS,
.SCAX,
.SCXS,
.SCXX,
.SXAS,
.SXAX,
.SXXS,
.SXXX,
.XCAS,
.XCAX,
.XCXS,
.XCXX,
.XXAS,
.XXAX,
.XXXS,
.XXXX {
    BACKGROUND-POSITION: 5px 5px;
    BACKGROUND-REPEAT: no-repeat;
}

.SCAS {BACKGROUND-IMAGE: url(./images/family/SCAS.gif);}
.SCAX {BACKGROUND-IMAGE: url(./images/family/SCAX.gif);}
.SCXS {BACKGROUND-IMAGE: url(./images/family/SCXS.gif);}
.SCXX {BACKGROUND-IMAGE: url(./images/family/SCXX.gif);}
.SXAS {BACKGROUND-IMAGE: url(./images/family/SXAS.gif);}
.SXAX {BACKGROUND-IMAGE: url(./images/family/SXAX.gif);}
.SXXS {BACKGROUND-IMAGE: url(./images/family/SXXS.gif);}
.SXXX {BACKGROUND-IMAGE: url(./images/family/SXXX.gif);}
.XCAS {BACKGROUND-IMAGE: url(./images/family/XCAS.gif);}
.XCAX {BACKGROUND-IMAGE: url(./images/family/XCAX.gif);}
.XCXS {BACKGROUND-IMAGE: url(./images/family/XCXS.gif);}
.XCXX {BACKGROUND-IMAGE: url(./images/family/XCXX.gif);}
.XXAS {BACKGROUND-IMAGE: url(./images/family/XXAS.gif);}
.XXAX {BACKGROUND-IMAGE: url(./images/family/XXAX.gif);}
.XXXS {BACKGROUND-IMAGE: url(./images/family/XXXS.gif);}
.XXXX {BACKGROUND-IMAGE: url(./images/family/XXXX.gif);}

/*.VLine {background-image: url(./images/VConn.GIF); background-repeat:repeat-y; background-position:center; }*/
/*.HLine {background-image: url(./images/HConn.GIF); background-repeat:repeat-x; background-position:center center;}*/
.VLine {background-image: url(./images/dotBig.GIF); background-repeat:repeat-y; background-position:center; height:40px}
.VGrove {background-image: url(./images/vgrove.gif); background-repeat:repeat-y; background-position:center;}
.VBotLine {background-image: url(./images/VBotLine.GIF); background-position:center; background-repeat:no-repeat; height:40px}
.VTopLine {background-image: url(./images/VTopLine.GIF); background-position:center; background-repeat:no-repeat; height:40px}
.HLine {background-image: url(./images/dotBig.GIF); background-repeat:repeat-x; background-position:center center;}
.dottedHLine {background-image: url(./images/dotBigHL.GIF); background-repeat:repeat-x; background-position:center center;}



.box { border: solid 2pt #000000; padding: 10px; }

.error { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FF2222; letter-spacing: -1px;}

/* Copyright and bottom info */
.copyright, .privacy { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

#addContainer {border: solid 1pt #000000; padding: 10px; width:250px; height:250px}

#padding {padding: 10px;}

td.invis{ height:0px; font-size: 0px; color: #ffffff; background-color: #ffffff; }



