

/* 
copyscout.css 
created 5/19/2004
author joshua o'connor-rose
joconnorrose@seatoncorp.com

 	for subtle style changes use the style attribute, 
	if the attributes has more than three changes
	create a new style with a name that makes sense
	for continuity use all lower case and under_scores

change log
created based on io-styles and dan's desire to have it comply to html standard

 */ 
 /*from io_form (start with this) */
/* old orderby (jeo - I really liked this)
*/
body
	{
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		color: #000000;
		background-color:#FFFFFF;
	}
td
	{
		
		color: #000000;
		font-size:12px;
	}	
b
	{
		
		color: #000000;
		font-size:12px;
	}
tr
	{
		
		color: #000000;
		font-size:12px;
	}
	
a 
	{ 
		border:none;
		font-size:12px;
	}
a.hoverlink  
	{
		color: #000000; 
		text-decoration: none;
	}
a.copy
	{
		color: #000067;
		font-size: 72px; 
		font-weight:600; 
		text-decoration: none; 
	} 
a.scout 
	{
		color: #0731db;
		font-size: 72px; 
		text-decoration: none; 
	} 
a.com 
	{
		color: #000067;
		font-size: 23px; 
		text-decoration: none;
		vertical-align: baseline; 
	} 
a:visited.hoverlink  
	{
		color: #000000; 
		text-decoration: none;
	} 
a:hover.hoverlink  
	{
		color: #0099ff; 
		text-decoration: none;
	} 

.orderby 
	{ 
		font-weight:bold;
		
	} 
.orderby_white 
	{ 
		font-size: 7.5px; 
		color: #ffffff;
	} 

.normal 
	{
		
	}
.normal_red 
	{
		
		color:#FF0000;
	}
.normal_blue 
	{
		
		color:#0000FF;
	}
.normalsmall 
	{
		
		font-size : 10px;
	}
.normalsmall_red 
	{
		
		font-size : 10px;
		color:#FF0000;
	}
.normalsmall_blue 
	{
		
		font-size : 10px;
		color:#0000ff;
	}
.normal_label
	{
		font-weight: bold;
	}
.small 
	{
		
		font-size : 10px;
	}
.smallred 
	{
		
		font-size : 10px;
		color:red;
	}
.smallblue 
	{
		
		font-size : 10px;
		color:blue;
	}
.report_detail 
	{
		
		font-size : 10px;
	}
.smallb 
	{
		
		font-size : 10px;
		font-weight:bold;
	}
.number 
	{
		
		font-size : 10px;
	}
.title_text
	{
		font-size:14px;
		font-weight: bold;
	}
.title_text_red
	{
		font-size:14px;
		font-weight: bold;
		color:#FF0000;
	}
.oddrow 
	{
		background-color:#F0f0f0;
	}
.lt_bluebar 
	{
		background-color:#639cce;
	}
.default_bar 
	{
		background-color:#FFFFFF;
	}
.footer
	{
		font-size: 10px;
		color:c0c0c0;
	}

#main {
	background: #ffffff;
	clear: both;
	margin-top: -1px;
}

#bodyarea {
	min-height: 300px;
}

#topbar {
	font-weight: bold;
	font-size: 200%;
}


#topbar a { text-decoration: none; color: #000; }

#topbar a:hover { text-decoration: underline; }



#banner {
	font-size:30px;
}

#footer {
	font-size:10pt;
	color:#999;	
	text-align:center;
	clear:both;
}

.list {
	border-collapse:collapse;
	width:100%;
}

.list thead th {
	text-align:left;
	padding:2px;
}

.list tbody td {
	padding:2px;
	border:1px Solid #d7d7d7;
	vertical-align:top;
}

.list .even {
	background:#f4f4f4;	
}

.list tfoot td {
	padding:2px;
	border:1px Solid #d7d7d7;
}

.edit {
	border:1px Solid #d7d7d7;
	background:#f4f4f4;
	margin:0px;
	padding:10px;
}

.edit fieldset {
	border:0px;
}

.edit .formfield {
	padding-top:10px;
}

.edit label {
	width:250px;
	text-align:right;
	padding:0px 5px 0px 0px;
	clear:both;
	float:left;
}

.error {
	color:#f00;
}

.disabled {
	color:#999;
}

.description {
	color:#999;
	font-size:11px;	
}
.edit .error {
}

.edit .error ul {
	margin:0px 0px 0px 255px;;
	padding:0px;
	list-style:none;
}

.edit .error ul li {
}

.edit .formfield {
	clear:both;
}

.edit .formfieldinputstack {
	float:left;
	padding:0px 0px 10px 0px;
}

.edit .formfieldinputstack label {
	float:none;
	width:auto;	
}

.edit .input {
	width:40%;
}

.edit .controls {
	clear:both;
	padding:10px 0px 0px 255px;
}
