@charset "utf-8";
/* CSS Document */
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
* {
	margin: 0;
	padding: 0;
}
/*************Start of Header Styles*****************/
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* Begin of styles for the demonstration (you can remove them) */
a.expand {
	width: 150px;
	display: block;
	margin: 10px 0 0;
}
a.expand:hover {
	height: 500px;
}
/* End of of styles for the demonstration */
/*#content p {margin: 0 0 15px 0; color:#7b7b7b;}*/

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.textBold {
	font-weight:bold;
}
.clear {
	clear:both
}
.paragraph {
	margin: 0 0 15px 0;
	color:#7b7b7b;
}
#wrapper {
	width: 100%;
	min-width: 980px;
}
/* Middle
-----------------------------------------------------------------------------*/

#container, .container {
	width: 100%;
	float: left;
}
#content, .content {
	padding: 0px;
	margin:  0px;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, th, var {
	font-style:normal;
	font-weight:bold;
}
img {
	border:none;
}
a {
	outline:none;
}
#content h1, #container h1 {
	font-size:18px;
	margin-bottom: 10px;
}
#section h2, .section h2 {
	color:#383939;
	margin:0;
	padding:5px 0px 5px 8px;
	font-size:11px;
}
#section h2 a, .section h2 a {
	text-decoration:none;
	padding:0;
	margin:0;
	color:#383939;
	width:100%;
	display:block;
}
#section h2.trigger, .section h2.trigger {
	background-image:url('../images/section_collapse.gif');
	background-repeat:no-repeat;
	background-position:99% 50%;
	display:block;
}
#section h2.trigger:hover, .section h2.trigger:hover {
	display:block;
}
#section h2.active, .section h2.active {
	background-image:url('../images/section_expand.gif');
	background-repeat:no-repeat;
	background-position:99% 50%;
}
.toggle_container {
	background-color: #fff;
	padding:10px;
	margin:0px 0 0;
	/*max-height:400px;*/
	overflow:auto;
	overflow-y:hidden;
}
.toggle_container_subSection {
	background-color: #fff;
	padding:1px 0px 0px 1px;
	margin:10px 0px 0px 0px;
	max-height:400px;
	overflow:auto;
}
#content h3, #container h3 {
	background-color: #464646;
	padding:7px 7px 7px 10px;
	color:#FFFFFF;
	font-size:12px;
}
.section, #section {
	background:url('../images/section_header_bg.gif') repeat-x top left;
	border:1px solid #d1d1d1;
	margin:0px 0px 15px 0px;
	padding:0px;
}
/*.subSection, #subSection {
	background-color: #fff;
	padding:10px;
	margin:0px 0 0 0;
	overflow-x:auto;
}
*/
/*For holding constrained width two column area*/
.twoColumnHolder, #twoColumnHolder {
	position:static;
	width:790px;
	display:block;
}
.column, #column {
	position:static;
	float:left;
	width:370px;
	margin:0 10px 0 0;
	padding:0;
	display:inline-block;
	zoom: 1;
	*display: inline;
	vertical-align:top;
	overflow-x:auto;
}
/*.twoColRight {
	float:right;
	width:375px;
}
/*table for data*/
.dataTable {
	border-collapse:collapse;
	background-color:#ffffff;
	font-size:11px;
	width:100%;
}
.dataTable td, tr {
	border:1px solid #dedede;
	padding:6px;
	vertical-align:top;
}
.dataTable th {
	background-color:#ebebeb;
	text-align:center;
}
.headRow {
	background-color:#ebebeb;
	text-align:center;
	font-weight:bold;
}
/*form style 
#form, .form {
	position:relative;
	width:320px;
	margin:0;
	background-color:#fff;
	padding:4px 0 0 0;
}*/
.cssform {
	padding:10px;
	margin:0px 0 0 0;
	overflow-x:auto;
}
.cssform p {
	/*width: 185px;*/
	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 165px; /*width of left column containing the label elements*/
	border-top: 0px solid #dedede;
}
.cssform label {
	font-weight: normal;
	text-align:right;
	float: left;
	padding-top:1px;
	margin-left: -165px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
	padding-right:10px; /* gap to fit Required icon */
}
.cssform label.required { /* add the Required icon after the label */
	background-image:url('../images/required.gif');
	background-repeat:no-repeat;
	background-position:100% 17%;
}
.cssform .description {
	font-weight: normal;
	width:150px;
	font-size:11px;
	line-height:13px;
	color:#999999;
	display:block;
	padding:2px 0 5px 0;
}
.cssform input[type="text"], select, textarea { /*width of text boxes. IE6 does not understand this attribute*/
	border:1px solid #979797;/*width: 180px;*/
}
.cssform select {
/*width: 153px;*/
}
.cssform textarea {  /* height and width of text area. */
/*width: 250px;
height: 150px;*/
}
/* This class indents any element to match form fields */
.leftindent {
	margin-left:165px;
	margin-top:-17px;
}
/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html .threepxfix {
	margin-left: 3px;
}
.helpIcon {
	margin-left:5px;
	outline:none;
	border:none;
}
.descTooltip, #descTooltip {
	font-size:11px;
	border:1px solid #fff;
}
/***************UI Guidelines Styles***************/
/***************&&&&&&&&&&&&&&&&&&&***************/
/***************UI Guidelines Styles***************/
/*************Header Styles*****************/

#header-right {
	margin: 5px 9px 0px 0;
}
#pg-logo {
	background: url(../images/pg-logo.gif) no-repeat left top;
	width:271px;
	height:42px;
	margin:15px 0 0 9px;
}
#pg-logo span {
	display:none;
}
#right-nav {
	margin-top: 23px;
	width:212px;
	_width:219px; /* notice the _ before the property - shows in IE6 and below */
}
#MainNavigation {
	width:100%;
	height:46px;
	padding-top:1px;
	background: url(../images/main-nav-bg.gif) repeat-x left top;
}
.BottomLine {
	border-bottom:1px solid #fff;
}
#breadCrumb {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:1px solid #d3d3d3;
}
#breadCrumb ul {
	padding-bottom: 8px;
	display: block;
}
#breadCrumb li {
	color:#7f7d7d;
	display: block;
	padding-left: 3px;
	padding-top: 5px;
	float: left;
}
#breadCrumb a {
	color:#7f7d7d;
	text-decoration:none!important;
}
#breadCrumb a:hover, #breadCrumb a:active {
	color:#000;
	text-decoration:underline!important;
	font-weight:normal!important;
}
#breadCrumb a:active, .current {
	font-weight:bold;
	text-decoration:none;
	background:none!important;
}
.breadCrumb_home {
	background: url(../images/home_icon.gif) no-repeat 0px 2px;
	display: block;
	height: 20px;
	width: 20px;
	float:left;
}
/*************Header Styles Ends*****************/
.floatLeft {
	float:left;
}
.marginRight {
	margin-right:10px;
}
.floatRight {
	float:right;
}
.titleBottom, .exportlinks {
	height: 25px;
	background: #C5D6E8 url(../images/title_bgBottom.gif) repeat-x bottom;
	font-weight: bold;
	padding-left: 6px;
	line-height: 24px;
	font-size: 11px;
	border-bottom: 1px solid #C5D6E8;
	border-right: 1px solid #C5D6E8;
	border-left: 1px solid #C5D6E8;
}
div.title a, .titleBottom a {
	font-weight: normal;
}
.noData, .noRows {
	color:#ff0000;
	margin: 0px auto;
	padding: 8px 0px;
	text-align: center;
}
.errorMsg {
	color:#ff0000;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.rightLink {
	text-align: right;
}
.successMsg {
	color:#0db318;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	text-align: center;
}
.date-container {
	float:left;
	width:190px;
	margin:0px;

}
.date-container input{
	border:1px solid #979797;
	}
.validateError {
	color:#ff0000;
	font-weight: normal;
	padding:0px 0px 0px 6px;
}
/*************LoginPage Styles***********/

div#shim {
	visibility: hidden;
	width: 100%;
	height: 50%;
	margin-top: -120px;
	float: left;
}
#loginContainer {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	position: relative;
	top: -120px;
	/* IE4ever Hack: Hide from IE4 **/
    position: static;/** end hack */
	height: 162px;
	width: 570px;
}
.loginBodyLeft {
	background: url(../images/loginContainerLeft.gif);
	height: 159px;
	width: 8px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.loginBodyRight {
	background: url(../images/loginContainerRight.gif);
	height: 159px;
	width: 8px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.loginBodyBG {
	background: url(../images/loginContaineBG.gif) repeat-x center top;
	width: 553px;
	height: 159px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.loginTitle {
	margin: 58px 0px 0px 10px;
	padding: 0px;
	float: left;
	background: url(../images/loginTitle.gif);
	height: 36px;
	width: 245px;
}
.loginDevide {
	float: left;
	background: url(../images/loginContainerDevide.gif);
	height: 159px;
	width: 2px;
	margin: 0px 15px 0px 15px;
}
.loginFields {
	float: left;
	margin-top: 45px;
	margin-left: 0px;
}
.loginButton {
	padding: 0px 4px;
	cursor: pointer;
}
.loginButtonMain {
	margin:6px 0px 0px 38px;
}
.loginTxtFld {
	font-size: 11px;
	border: 1px solid #a3a3a3;
	height: 18px;
	padding:2px 0px 0px 2px;
}
.loginFields label {
	margin-right: 5px;
	margin-left: 0px;
	text-align:right;
}
.loginErrorMsg {
	color:#ff0000;
	margin: 0px auto;
	padding: 2px 0px;
	text-align: center;
}
.loginPageBG {
	background: url(../images/LoginPageBG.gif) no-repeat left top;
}
/*************LoginPage Styles***********/

.formTable {
	border-collapse:collapse;
	background-color:#ffffff;
	font-size:11px;
}
.formTable td, tr {
	border:0px solid #dedede;
	padding:6px;
	vertical-align:top;
}
.formTable th {
	background-color:#ebebeb;
	text-align:center;
}
.nestedTable {
	padding:0px!important;
}
.need {
	color:red;
}
.genButtonMargin {
	margin-left: 165px;
}
.formLabel {
	width:180px;
}
.description {
	color:#999999;
	display:block;
	font-size:11px;
	font-weight:normal;
	line-height:13px;
	padding:2px 0 5px;
	width:155px;
	float:left;
}
.required {
	background-image:url(../images/required.gif);
	background-position:100% 20%;
	background-repeat:no-repeat;
}
*:focus {
	outline: none;
}
#header {
	margin:0px;
	height:39px;
	_position:relative;
	background:#3d3d3d url(../images/headerbg.gif) repeat-x;
}
#lefthead {
	float: left;
	width: 225px;
	margin-top: 10px;
	margin-left: 12px;/*Width of left column*/

}
#righhead {
	background-color:#2B2B2B;
	margin:12px 12px 0 0;
	padding:0px;
	height:27px;
	float: right;
}
.rightHead_left {
	background: url(../images/toprightnav_leftimg.gif);
	height: 27px;
	width: 3px;
	float: left;
}
.rightHead_middle {
	background: url(../images/toprightnav_bgimg.gif) repeat-x;
	float: left;
	height: 27px;
}
.rightHead_middle ul {
	margin: 0px;
	padding: 0px;
}
.rightHead_middle ul li {
	display: block;
	float: left;
	list-style: none;
	padding: 6px 12px 8px 20px;
}
.support {
	background: url(../images/help_icon.gif) no-repeat 4px;
}
.rightHead_middle ul li a {
	color: #ffffff;
	text-decoration: none;
}
.user {
	background: url(../images/member_login_icon.gif) no-repeat 2px 5px!important;
	font-weight: bold;
}
.fav {
	background: url(../images/favourites_icon.gif) no-repeat 25px top;
}
.sep {
	background: url(../images/topRightnav_sep.gif) no-repeat right;
}
.logout {
	background: url(../images/topRightnav_sep.gif) no-repeat right center;
}
.logout a {
	text-decoration: underline!important;
	color: #c5c5c5!important;
}
.rightHead_right {
	background: url(../images/toprightnav_rightimg.gif);
	height: 27px;
	width: 3px;
	float: left;
}
.topnavrightimg {
	float: right;
}
#main-nav {
	width:100%;
	margin:0px;
	_position:relative;
}
#maincontent {
	float: left;
	width: 100%;
	
}
#rightcontainer {
	float:left;
	position:relative;
	background:url(../images/sidebarimg.gif) repeat-y left top;
	height:600px;
}
#leftcontainer {
	float: left;
	margin:0px!important;
	padding:0px!important;
	/*width: 221px;	removed for resizable layout	*/ 
	width:100%;
	position:relative;
}
.outline {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
.search-reports {
	padding:8px;
	float:left;
	width:205px;
	background:#f5f5f5;
}
.search-reports ul {
	margin:0;
	padding:0;
}
.search-reports ul li {
	list-style:none;
	padding-bottom:6px;
	margin:0;
}
.search_icon {
	background:url(../images/search_icon.gif) no-repeat 1px 1px;
	padding-left:20px;
	display:block;
	height:18px;
	padding-top:2px
}
.search-reports .input {
	width:203px;
	border:1px solid #969696;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	padding:0px;
}
.search-reports .select {
	width:205px;
	border:1px solid #969696;
	min-height:18px;
	padding:0px;
}
div.search_sep {
	padding:0px!important;
	margin:0px!important;
	height:2px;
	background:url(../images/search_sep.gif) repeat-x bottom left;
}
.gen_Button {
	padding:0 8px;
}
.borderBottom {
	border-bottom: 1px solid #d3d3d3;
}
.paddingT6 {
	padding-top:6px;
}
.slideTab {
	float:right;
	padding-top:200px;
	margin-right: 6px;
}
/*-----------footer styles---------------*/
#footpanel {
	bottom: 0;
	left: 0;
	background: #e3e2e2;
	border: 0px solid #c3c3c3;
	border-bottom: none;
	width: 100%;
	margin: 0;
	position:relative;
}
/*html #footpanel { 
	margin-top: -1px; 
	position: relative;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
 *//*--IE6 Hack - Fixed Positioning to the Bottom--*/ 
 
 
#footpanel ul {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	border-top: 0px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 11px;
	width:100%;
}
#footpanel ul li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a {
	padding: 5px;
	float: left;
	height: 16px;
	width: auto;
	text-decoration: none;
	padding-left:30px;
	padding-right:10px;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover {
	background-color: #fff;
}
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 0px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}
#footpanel .title {
	width: auto;
	padding: 5px!important;
	padding-left: 10px!important;
	font-weight:bold;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
/*a.profile{ background: url(user.png) no-repeat center center;  }*/
#footpanel ul li a.realmoney {
	background:url(../images/ftr_realmoney.gif) no-repeat 10px 5px;
}
#footpanel ul li a.playmoney {
	background:url(../images/ftr_playmoney.gif) no-repeat 10px 5px;
}
#footpanel ul li a.rmp {
	background:url(../images/ftr_rmp.gif) no-repeat 10px 5px;
}
a.help_page {
	background:url(../images/ftr_help_icon.gif) no-repeat 10px center;
}
#footpanel li#helppanel {
	float:right!important;
	background:url(../images/page_help_sep.gif) no-repeat left center;
}  /*--Right align the chat and alert panels--*/
li#helppanel a {
	padding-left:38px!important;
}
/*-------end of footer styles-----------*/

/*-------favorite dropdown styles-----------*/

#dropdown {
	/* cancel the default list style */  
    list-style:none;
	position:absolute;
	z-index: 99999;
	clip: rect(auto,auto,auto,auto);
	right: 96px;
	_right: 108px;
	top: 11px;
	_top: 11px;
	float: right;
}
#dropdown li a.parent {
	display:block;
	font-weight:normal;
	padding:15px 8px 12px 20px;
	margin:0px;
	margin-left:200px!important;
 *margin-left:223px!important;
	_margin-left:320px!important;
	color:#FFFFFF;
	text-decoration:none;
	line-height:0px;
	background:url(../images/favimg_normal.gif) no-repeat left top;
}
#dropdown li a.favimg {
	background:url(../images/favimg_onhover.gif) no-repeat left top;
}
#dropdown li a.parent:hover {
	margin:0px;
	padding:15px 8px 12px 20px;
	line-height:0px;
	background:url(../images/favimg_onhover.gif) no-repeat left top;
	color:#FFFFFF;
	text-decoration:none;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
 #dropdown li a.parent {
 padding:13px 8px 8px 20px;
}
 #dropdown li a.parent:hover {
 padding:13px 8px 8px 20px;
}
}
#dropdown ul {
	/* cancel the default list style */  
    margin:0;
	padding:0px;
	list-style:none;
	display:none;
	/* make sure it has the highest z-index */  
	/*position:absolute;*/
	right:0;
	margin-left:68px;
 *margin-left:86px;
	_margin-left:91px;
	z-index: 99999;
	width:212px;
	float:left;
	background:url(../images/favdropdownmenu-middle.gif) top repeat-y;
 *background:url(../images/favdropdownmenu-middle.gif) 5px top repeat-y;
}
#dropdown ul li {
	margin: 0px;
}
#dropdown ul li.first {
	/*border-bottom:1px solid #000;*/
	background:url(../images/favdropdownmenu-top.png) no-repeat left top;
 *background:url(../images/favdropdownmenu-top.png) no-repeat 5px 0;
}
.last {
	/*border-bottom:1px solid #000;*/
	background:url(../images/favdropdownmenu-bottom.png) no-repeat left bottom;
	margin-bottom: 1px;
 *background:url(../images/favdropdownmenu-bottom.png) no-repeat 5px bottom;
}
.noBorder {
	border-bottom: 0px none #FFFFFF!important;
}
.bookmark {
	background: url(../images/plus_bg.gif) no-repeat 7px 8px;
 *background: url(../images/plus_bg.gif) no-repeat 11px 8px;
	height: 29px;
	width: 197px;
	display: block;
	padding-top: 7px;
	padding-left: 20px;
	padding-bottom: 4px;
}
#dropdown ul li a {
	display:block;
	font-weight:normal;
	margin:0px 10px;
 *margin-left:15px;
 *width:180px;
	_width:170px;
	_margin:0px 10px 0px 15px;
	/*height:10px;*/
    color:#fff;
	text-decoration:none;
	border-bottom:1px solid #333333;
	padding-top: 8px;
	padding-bottom: 12px;
	_padding-bottom: 8px;
}
#dropdown ul li a:hover {
	color:#b0b0b0;
	text-decoration:none;
}
/*-------end of favorite dropdown styles-----------*/

/*----------Styling for Layout Elements-----------*/

.ui-layout-pane {
	background:#fff;
	border:1px solid #cfcfcf;
	padding:0px;
	overflow:auto;
}
.ui-layout-resizer {
	background:	#e9eaea;
}
.ui-layout-toggler {
	background:url(../images/toggle_north_south.gif) no-repeat 0 center;/*background:	#acacac;*/ 
	}
.ui-layout-toggler-west {
	background:url(../images/toggle_west.gif) no-repeat 0 center!important;
}
.ui-layout-north {
	border-bottom:0px solid #cfcfcf;
	overflow:visible;
	_overflow:hidden;
	z-index:3 !important;
	
}
.ui-layout-west {
	background:#f5f5f5;
	overflow-x:hidden;
}
.ui-layout-south {
	overflow:hidden;
	background:#e3e2e2;
}
.ui-layout-center {
	padding:0px 10px 10px 10px;
	*padding:0px 26px 10px 10px;
	border-left:4px solid #cc0607;
	overflow-x:hidden;
}


/*----------end Styling for Layout Elements-----------*/
.formButton {
	margin:5px 0px 5px 165px;
}
.labelLeftMargin {
	margin:0px 0px 0px 165px;
	*margin:0px 0px 0px 0px;
}
.button {
	line-height:normal;
	padding-top:2px;
	text-align:center;
	display:block;
	float:left;
	margin:0px 10px 0px 0px;
}
.button a {
	display:block;
	float:left;
	background:url(../images/button_left.gif) no-repeat left top;
	margin-right:0px;
	padding:0 0px 0 5px;
	text-decoration:none;
	cursor:pointer;
}
.button a span {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/button_right.gif) no-repeat right top;
	padding:3px 6px 0 4px;
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	display:block;
	cursor:pointer;
}
.button input {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:none;
	color:#000;
	font-weight:normal;
	margin:-6px -2px 0px -5px;
	cursor:pointer;
	padding:0px 3px 0px 3px;
	height:25px;
	font-size:11px;
	border:none 0px #fff;
}
.button input {
	padding: 0 1.5em 0 1.2em;
	width: 0;  /* IE table-cell margin fix */
	overflow: visible;
}
.button[class] input {  /* IE ignores [class] */
	width: auto;  /* cancel margin fix for other browsers */
	padding:0 0.9em 0 0.7em;
}

/*for FireFox*/
    input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner
    {   
        border : 0px;
    } 
/*for IE8 */
    input[type="submit"]:focus, input[type="button"]:focus
    {     
        outline : none; 
    }

.ui-datepicker {
	z-index:3 !important; /* This is needed as ui-layout has z-index 2*/
}

#section_grid, .section_grid {
	background:url('../images/section_header_bg.gif') repeat-x top left;
	border-top:1px solid #d1d1d1;
	margin:0px 0px 15px 0px;
	padding:0px;
}

#section_grid h2, .section_grid h2 {
	color:#383939;
	border-right:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	margin:0;
	padding:5px 0px 7px 8px;
	font-size:11px;

}
#section_grid h2 a, .section_grid h2 a {
	text-decoration:none;
	padding:0;
	margin:0;
	color:#383939;
	width:100%;
	display:block;
}
#section_grid h2.trigger_grid, .section_grid h2.trigger_grid {
	background-image:url('../images/section_collapse.gif');
	background-repeat:no-repeat;
	background-position:99% 50%;
	display:block;
}
#section_grid h2.trigger_grid:hover, .section_grid h2.trigger_grid:hover {
	display:block;
}
#section_grid h2.active, .section_grid h2.active {
	background-image:url('../images/section_expand.gif');
	background-repeat:no-repeat;
	background-position:99% 50%;
}
.toggle_container_grid {
	background-color: #fff;
	padding:0px;
	margin:0px 0 0;
	/*max-height:400px;*/
	overflow:auto;
	overflow-y:hidden;
}

.viewHistory{
margin:10px 0px 10px 0px;
font-weight:bold;
}
.viewHistory a{
color:blue;
}


	
	.accordion_section {
	background:url('../images/accordian_header_bg.gif') repeat-x top left;
	border:1px solid #d1d1d1;
	margin:0px 0px 0px 0px;
	padding:0px;
	margin:0px !important;
	height:auto;
	border-top:0px;
	clear:both;
}

.accordion_section div {
	
	padding:0px;
	border:0px;
	margin:0px;
}

.accordion_section h3 {
	
	color:#333333;
	font-size:11px;
	font-weight:bold;
}
	
	----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; border-bottom:solid #ccc 1px; margin-top: 0px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 11px; text-decoration:none; color:#333333; padding: 5px; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 5px; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; top: 50%;  }
.ui-accordion .ui-accordion-content { padding: 5px; border: 0; margin-top: 0px; position: relative; margin-bottom: 0px !important; overflow: auto; display: none; zoom: 1; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Autocomplete
