body
{
	padding: 0;
	font-family: Verdana, Arial, Serif;
	font-size: 12px;
	/*
	background-image: url(../../Images/Background4.gif);
	*/
	height: 100%;
	text-align: center;
	background-attachment: scroll;
	background-repeat: repeat-x;
	
	/*
	background-color: #FFFFFF;
	background-color: #09144d;
	*/
	
	
	background-color: #17075d;
	
	
	margin: 0px;
	color: white;
}
/*
Blue: 
R: 23  G: 7 B: 93  Web Color code# 17075d
 
Red:
R: 126  G: 7  B: 7 Web Color code# 7e1107
 
Yellow: 
R: 253  G: 208  B: 28 Web Color Code# fdd01c 
*/

.newscast
{
	text-align: center;
	border-right: #fdd01c 1px solid;
	border-top: #fdd01c 1px solid;
	border-left: #fdd01c 1px solid;
	border-bottom: #fdd01c 1px solid;
}

.periodical
{
	border-right: #fdd01c 1px solid;
	border-top: #fdd01c 1px solid;
	border-left: #fdd01c 1px solid;
	border-bottom: #fdd01c 1px solid;
}

.periodicalpagethumbnail
{
	padding-bottom: 12px;
	padding-top: 12px;
}

td
{
   vertical-align: top;
}

td.fieldname
{
   text-align: right;
}

.headerbackground
{
	background-image: url(Images/blue_bar_background.gif);
	background-repeat: repeat-y;
}

.pagetitle
{
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial, Serif; /*color: #fdd900;*/
	color: #FDD01C;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

.charttitle
{
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Serif; /*color: #fdd900;*/
	color: #FDD01C;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

.projectexamples
{
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Serif;
	color: #fdd900;
	font-weight: bold;
	text-align: left;
}

.productstable
{
	width: 100%;
}

.productstablecell
{
	text-align: center;
	vertical-align: middle;
}

.productstableimage
{ 
	border-top-style: none;
}


.productstablemissingimage
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 175px;
	height: 175px;
}

.projectstable
{
	width: 100%;
}

.projectstablecellaplhabet
{
	text-align: center;
	vertical-align: middle;
}

.projectstablecell
{
	text-align: center;
	vertical-align: middle;
}

.projectstableimage
{ 
	
}

.projectstablemissingimage
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.productstablelink
{
	font-family: Tahoma, Verdana, Arial, Serif;
	color: #fdd900;
	font-weight: bold;
	text-align: center;

}

.pagefooter
{
	background-color: #FDD01C;
	color: #7E1107;
	height: 50px;
	vertical-align: middle;
	text-align: center;
}

/*
technical info
*/


A.technical:link {
color: #fdd01c;

}

A.technical:visited {
color: #fdd01c;

}

A.technical:active {
color: #fdd01c;

}

A.technical:hover {
color: #fdd01c;

}
/*
examples
*/
A.examples:link {
color: #fdd01c;

}

A.examples:visited {
color: #fdd01c;

}

A.examples:active {
color: #fdd01c;

}

A.examples:hover {
color: #fdd01c;

}



/*
	
first table on uvspecs.aspx

*/

.shadesure
{
	color: black;
	font-family: verdana;
	background-color: white;
	
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	
}

.colourshade
{
	color: black;
	font-family: verdana;
	background-color: #ffffff;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

