/* Abstract CSS Definitions */
.support table {
	font-size: 8pt !important;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important;
}

.support td span{
	font-weight: bold;
}

.support_spacer hr {
	height: 1px;
	width: 100%;
	color: Gray;
}
/* Abstract CSS Definitions */

/* Virtual CSS Definitions */

table.support_heading td {
	font-weight: bold;
	font-size: 15pt;
	padding: 5px;
}

table.product_category td {
	font-weight: normal;
	font-size: 10pt;
	padding-left: 6px;
}

table.support_crumb td {
	font-size: 8pt;
	color: Gray;
	padding-left: 5px;
	padding-top: 5px;
}

table.support_crumb a:active, table.support_crumb a:link, table.support_crumb a:visited {
	text-decoration: none;
	color: Gray;
	font-size: 8pt !important;
}

table.support_crumb a:focus, table.support_crumb a:hover {
	text-decoration: underline;
	color: Gray;
	font-size: 8pt !important;
}

table.support_content td {
	padding: 5px;
}

table.support_content a:active, table.support_content a:link, table.support_content a:visited {
	text-decoration: none;
	color: Blue;
	font-size: 8pt !important;
}

table.support_content a:focus, table.support_content a:hover {
	text-decoration: underline;
	color: Blue;
	font-size: 8pt !important;
}

table.support_side td {
	padding: 5px;
	background-color: #F2F2F2;
}

table.support_side a:active, table.support_side a:link, table.support_side a:visited {
	text-decoration: none;
	color: #000000;
	font-size: 8pt !important;
}

table.support_side a:focus, table.support_side a:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 8pt !important;
}

input.support_side, textarea.support_side, select.support_side, button.support_side {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: Black;
   border-style: solid;
	border-width: 1px;
	border-color: Black;
	padding: 1px;
	width: 98%;
}

table.repair_form input,  table.repair_form textarea, table.repair_form select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FFFFFF;
	color: Black;
   border-style: solid;
	border-width: 1px;
	border-color: Gray;
	padding: 1px;
}

table.link_back {
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	text-align: center;
	width: auto;	
}

table.search_box {
	border-style: solid;
	border-width: 1px;
	border-color: Gray;
	text-align: left;
	width: auto;
	background-color: #F2F2F2;
}

input.search_box {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #FFFFFF;
	color: Black;
   border-style: solid;
	border-width: 1px;
	border-color: Black;
	padding: 1px;
}

span.example {
	font-size: 7pt;	
	font-weight: normal !important;
	color: #434343;
}

table.acrobat td {
	padding-left: 5px;
}
/* Virtual CSS Definitions */

input.question_searchbox {
font-family: verdana;
font-size: 8pt;
width: 265px !important;
height: 20px !important;
border: 1px solid #888888;
padding: 3px 0px 0px 0px;
margin-right:3px;
}

.question_search {
border: 1px solid #888888;
font-family: verdana;
font-size: 8pt;
background-color: #EEEEEE;
padding: 7px 7px 7px 7px;
margin-top:12px;
}

.question_search_options {
font-family: verdana;
font-size: 7.5pt;
font-weight: bold;
width:122px;
}

a:link.help{color:#003399; font-family: verdana; font-size: 7.5pt;} 
a:visited.help{color:#003399; font-family: verdana; font-size: 7.5pt;} 
a:hover.help{color:#FF9900; font-size: 7.5pt; text-decoration: underline;}
a:active.help{color:#FF9900; font-size: 7.5pt; text-decoration: underline;} 
