/* Stylesheet for Art */

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #2A4855; text=#FFFFFF;
}

/* General font families for common tags */
font,th,td,p,div,span { font-family: Verdana, Arial, Helvetica, sans-serif;}

td.table {background-color: black; color: white;}


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

a {color : #ABCFFF;  text-decoration: none;}
a:hover		{ text-decoration: underline; color : #9DA2CF; }

/* Header cells - the blue and silver gradient backgrounds */
th	{
//	font-size: 70%;
    font-weight : bold;
	height: 25px;
}

/*
  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 :-)
*/

th.thHead,th.thTop {
	font-weight: bold; border: #9DA2CF; color: #FFABCB; border-style: solid; height: 28px;
}

th.thHead { font-size: 75%; border-width: 1px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px;}

td.spacer {
			background-color:black; border: 1px black solid; height: 5px;
}

th.thTop,thHead	 { border-width: 1px 0px 1px 0px; }

hr {color: #9DA2CF; }


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

/* The text used for indiidual page's titles */
.pagetitle	{
	font-weight: bold; font-size: 150%; font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 160%; color : #ABCFFF;
}

/* Articles */
.articlesource	{font-size : 75%; color : #ABCFFF; }
.articleauthor	{font-size : 75%; font-weight: bold;	font-style: italic;  color : #ABCFFF;}
.articlelocation	{font-size : 75%; color : #ABCFFF;}
.articledate	{ font-size : 75%; font-style: italic; color : #ABCFFF;}
.articlesynopsis	{ font-size : 75%;	font-weight: bold; color: white;}

/* The text used for individual page's titles */
.sectiontitle	{
	font-size: 120%;  font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 160%; color : #ABCFFF;
}

/* The text used for individual page's titles */
.sectionsubtitle	{
	font-size: 110%;  font-family: "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 160%; color : #ABCFFF;
}

/* Highlighted text */
.highlight	{ font-size : 75%; font-weight: bold; color : #FFABCB; }
a.highlight 	{ text-decoration: none; color : #FFABCB; }
a.highlight:hover{ text-decoration: underline; color : #9DA2CF; }
a.highlight:active { text-decoration:none; font-weight:bold; color:#FFABCB; }


/* Image caption text */
.caption	{ font-weight: bold; font-size: 65%; color: #ABCFFF;}


/* The text used for individual page's titles */
.navtitle	{ font-weight: bold; font-size: 110%; color: #ABCFFF;}
.navhighlight	{  font-weight: bold; color : #FFABCB; }

/* Linklist link */
.linktitle	{font-size: 110%; color: #ABCFFF;}

/* General text */
.gen, div.gen, span.gen { font-size : 75%; color: white;}
.genmed, div.genmed, span.genmed { font-size : 70%; color: white;}
.gensmall, div.gensmall, span.gensmall { font-size : 65%; color: white;}
td.gen, td.genmed, td.gensmall {background-color: black; color: white;}

a.gen, a.genmed, a.gensmall {color: #ABCFFF;}

/* Quoted text */
.quote, p.quote {font-size : 75%; color: white; font-style: italic;}
td.quote {background-color: #203640; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 70%;  color: #ABCFFF;}

/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 75%;  color: #ABCFFF;}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 70%;  color: #ABCFFF;}

/* Copyright and bottom info */
.footer		{ font-size: 65%; font-family: Verdana, Arial, Helvetica, sans-serif; letter-spacing: -1px; color: white;}

/* Form elements */
input,textarea, select {
	font: normal 70% Verdana, Arial, Helvetica, sans-serif;
  background-color:#203640; color: #FFFFFF;
}

input { text-indent : 2px; background-color:#203640; color: #FFFFFF;}

/* The buttons used for bbCode styling in message post */
input.button {
	font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

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