﻿#header  { background-color:#005499; color:White; }
.swcs_modalBackground { background-color:Black; filter:alpha(opacity=50); -moz-opacity:0.5;  opacity:0.5; }
.swcs_caption, .swcs_validator, .swcs_input, .swcs_checkbox, .swcs_button { font-family:Verdana; font-size:10px; font-weight:bold }
.swcs_validator { color:#f00; margin-left:5px }
.swcs_input     { font-weight:normal; width:175px; }
.swcs_checkbox  { color:#005499; }
.swcs_button    { font-weight:normal; width:60px; margin-top:10px }
.swcs_btnClose { float:right; width:64px; height:52px; line-height:62px; padding-top:10px; text-align:center; cursor:pointer; }
.swcs_btnPrint { float:right; width:64px; height:62px; line-height:62px; text-align:center; cursor:pointer; }

.swcs_divHeader
{
	width: 755px;
	height: 42px;
	background-image: url(../Images/SWLOGO2006.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	text-align:right;
	padding-top:20px;
}

.swcs_fmlaPanel 
{	
	background-color: white; width: 760px; height: auto
}

.swcs_fmlaPanelTitle
{
	cursor:move; border-bottom: 1px black solid; 
    background-color: #005499; color: white; 
    font-weight: bold; text-align: center; 
	width: 760px; height: 18px; line-height: 18px
}

.swcs_cmdButtons, .swcs_cmdButtonsDefault
{
    color:black; 
    font-size:10px; 
    font-family:Verdana; 
    white-space:nowrap; 
	text-decoration:none;
	margin-right:10px;
}
.swcs_cmdButtonsDefault
{
    font-weight:bold;
}

@media screen { 
	.swcs_parameters { display:block }
	.swcs_iframediv { clear:both; width:100%; height:410px; }
	.swcs_waterMark { display:none; } 
	.swcs_formulaContainer { width: 100%; }
}
@media print { 
	.swcs_parameters { display:none }
	.swcs_iframediv { clear:both; width:100%; height:auto; }
	.swcs_formulaContainer { width: 95%; }
}

