﻿body
{ 
	font: 7.5pt "Trebuchet MS", sans-serif;
	/*font: 62.5% "Trebuchet MS", sans-serif;*/
	/*font: 8pt "Trebuchet MS", sans-serif;*/
	/* 62.5% == 7.5pt */
	margin: 5px;
	background-color: #333333;
	color: #FFFFFF;
}
/* CCP Links */
/* unvisited link */
a:link.ccp_link {
    color: #FF9900;
	font-weight: bold;
}
/* visited link */
a:visited.ccp_link {
    color: #FF9900;
	font-weight: bold;
}

/* mouse over link */
a:hover.ccp_link {
    color: #FF9900;
	font-weight: bold;
}

/* selected link */
a:active.ccp_link {
    color: #FF9900;
	font-weight: bold;
}
/* CCP Links */
/* unvisited link */
a:link {
    color: #FF0000;
}

/* visited link */
a:visited {
    color: #00FF00;
}

/* mouse over link */
a:hover {
    color: #FF00FF;
}

/* selected link */
a:active {
    color: #0000FF;
}

.demoHeaders {
	margin-top: 2em;
}
#dialog-link {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
#dialog-link span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}
#icons {
	margin: 0;
	padding: 0;
}
#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}
.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}

/*
Container Floating
*/
.floatleft
{
	/*border: 1px solid #FF0000; */
	display: inline-block;
	text-align: left;
}
.l15
{
	margin-left: 15px;
}
.l10
{
	margin-left: 10px;
}
.top
{
	vertical-align: top;
}
.w800
{
	width: 800px;
}
.w600
{
	width: 600px;
}
.w500
{
	width: 500px;
}
.w400
{
	width: 400px;
}
.w300
{
	width: 300px;
}
.w200
{
	width: 200px;
}
.noresize
{
	resize: none;
}

/*
Ship Fitting Table
*/
.shipfitting_options table
{
	border-spacing: 0px;
}
.shipfitting_options tr
,.shipfitting_options td
{
	/*
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFF00;
	*/
}
.shipfitting_options td
{
	vertical-align: top;
	padding: 4px 0px;
}
.error
{
	font-weight: bold;
	color: #FF0000;
}
.error.large
{
	font-size: 20px;
}
.error.medium
{
	font-size: 14px;
}
.border5
{
	border-style: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: none;
}