﻿.listtitle
{
    background-image: url(Images/strip_bg.gif);
    background-repeat: repeat;
    color:#596992;
    text-align:left;
    font-weight:bold;
    height:30px
}
.tdimg
{
    /* Another Mozilla/Netscape bug with making sure our images display correctly */
    display: inline;
}
.fieldset,div.login fieldset.fieldset
{
    width: 380px;
    border: solid 1px #9CBAEF;
    text-align: center;
    height: 200px;
    padding: 0;
    margin: 0;
}
.nav-button
{
    padding-bottom: 10px;
}
.clear
{
    background-image: url(Images/clear_bg.gif);
    background-repeat: repeat;
    padding: 5px 5px 5px 5px;
}
.widget-title
{
	color:#18305A;
	font-weight:bold;
	padding-top:5px;
	text-align:left;
	vertical-align:middle;
	height:25px;
	padding-left:5px;	
	
}
.vesselTitle
{
	background: url("Images/vesselTitleBg.png") repeat-x !important;
}
.largeText {font-size: 17px;}
.label-right-aligned
{
	float:left;
	text-align:right;	
	padding:5px 0px 5px 0px;
    width: 270px;
}

.textbox
{
	float:left;
	margin-left:5px;
	padding:5px 0px 5px 0px;
	text-align:left;
}

.gridTable {
	border:solid 1px #D5D5D5;
	width:100%;
}

.gridTable .headerColumns
{
    background-image: url(Images/gridRowBg.gif);
    border: 1px outset #999999;
    height: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
    text-align: left;
    padding-left: 10px;
    background-position: top;
    background-repeat: repeat-x;
}

.gridTable .trbg { 
	background-image:url(Images/gridRowBg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal; 
	color:#18306B;
}

.gridTable .trbg a { 
	background-image:url(Images/gridRowBg.gif);
	background-position:top;
	background-repeat:repeat-x;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal; 
	color:#18306B;
	text-decoration:underline;
}
.padder
{
    padding:5px 10px 5px 0px;
	height:16px;
	width:16px;
	border:0;
	display:inline;
}

.divBg
{
	background: url("Images/divBg.png") repeat-x;
	height:20px;
}
/* Box containers (including form input fields as well as images) */
.box {border: 1px solid #cacaca;}
.label-left-aligned
{
	float:left;
	text-align:left;	
	padding:5px 0px 5px 0px;    
}


div.login fieldset fieldset legend, fieldset legend
{
    text-align:left;
    font-weight: bold;
    color:#033E7D;
    margin-left:5px;
    font-size:100%;
    padding:0px;
}

div.login fieldset fieldset div
{
    padding:0px;    
}