﻿body {
	color: #333;
}


h1, h2, h2, h4, a {
	font-weight: normal;
	color: #f60;
	margin: 0em 0em 0.5em 0em;
}

h1 {
	font-size: 1.7em;	
}

h2 {
	font-size: 1.3em;
}

h3 {
	color: #F60;
	margin-top: 0em;
	border-bottom: solid 1px #ccc;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
	font-weight: normal;
}

h4 {
	font-weight: bold;
	margin: 0em;
	margin-top: 1em;
	color: #666;
}

p {
	line-height: 1.6em;
	text-align: justify;
		margin-left: 1.2em;
}

p span {
	color: #F60; 
	font-size: 1.3em;
}

ol li, ul li {
	margin-bottom: 0.2em;
}

ul li {
	list-style-type: square;
}

hr {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ccc;
}

pre {
	font-size: 1.2em;
	background-color:#FFFFF0;
	border:1px dashed #999999;
	margin:0 10px;
	padding:8px;
}

acronym {
	cursor: help;
}

div.box {
	border: solid 1px #d8d8d8;
	background: url(../_Images/SegmentBack.png) top center repeat-x #fff;
	padding: 1em;
	padding-right: 1.5em;
	margin: 0em 0em 1em 0em;
}

div.Question {
	color: #666;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 1.5em;
}

div.Article {
	margin-left: 1.5em;
	font-size: 0.9em;
}

div.ArticleHeading {
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.ArticleURL {
	margin-top: 0.5em;
	margin-bottom: 2.5em;
	color: #666;
	border-top: solid 1px #e7e7e7;

}

div.ArticleURL a {
	color: Green;
}

table tr th {
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	color: #f60;
	width: 12em;
	padding: 0em 0em 0.2em 0em;
}

table tr th a:visited {
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	color: #f60;
}

table tr th.date {
	font-size: 1em;
	color: #555;
	font-weight: bold;
	border-bottom: solid 1px #ccc;
	padding-top: 0.5em;
}

table tr td {
	padding: 0.1em 0em 0.1em 1em;
	vertical-align: top;
}

table tr td.Image {
	text-align: center;
}

table tr td img {
	border: none;
}

#AboutMenu 
{
	background: #FFFFFF url(../_Images/SegmentBackGlossary.png) repeat-x scroll center top;
	border: 1px solid #ccc;
	padding: 0.5em;
	width: 18em;
	font-size: 0.9em;
}

#AboutMenu h3
{
	border-bottom: solid 1px #ccc;
	margin-bottom: 0.5em;
}

#AboutMenu ul 
{
	margin: 0em;
	margin-left: 0.2em;
	padding: 0em;
}

#AboutMenu ul li 
{
	list-style-type: none;
}

#AboutMenu ul li a:link, #AboutMenu ul li a:active, #AboutMenu ul li a:visited 
{
	display: block;
	padding-left: 0.4em;
	color: #4444AC;
}

#AboutMenu ul li a:hover 
{
	background-color: #5E75BA;
	text-decoration: none;
	color: #f9f9f9;
}

div.StaticPageContent 
{
	margin-left: 19.5em;
	font-size: 0.9em;
}

img 
{
	border: none;
}

/*--- Update calendar -------------- */

table {
	font-size: 0.9em;
	padding: 0em;
}


tr.yui-dt-first yui-dt-last {
	background-color: #EDF5FF;
}

th#yui-dt0-th-Name, th#yui-dt0-th-Owner, th#yui-dt0-th-ShortOwner, th#yui-dt0-th-Update, th#yui-dt0-th-NextUpdate
{
	padding: 0.2em 0.8em;
	font-size: 1em;
	background-color: #f5f5f5; 
	border: 1px solid #CCCCCC;
	color: #F90;
}

th#yui-dt0-th-Name a:link, th#yui-dt0-th-Name a:visited, th#yui-dt0-th-Name a:active, 
th#yui-dt0-th-Owner a:link, th#yui-dt0-th-Owner a:visited, th#yui-dt0-th-Owner a:active, 
th#yui-dt0-th-ShortOwner a:link, th#yui-dt0-th-ShortOwner a:visited, th#yui-dt0-th-ShortOwner a:active 
{
	color: #F60;
	text-decoration: underline;
}

/* Cell borders
td.yui-dt0-col-Name, td.yui-dt0-col-Owner, td.yui-dt0-col-Update, td.yui-dt0-col-NextUpdate, td.yui-dt0-col-ShortOwner{
	border:1px solid #e7e7e7;
}
*/

td.yui-dt0-col-Update, td.yui-dt0-col-NextUpdate, td.yui-dt0-col-ShortOwner {
	width: 12%;
}

td.yui-dt0-col-Update div.yui-dt-liner, td.yui-dt0-col-NextUpdate div.yui-dt-liner {
	text-align: right;
	padding: 0em 0.3em;
}


/* ------------ Partners -------------- */

div.Partner {
	border: solid 1px #ccc;
	height: 13.8em;
	width: 16em;
	text-align: center;
	float: left; 
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 11px;
}

div.Partner:hover {
	background-color: #e7e7e7;
}


div.Partner2 {
	border: solid 1px #e7e7e7;
	background-color: #f6f6f6;
	padding: 0em;
	margin: 0.5em;
	height: 12.5em;
}

div.Partner2 a:link, div.Partner2 a:active, div.Partner2 a:visited {

}

div.PartnerLogo {
	background-color: #FFF;
	height: 7em;
}


div.PartnerName {
	padding: 0.5em;
	height: 5em;
}

div.PartnerName a:hover {
	text-decoration: none;
}


/* ------------ Site usage -------------- */

ul.usage 
{
	list-style-image: url(../_Images/IconTick.png);
	padding-left: 2em;
	margin-top: 0.2em;
	margin-bottom: 0em;
}

div.lastUpdate 
{
	margin-bottom: 1em; 
	padding-left: 0.5em;
	background-color: #f5f5f5;
	font-size: 0.8em;
	color: #444;
}

h4.Usage {
	font-size: 1.2em;
	color: #666;
	font-weight: normal;
}

div.UsageFacts 
{
	border: solid 1px #e7e7e7;
	margin-right: 1em;
	margin-bottom: 1em;
	padding: 0.5em 1em;
}

div.News
{
	font-size: 0.8em;
	padding: 0em;
	height: 25em;
	border: solid 1px #FAF7F1;
}

div.News h3
{
	margin: 0em;
	margin-bottom: 0.5em;
	padding: 0.5em 0em 0.2em 1em;
	font-size: 1.3em;
	font-weight: normal;
}

div.News h3
{
	background: #50A0C2 url(../_Images/NewsBack.png) repeat-x; /*F6050A0C2*/
	border-bottom: 2px solid #61B6CE; /*#C2F3FD;67C7ED  F90*/
}

div.News
{
	background-color: #F6F6F6;
	color: #555;
	border-bottom: 2px solid #61B6CE; /*#1698BF; 2EB4D7 F90*/
	margin: 0em 0.3em;
}

div.NewsItems
{
	padding: 0em 0.5em;
	height: 22em;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
}

div.NewsDate
{
	color: #F60;
	padding: 0em 1em 0em 0.2em;
}

div.NewsItems ul
{
	margin: 0em 0em 0em 1.5em;
	padding: 0em;
	color: #F90;
	list-style-image: url(../_Images/IconTwitter.png);
}

div.NewsItems ul li
{
	margin-bottom: 0.5em;
	color: #444;
}

div.NewsItems ul li span a:link, div.NewsItems ul li span a:visited, div.NewsItems ul li span a:active
{
	color: #1698BF;
}

div.NewsItems a:link, div.NewsItems a:visited, div.NewsItems a:active
{
	color: #61B6CE; /*#1698BF;*/
}

div.NewsItems a:hover
{
	color: #61B6CE;
}

div.NewsItems img
{
	border: none;
}