/*****************************************************************
 * Basic HTML Tag Styles
 ****************************************************************/

/* * { margin:0;padding:0;} */

body, td, li, p {
	color: #333333;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
}

body {
	background: url("/images/locker/bg.jpg") #ffffff repeat-x;
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 10px 0 10px 0;
}

img {
	border: none;
}

a {
	color: #434B58;
	text-decoration: underline;
}

h1 {
	color: #9db800;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	text-transform:uppercase;
}

h1.headline {
	color: #444B59;
	font-size:40px;
	font-weight:bold;
	margin:0px;
	margin-bottom:20px;
	text-transform:none;
	text-align:center;
}

h1.black {
	color: #000000;
	font-weight:bold;
	margin:10px;
	margin-bottom:0px;
	text-transform:none;
	text-align:left;
}

h2 {
	color:#444B59;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin:0px;
}

h2.black {
	color: #000000;
	font-weight:bold;
	margin:0px;
	margin-bottom:0px;
	text-transform:none;
	text-align:left;
}

h3 {
	color:#434B58;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

h4 {
	font-size: 11px;
	font-style: italic;
	margin: 0px;
}

ul {
	list-style-type:square;
	margin: 10px 0 10px 0;
	padding-left:20px;
}

ol {
	margin: 10px 0 10px 0;
	padding-left:20px;
}

li {
}

hr {
	background-color:#9DB800;
	border:none;
	color:#9DB800;
	height:1px;
	line-height:9px;
}

th {
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

td {
}

iframe {
	border:1px solid #9DA0A7;
}

button {
	background-color: #434B58;
	border: none;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	margin: 4px;
	text-transform:uppercase;
        cursor:pointer;
}

input, select, textarea {
	border: 1px solid #9DA0A7;
	font-size: 10px;
}

optgroup {
	font-style: normal;
	font-size: 10px;
}

input.checkbox {
	border: none;
	padding: 0px;
	margin: 0px;
}

input.radio {
	border: none;
	padding: 0px;
	margin: 0px;
}

blockquote {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

/*****************************************************************
 * Styling for documentation pages
 ****************************************************************/

div.documentation h1 {
    margin: 0px 0 5px 0;
}

div.documentation h2 {
    margin: 10px 0 5px 0;
}

div.documentation h3 {
    margin: 10px 0 5px 0;
}

div.documentation h4 {
    margin: 10px 0 3px 0;
    font-style: normal;
}

div.documentation h5 {
    margin: 10px 0 3px 0;
    font-size: 11px;
    font-style: italic;
}

div.documentation div.toc ol li {
    list-style-type: upper-roman;
}

div.documentation div.toc ol li ol li {
    list-style-type: upper-alpha;
}

div.documentation div.toc ol li ol li ol li {
    list-style-type: decimal;
}

div.documentation ul {
	list-style-type:square;
	margin: 0;
	padding-left:20px;
}
div.documentation ul li ul{
	list-style-type:square;
	margin: 0;
	padding-left:15px;
}

div.documentation pre {
    background: #f7f7f7;
    border: 1px solid #d7d7d7;
    margin: 1em .75em;
    padding: .25em;
    overflow: auto;
    width: 695px;
}

/*****************************************************************
 * Main Template Container Styles
 ****************************************************************/

#page {
	margin: 10px 0px 0px 0px;
	/*text-align: center;*/
}

#header {
	padding: 0px 10px 0px 10px;
}

#header, #header p {
	color: #91A858;
	font-weight: bold;
	font-size: 11px;
}

#header a {
	text-decoration: underline;
}

#loginform {
	background: url("/images/locker/bg_header_login.gif") no-repeat;
	color: #91A858;
	font-weight: bold;
	font-size: 11px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	vertical-align: middle;
	width: 295px;
	height: 64px;
}

#loginform th {
	color:#91A858;
	text-transform:uppercase;
}

#loginform input {
	border:1px solid #CCCCCC;
}

#primarynav {
	padding: 0px 0px 0px 10px;
}

#primarynav td a {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#primarynav td a:hover {
	color: #90a011;
	text-decoration: none;
}

#primarynav th  {
	background-color: #434B58;
}

#primarynav th a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#primarynav th a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	margin: 0px;
	padding: 20px;
	height: 100%;
}

#footer {
	margin: 10px 10px 50px 10px;
}

#footer, #footer td, #footer p {
	color: #9DA0A7;
	font-size: 10px;
}

#footer a {
	color: #9DA0A7;
	text-decoration: none;
}

#footer a:hover {
	color: #90a011;
	text-decoration: none;
}

/*****************************************************************
 * Sub-Page Template Container Styles
 ****************************************************************/

#leftcolumn {
	border-right: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	width: 500px;
	height: 100%;
}

#rightcolumn {
	float: right;
}

/*****************************************************************
 * Pagination Styles
 ****************************************************************/
.pagination {
	font-size:12px;
	text-align:right;
}

.pagination td {
	padding:2px;
}

.pagination a {
}

.pagination a:hover {
}

/*****************************************************************
 * Miscellaneous Styles
 ****************************************************************/
.error {
	color: #FF0000;
	font-size: 11px;
}

.success {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

.required {
	font-weight: bold;
}

.disclaimer {
	color: #999999;
	font-size: 10px;
	font-weight: normal;
}

.samplecode {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	display: block;
	overflow: auto;
	margin: 0px;
	padding: 4px;
}

.external {
	background: url("/images/locker/btn_external.gif") center right no-repeat;
	padding-right: 12px;
}

.download {
	background: url("/images/locker/btn_download.gif") center right no-repeat;
	padding-right: 12px;
}

.more {
	background: url("/images/locker/btn_more.gif") center right no-repeat;
	font-weight: bold;
	padding-right: 18px;
	white-space: nowrap;
}

.tag {
	padding-left: 4px;
	float: right;
}

p.indent {
    padding-left:20px;
    padding-right:30px;
}

span.indent {
    margin: 0 0 10px 0;
    padding: 0 10px;
    display: block;
}

table.boxwithheading th {
    background: url("/images/locker/boxheading_bg.png") repeat-x;
    color: #dedede;
    height: 20px;
    padding-left: 8px;
    letter-spacing: .1em;
}

table.boxwithheading p {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

/* landing page fonts -- bigger and with more spacing */

h1.landingbig {
    color: #000000;
    font-size:26px;
    font-weight:bold;
    margin:0px;
    margin-bottom:10px;
    text-transform:none;
    text-align:left;
}

.landing1 {
    font-size:14px;
    margin-top: 2px;
    margin-bottom: 5px;
}

.landing2 {
    font-size:12px;
    margin-top: 0px;
    margin-bottom: 2px;
}

.landing1 li {
    font-size:14px;
    margin-top: 3px;
    margin-bottom: 15px;
}

.landing2 li {
    font-size:12px;
    margin-top: 3px;
    margin-bottom: 3px;
}

