body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:69%;
	margin:0px;
	padding:0px;
	color: #000000;
}

a,
a:visited{
	color:#000000;
}

#groupLink{
display:none;
}

h1{
	padding: 0px;
	margin: 0px;
	font-size:270%;
	font-weight:bold;
}

h2{
	padding: 0px;
	margin: 0px;
	font-size:200%;
	font-weight:bold;

}

#main_wrapper{
	position:absolute;
	top:0px;
	left:10px;
}
#logo{
	position:absolute;
	top:12px;
	left:12px;
}
#main_bg{
	position:absolute;
	top:73px;
	left:0px;
}


.roundtop_main { 
	background: url('../img/app/gfx/TR_cnr.gif') no-repeat top right; 
}

.roundbottom_main {
	background: url('../img/app/gfx/BR_cnr.gif') no-repeat top right; 
}

.roundtop_banner { 
	background: url('../img/app/gfx/WT_TR_cnr.gif') no-repeat top right; 
}

.roundbottom_banner {
	background: url('../img/app/gfx/WT_BR_cnr.gif') no-repeat top right; 
}

.roundtop_breadcrumb { 
	background: url('../img/app/gfx/BR_TR_cnr.gif') no-repeat top right; 
}

.roundbottom_breadcrumb {
	background: url('../img/app/gfx/BR_BR_cnr.gif') no-repeat top right; 
}

.roundtop_content_title { 
	background: url('../img/app/gfx/content_title_TR_cnr.gif') no-repeat top right; 
}

.roundbottom_content_title {
	background: url('../img/app/gfx/content_title_BR_cnr.gif') no-repeat top right; 
}

.roundtop_content_main { 
	background: url('../img/app/gfx/main_content_TR_cnr.gif') no-repeat top right; 
	z-index:1000;
}

.roundbottom_content_main {
	z-index:1000;
	background: url('../img/app/gfx/main_content_BR_cnr.gif') no-repeat top right; 
}
 
img.corner {
   display:none;
} 
 
img.cornerShadow {
display:none;
}

 #firstBanner,
 #secondBanner,
 #thirdBanner,
 #mainContent,
 #searchContent{
	margin:10px;
	position:relative;
}

 #firstBanner,
 #secondBanner,
 #thirdBanner{
	width:800px;
 }

 #firstBanner,
 #secondBanner,
 #mainContentArea,
 #searchContentArea{
 	background-color:#ffffff;
}
#mainContentArea,
#searchContentArea{
	margin:5px 5px 0px 5px;
	position:relative;
}

 #thirdBanner{
 	background-color:#BFBFBF;
	}
.content{
	padding: 0px 12px 0px 12px;
}
.mainContent{
	padding: 10px 12px 10px 12px;
}

.white{
	color:#FFFFFF;
}

.text_input{
	border:1px solid #A5ACB2;	
}

/* firefox borderless table */
html>body .borderlessTable{
	border-collapse: collapse;
	border-style:none;
	border-color:#bfbfbf;
}

/* IE borderless table */
*html .borderlessTable{
border-collapse: collapse;
border: 1px solid #ffffff;
}

*html .borderlessTable td{
	border: 1px solid #bfbfbf;
}

.warning{
color:#CC0000;
}

.noNewData{
	color:#FAB650;
}

.success{
	color:#00CC33;
}

.print_hide{
display:none;
}