* {
padding: 0;
margin: 0;
}
html, body {
height: 100%;
}
body {
font-family:  sans-serif,arial, helvetica, verdana;
font-size: 75%;
}
h1 {
font-size: 1.4em;
padding: 10px 10px 0;
text-align:left;
}
h2 {
font-size: 1.15em;
padding:0;
font-weight:normal;
text-align:center;
}
a, a:visited {
color: #555;
text-decoration:underline;
}
a:hover {
color:#FF9900;
text-decoration:none;
}
p {
padding: 0 10px 1em;
}
#container {
min-height: 100%;
background-color: #eee;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
width: 990px;
margin: 0 auto;
padding:1px
}
* html #container {
height: 100%;
}
#container #top-panel {
height:80px;
margin:2px;
padding:2px;
background: url("../images/banner.jpg");
border:1px solid #ccc;
}
#container #panelholder {
height: auto;
margin: 1px 2px 2px 1px;
background:#fefefe;
border:1px solid #ccc;
width:800px;
float:right;
}
#container #panelholder hr {
margin:5px auto;
padding:0px;
height:1px;
color:#eee;
}
#container #panelholder #actions {
height:30px;
margin: 2px;
padding:3px;
background:#f3f3f3;
border:1px solid #ccc;
}
#container #panelholder #actions form {
width:300px;
display:inline;
padding:3px;
}
#container #panelholder #actions .select {
width:150px;
border:1px solid #CCC;
color:#333333;
font-size:11px;
padding:3px;
margin:2px;
}

#container #panelholder #actions #viewfrm {
width:300px; 
float:left;
margin:2px;
padding:0px;
} 
#container #panelholder #actions #userstatus {
width:330px;
height:22px; 
float:right;
padding:6px 0px 0px 0px;
margin:0px;
} 
#container #leftholder {
min-height:100%;
margin: 1px 1px 2px 2px;
background:#fefefe;
border:1px solid #ccc;
width:179px;
float:left;
}
#container #leftholder H3.menuheader {
font-size:12px;
font-weight:400;
margin: 1px 1px 2px 2px;
padding:1px;
background:#e0e0e0;
color:#555;
margin:2px;
line-height:20px;
border:1px solid #ccc;
cursor: s-resize;
}
#container #leftholder H3.menuheadersummary {
font-size:12px;
font-weight:400;
margin: 1px 1px 2px 2px;
padding:1px;
background:#e0e0e0;
color:#555;
margin:2px;
line-height:20px;
border:1px solid #ccc;
text-decoration:none;
cursor:pointer;
}
#container #leftholder H3.menuheadersummary a,  #container #leftholder H3.menuheadersummary a:visited{
color:#555;
text-decoration: none;
}
#container #leftholder H3.menuheadersummary a:hover {
color:#FF9900;
text-decoration:underline;
}
#container #leftholder H3.menuheader a, #container #leftholder H3.menuheader a:visited {
color:#555;
}
#container #leftholder ul {
list-style:none;
padding:0;
margin:0
}
#container #leftholder ul li {
padding:1px 1px px 5px;
background:#f6f6f6;
color:#555;
margin:2px;
line-height:20px;
border:1px solid #ddd;
}
#container #leftholder ul li a, #container #leftholder ul li a:visited {
color:#555;
text-decoration:none;
padding-left:3px;
border-left:2px solid #F6F6F6;
}
#container #leftholder ul li a:hover {
color:#FF9900;
text-decoration:none;
padding-left:3px;
border-left:2px solid #FF9900;
}
#container #leftholder #left-sub {
margin:3px 2px 2px 2px;
height:185px;
border:1px solid #DDD;
background:#fefefe;
color:#555;
padding:1px;
}
#container #leftholder H3.SEMreports {

background: url(../images/kfind.png) #e0e0e0 no-repeat 2px 3px; padding-left:23px; 

}
#clear {
clear:both;
}
#footer {
		position:absolute;
		bottom:0;
		width:988px;
		height:20px;			/* Height of the footer */
		background:#fff;
		border:1px solid #ddd;
		text-align:center;
		padding-top:10px;
		font-size:9px;
		color:#AAA;
	}
/*tab styling in here*/
	#dhtmlgoodies_tabView1 {
	margin:0px auto
	}
	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Arial, helvetica, verdana, sans-serif;
		padding:5px;
		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
/*end tab styling in here*/
/*tooltips*/
#DHTMLgoodies_formTooltipDiv{
	color:#FFF;
	font-family:arial;
	font-weight:bold;
	font-size:0.8em;
	line-height:120%;
}
.DHTMLgoodies_formTooltip_closeMessage{
	color:#FFF;
	font-weight:normal;
	font-size:0.7em;
}
/*tooltips end */
/**	DHTML modal dialog box */

.modalDialog_transparentDivs{	
	filter:alpha(opacity=40);	/* Transparency */
	opacity:0.4;	/* Transparency */
	background-color:#AAA;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #000;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#FFF;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#555;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}
/* CSS warning box styles */
.conf {
border:1px solid #009933;
background:#DEEBCD;
color:#009933;
padding:5px;
width:90%;
margin:0px auto;
text-align:center;
font-weight:bold;
}
.warn {
border:1px solid #990000;
background:#EDD3CB;
color:#990000;
padding:5px;
width:90%;
margin:0px auto;
text-align:center;
font-weight:bold;
}
.alert {
border:1px solid #FF9900;
background:#FFE7C1;
color:#FF9900;
padding:5px;
width:90%;
margin:0px auto;
text-align:center;
font-weight:bold;
}
/* sIFR section */

/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	margin: 0;
	visibility: visible !important;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
}
/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* sIFR headings */

.sIFR-hasFlash h1 span {
text-align:left;
	font-size:32px;
	font-weight:normal;
	letter-spacing:-1px;
	visibility: hidden;
	margin:0;
	padding:0;
	
}

.sIFR-hasFlash h2 span {
	font-size: 24px;
	visibility: hidden;
	margin:0;
	padding:0;
}

.sIFR-hasFlash .price {
	font-size: 19px;
	visibility: hidden;
	margin:0;
	padding:0;
}

.sIFR-hasFlash .price2 {
	font-size: 18px;
	visibility: hidden;
	margin:0;
	padding:0;
}



.sIFR-hasFlash #strap form #strapForm b span {
	font-size: 14px;
	visibility: hidden;
	color:#fff;
}