/* ::::: http://jqueryui.com/themes/base/jquery.ui.all.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.base.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.core.css ::::: */

.ui-helper-reset {
	margin: 0pt;
	padding: 0pt;
	border: 0pt none;
	outline: 0pt none;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none outside none;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* ::::: http://jqueryui.com/themes/base/jquery.ui.accordion.css ::::: */

.ui-accordion {
	width: 720px;
}
.ui-accordion .ui-accordion-header {
	cursor: pointer;
	position: relative;
	margin-top: 1px;
	font-weight:bold;
}
.ui-accordion .ui-accordion-header a {
	display: block;
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
	display:none;}
	
.ui-state-active a{
	font-weight:bold;
	text-decoration:underline;
}

.ui-icon {
	width: 16px;
	height: 16px;
	background-image: url('ui-icons_222222_256x240.png');
}



.ui-state-default .ui-icon {
	background-image: url('ui-icons_888888_256x240.png');
}
.ui-state-active .ui-icon {
	background-image: url('ui-icons_454545_256x240.png');
}
.ui-icon-triangle-1-e {
	background-position: -32px -16px;
}
.ui-icon-triangle-1-s {
	background-position: -64px -16px;
}

	
.ui-accordion .ui-accordion-content {
	border-top: 0pt none;
	margin-top: -2px;
	position: relative;
	top: 1px;
	margin-bottom: 2px;
	overflow: auto;
	display: none;
}
.ui-accordion .ui-accordion-content-active {
	display: block;
}
/* ::::: http://jqueryui.com/themes/base/jquery.ui.autocomplete.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.button.css ::::: */

button.ui-button::-moz-focus-inner {
border: 0pt none;
padding: 0pt;
}
/* ::::: http://jqueryui.com/themes/base/jquery.ui.datepicker.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.dialog.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.progressbar.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.resizable.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.selectable.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.slider.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.tabs.css ::::: */

/* ::::: http://jqueryui.com/themes/base/jquery.ui.theme.css ::::: */

.ui-widget {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-widget-content {
	border: 1px solid rgb(170, 170, 170);
	background: url('ui-bg_flat_75_ffffff_40x100.png') repeat-x scroll 50% 50% rgb(255, 255, 255);
	color: rgb(34, 34, 34);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid rgb(211, 211, 211);
	background: url('ui-bg_glass_75_e6e6e6_1x400.png') repeat-x scroll 50% 50% rgb(230, 230, 230);
	font-weight: normal;
	color: rgb(85, 85, 85);
}
/*.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: rgb(85, 85, 85);
	text-decoration: none;
}*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid rgb(170, 170, 170);
	background: url('ui-bg_glass_65_ffffff_1x400.png') repeat-x scroll 50% 50% rgb(255, 255, 255);
	font-weight: normal;
	color: rgb(33, 33, 33);
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: rgb(33, 33, 33);
	text-decoration: none;
	padding-bottom:12px;
	background:url(gr_green01.jpg) repeat-x top;
}
.ui-widget :active {
	outline: medium none;
}

/*.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}*/
/* ::::: http://jqueryui.com/demos/demos.css ::::: */
#acordion div{
	width:708px;
	
}