body 
{
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

/* Cell background colours */
td
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10pt;
}

td.lightblue
{
	background-color: #154D7C;
}

td.darkblue
{
	background-color: #0F3657;
}

a:link 
{
	color: #009966;
	text-decoration: none;
}
a:hover 
{
	color: #999999;
	text-decoration: underline;
}
a:visited 
{
	color: #009966;
	text-decoration: none;
}

.red
{
	color: Red;
}

.button
{
	font-family:tahoma,sans-serif;
	font-size:11px;
	font-weight: bold;
	background: #5B706E;
	border-bottom: 1px solid #104A7B;
	border-right: 1px solid #104A7B;
	border-left: 1px solid #AFC4D5;
	border-top:1px solid #AFC4D5;
	color:#FFFFFF;
	height:20px;
	text-decoration:none;
	cursor: hand;
}

.blueCells
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #FFFFFF;	
	background: #495577;
}

TR.even
{
   background: #CED9E1; 
}

TR.odd
{
   background: #F5F5F5; 
}

.BoxOnFocus
{
	background-color: #C3CCCC;
	font-size :10px;
	color :#0F1D46;
	font-family :Arial, Helvetica, Sans-Serif;
	border: solid 1px #000000;
}
.BoxOnBlur
{
	background-color: #FFFFFF;
	font-size :10px;
	color :#0F1D46;
	font-family :Arial, Helvetica, Sans-Serif;
	border: solid 1px #000000;
}

.sectionHeader
{
    padding:5px 5px 5px 25px;
    background-color: #083674;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}

.sectionHeader span
{
    font-size: 12px;
}

.sectionContent
{
    background-color: #DAE0EC;
    padding: 5px 15px 5px 15px;
    
}

.formHeader, .header
{
    color: #0F3657;
    font-weight: bold;
    font-size: 12px;
}

select, option, input, textarea
{
    font-size: 10px;
    padding: 2px;
}

input.mainButton
{
    border: solid 1px #000000;
    padding: 2px 5px 2px 5px;
    background-color: #154D7C;
    color: #FFFFFF;
    font-weight: bold;
}

/* Forms Window */
.formsWindow
{
    display: none;
    z-index: 100; 
    position: absolute;
    top: 50%; 
    left: 50%;
    width: 600px;
    height: 500px;
    overflow: auto;   
    margin-left: -300px;
    margin-top: -350px;
    border: solid 1px #000000; 
    background-color:#DAE0EC;
}

.centeredPos
{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #FFFFFF;
    border: solid 2px #000000;
    text-align: center;
    padding: 25px;
}

a.linkBtn:link, a.linkBtn:visited 
{
    font-size: 10px;
    width: 75px;
    text-align: center;
    background-color: #0F3657;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	border: solid 1px #000000;
	display:block;
}

a.linkBtn:hover 
{
    font-size: 10px;
    background-color: #E3ECF1;
	color: #4269A2;
	text-decoration: none;
	display:block;
}

a.linkBtn:active 
{
    font-size: 10px;
	color: #182A43;
	text-decoration: none;
	display:block;
}

/* TABS */
a.tab:link, a.tab:visited 
{
    font-weight: bold;
	color: #278478;
	text-decoration: none;
	font-size: 10px;
	height: 18px;
	margin-top: 5px;
}
a.tab:hover 
{
    font-size: 10px;
    font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.tab:active
{
    font-size: 10px;
    font-weight: bold;
	color: #0F3657;
	text-decoration: none;
}

a.disabled:link , a.disabled:visited, a.disabled:hover, a.disabled:active
{
    font-size: 10px;
    font-weight: bold;
	color: #111111;
	text-decoration: none;
	height: 18px;
	margin-top: 5px;
	cursor: default;
}

td.progress
{
    background-color: #00FF00;
}

td.total
{
    background-color: #FF0000;
}

/* BEGIN Datagrid on hub page*/

.hubGrid
{
    background-color: #DAE0EC;
    padding: 5px 15px 5px 15px;
    border:solid 1px #EAECF4;
}

.hubGrid td
{
    background-color: #DAE0EC;
}


.hubGridItem
{
   background-color: #DAE0EC;
}

.hubGridAltItem
{
    background-color: #DAE0EC;
}

.hubGridHeader
{
    font-weight: bold;
    background-color: #EAECF4;
    border:solid 1px #EAECF4;
}
.hubGridHeader td
{
    font-weight: bold;
    background-color: #EAECF4;
    border:solid 1px #EAECF4;
}



/* END Datagrid on hub page*/

.invisible
{
  display:none ;  
}

.subsectorInfo
{
    border: solid 1px #000000; 
    background-color: #DAE0EC;
    padding: 5px 15px 5px 15px;
    color: #000000;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    visibility: hidden;
    position: relative;
    z-index:100;
}

.altColor
{
    background-color :#DAE0EC;
}

.altColor2
{
    background-color :#EFF9FA;
}
