@import url(borders.css);

/* The box on the index page with folder icon descriptions */

td.folderIconBox {
	background-image: url(images/catbox_background.gif);
	background-repeat: repeat;
}

td.folderIconBoxStart {
	background-image: url(images/catbox_bg_start.gif);
	background-repeat: repeat-y;
}

/* General font families for common tags */
font,th,td,p { 
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 100%;
 }
a,a:active,a:visited {
	color : White;
	text-decoration: none;
}
a:hover		{
	text-decoration: underline;	
	color: #FFCE00;
}

a.menu 	{
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding: 1px 3px 1px 3px;
	margin: 0 0 1px 0;
	text-align: left;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #C7D6DC;
	border-left: 1px solid #C7D6DC;
	border-right: 5px solid #C7D6DC;
	border-top: 1px solid #C7D6DC;
}

a.menu:visited {
	background-color: transparent;
	color: #FFFFFF;
}

a.menu:hover {
	background: #C7D6DC;
	color: #000000;
	text-decoration: none;
}

a.menu:active {
	background-color: transparent;
	color: #FFFFFF;
}


 /* General page style. The scroll bar colors only visible in IE5.5+ */
body {
/*	background-color: #E5E5E5; */
	background-color: #0071AE;
	

/*	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;
*/
	
	background-image : url(images/background.png);
	margin-top : 10px ! important;
	margin-left : 10px ! important;
	margin-right : 10px ! important;
	margin-bottom : 10px ! important;
	color : #FFFFFF;
	font-size: 100%;
}

/* Horizontal rules */


h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 6px;
	text-align: center;
}

h3 {
	margin-top: 20px;
	margin-bottom: 1em;
}

h6 {
	margin-bottom: 1em;
}

img {
	border: 0;
}

p {
	margin-bottom: .5em;
	margin-top: .5em;
	padding-left: 1em;
	padding-right: 1em;
}

ul {
	list-style-type: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

.nolink {
	color: #000000;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 3px;
	background-color: transparent;
}

#navcontainer {
	text-align: left;
	margin-left: 1ex;
	margin-right: 1ex;
	padding-left: 1ex;
	padding-right: 1ex;
}

#navlist {
	list-style-type: none;
	margin-top: 10px;
	padding-left: 0;
	white-space: nowrap;
}


/* Main table cell colors and backgrounds */
td.row1	{
	border-color: #13619F; 
}

td.row2	{
	border-color: #13619F; 
}

td.row3	{
	border-color: #13619F; 
}


th	{
	color: #134F84;
	border-color: transparent;
	font-size: 9pt;
	font-weight : bold;
	background-color: #DDDDDD;
	height: 25px;
	background-image: url(images/cellpicsilver.gif);
}

th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold;
	border-style: none;
	height: 28px; }
	
td.row3Right,td.spaceRow {
	}


th.thHead,td.catHead { font-size: 10pt; border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; border-color: #13619F;  }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thTop	 { border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thCornerL { border-width: 0px 0px 0px 0px; border-color: #13619F; }
th.thCornerR { border-width: 0px 0px 0px 0px; border-color: #13619F; }


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

/* Daz' Opacity Button MOD, http://www.forumimages.com */

.imgfade{filter:alpha(opacity=50); -moz-opacity:0.5}
.imgfull{filter:alpha(opacity=100); -moz-opacity:1}
