/*   MSGME VISITOR CSS  */

/*   --------------------------------------------------- TYPOGRAPHY  */

a {
	color: #2A62B2;
}
a:visited {
	color: #2A62B2;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 25px 0 6px 0;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 13px 0 7px 0;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0 3px 0;
}

.DevTestAPI th {
	text-align: right;
}

.intro_home {
	font-size: 16px;
	line-height: 22px;
	margin: 13px 0 23px 0;
}

.fieldlabel {
	margin: 13px 0 2px 0;
	color: #444444;
	letter-spacing: 1px;
	font-size: 11px;
}

.codeblue {
	font-family: "Courier New", Courier, monospace !important;
	padding: 14px 7px;
	background-color: #E8F1FA;
	border: 1px solid #B0D0EF;
}
.codegray {
	font-family: "Courier New", Courier, monospace !important;
	padding: 14px 7px;
	background-color: #EFEFEF;
	border: 1px solid #C9C9C9;
	color: #565656;
}

.codeexample {
	font-family: "Courier New", Courier, monospace !important;
	padding: 14px 7px;
	border: 1px dashed #A3A3A3;
	color: #565656;
}

.codeblue p, .codegray p, .codeexample p {
	margin-left: 7px;
}


.codetext {
	font-family: "Courier New", "Courier";
	padding: 0 4px;
}

input {
	margin: 1px 0;
}


table.devdoc {
	background-color: #CCCCCC;
}

table.devdoc th {
	background-color: #EEEEEE;
	padding: 7px;
	font-size: 12px;
}

table.devdoc td {
	background-color: #FFFFFF;
	padding: 7px;
	font-size: 12px;
}

#devdoc p {
	margin-bottom: 13px;
	font-size: 11px;
}

#devdoc p.overview {
	font-size: 12px;
}

#devdoc .codegray p, #devdoc .codeexample p, #devdoc .codeblue p {
	margin-bottom: 0;
}

.devdoc_summary {
	border-top: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 0 0 0;
	margin: 0 0 24px 0;
}

.devdoc_summary p {
	margin-bottom: 13px;
}



/*   --------------------------------------------------- CLEARING FLOATS  */

.clearfloat { 
  clear: both;
  line-height: 0;
  height: 0;
}

.clearfix:after { 
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { 
  display: block;
}


/*   --------------------------------------------------- LISTS  */

ul.list {
	list-style: disc;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: 15px;
	border: 0;
}
ol.list {
	list-style: decimal;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: 15px;
	border: 0;
}
ul.list li, ol.list li {
	font-size: 12px;
	line-height: 1.3em;
}

ul.list {
	list-style: disc;
	font-size: 12px;
	line-height: 1.3em;
	margin-left: 15px;
	border: 0;
}

/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * http://www.silverstripe.com/blog
 */
 
 
/* over-rides visitor.css */
#page_body_sidebar ul li {
	font-size: 11px;
	padding: 3px 0;
	margin: 0;
	border-bottom: 0px;
}
 
ul.tree {
	width: auto;
	padding-left : 0px;
	margin-left : -2px;
	margin-top : -2px;
	font-size: 1.2em;
}

ul.tree img {
 	border : none;
}

ul.tree, ul.tree ul {
	padding-left: 0;
}

ul.tree ul {
	margin-left: 16px;
		
}
ul.tree li.closed ul {
	display: none;
}

ul.tree li {
	list-style: none;
	background: url(/images/developer/i-repeater.gif) 0 0 repeat-y;
	display: block;
	width: auto;
}
ul.tree li.last {
	list-style: none;
	background-image: none;
}


/* Span-A: I/L/I glpyhs */
ul.tree span.a {
	background: url(/images/developer/t.gif) 0 50% no-repeat;
	display: block;
}
ul.tree span.a.last {
	background: url(/images/developer/l.gif) 0 50% no-repeat;
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
	background: url(/images/developer/minus.gif) 0 50% no-repeat;
	cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
	background: url(/images/developer/plus.gif) 0 50% no-repeat;
	cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
	margin-left: 18px;
}
ul.tree span.a.children span.c {
	background: url(/images/developer/i-bottom.gif) 0 50% no-repeat;
}
ul.tree span.a.spanClosed span.c {
	background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	
	padding: 10px 0px 10px 0px;
	line-height: 18px;
}
ul.tree span.a.children a {
	background-image: url(/images/developer/page-openfoldericon.png);
}
ul.tree span.a.children.spanClosed a {
	background-image: url(/images/developer/page-foldericon.png);
}

/* Unformatted tree */
ul.tree.unformatted li {
	background-image: none;
	padding-left: 16px;
}
ul.tree.unformatted li li {
	background-image: none;
	padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
	float: right;
	clear: right;
	height: 1em;
	margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
	padding: 0;
	background-image: none;
	min-height: auto;
	height: auto;
}

ul.tree li, ul.tree li a, ul.tree li a:hover, ul.tree li a:visited {
	color : #0077CC;
	text-decoration: none;
}

ul.tree li.selected a, ul.tree li.selected a:hover, ul.tree li.selected a:visited {
	color : #000000;
	text-decoration: none;
}


ul.tree li {
line-height: 18px;
}


ul.tree li .over{
	background-color : pink;
}

