/** 
 * HTML Definitions
 */
* { font-size: 100%;}

html, body {
	margin: 0;
	padding: 0;
	background-color: #000000;
}

body {  
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF
}

a, a:link, a:visited, a:active { 
	color: #FFFFFF;
	font-weight: bold;
}
a:hover { 
	color: #B8363C;
	font-weight: bold;
}

h1 {
	margin: 0 0 0.6em 0;
	font-size: 1.85em;
	font-weight: normal;
}

h2 {
	margin: 0 0 0.6em 0;
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	margin: 0 0 0.6em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h1 a, h2 a, h3 a {
	text-decoration: none;
}

p {
	margin: 0.8em 0;
}

img, form, fieldset { 
	margin: 0; 
	border: 0; 
	padding: 0;
}

.clear {
	clear: both;
	font-size: 1px;
}

/**
 * Template Layout Definitions
 */
#mainBox {
	margin: 20px auto;
	width: 784px;
	background-image: url("../images/template/backDrop.jpg");
	background-repeat: no-repeat;
}

#navBox {
	padding: 120px 0 70px 15px;
	width: 180px;
}

#contentBox {
	padding: 65px 0 0 10px;
	width: 500px;
}

/**
 * Form Definitions
 */
.default input, .default textarea, .default select {  
	padding: 1px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;

	background-color: #FFFFFF;
	width: 250px;
	border: 1px solid #767676;
}

.default select {
	width: auto;
}

.default textarea { 
	height: 85px;
}

.default .input_radio {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_checkbox {
	width: auto;
	border: none;
	background-color: transparent;
}

.default .input_submit { 
	background-color: #565656;
	font-weight: bold;
	color: #EFEFEF;
	cursor: pointer;
}

.default .input_button { 
	background-color: #565656;
	font-weight: bold;
	color: #EFEFEF;
	cursor: pointer;
}

/** 
 * Table Definitions
 */
.orderingTable {
	width: 100%;
	border: 1px solid #767676;
	border-collapse: collapse; 
	border-spacing: 0px;
	margin-bottom: 10px;
}
.orderingTable td { 
	padding: 4px;
	vertical-align: top;
}
.orderingTable thead th {
	padding: 4px;
	background-color: #565656;
	
	text-align: left;
	font-weight: bold;
	color: #FFFFFF;
}
.orderingTable tfoot td {
}

/**
 * Custom Definitions
 */
.imageBack {
	margin: 0 0 0.6em 0;
	border: 5px solid #676767;
	padding: 5px;
	width: 65px;

	background-color: #FFFFFF;
	text-align: center;
}
.imageMediumBack {
	margin: 10px 0;
	border: 1px solid #767676;
	padding: 8px;
	width: 170px;

	background-color: #565656;
	text-align: center;
}

a.boxButton, a.boxButton:link, a.boxButton:visited, a.boxButton:active { 
	line-height: 1.1em;
	padding: 2px;
	border: 1px solid #FFFFFF;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
}
a.boxButton:hover { 
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}


.status, .error {
	margin-bottom: 10px;
	padding: 6px;
	padding-left: 16px;
	background-image: url("../images/template/rightArrow.gif");
	background-repeat: no-repeat;
	background-position: 8px 10px;

	background-color: #DD0000;
	color: #FFFFFF;
	font-weight: bold;
}

.larger { font-size: 1.1em;}
.smaller { font-size: 0.9em;}

.inactive, .inactive a, .inactive a:link, .inactive a:visited, .inactive a:active { color: #AAAAAA;}
.inactive a:hover { color: #BCBCBC;}

.warning, .warning a, .warning a:link, .warning a:visited, .warning a:active { color: #DD0000;}
.warning a:hover { color: #BCBCBC;}

.ok, .ok a, .ok a:link, .ok a:visited, .ok a:active { color: #00B000;}
.ok a:hover { color: #BCBCBC;}

/**
 * For XStandard
 */
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.indent {
	margin-left: 50px;
}
.left {
	float: left;
}
.center {
	text-align: center;
}
.right {
	float: right;
}
