/*
' *****************************************************************************************************
' Name:			StyleSheet_2.CSS (G&R UK Ltd)
' Copyright:	WebDispenser.com
' Author:		Luke Coughlan / David Coughlan
' Version:		3.00
' *****************************************************************************************************

   filter:Shadow(Color=gray, Direction=300);
   background-image: url(background/steelsheet.gif);
   background: transparent url(images/background/steelsheet.gif);
   font-family:Arial;

	Fonts
	---------
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;


	Livery Colours	Pantone	R		G		B		Web
	--------------	-------	-------------------		------
	Blue			5404	63		96		117		#3F6075
	Yellow			100		244		237		124		#FEFF99
	Red				187		175		30		45		#990000

	Yellow			100		244		237		124		#FEFF99
	#FEE942		Light
	#FCE642		Darker

	#eff7ff		Alice Blue		(folders and pages background)
	#003366		Dark Blue		(Anchors normal)
	#c3fdb8		Pale green		(selected folder) 

	#73BDCE		dark blue
	#9CE7EF		light blue
	#F7EF63		light yellow
	filter:Shadow(Color=#9CE7EF, Direction=135); 

   background-image: url(../resources/images/website_2_24_Background.jpg);
   background-repeat:no-repeat;
*/

BODY{
   background-image: url(../resources/images/website_2_24_Background.gif);
}

/*
' *****************************************
' FOLDER
' *****************************************
*/
TABLE.folder
{
   color:black;
   border:0px solid black;
   font-family:Arial;
   font-size:8pt;
}
TR.folder
{
   color:black;
   border:0px solid black;
   font-family:Arial;
   font-size:8pt;
}
TH.folder
{
   color:black;
   border:0px solid black;
   font-family:Arial;
   font-size:8pt;
   font-weight:bold;
   text-align:center;
}
TD.folder
{
   color:black;
   background-image: url(../resources/images/folder_2_unselected_bg.gif);
   border:0px solid #eff7ff;
   font-family:Arial;
   font-size:8pt;
   font-weight:bold;
   text-align:center;
}
TD.folderSelected
{
   color:black;
   background-image: url(../resources/images/folder_2_selected_bg.gif);
   border:0px solid #000000;
   font-family:Arial;
   font-size:8pt;
   font-weight:normal;
   text-align:center;
}
A.folder
{
   color:#FFFFFF;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:normal;
   text-decoration:none;
   border:0px solid black;
   text-align:center;
}
A.folderMouseOver
{
   color:#F4ED7C;
   text-decoration:none;
   border:0px solid red;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:normal;
   text-decoration:none;
   text-align:center;
}
A.folderSelected
{
   color:#F4ED7C;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:normal;
   text-decoration:none;
   border:0px solid black;
   text-align:center;
}
A.folderSelectedMouseOver
{
   color:#F4ED7C;
   text-decoration:none;
   border:0px solid red;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:normal;
   text-decoration:none;
   text-align:center;
}

/*
' *****************************************
' PAGE
' *****************************************
*/
TABLE.page
{
   color:black;
   border:0px solid white;
   font-family:Arial;
   font-size:8pt;

}
TR.page
{
   color:black;
   border:0px solid black;
   font-family:Arial;
   font-size:8pt;
}
TH.page
{
   color:#990000;
   border:0px solid gray;
   font-family:Verdana, Arial;
   font-size:8pt;
   text-align:center;
}
TD.page
{
   color:gray;
   background-image: url(../resources/images/Page_2_unselected.gif);
   background-repeat:no-repeat;
   border:0px solid #eff7ff;
   font-family:Arial;
   font-size:8pt;
   text-align:center;
}
TD.pageSelected
{
   color:#000000;
   background-image: url(../resources/images/Page_2_selected.gif);
   background-repeat:no-repeat;
   border:0px solid #3F6075;
   font-family:Arial;
   font-size:8pt;
   text-align:center;
}
A.page
{
   color:#FFFFFF;
   border:0px solid white;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-decoration:none;
   height:23;

}
A.pageMouseOver
{
   color:#F4ED7C;
   border:0px solid green;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-decoration:none;
   height:23;
}
A.pageSelected
{
   color:#F4ED7C;
   border:0px solid white;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-decoration:none;
   height:23;
}
A.pageSelectedMouseOver
{
   color:#F4ED7C;
   border:0px solid green;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-decoration:none;

   height:23;
}
IMG.page{
}

/*
' *****************************************
' STANDARD
' *****************************************
*/
TABLE.standard
{
   color:black;
   border:0px solid #eeeeee;
   font-family:Arial;
   font-size:10pt;

}
TR.standard
{
   color:black;
   border:0px solid gray;
   font-family:Arial;
   font-size:10pt;
}
TH.standard
{
   color:#3F6075;
   background:#eeeeee;
   border:0px solid gray;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:10pt;
}
TH.standardAlignRight{
   color:#3F6075;
   background:#eeeeee;
   border:0px solid #73BDCE;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:10pt;
   text-align:right;
}

TD.standardDescription{
   color:#81F7F9;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   border:0px solid gray;
   font-size:10pt;
}

TD.standard{
   color:gray;
   border:0px solid #9AE0EA;
   font-family:Arial;
   font-size:10pt;
   text-align:left;
}
TD.standardname{
   color:black;
   border:0px solid #9AE0EA;
   font-family:Arial;
   font-size:10pt;
   text-align:left;
}
TD.standardAlignRight{
   color:#3F6075;
   border:0px solid gray;
   font-family:Arial;
   font-size:10pt;
   text-align:right;
}
TD.standardAlignCenter{
   color:#3F6075;
   border:0px solid gray;
   font-family:Arial;
   font-size:10pt;
   text-align:center;
}

TD.standardAlignLeft{
   color:black;
   border:0px solid gray;
   font-family:Arial;
   font-size:10pt;
   text-align:left;
}
INPUT.standard{
   color:black;
   background:#FFFFFF;
   font-family:Arial;
   font-size:8pt;
   font-weight:bold;
}
A.standard{
   color:#990000;
   background:transparent;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:bold;
}
A.standardMouseOver
{
   color:#FFFFFF;
   background:#990000;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:10pt;
   font-weight:bold;
}
A.standardheading{
   color:#000000;
   background:#eeeeee;
   font-family:Bimini,Arial;
   font-size:10pt;
   text-decoration:none;
   font-weight:bold;
}
A.standardheadingMouseOver
{
   color:navy;
   background:#eeeeee;
   font-family:Bimini,Arial;
   font-size:10t;
   text-decoration:none;
   font-weight:bold;
}
H1.standard
{
   color:#3F6075;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:24pt;
   font-style:normal;
   font-weight:bold;
   border:0px solid red;
   margin:0em 0.2em;
}
H2.standard
{
	color:#AF1E2D;
    font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
	font-size:14pt;
	font-style:normal;
	font-weight:bold;
	border:0px solid red;
}
H3.standard
{
   color:#FEFF99;
   background:#3F6075;
   border:0px solid #e8a317;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:12pt;
   font-weight:bold;
}
H4.standard
{
   color:#3F6075;
   background:#F4ED7C;
   border:0px solid gray;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:12pt;
   font-weight:bold;
}
H5.standard
{
   color:#FFFFFF;
   background:#3F6075;
   border:0px solid gray;
   margin:0em 0.5em;
   font-family:HandelGothic BT, Data Regular, Trek, Verdana, Arial;
   font-size:12pt;
   font-weight:bold;
}
P.standard{
   color:#3F6075;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   border:0px solid silver;
   margin:0em 0.5em;
   text-indent:2em;
   width:450;
}
SELECT.standard{
   color:#000000;
   font-family:Verdarna,Arial;
   font-size:8pt;
}
INPUT.standard{
   color:#000000;
   font-family:Verdarna,Arial;
   font-size:8pt;
}
/*
' *****************************************
' Mandatory and Optional
' *****************************************
*/
TD.standardMandatory{
   color:#FFFFFF;
   background:#3F6075;
   font-family:HandelGothic BT,Verndana, Arial;
   font-size:12pt;
   text-align:left;
}
TD.standardOptional{
   color:#4E5B7C;
   background:#eeeeee;
   font-family:HandelGothic BT,Verndana, Arial;
   font-size:12pt;
   text-align:left;
}

/*
' *****************************************
' WEBSITE SPECIFIC
' *****************************************
*/
SPAN.UKLTD{
   color:#990000;
   font-family:Times New Roman;
   font-size:22pt;
   font-weight:bold;
}

SPAN.connectingToday{
   color:#3F6075;
   font-family:Arial;
   font-size:14pt;
   font-weight:normal;
   font-style:italic;
}

SPAN.soundbite{
   color:#990000;
   font-family:Arial;
   font-size:16pt;
   font-weight:normal;
   font-style:italic;
}

SPAN.paraheading{
   color:#000000;
   background:#F4ED7C;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:12pt;
   font-weight:normal;
   font-style:normal;
}
/*
' *****************************************
' Old Hosts and Line Protocols 
' *****************************************
*/
SPAN.bull{
   color:green;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}

SPAN.questar{
   color:green;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}

SPAN.ibm{
   color:#306eff;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}

SPAN.vtnnn{
   color:gray;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}

SPAN.ansi{
   color:gray;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}

SPAN.minitel{
   color:orange;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}
SPAN.unix{
   color:gray;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}
SPAN.dec{
   color:#ff0000;
   font-family:HandelGothic BT, Arial;
   font-size:10pt;
   font-weight:bold;
   font-style:italic;
}
/*
' *****************************************
' BIZCARD
' *****************************************
*/
TABLE.bizcard
{
   color:#3F6075;
   background:#FFFFFF;
   border:1px solid #3F6075;
   font-family:Verdana;
   font-size:8pt;
   font-weight:bold;
}
TABLE.bizcardLeftHalf
{
   color:#3F6075;
   background:#FFFFFF;
   border:0px solid silver;
   font-family:Verdana;
   font-size:8pt;
   font-weight:bold;
}
TABLE.bizcardRightHalf
{
   color:#3F6075;
   background:#F4ED7C;
   border:0px solid silver;
   font-family:Verdana;
   font-size:8pt;
   font-weight:bold;
   height:100%;
}
TD.bizcardLeftHalf
{
   color:#3F6075;
   background:#FFFFFF;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-align:left;
}
TD.bizcardBlueOnWhiteBold
{
   color:#3F6075;
   background:#FFFFFF;
   border:0px solid gray;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:bold;
   text-align:left;
}
TD.bizcardRightHalf
{
   color:#3F6075;
   background:#F4ED7C;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-align:right;
}

TD.bizcardBanner
{
   color:#FFFFFF;
   background:transparent;
   border:0px solid gray;
   font-family:Verdana, Arial;
   font-size:12pt;
   font-weight:bold;
   text-align:center;
}
TD.bizcardCompanyName
{
   color:#AF1E2D;
   background:#FFFFFF;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-weight:bold;
   font-size:10pt;
   text-align:left;
}
TD.bizcardCompanyAddress
{
   color:#3F6075;
   background:#FFFFFF;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-weight:normal;
   text-align:left;
}
TD.bizcardTelephone
{
   color:#AF1E2D;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-weight:normal;
   font-size:8pt;
   text-align:left;
}
TD.bizcardFax
{
   color:#AF1E2D;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-weight:normal;
   font-size:8pt;
   text-align:left;
}
TD.bizcardFullName
{
   color:#AF1E2D;
   background:#F4ED7C;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-weight:bold;
   font-size:10pt;
   text-align:right;
}
TD.bizcardJobTitle
{
   color:#3F6075;
   background:#F4ED7C;
   border:0px solid silver;
   font-family:Verdana, Arial;
   font-size:8pt;
   font-style:italic;
   font-weight:bold;
   text-align:right;
}

TD.bizcardRedOnYellow
{
   color:#AF1E2D;
   background:#F4ED7C;
   border:0px solid gray;
   font-family:Verdana, Arial;
   font-weight:nomal;
   font-size:8pt;
   text-align:right;
}
/*
' *****************************************
' Product
' *****************************************
*/

SPAN.productName{
   color:#000000;
   background:#FEFF99;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:12pt;
   font-weight:normal;
   font-style:normal;
}

SPAN.Code{
   color:#000000;
   background:#eeeeee;
   font-family:Verdana, Arial;
   font-size:12pt;
   font-weight:normal;
   font-style:normal;
}

SPAN.Price{
   color:#000000;
   font-family:HandelGothic BT, Verdana, Arial;
   font-size:12pt;
   font-weight:bold;
   font-style:normal;
}
