﻿/* Done by noxa@nomorals.DELETE.org - don't abuse it, please */
/* Toolbar bits taken from msdn.microsoft.com */

/* ----- Base page ----- */
body
{
	background-color: White;
	margin: 0 0 0 0;
	padding: 0px;
	color: Black;
	font: 70% Verdana;
}

/* ----- Page sections ----- */

TD.pageBanner
{
	font-size: 0;
	background-color: #E0E0E0;
	vertical-align: middle;
	height: 50px;
	max-height: 50px;
	background-image: url('images/HeaderSpan.jpg');
	background-repeat: repeat-x;
}

DIV.pageBanner
{
	float: left;
	height: 50px;
	max-height: 50px;
}

#pageToolbar
{
	border-top: solid 1px #999999;
	border-bottom: solid 1px #999999;
	padding: 2px 0px 1px 0px;	
	font-size: 100%;
	background-color: #F1F1F1;
}
#pageToolbar TD
{
	font-size: 100%;
}
#pageToolbar A
{
	font: 70% Verdana;
	color: Black;
	text-decoration: none;
}

TD.pageName
{
	font-weight: bold;
	background-color: #DEE7EF;
	vertical-align: middle;
	letter-spacing: 10px;
	height: 10px;
}

TD.pageContents
{
	font: 90% Verdana;
	color: Black;
	text-decoration: none;
}

TD.pageFooter
{
	background-color: #E0E0E0;
}

DIV.pageFooter
{
	font: 70% Verdana;
	color: Black;
	text-decoration: none;
}



/* ----- Toolbar helpers ----- */
.lt0
{
	border: solid 1px #F1F1F1;
	padding: 0px 6px 0px 6px;
}

.lt1
{
	border: solid 1px #999999;
	padding: 0px 6px 0px 6px;
	background-color: #CCCCCC;
}

.ltsep
{
	padding: 0px 1px 0px 1px;
	font: 70% Verdana; 
	color: #A9A9A9;
}



/* ----- Font classes ----- */

/* Small fonts */
.small
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 60%;
}

/* Title blocks */
H4
{
	font-family: Arial, sans-serif;
	font-size: 150%;
	color: #6394BD;
	margin-bottom: 0px;
	padding: 3px;
}



/* ----- Links ----- */

/* Base */
A
{
	color: #005177;
}

/* Active */
A:active
{
	color: #CC3333;
}

/* On hover */
A:hover
{
	color: #CC3333;
}

/* General */
A:link
{
	color: #005177;
}

/* Visited */
A A:visited
{
	color: #005177;
}



/* ----- Images ----- */
img
{
	border: 0px none;
}



/* ----- Fields ----- */

input, textarea, select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

/* Generic */
select
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 18px;
	border-style: window-inset;
	border-width: 1px;
	background-color: Transparent;
}

/* Textbox */
input.textbox
{
	height: 18px;
	border-style: window-inset;
	border-width: 1px;
	background-color: Transparent;
}

/* Checkbox */
input.checkbox
{
	border-style: none;
	width: 15;
	height: 15;
}

/* Button */
input.button
{
	height: 18px;
	font-size: 10px;
	border-style: solid;
	border-width: 1px;
}

/* Small (inline) button */
input.smallbutton
{
	height: 16px;
	font-size: 9px;
	border-style: solid;
	border-width: 1px;
}



/* ----- Tables ----- */

TABLE.block
{
	width: 95%;
	border-collapse: collapse;
	background-color: #6394BD;
}

/* Header cells */
TABLE.block TH
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: 100%;
	color: #6394BD;
	background-color: #F2F2F2;
	border: solid 1px #AAAAAA;
}

/* Each cell */
TABLE.block TD
{
	padding: 4px 4px 4px 4px;
	font-size: 95%;
	border: solid 1px #DDDDDD;
	border-collapse: collapse;
}

/* Default row */
TABLE.block TR
{
	background-color: #F8F8F8;
}

/* Alt row color (for alt tables) */
TABLE.block TR.alt
{
	background-color: #F2F2F2;
}



/* ----- Special sections ----- */

/* Misc project stuff */
TABLE.block TR.projectActive
{
	background-color: #CCFF99;
}
SPAN.revisionCritical
{
	font-weight: bold;
	color: #FF0000;
}

/* The following is a list of project status styles */
SPAN.projectStatusCompleted
{
	font-weight: bold;
	color: #008000;
}
SPAN.projectStatusInProgress
{
	color: #808000;
}
SPAN.projectStatusCancelled
{
	color: #FF0000;
}
SPAN.projectStatusRewrite
{
	color: #808000;
}
SPAN.projectStatusConcept
{
	color: #808000;
}
SPAN.projectStatusOnHold
{
	color: #0033CC;
}