
/*** General styles ***/
* {
	margin: 0px; 
	padding: 0px;
	float : none !important;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	font-size: 0.69em;
	line-height: 1.25em;
}

/*
div {
	overflow: hidden;
}
*/

ul {
	margin: 10px; 
	padding: 10px;
}

ol {
	margin: 0px 10px 10px 15px; 
	padding: 10px;
}

ul li, ol li {
	list-style-position: outside;
	margin: 0; 
	padding: 0;
	color: #666666;
	display:inline;
	float:left;
}

a:link, 
a:visited, 
a:active {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #ED252A;
	text-decoration: none;
}

img {
	border: none;
}

h1 {
    font-size: 1.27em;
    line-height: 31px;
    color: #ED252A;
    margin: 0;
    font-weight: bold;
}

h2 {
    color: #ED252A;
    font-weight: bold;
    font-size: 1.00em;
}

h3 {
	margin: 0 0 10px 0;
	color: #ED252A;
	font-weight: bold;
	font-size: 1.00em;
}

p {
    text-align: left;
    color: #666666;
    margin: 0 0 10px 0;
}
/*** End of general styles ***/


/*** General classes ***/
.clear {
    clear: both;
}

.align2Elements {
    width: 100%;
    overflow:hidden;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

p.introtext {
    font-weight: bold;
}

img.contentPageImage {
    float: left;
    margin: 0 10px 10px 0;
}

.ValidationSummaryText {
    color: Red;
}

.print {
    float: right;
    margin: 5px;
    width: auto;
}

/*** End of general classes ***/


/*** Table styles ***/
table {
    padding: 2px;
    width: 100%;
}

table caption {
    width: 100%;
    text-align: left;
    padding: 0 0 5px 0;
    font-weight: bold;
}

td {
    padding: 2px;
}

table td.label {
    width: 40%;
}
#zoompanel {
    display:none;
}
/*** Table styles ***/


/*** Form styles ***/

/*** Form styles ***/


/*** General framework ***/
#container {
    position: static;
    top: 0;
}

#container #container_left {
	display:none;
}
/*** End of general framework ***/


/*** Header ***/
#container #container_right #header {
    display:none;
}

.search, .print, .paging, #content_container_right, #footer,
.info a, input, .link
{
    display: none;
}


#content_container_left 
{
    width: auto !important;
}

/* div support_results_tabmenu */

div#support_results_tabmenu ul 

{
    margin: 0 0 10px 0;
    padding: 0;
}

 

div#support_results_tabmenu ul li 

{
    display:inline;
    margin: 0 20px 0 0;
    font-weight: bold;
}


