/*--BEGIN USER STYLE --*/

.caption {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.codecaption {
	font-weight: bold;
	text-align: center;
	margin: -2em 4em 2em 4em;	
}

.example {
	margin: 25px 45px 25px 45px;
	border: 1px solid #999999;
	padding: 1em;
	background-color: #f0f0f0;
	color: #000000;
}

.fakelink {
	text-decoration: underline;
	color: #ff0000;
}

.defs {

}

.nomargin {
	margin: 0em;
}

.row1 {
	color: #1c1c1c;
	background-color: #f0f0f0;
}
.row2 {
	color: #1c1c1c;
	background-color: #ffffff;
}

/*-- END USER STYLE--*/

/*
	DotAdmin standard CSS
*/

/* Generic text style definition */
h1, h2, h3, h4, h5, h6, p, blockquote, li, dt, dd, label, input, textarea, select {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #1c1c1c;
	/*background-color: #ffffff;*/
}

p{
	margin: 10px 40px 10px 40px;
	/*letter-spacing: 0.04em;*/
}

ul, ol {
	margin: 10px 40px 10px 60px;
}

html>body  ul, ol {
	margin: 10px 40px 10px 60px;
}


li li {
	font-size: 1em;
}
/*

	Fixing margins in IE sucks... 
	We'll fix paragraph-inside-example margins for everybody,
	then fix list-inside-example for Moz + Opera only.

*/

.example p {
	margin: 0px 0px 10px 0px;

}

html>body .example p, ul, ol {
	margin: 0px 0px 10px 0px;
}

pre {
	margin: 2em 4em 2em 4em;
	border: 1px solid #999999;
	padding: 1em;
	font-size: 0.75em;
	color: #333333;
}
html>body pre {
	font-size: 0.9em;
}
code {
	font-size: 1.1em;
	font-family: Courier New, Courier, monospace;
}

pre code {
	font-size: 1em;
}


table.defs th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #1c1c1c;
	background-color: #ffffff;
	text-align: left;
}

table.defs td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #1c1c1c;
	text-align: left;
}

table.defs {
	border: 1px solid #1c1c1c;
}

table.defs th {
	padding: 5px 0px 5px 3px; 
}


/* Text styles */
h1 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 1.2em;
	text-align: center;
	margin: 30px 10px 10px 10px;
}

h2 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.8em;
	margin: 20px 25px 20px 25px;
}

h3 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.7em;/*0.8em*/
	margin-top: 0px;
	margin: 20px 40px 10px 40px;
}

h4 {
	font-family: Georgia, Times New Roman, serif;
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
}

h5 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	margin-top: 0px;
}

span.smaller {
	font-size: 0.8em;
}


dl {
	margin: 20px 40px 20px 40px;
	border: 1px solid #e0e0e0;
	padding: 1em 1em 0em 1em;
}
dt {
	font-weight: bold;
	letter-spacing: 0.04em;
}
dd {
	margin: 5px 40px 20px 40px;
}

dd p {
	font-size: 1em;
	margin: 10px 0px 10px 0px;
}




p#copyright {
	text-align: center;
	color: #1c1c1c;
	background-color: #e0e0e0;
	background-image: url("/layout/page_bg.gif");
}

form {
	margin: 0px;
}

h2.menu {
	margin: 0px;
	padding: 3px;
	background-color: #8D978C;
	color: #DADFD9;
	font-size: 1em;
}

ul.menu {
	color: #000000;
	margin: 0px 10px 10px 10px;
	padding: 0px;
}
ul.menu ul {
	color: #000000;
	margin: 0px 0px 5px 10px;
	padding: 0px;
}
ul.menu li {
	color: #000000;
	font-weight: bold;
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding-left: -10px;
}
ul.menu ul li {
	color: #000000;
	font-weight: normal;
	list-style-type: none;
	margin: 0px;
	padding-left: -10px;
}

html>body ul.menu ul li {
	margin: 0px 0px 5px 0px;
}

li.zone {
	list-style-image: url("/layout/plus.gif");
}

ul.menu a:link, ul.menu a:visited {
	color: #5B5B5B;
	text-decoration: none;

}

ul.menu a:hover, ul.menu a:active {
	text-decoration: underline;

}

ul.menu ul a:link, ul.menu ul a:visited {
	color: #5B5B5B;
	text-decoration: none;

}

ul.menu ul a:hover, ul.menu ul a:active {
	text-decoration: underline;

}

/* ### Content Links ### */
a:link, a:visited {
	color: #C9723D;
	text-decoration: underline;
}

a:active, a:hover {
	color: #101010;
	text-decoration: underline;
}

