/* @override 
	http://www.easyssp.com/css/styles.css
*/

/* @group Global Reset */
/*Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version 0.12.1*/
/*reset.css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/
body{font-size:13px; font-family: arial,helvetica,clean,sans-serif;}table {font-size:inherit;font-size:100%;}textarea {font-size:99%;
font-family:helvetica,arial,clean,sans-serif;}pre, code {font:115% monospace;}body * {line-height:1.22em;}
a:focus {
	outline: none;
}
/* @end */

/* @group structure */




#content_frame {
	margin: 0px 15px 10px 15px;
}

#content_frame ol {
	list-style-type: decimal;
	margin-left: 20px;
	}

body#leftframe {
	background-color: #222222;
	color: #eee;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}
input, select {
	background-color: #2e2e2e;
	color: #91b746;
	border: 1px solid #4f4f4f;
	font-size: 11px;
}
input.selectall {
	margin: 4px auto;
}

body#main {
	background-color: #121212;
	color: #ccc;
}


#sitewrap {
	width: 854px;
	background-color: #222222;
	border: 1px solid #333;
	margin: 40px auto 0px auto;
}
#header {
	height: 90px;
	padding-top: 10px;
}

#logo h1 {
	height: 0px;
	line-height: 0px;
	border: none;
	margin: 0px;
}

#logo h1 a {
	background: url(../images/esplogo.png) no-repeat;
	display: block;
	height: 62px;
	width: 216px;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	text-indent: -6000em;
}


/* @end */

/* @group typography */

strong {
	font-weight: bold;
	color: #fff;
}
a {
	color: #97c726;
}
a:hover {
	text-decoration:  none;
}

p {
	padding: 5px 0px 10px 0px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #bebebe;
}

abbr {
	border-bottom: 1px dotted #333;
}
pre {
	text-align: left;
	background: #262626;
	border: 1px solid #333;
	padding: 5px;
	margin: 5px auto;
	width: 90%;
	font-size: 12px;
	color: #c3dd81;
	line-height: 16px;
}

ul.check {
	list-style-position: inside;
	list-style-type: disc;
}

ul.nocheck {
	list-style-type: none;
}
ul.nocheck li {
	line-height: 20px;
}

h1 {
	font: 20px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #a4c221;
	margin: 10px 0px 0px 0px;
}

h2 {
	font: 18px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #fff;
	border-bottom: 1px solid #333;
	margin: 10px 0px 0px 0px;
}


h3 {
	font: 16px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	color: #ccc;
	border-bottom: 1px solid #333;
	margin: 10px 0px 0px 0px;
}

h4 {
	font: bold 14px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #d0f669;
	margin: 10px 0px 0px 0px;
	border-bottom: 1px dotted #333;
}



/* @end */



/* @group accordian */

#xmlwrap {
	width: 600px;
	margin: 0px auto;
}



#myXml {
	background-color: #2e2e2e;
	color: #97c726;
	padding: 5px;
	border: 1px solid #3e3e3e;
	width: 600px;
	height: 450px;
	overflow: hidden;
	margin-top: 0px;
	font: normal 11px "Courier New", Courier, mono;
}

.toggler {
	color: #fff;
	margin: 0px;
	padding: 4px 5px 4px 24px;
	background: #222 url(../images/acc_arrow_col.png) no-repeat 6px center;
	border-bottom: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
	border-top: 1px solid #272727;
	border-left: 1px solid #1b1b1b;
	cursor: pointer;
	text-transform: uppercase;
	font: normal 11px/14px "Lucida Grande", Lucida, Arial, sans-serif;
}

.toggler.atStart.collapsed {
	padding-left: 24px;
	line-height: 14px;
	background: url(../images/acc_arrow_col.png) no-repeat 6px center;
}
.toggler.atStart.expanded {
	padding-left: 24px;
	line-height: 14px;
	background: url(../images/acc_arrow_exp.png) no-repeat 6px center;
}
 
.element {
 padding-left: 12px;
 background: #242424;
}
 
.element p {
	margin: 0;
	padding: 4px;
}


.toggler span.helper img {
	float: right;
	margin: 0;
	padding: 0;
}
.toggler.atStart.expanded span.helper img {
	display: none;
}

/* @end */

/* @group navbar */

#navbar {
	float: right;
	height: 32px;
	width: 362px;
	margin-right: 8px;
	background: url(../images/nav_bg.png) repeat-x;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}

#navbar .left {
	background: url(../images/nav_l.png) no-repeat;
	width: 14px;
	height: 32px;
	float: left;
}
#navbar .right {
	background: url(../images/nav_r.png) no-repeat;
	width: 14px;
	height: 32px;
	float: right;
}

#navbar ul,#navbar li {
	list-style: none;
	float: left;
	background-repeat: repeat-x;
}

#navbar li a {
	padding: 0px 12px;
	line-height:30px;
	color: #dbdbdb;
	text-decoration: none;
	border-right: 1px solid #2e2e2e;
}
#navbar li a.last {
	border-right: 0px solid #2e2e2e;
	padding-right: 0px;
}
#navbar li a:hover {
	color: #a9c721;
}

/* @end */

