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

a{
	color:#D63333;
	text-decoration:underline;
}
a:visited{
	color:#D63333;
	text-decoration:underline;
}

#groupLink{
 position:absolute;
 width:59px;
height:22px;
left:644px;
top:1px;
}

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;
	background-image:url('../img/app/gfx/stripe_bg.gif');
}


.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 {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
} 
 
img.cornerShadow {
   width: 7px;
   height: 7px;
   border: none;
   display: block !important;
}

 #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;
}

#mainContent,
#searchContent{
	background-color:#403B76;
}
.text_input,
.text_input_wide{
	border:1px solid #A5ACB2;	
}

.text_input_wide{
	width:25em;
}

textarea.text_input_wide{
 	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
	width:25em;
}
html>body textarea.text_input_wide{
	font-size:120%;
	width:25.3em;
}


/* 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;
}

/* unused drop shadow attempt 
.main_content_top_border{
	z-index:100;
	background-image:url('../img/app/gfx/content_main_top_border.gif');
	background-repeat:repeat-x;
 }
 .main_content_bottom_border{
	z-index:100;
	background-image:url('../img/app/gfx/content_main_bottom_border.gif');
	background-repeat:repeat-x;
 }
 .main_content_left_border{
 	position:absolute;
	top:0px;
	left:0px;
	width:7px;
	z-index:10;
	background-image:url('../img/app/gfx/content_main_left_border.gif');
	background-repeat:repeat-y;
	height:auto;
 }
 .main_content_right_border{
 	position:absolute;
	top:0px;
	right:15px;
	width:7px;
	z-index:10;
	background-image:url('../img/app/gfx/content_main_right_border.gif');
	background-repeat:repeat-y;
	height:100%;
 }
*/