/*
  DEFAULT stylessheet for SLTG

  Created by Dynamic Objects, MEDIA-LINE
  http://www.dynamicobjects.de, http://www.media-line.at
*/


/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10px; color: #003366;
	background-color: #FFFFFF; 
        margin-left: 0px; 
        margin-top: 0px; 
        margin: 0px;
	scrollbar-face-color: #CCCCCC;
	scrollbar-highlight-color: #CCCCC;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-3dlight-color: #999999;
	scrollbar-arrow-color:  #666666;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #CCCCCC;
}


.title    { font-family:Arial Black;  font-size: 14px; color : #003366; }
.subtitle {font-size: 10px; font-weight: bold; color : #003366; }
.message { font-size: 10px; color : #003366;}
.date    { font-size: 10px; color : #003366; }
.author  { font-size: 10px; color : #003366; }

.details_title    {font-family:Arial Black;  font-size: 20px; color : #003366;  }
.details_title_v2 { font-size: 10px; font-weight: bold; color : #0066CC; }
.details_subtitle { font-size: 10px; font-weight: bold; color : #003366; }
.detail_message { font-size: 10px; color : #003366;}
.detail_date    { font-size: 10px; color : #003366; }
.detail_author  { font-size: 10px; color : #003366; }


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Helvetica, Arial,sans-serif;
               font-size: 10px; }

a:link,a:active,a:visited { text-decoration: none; font-weight: bold; color: #003366; }
a:hover                   { color: #6699CC;}


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 10px; color : #003366;}
a.nav			{ text-decoration: none; color : #003366; }
a.nav:hover		{ text-decoration: none; color : #6699CC; }


hr { height: 0px; border: solid #0066CC 0px; border-top-width: 1px;}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #FFFFFF; }
td.row2	{ background-color: #FFFFFF; }
td.row3	{ background-color: #FFFFFF; }


/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #0066CC; font-size: 10px; font-weight : bold;
	background-color: #FFFFFF; height: 25px;
	background-image: url("../subsilver/images/cellpic3.gif");
}



/* Copyright and bottom info */
.copyright		{ 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;}