/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border:0 none;
/* font-family: Arial, Helvetica, sans-serif; */
font-style:inherit;
/*font-weight:inherit;*/
margin:0;
outline:0 none;
padding:0;
text-align:left;
}

#skip-link,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  /* font-size: 0.75em; /* 16px x .75 = 12px */
  /* line-height: 1.333em; /* 12px x 1.333 = 16px */

  /* Use a 14px base font size with a 18px line height */
  /* font-size: 0.875em; /* 16px x .875 = 14px */
  /* line-height: 1.286em; /* 14px x 1.286 = 18px */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




ul, quote, code, fieldset {
  margin: .5em 0;
}



ul {
  margin: 5px 0 5px 0;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0 0 0 0; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin:0; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 4px 20px;
  list-style-type: none;
  list-style-image: none;
  background: transparent url() no-repeat 0 0; /* LTR */
}
ul.menu li{
  background: transparent url(../images/icons/tool_strip.png) no-repeat 0px -6770px; /* LTR */
}
ul.menu li.active{
  background: transparent url(../images/icons/tool_strip.png) no-repeat 0px -6810px; /* LTR */
}
ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url() no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url() no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url() no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url() no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: 0;
  vertical-align:top;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

.border-right-1 {
	border-right:1px solid #e9e9e9;
}
.border-bottom-1 {
	border-bottom:1px solid #d8d8d8;
}
.border-bottom-2 {
	border-bottom:1px dotted #d8d8d8;
}
.border-bottom-3 {
	border-bottom:2px solid #d8d8d8;
}
.border-left-1 {
	border-left:1px solid #d8d8d8;
}
.box-padding-sides-01 {
margin: 10px 10px 10px 10px;	
}
.box-margin-sides-01 {
margin: 5px 10px 5px 16px;	
}
.box-margin-sides-02 {
margin: 5px;	
}
.box-margin-sides-03 {
margin: 10px 5px 10px 5px;	
}
.box-border-sides-01 {
padding:16px 26px 0 26px;
}
.m-bottom-15 {
margin-bottom: 15px;	
}
.m-bottom-20 {
margin-bottom: 20px;	
}
.m-top-10 {
margin-top: 10px;	
}
.m-top-15 {
margin-top: 15px;	
}
.m-top-8 {
margin-top: 8px;	
}
.m-top-20 {
margin-top: 20px ;	
}
.m-top-30 {
margin-top: 30px;	
}
.m-top-37 {
margin-top: 37px;	
}
.m-top-50 {
margin-top: 50px;	
}
.m-top-60 {
margin-top: 60px;	
}
.m-top-30 {
margin-top: 30px;	
}
.m-top-5 {
margin-top: 5px;	
}
.m-left-10 {
margin-left: 10px;	
}
.m-left-15 {
margin-left:15px;	
}
.m-left-18 {
margin-left:18px;	
}
.p-top-5 {
padding-top: 5px ;	
}
.p-bottom-5 {
padding-bottom: 5px ;	
}
.p-bottom-10 {
padding-bottom: 10px ;	
}
.p-left-5 {
padding-left: 5px;	
}
.p-left-10 {
padding-left: 10px;	
}
.p-left-20 {
padding-left: 20px;	
}
.p-left-30 {
padding-left: 30px;	
}
.p-right-10 {
padding-right: 10px;	
}
.p-right-20 {
padding-right: 20px;	
}
.p-right-30 {
padding-right: 30px;	
}
.p-top-10 {
padding-top:10px;	
}
.p-top-15 {
padding-top:15px;	
}
.p-top-25 {
padding-top:25px;	
}
.p-bottom-15 {
padding-bottom:15px;	
}
.p-bottom-25 {
padding-bottom:25px;	
}
.clear-right {
	clear: right;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.hidden, .hide {
    display: none;
}
html{-webkit-text-size-adjust:none;}
.bold {
	font-weight:bold;
}
.col-left {
	float:left; display:inline;
}
.no-margin {
	margin:0;
}
.no-padding {
	padding:0;
}
.interlacing {
	margin-top:19px;
}
img.alignleft {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d1d2d3;
    float: left;
    margin: 3px 26px 15px 7px;
    padding: 4px;
}