﻿body 
{
	font-family:Tahoma;
	font-size:11px;
	color:#6B91AF;	
}

a 
{
	font-size:8pt;
	color:#91BCCF;
	dtext-decoration:none;
}

.aNoDec 
{
	text-decoration:none;
}

.boldInfo 
{
	color:white;
}

.dhtmltooltip {
        position: absolute;                
        border:1px solid #3F5F86;        
        padding: 10px;
        background-image: url(../../images/ns/popup_bg.png);        
        visibility: hidden;
        z-index: 100;
        /*Remove below line to remove shadow. Below line should always appear last within this CSS
        dfilter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
        }

.inputBox 
{
	background-image:url(../../images/ns/input_repeater.png);	
}

.button 
{
	background-image:url(../../images/ns/button_bg.png);
}

.squareContentTitle 
{
	font-family:Helvetica;
	line-height:25px; 
	background-image:url(../../images/ns/square_title_blanket.png);
	font-size:11px;
	color:#8EBDE3;
	padding-left:10px;
}

.standardContent 
{
	border: 1px solid #234057;
	padding:16px;
	background-image:url(../../images/ns/inner_content_blanket_trans.png);
}

.roundContentTitleSmall 
{
	font-family:Helvetica;	
	font-size:12px;
	padding-top:8px;
	text-align:center;
	width:234px;
	height:30px;
	background-image:url(../../images/ns/round_content_title_small.png);
	background-repeat:no-repeat;
}

.roundContentTitleBig 
{
	font-family:Helvetica;	
	font-size:14px;	
	text-align:center;	
	width:465px;
	height:30px;
	background-image:url(../../images/ns/round_content_title_big.png);
	background-repeat:no-repeat;
}

.fakeTab_active
{
	background-image:url(../../images/ns/tab_active.png);
	background-repeat:repeat-x;
	height:23px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
	border-bottom:1px solid #326482;	
	color:White;	
	text-decoration:none;
}

.fakeTab_inactive
{
	background-image:url(../../images/ns/tab_inactive.png);
	background-repeat:repeat-x;
	height:23px;
	vertical-align:middle;
	padding-left:3px;
	padding-right:3px;
	border-bottom:1px solid #326482;		
	color:White;
	text-decoration:none;
}

.fakeTab_a 
{
	color:White;
}

.buildingContent_filler 
{
	padding-top:7px;
	padding-left:15px;
	background-image:url(../../images/ns/building_content_blanket.png);
}

.structureDisplayer 
{
	width:89px;
	height:157px;
	text-align:center;
	vertical-align:top;
	font-size:10px;
	background-image:url(../../images/ns/construction_box.png);
	background-repeat:no-repeat;
}

.structureName 
{
	color:#B5D8F3;
	font-family:Tahoma;
	font-size:10px;
}
