/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


/*
  Modified for Theme Inviolet by JonnyQuest
*/
  

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
  background-color: #FFFFFF;
scrollbar-3dlight-color:#E6E3FA;
scrollbar-arrow-color:#7865C7;
scrollbar-darkshadow-color:#6C5CAD;
scrollbar-face-color:#E4DDFE;
scrollbar-highlight-color:#ffffff;
scrollbar-shadow-color:#dee3e7;
scrollbar-track-color:#efefef}
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana }
a:link,a:active,a:visited { color : #000000; }
a:hover    { text-decoration: underline; color : #465584; }
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 #8E7FCE solid; }

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


/* Main table cell colours and backgrounds */
td.row1  { background-color: #F1EBFE; }
td.row2  { background-color: #F1EBFE; }
td.row3  { background-color: #E3DCFB; }
td.row4 { background-color: #EAE5FE; }
td.row5 { background-color: #EAE5FE; }

/*
  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('http://img4.xooimage.com/files/c/e/cellpic2-31700.jpg');
    background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th  {
  color: #3A4F6C; font-size: 13px; font-weight : bold;
  background-color: #BCB4E8; height: 26px;
  background-image: url('http://img3.xooimage.com/files/c/e/cellpic1-3328a.gif');
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
      background-image: url('http://img5.xooimage.com/files/c/e/cellpic3-31f9f.gif');
      background-color:#7768CE; border: #FFFFFF; border-style: solid; height: 26px;
}

/*
  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: 13px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow   { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right   { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft    { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop   { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


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

    color:#FFFFFF;
    font-size: 13pt;
    height: 26px;
    background-image: url('http://img5.xooimage.com/files/c/e/cellpic3-31f9f.gif');
}
.under_topic         {
    font-size: 13pt;
    height: 26px;
    background-image: url('http://img3.xooimage.com/files/c/e/cellpic1-3328a.gif');
}
.topictitle {color: #FFFFFF; font-size: 13pt; height: 12px;}
.topictitle  a:link, .maintitle  a:visited, .maintitle  a:active { text-decoration: none; color: #FFFFFF }
.topictitle a:hover { text-decoration: underline } 

/*post ending */
.post_foot {
 background-color: #D1C0F7
 }


/*forum ending */
.forum_end {
 background-color: #D1C0F7
 }
/* General text */
.forum_des{ color : #434951;font-size : 13px }
.gen {font-size : 13px; }
.genmed { font-size : 13px; }
.gensmall { font-size : 13px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #5E42A5; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover  { color: #465584; text-decoration: underline; }


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


.category { font-weight: bold; line-height: 150%; color: #26497D; background-color: #D1C0F7}
.category   a:link, #category   a:visited, #category   a:active { text-decoration: none; color: #4C77B6 }

/* Board statics options */
.board_stats{ font-size : 13px; font-color:#0C203D}
.solidborder { border: 1px solid #999999 }

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


/* Forum title: Text and link to the forums used in: index.php */
.forumlink    { font-weight: bold; font-size: 13pt; color : #6637C8; }
a.forumlink   { text-decoration: underline; color : #6637C8; }
a.forumlink:hover{ text-decoration: underline; color : #465584; }
a.forumlink:visited{ text-decoration: underline; color : #6637C8; }
a.forumlink:visited:hover{ text-decoration: underline; color : #465584; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav      { font-weight: bold; font-size: 13px; color : #000000;}
a.nav      { text-decoration: none; color : #6D53C2; }
a.nav:hover    { text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle      { font-weight: bold; font-size: 13px; color : #6637C8; }
a.topictitle:link   { text-decoration: underline; color : #6637C8; }
a.topictitle:visited { text-decoration: underline; color : #7D77D0; }
a.topictitle:hover  { text-decoration: underline; color : #465584; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name      { font-size : 13px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails    { font-size : 13px; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 15px;}
a.postlink:link  { text-decoration: none; color : #573CAE}
a.postlink:visited { text-decoration: none; color : #573CAE; }
a.postlink:hover { text-decoration: underline; color : #6446C2}


/* Quote & Code blocks */
.code {
  font-family: Trebuchet Ms; font-size: 13px; color: #006600;
  background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
  font-family: Trebuchet Ms; font-size: 13px; color: #444444; line-height: 125%;
  background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
  border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright    { font-size: 10px; font-family: Trebuchet Ms; color: #444444; letter-spacing: -1px;}
a.copyright    { color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}

/* Form elements */
input,textarea, select {
  color : #000000;
  font: normal 13px Trebuchet Ms;
}

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

input { text-indent : 2px; }

/* 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; }