@charset "utf-8";

/*******************************************************************/
/*       Signal Auditing CSS Document by BMG Technology 2009      */
/*****************************************************************/

/* Universal Reset parameters
----------------------------------------------- */
html,body,div,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
	{
    margin:0;
    padding:0;
    border:0;
	}
table 
	{ 
	border-collapse:collapse; 
	border-spacing:0; 
	}
ol
	{ 
	list-style:none; 
	}
	
/* =Main Layout
----------------------------------------------- */ 
body
	{
	background-color:#FFFFFF;   /*white*/
	font-family:Arial, Verdana, Sans-Serif;
	font-size:1em;
	width:1000px;
	height:1000px;
	}

#logo
	{
	float:left;
	width:230px;
	margin:5px 0 10px 0;
	padding:5px 0 5px 5px;
	font-size:0.75em;
	}

#setting
	{
	float:left;
	position:absolute;
	left:725px;
	width:230px;
	height:72px;
	margin:0;
	padding:5px;
	font-size:10pt;
	}

#banner
	{
	position:absolute;
	left:250px;
	padding:5px;
	}

#navigation 
	{
	clear:both;
	width:999px;
	margin-top:6px;
	margin-left:250px;
	}

#navigation2
	{
	margin-bottom:10px;
	}
		
#statusbar
	{
	clear:both;
	width:986px;
	background-color:#660000; /*burgundy*/
	margin:0;
	padding:5px 10px;
	font:bold 10pt Arial, Verdana;
	font-style:italic;
	color:#FFFFFF;  /*white*/
	}

#statusbar span
	{
	float:right;
	}

#content
	{
	clear:both;
	margin:0;
	padding:0;
	width:1000px;
	height:630px; 
	border:1px solid #660000; /*burgundy*/
	border-width:0 3px 0 3px;
	overflow:auto;
	}

#leftpanel
	{
	float:left;
	width:250px;
	height:629px; 
	background-color:#EEEEEE;  /*cement*/
	border:1px solid #778899;  /*light slated grey*/
	border-width:0 2px 1px 0;
	}

#leftpanel ul
	{
	margin-left:25px;
	}
	
#rightpanel
	{
	width:725px;
	height:auto; 
	border-width:0 0 0 2px;
	text-align:left;
	overflow:auto;
	}

#footer
	{
	clear:both;
	width:996px;
	background-color:#660000;  /*burgundy*/
	border:1px solid #778899;  /*light slated grey*/
	border-width:0 0 1px 0;
	margin:0px;
	padding:5px;
	text-align:center;
	font:bold 11pt Arial, Verdana;
	color:#FFFFFF;  /*white*/
	}

	
/* =Menu
----------------------------------------------- */
.menu
	{
	list-style-type:none;
	padding:0 0.25em 0 0.25em;
	font:normal 0.75em Arial, Verdana;
	text-align:center; /*set to left, center, or right to align the menu as desired*/
	}	

.menu li
	{
	float:left;
	position:relative;
	display:inline;
	text-transform:uppercase;
	}

.menu li a  
	{/*Top level menu link items style*/
	background:#191970 url(../images/left_tab.gif) left top no-repeat;
	color:#FFFFFF;  /*white*/
	padding:0.25em 0 0.1em 0.75em;
	text-decoration:none;
	}

.menu li a span
	{
	background:url(../images/right_tab.gif) right top no-repeat;
	padding:0.25em 0.75em 0.1em 0;
	}

.menu li a, .menu li a span
	{
	float:left;
	}

/* Hide from IE5-Mac \*/
.menu li a, .menu li a span
	{
	float:none;
	}
/* End hide */

.menu li a:visited
	{
	color:#FFFFFF;  /*white*/
	}

.menu li a:hover

	{
	color:#778899;  /*light slated grey*/
	font-weight:bold;
	}

.menu li a.selected

	{
	background:#660000 url(../images/hleft_tab.gif) left top no-repeat;  /*burgundy*/
	color:#FFFFFF;  /*white*/
	padding:0.25em 0 0.1em 0.75em;
	text-decoration:none;
	font-weight:bold;
	}

.menu li a.selected span

	{
	background:url(../images/hright_tab.gif) right top no-repeat;
	padding:0.25em 0.75em 0.1em 0;
	}
	
/* =Submenu
----------------------------------------------- */
.submenu ul
	{
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:center; /*set to left, center, or right to align the menu as desired*/
	}

.submenu ul li
	{/*list items*/
	position:relative;
	display:inline;
	float:left;
	}

.submenu ul li a
	{/*link items style*/
	display:block;
	padding:0;
	border-right:1px solid #202020;  /*black*/
	background:#FFFFFF;  /*white*/
	color:#0000CD;  /*blue*/
	font:normal 0.75em Arial, Verdana;
	text-decoration:none;
	}
	
.submenu li a:visited
	{
	color:#0000CD;  /*blue*/
	}

.submenu li a:hover
	{
	color:#CD00C7;  /*baby purple*/
	font-weight:bold;
	}

.submenu li a.selected
	{
	color:#660000; /*burgundy*/
	font-weight:bold;
	}

/* Holly Hack for IE \*/
* html .submenu ul li { float:left; height:1%; }
* html .submenu ul li a { height:1%; }
/* End */

.invisible  
	{/*submenu item*/
	visibility:hidden;
	}

/* =Links
----------------------------------------------- */
a:hover img
	{
	border:1px solid #CD00C7;  /*baby purple*/
	}

a:link 	
	{
	color:#6699FF;  /*slate blue*/
	text-decoration:none;
	}

a:visited 
	{
	color:#666699;  /*9999CC light grey*/
	text-decoration:none;
	}

a:hover 
	{
	color:#CD00C7;  /*baby purple*/
	text-decoration:underline;
	}

a:active 
	{
	color:#6699FF;  /*slate blue*/
	text-decoration:none;
	}

/* =Heading
----------------------------------------------- */
h1	
	{/*page heading*/
	background-color:#CBCBCB;  /*dark gray*/
	margin-bottom:10px;
	padding:0.1em;
	font-size:1.35em;
	}

h1 span	
	{/*to display error message*/
	position:absolute;
	margin-left:200px;
	}
	
h2	
	{ /*form section heading*/
	padding:0 0 5px 0;
	background:#FFFFFF;  /*white*/
    color:#000080;  /*blue*/
	font-size:1.25em; 
	font-weight:700; 
	font-style:italic; 
   	}

h3	
	{ /*left panel header section*/
	background-color:#CBCBCB;  /*dark gray*/
	margin-bottom:5px;
	border:1px solid #778899;   /*light slated grey*/
	border-width:1px 0 1px 0;
	margin:0;
	padding:3px 0 3px 0;
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	}

h4	
	{ /*query criteria label*/
	background:#FFFFFF;  /*white*/
	margin:0;
	font-size:0.75em;
	font-weight:bold;
	text-align:left;
	}
	
/* =Table
--------------------------------------------- */	
.leftcontainer 	
	{
	clear:left;
	width:auto;
	height:auto;
	padding:10px;
	font-size:0.75em; 
	}

.view 	
	{
	clear:left;
	width:auto;
	height:auto;
	cursor:pointer;
	margin-top:5px;
	padding:10px;
	}

.view table
	{
	table-layout:automatic;
	border-collapse:collapse;
	width:auto;
	padding:0.01em 0.25em;
	font-size:0.85em; 
	}

.view caption 
	{
	caption-side:top; 
    width:auto;
    text-align:left;
    font-weight:bold;
	font-size:1.25em; 
	padding:5px;
    }

.view th
	{
    background:#4A70AA;  /*pale blue*/
    padding:0.05em 0.25em;
    color:#FFFFFF;  /*white*/
    font-weight:bold;
    text-align:center;
    border:2px solid #CBCBCB;  /*dark gray*/
	}

.view td
	{
    background:#E3F0F7;  /*light blue*/
    padding:0.25em;
    text-align:center;
    border:2px solid #CBCBCB;  /*dark gray*/
	}

.list 	
	{
	clear:left;
	width:auto;
	height:auto;
	cursor:pointer;
	margin-top:0;
	padding:10px;
	}

.list table
	{
	table-layout:automatic;
	border-collapse:collapse;
	width:auto;
	padding:0.01em 0.25em;
	}

.list th
	{
    background:#4A70AA;  /*pale blue*/
    padding:0.05em 0.25em;
    color:#FFFFFF;  /*white*/
    font-weight:bold;
    text-align:center;
    border:1px solid #CBCBCB;  /*dark gray*/
	width:auto;
	}

.list td
	{
    background:transparent; 
    padding:0.25em;
    text-align:left;
    border:1px solid #CBCBCB;  /*dark gray*/
	}
	
.tableblock
	{
	clear:left;
	margin-top:20px;
	padding-top:10px;
	min-height:200px;
	}
	
/* =Form
----------------------------------------------- */
#basic form
	{
	width:auto;
	}
	
//basic form style
#basic
	{
	border:solid 0 #DEDEDE;  /*grey*/
	}

#basic #leftblock
	{
	clear:left;
	float:left;
	display:block;
	}

#basic #rightblock320
	{
	margin-left:320px;
	display:block;
	width:auto;
	}

#basic #rightblock350
	{
	margin-left:350px;
	display:block;
	width:auto;
	}

#basic #rightblock
	{
	display:block;
	width:auto;
	}

#basic #bottomblock
	{
	clear:both;
	display:block;
	width:700px;
	}

#basic .leftblock320
	{
	width:320px;
	}

#basic .leftblock350
	{
	width:350px;
	}

#basic .leftblock400
	{
	width:400px;
	}

#basic .leftblock425
	{
	width:425px;
	}

#basic .leftblock475
	{
	width:475px;
	}

#basic .leftblock500
	{
	width:500px;
	}

#basic .leftblock600
	{
	width:600px;
	}

#basic .leftblock700
	{
	width:700px;
	}

#basic .leftblock725
	{
	width:725px;
	}

#basic .leftblock750
	{
	width:750px;
	}

#basic p
	{
	Margin:10px 0 10px 0;
	color:#666666;  /*dark grey*/
	font-style:italic; 
	}
	
#basic ul, ol, dl, dd
	{
	margin-left:50px;
	}

#basic dt
	{
	font-weight:700; 
	}

#basic hr 	
	{
	width:750px;
	height:1px;
	color:#660000; /*burgundy*/
	}

#basic .hr475	
	{
	width:475px;
	}

#basic label
	{
	float:left;
	margin-bottom:2px;
	display:block;
	font-weight:700; 
	}

#basic label.colorG
	{
	background:#E8E8E8;  /*light grey*/
	}

#basic input, textarea, select
	{
	float:left;
	margin:0 8px 5px 1px;
	border:1pt solid #7C7C7C;  /*charcoal*/
	scrollbar-3dlight-color:#FFFFFF;  /*white*/
	scrollbar-arrow-color:#0000FF;  /*blue*/
	scrollbar-base-color:#FFFFFF;  /*white*/
	scrollbar-darkshadow-color:#EEEEEE;  /*cement*/
	scrollbar-face-color:#EEEEEE;  /*cement*/
	scrollbar-highlight-color:#99CCFF;  /*sky blue*/
	scrollbar-shadow-color:#000000;  /*black*/
	}

#basic fieldset 
	{ 
	position:relative;
	display:block;
    padding:8px 0 8px 8px;
    border:1px dotted #333333; /*dark charcoal*/
	} 

#basic .checkbox 
	{
	background:#E8E8E8;  /*light grey*/
	color:#000000; /*black*/
	border:1px solid #7C7C7C;  /*charcoal*/
	}

#basic .tip
	{
	color:#666666;  /*dark grey*/
	display:block;
	font-size:0.65em;
	font-weight:normal;
	}
	
#basic .standardspan
	{
	float:left;
	width:230px;
	margin-left:75px;
	margin-bottom:10px;
	}

#basic .basicspan
	{
	float:left;
	width:300px;
	margin-left:0;
	margin-bottom:0;
	}

#basic .smallspan
	{
	float:left;
	width:280px;
	margin-left:0;
	margin-bottom:0;
	}

#basic .advancespan
	{
	float:left;
	width:600px;
	margin-left:0;
	margin-bottom:0;
	}

#basic button
	{ 
 	clear:left;
  	width:auto;
   	font-size:1.1em; 
 	font-weight:700;
  	margin:25px 0 25px 0;
	padding:2px 5px;
	color:#FFFFFF;  /*white*/
	background:#660000;  /*burgundy*/
	border:2px ridge #EEEEEE;  /*cement*/
	}

#basic .button
	{ 
  	width:auto;
   	font-size:1.1em; 
 	font-weight:700;
	color:#FFFFFF;  /*white*/
	background:#660000;  /*burgundy*/
	border:2px ridge #EEEEEE;  /*cement*/
	}

#basic .button:hover, button:hover 
	{
    background:#000080;  /*blue*/
	}

#basic .button235    
	{
	margin-left:250px;
    }

#basic .button75    
	{
	margin-left:75px;
	background:#660000;  /*burgundy*/
	color:#FFFFFF;  /*white*/
	font-weight:700;
    }

#basic .errMsg
	{
	color:#660000; /*burgundy*/
	font-size:1em;
	font-weight:700; 
	}

#popCal
	{
	position:absolute;
	display:none;
	width:205; 
	height:205; 
	}

#spanDate
	{	
	float:left;
	cursor:hand;
	}
	
.space
	{
	margin-left:10px;
	}

.spacerLeft
	{
	clear:left; 
	}

.spacer
	{
	clear:both; 
	height:10px;
	}
	
/*label & field width*/
.width25
    {
    width:25px;
    }

.width35
    {
    width:35px;
    }
    
.width50
    {
    width:50px;
    }

.width60
    {
    width:60px;
    }

.width65
    {
    width:65px;
    }

.width75    
	{
    width:75px;
    }

.width85    
	{
    width:85px;
    }

.width90
    {
    width:90px;
    }

.width100    
	{
    width:100px;
    }

.width125
    {
    width:125px;
    }

.width140    
	{
    width:140px;
    }

.width150    
	{
    width:150px;
    }

.width165    
	{
    width:165px;
    }

.width175    
	{
    width:175px;
    }

.width200    
	{
    width:200px;
    }

.width225    
	{
    width:225px;
    }

.width235    
	{
    width:235px;
    }

.width250    
	{
    width:250px;
    }

.width265    
	{
    width:265px;
    }

.width275    
	{
    width:275px;
    }

.width300   
	{
    width:300px;
    }

.width310    
	{
	width:310px;
    }

.width325    
	{
	width:325px;
    }

.width350    
	{
	width:350px;
    }

.width400    
	{
	width:400px;
    }

.width500    
	{
	width:500px;
    }

.width525   
	{
    width:525px;
    }

.width550   
	{
    width:550px;
    }

.width600   
	{
    width:600px;
    }

.width700   
	{
    width:700px;
    }

.width990   
	{/*content*/
	width:990px;
    }

.widthauto   
	{
	width:auto;
    }

.barheight
	{
	height:1.1em;
	}
	
/*aligning text*/
.left 
	{ 
	text-align:left;
	}	

.right  
	{ 
	text-align:right;
	}	

.center   
	{ 
	text-align:center;
	}