/*
IE Style Sheet For djxmmx.net

DJXMMX Ltd.
*/

/* #### Body Styles #### */

BODY {
	font-family: helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

BODY.djxmmx {
	font-family: helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: url('/content/bluewhite-bg.png') repeat-x top left;
}

/* #### Table Styles #### */

TABLE {
}

TABLE.djxmmx {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background-color: #FFFFFF;
	padding: 5px;
}

/* #### Line Break Styles #### */

BR {
	line-height: 10px;
}

BR.clearboth {
	clear: both;
}

/* #### Bold Styles #### */

B {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

/* #### Ordered List Styles #### */

OL {
	list-style-type: decimal;
}

/* #### Unordered List Styles #### */

UL {
	list-style-type: disc;
	margin-top: 0px;
}

UL.lower-roman {
	list-style-type: lower-roman;
}

UL.nomarks {
	list-style-type: none;
}

/* #### List Item Styles #### */

LI {
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
}

LI.close {
	padding: 1px;
}

LI.indent {
	list-style-position: inside;
}

LI.nomarks {
	list-style: none;
}

/* #### Block Quote Styles #### */

BLOCKQUOTE {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* #### Paragraph Styles #### */

P {
	margin-top: 5px;
	margin-bottom: 5px;
}

P.breadcrumbs-bar {
	font-size: 12pt;
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* #### Table Cell Styles #### */

TD {
	border: none;
}

TD.border {
	border-style: solid;
	border-width: thin;
}

/* #### Preformated Text Styles #### */

PRE {
	font-family: "courier new", courier, monospace;
}

PRE.normal {
}

/* #### Division Styles #### */

DIV {
}

/* #### Span Styles #### */

SPAN {

}

/* #### Anchor Styles #### */

A {
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

A IMG {
	border: none;
	text-decoration: none;
}

A.white-on-black {
	background-color: #000000;
	color: #FFFFFF;
}

A:Visited.white-on-black {
	color: #810081;
}

A.breadcrums-bar {
	font-size: 12pt;
	color: #FFFFFF;
}

A:Active.breadcrums-bar {
	text-decoration: underline;
}

A:Hover.breadcrums-bar {
	text-decoration: underline;
}

/* #### Horizontal Rule Styles #### */

HR.white {
	border: 0px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
}

HR.black {
	border: 0px;
	color: #000000;
	background-color: #000000;
	height: 2px;
}

/* #### Header Styles #### */

H1 {
	font-size: 19pt;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 8px;
	margin-bottom: 8px;
}

H2 {
	font-size: 16pt;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 8px;
	margin-bottom: 8px;
}

H3 {
	font-size: 14pt;
	font-weight: normal;
	text-decoration: underline;
	margin-top: 8px;
	margin-bottom: 8px;
}

H4 {
	font-size: 12pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* #### Form Styles #### */

FORM {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

/* #### Input Styles #### */

INPUT {
	vertical-align: middle;
	font-size: 10pt;
}

INPUT[type="text"],
INPUT[type="password"]
{
	border-width: 2px;
	border-style: inset;
}

INPUT.djxmmx {
	height: 25px;
	padding-bottom: 4px;
	border-style: none;
	background-image: url('/content/buttons/djxmmx.png');
	border-style: solid;
	border-color: #DDDDDD;
	border-width: 2px;
}

INPUT[type="button"]:Hover.djxmmx,
INPUT[type="submit"]:Hover.djxmmx,
INPUT[type="reset"]:Hover.djxmmx
{
	border-style: groove;
	border-color: #0033FF;
	border-width: 2px;
}

/* #### Select Input Styles #### */

SELECT {
	border-width: thin;
}

/* #### Option Input Styles #### */

OPTION {
	border-width: thin;
}

/* #### Text Area Input Styles #### */

TEXTAREA {
	border-width: 2.04px;
	border-style: inset;
}

/* #### Drop Shadow Styles #### */

.drop-shadow {
	float: left;
	background: url('/content/shadow-alpha.png') no-repeat bottom right !important;
	background: url('/content/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.drop-shadow IMG {
	display: block;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #A9A9A9;
	margin: -6px 6px 6px -6px;
}

/* #### Misc Style Classes #### */

.error {
	color: #A00000;
}

.caution {
	color: #CCCC00;
}

.success {
	color: #347C17;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.small {
	font-size: 7pt;
}

.medium {
	font-size: 12pt;
}

.large {
	font-size: 14pt;
}

.h1 {
	font-size: 19pt;
	font-weight: normal;
}

.h2 {
	font-size: 16pt;
	font-weight: bold;
}

.h3 {
	font-size: 14pt;
	font-weight: normal;
}

.h4 {
	font-size: 12pt;
	font-weight: bold;
}

.nowrap {
	white-space: nowrap;
}

/*
Last Modified: February 17, 2011 (02/17/11)
*/