div.pure-audit-entry-header {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-top: 5px;
  background: #FFFFFF url(../../themes/sky/images/bg-shade-light.png) repeat-x scroll left bottom;
}

div.pure-audit-entry {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 0px 2px;
  margin-bottom: 15px;
}

div.pure-audit-entry-header.current,
div.pure-audit-entry.current {
  background: #dfd;
}

div.pure-audit-entry .label {
  display: inline;
  color: #777777;
}

div.pure-audit-entry .changed {
  color: red;
  font-weight: bold;
}


.pure-account-bal-block {
  font-size: 0.85em;
  line-height: 1.2em;
}

.view-display-id-block_1 {
  font-size: 0.85em;
  line-height: 1.2em;
}

.view-display-id-block_1 table caption {
  font-size: 1.1em;
  line-height: 1.2em;
}

.pure-subclass-subtotal {
  border-top: 2px solid #111111 !important;
  border-bottom: 2px solid #111111 !important;

}

.pure-class-subtotal {
  border-bottom: 2px solid #111111 !important;
  border-top: 2px solid #111111 !important;
  font-weight: bold;
}


.balance-sheet .pure-class-subtotal.drcr-change,
.income-statement .pure-class-subtotal.net-income {
  border-bottom: 4px solid #111111 !important;
  font-weight: bold;
}

.pure-trans-top .description {
  line-height: 1.4em;
}

.pure-drop-shaddow {
  float:left;
	clear:left;
	background: url(..img/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}

.split_lines_wide {
  background: #ffffff;
  width: 930px;
  border-color: #DDDDDD #777777 #777777 #DDDDDD;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
}


.split_lines_wide.collapsed {
  width: auto;
}

tbody .pure-radios-inline {
  margin: 0px;
}

.pure-radios-inline .form-item {
  float: left;
  padding-right: 1em;
}


td fieldset legend {
  text-transform: capitalize;
}

li.pure-supplier {
  list-style-image: url(../img/bullet_orange.png);
}

li.pure-customer {
  list-style-image: url(../img/bullet_green.png);
}

li.pure-other {
  list-style-image: url(../img/bullet_purple.png);
}

li.pure-doc {
  list-style-image: url(../img/bullet_blue.png);
}

li.pure-report {
  list-style-image: url(../img/bullet_yellow.png);
}

li.pure-other-item {
  list-style-image: url(../img/bullet_black.png);
}

form#pure-accounting-trans-form .form-item label,
form#pure-accounting-trans-form .field-label {
  font-size: 0.8em;
}

form#pure-accounting-trans-form table caption {
  font-size: 1.0em;
  line-height: 1.2em;
}

body .advanced-help-link {
  display: inline-block;
  float: none;
  margin: 0px;
  padding: 0 3px 0 0;
}

body .advanced-help-topic .help-navigation {
  padding-bottom: 30px;
}

body .advanced-help-topic .item-list {
  border-top: 1px dotted #CCCCCC;
  margin-top: 1em;
}

body .advanced-help-topic .item-list .item-list {
  border-top: none;
  margin-top: 0;
}

.pure-help-content ul,
.pure-help-content ol {
  clear: both;
  margin: 0 20px;
}

.pure-help-content ol {
  list-style-type: decimal;
  margin-bottom: 1em;
}
.pure-help-content ol li,
.pure-help-content ul li {
  margin-bottom: 1em;
}

.pure-help-content .single-spaced li {
  margin-bottom: 0em;
}


.pure-help-content ol li ul,
.pure-help-content ol li ol,
.pure-help-content ul li ul,
.pure-help-content ul li ol {
  margin-bottom: 0.5em;
}
.pure-help-content ol li ul li {
  margin-bottom: 0;
}
.pure-help-content ol ol {
  list-style-type: lower-alpha;
  margin-bottom: 0.5em;
}
.pure-help-content ol ol ol {
  list-style-type: lower-roman;
  margin-bottom: 0;
}
.pure-help-content ol ol ol ol {
  list-style-type: upper-alpha;
  margin-bottom: 0;
}

.pure-help-content .tip {
  padding: 4px 4px 4px 50px;
  margin: 3px 10px;
  background: #EEEEFF url(../img/lightbulb.png) no-repeat scroll 5px 5px;
  color: #555555;
}


.pure-help-content ul {
  list-style-type: disc;
  margin-bottom: 1em;
}
.pure-help-content ul ul {
  list-style-type: circle;
  margin-bottom: 0.5em;
}
.pure-help-content ul ul ul {
  list-style-type: square;
}


#block-feedback-form .feedback-message {
  font-family:'Lucida Grande',"Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
  font-size:0.9em;
  width: 200px;
}

.pure-here-link {
  font-weight: bold;
}

.pure-front-page-alerts,
.pure-warning {
  margin: 5px 0 10px 0;
  padding: 4px 10px;
  border: 1px solid #AA0000;
  background: #FFDEDE;
}

.pure-sys-settings {
  border: 1px solid #CCCCCC;
  padding: 8px;
  margin: 5px 0 10px 0;
  background: #EEEEEE;
}

.pure-sys-settings ul.primary li,
.pure-sys-settings ul.secondary li {
  display: inline-block;
  float: left;
}

ul.secondary li {
  background-color: #EEEEEE;
  border-color: #DDDDDD;
  border-style: solid solid none;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.secondary li.active {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  font-weight: bold;
  border-style: solid solid none;
  border-width: 1px;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}

.pure-sys-settings .tabs-tabset {
  background: #FFFFFF;
  padding: 8px;
  margin-top: -7px;
  border: 1px solid #DDDDDD;
}

body .description,
fieldset .description {
  color: #777777;
  font-size: 0.95em;
  clear: both;
}

.pure-trans-type {
  color     : #777777;
  font-size : 0.95em;
}


#pure_start_page.logged-in {
  background : url(triangle_bkgnd.png) no-repeat center 75px;
}

.pure-home-menu-region {
  width   : 33%;
  float   : left;
}
#pure-home-menu-region-1 {
  width   : 36%;
}
#pure-home-menu-region-2 {
  width   : 28%;
}
#pure-home-menu-region-3 {
  width   : 36%;
}

.pure-home-menu-group {
  margin : 10px 10px 20px;
  padding : 2px 5px 5px;
  -moz-box-shadow    : 5px 5px 5px #888;
  -webkit-box-shadow : 5px 5px 5px #888;
  box-shadow         : 5px 5px 5px #888;
  /* For IE 8 */
  -ms-filter         : "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA')";
  /* For IE 5.5 - 7 */
  filter             : progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#AAAAAA');
}

#pure-home-menu-group-empty1,
#pure-home-menu-group-H {
  margin : 10px 10px 20px;
  -moz-box-shadow    : none;
  -webkit-box-shadow : none;
  box-shadow         : none;
  /* For IE 8 */
  -ms-filter         : none;
  /* For IE 5.5 - 7 */
  filter             : none;
}
#pure-home-menu-group-empty1 {
  height : 100px;
}

#pure-home-menu-group-IRC {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#3FA50E), to(#99FF66));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #3FA50E, #99FF66);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF3FA50E, endColorstr=#FF99FF66);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF3FA50E, endColorstr=#FF99FF66)";
}

#pure-home-menu-group-BPS {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7E1F), to(#FFDF9A));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FF7E1F, #FFDF9A);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF7E1F, endColorstr=#FFFFDF9A);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFF7E1F, endColorstr=#FFFFDF9A)";
}

#pure-home-menu-group-OT {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#7F50FF), to(#EBCCFF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #7F50FF, #EBCCFF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7F50FF, endColorstr=#FFEBCCFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7F50FF, endColorstr=#FFEBCCFF)";
}

#pure-home-menu-group-EFC {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#7E9EBC), to(#C6DEFD));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #7E9EBC, #C6DEFD);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7E9EBC, endColorstr=#FFC6DEFD);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF7E9EBC, endColorstr=#FFC6DEFD)";
}

#pure-home-menu-group-R {
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFCC), to(#FFFFFF));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #FFFFCC, #FFFFFF);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFCC, endColorstr=#FFFFFFFF);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFCC, endColorstr=#FFFFFFFF)";
  clear : both;
}
#pure-home-menu-group-S {
  background : #EEEEEE url(search.png) no-repeat center 3px;
}

#pure-home-menu-group-O {
  background : #D1D2CE;
}

#pure-home-menu-group-H {
  height : 45px;
  float  : right;
}
#pure-home-menu-group-H a {
  background     : url(help.png) no-repeat;
  padding-left   : 45px;
  padding-bottom : 45px;
}
#pure-home-menu-group-H h4 {
  display : none;
}

.pure-home-menu-group h4 {
  font-size   : 1.2em;
  font-weight : bold;
}

#pure-home-menu-group-IRC h4,
#pure-home-menu-group-BPS h4,
#pure-home-menu-group-OT h4,
#pure-home-menu-group-EFC h4 {
  color : #FFFFFF;
}

.pure-trans-memo {
  color: #777766;
  font-size: 0.9em;
  line-height: 1.3em;
  padding-top: 0;
}


table.with-initiatives th.actuals-header,
table.with-initiatives th.account-balance {
  background : url(ac-hdr-bg-shade-light.png) repeat-x left bottom;
}

table.with-initiatives tr.odd td.account-balance {
  background : #F0F0FF;
}

table.with-initiatives tr.even td.account-balance {
  background : #E0E0FF;
}

optgroup.dropdown-level-0 {
  background: #99A;
  color: white;
}

fieldset.collapsed img.link-icon {
  display: inline;
  padding-right: 2px;
}

div.icon-and-link {
  margin-left: 32px;
}

div.pure-trans-list-report-links fieldset,
div.pure-statement-report-links fieldset {
  margin-top: 0;
}

td.supplier-header {
  font-weight: bold;
  background: #BBBBBB;
}

td.supplier-subtotal {
  font-weight: bold;
  background: #DDD !important;
}


td.pure-gl-dump-acc {
  color: #FFF;
  font-weight: bold;
  background: #13749F !important;
  font-size: 1.2em;
}

td.pure-gl-dump-ob {
  font-weight: bold;
}

td.pure-gl-dump-cb {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

td.splits fieldset {
  padding: 0;
  margin: 0;
}
td.splits table {
  margin-bottom: 0;
}
td.splits table tr.odd td {
  background: #FFF;
}

.toggle-desc {
  border: 1px solid #CCC;
  background: #EEE;
  padding: 1px 5px;
  font-family: Times, serif;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  vertical-align: top;
}

.toggle-desc:hover {
  border: 1px solid #9BC;
  background: #ACD;
  color: #FFF;
}
