/* DESIGNER'S NOTE: Most of this stylesheet was shamelessly lifted from http://www.crucialwebhost.com/blog/master-stylesheet-the-most-useful-css-technique/ */

/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
	height: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	/*line-height: 8px;*/
}

/***** Common IDs *****/

#wrapper
{
	width: 720px;
	margin: auto;
	margin-bottom: 0px;
	position: relative;
	font-size: 0.687em; /* 16pt > 11pt */
	background-image: url('../images/wrapper-bg.gif');
	background-repeat: repeat-y;
}

#page
{
	width: inherit;
	min-height: 896px;
	padding: 0 40px;
}

#page2
{
	width: inherit;
	padding: 0 40px 10px 40px;
	
}

#bodyContent
{
	width: inherit;
	min-height: 896px;
	padding: 0 0px;
}


#header
{
	width: inherit;
	height: 88px;
	cursor: pointer;
}

#headerColor
{
	width: 672px;
	height: 8px;
	padding: 24px;
}

#headerShadow
{
	vertical-align: top;
}

#logo
{
	position: absolute !important;
	left: 21px;
	width: 184px;
	height: 88px;
	background-image: /**/ url('../images/logo_184x88.png');
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='images/logo_184x88.png', sizingMethod='fixed');
}

#partnerLogo
{
	width: 168px;
	height: 24px;
	position: absolute;
	top: 72px;
	right: 24px;
}

#footer
{
	width: 688px;
	height: 16px;
	padding: 16px;
	text-align: center;
	line-height: 14px;
    font-size: 9px;
}

#footer a
{
    font-size: 11px;
}

.footLinks
{
	font-size: 13px;
	text-decoration: underline;
}

a:link.footLinks
{
	text-decoration: underline;
}

a:hover.footLinks
{
	text-decoration: none;
}

a:visited:hover.footLinks
{
	text-decoration: none;
}

a:visited.footLinks
{
	text-decoration: underline;
}

#footerShadow
{
	vertical-align: text-bottom;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

p
{
	line-height: 16px;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:24px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
font-weight: normal;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input[type="text"], input[type="password"], select, textarea {
font:1em arial, helvetica, sans-serif;
vertical-align: middle;
color: #666;
border: 1px solid #819cb9;
font-size: 1.27em;
}

.textInput /* For IE6 lack of attribute selector support */
{
	font:1em arial, helvetica, sans-serif;
	vertical-align: bottom;
	color: #666;
	border: 1px solid #819cb9;
	font-size: 11px;
	height: 15px;
	border: 1px solid black;
}

textarea {
line-height:1.27em;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 16px 0;
padding:0;
}

table tr td {
padding:2px;
}

/***** Global Classes *****/

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }
.black			{ color:#000; }
.red			{ color:#EE0000; }

.img-left 		{ float:left;margin:4px 8px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 8px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }



.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	margin-bottom:2px;
	margin-top:2px;
	padding-left:2px;
	height:20px;
	font-weight:bold;
	text-decoration: underline;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:500px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
}

.importQueueDetail{
	font-size:0.85em;
}

.importQueueHeaders{
	font-size:0.85em;
	background-color: #f5f0e3;
}

