body, html { 
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    font: 12px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
    height: 100%;
    scrollbar-face-color: ThreeDFace !important;
    scrollbar-shadow-color: ThreeDDarkShadow !important;
    scrollbar-highlight-color: ThreeDHighlight !important;
    scrollbar-3dlight-color: ThreeDLightShadow !important;
    scrollbar-darkshadow-color: ThreeDDarkShadow !important;
    scrollbar-track-color: Scrollbar !important;
    scrollbar-arrow-color: ButtonText !important;
}


body.bodyfluid 
#wrap-a{width: 1000px;}
#wrap-a{width: 99%;}

a.menu_header:link, a.menu_header:visited {
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
}

a.menu_header:hover {
	color: #FFCC16;
	text-decoration: none;
	font-weight: bold;
}



a:hover {
	color: #AB290F; 	
	text-decoration: underline;
	font-weight: normal;
    cursor: hand;
}



table {
    font: 11px/18px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
}

a {
	text-decoration: none;
    color: #0000FF;
    background-color: transparent;
}

a:link, a:visited, a:active {
	color: #003399;
	text-decoration: underline;
	cursor: hand;
}

a:focus {
    outline: thin dotted invert;
}


a.plain {
    text-decoration: none;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    color: Black;
    font: 11px Tahoma,'Trebuchet MS',Arial,Verdana,Helvetica,sans-serif;
    margin-top: 0;
}

h1 {
     font-size: 240%;
}

h2 {
    font-size: 200%;
    font-weight: 600;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

ul {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    padding :0;
}

ol { 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
    padding :0;
}

fieldset {
    border: 1px solid #94ABD7;
    padding: 0 8px 8px 8px;
}

legend {
	margin-bottom: 8px;
    font-weight: bold;
}


form {
	margin: 0;
    border: none;
    display: inline;
}

textarea {
    font: normal 11px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
    border: 1px solid #999999;  
    color: #333333;
    background-color: white;
    padding: 2px;
    overflow:auto;
}

textarea.code {
    font: normal 12px "Courier New",Courier,monospace;
    border: 1px solid #999999;  
    color: #333333;
    background-color: white;
    padding: 2px;
}

input {
    font: normal 11px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
    border-top: 1px solid #DEDEDE;  
    border-bottom: 1px solid #999999;  
    border-left: 1px solid #DEDEDE;  
    border-right: 1px solid #999999;  
    color: #333333;
	padding: 2px;
}

select {
    font: normal 11px Tahoma,'Trebuchet MS',Verdana,Helvetica,Arial,sans-serif;
    border: 1px solid #333333;
}

.button2 {
  color: #c64934;
  font-family: Helvetica,Tahoma,Arial,sans-serif;
  font-size: 11px;
  font-weight: bold;
  border:solid 1px #cccccc;
  background: url(ims/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

table.price {  border:solid 1px #cccccc; width:100%; }
tr.price_header {	color: #fff; background-color : #7a8cbb;font-weight: bold;}
td.price_header {	color: #fff; background-color : #7a8cbb;font-weight: bold;}
tr.price {  border:solid 1px #cccccc; background-color : #ffffff;}
td.price {background-color : #ffffff;}
tr.price2 {  border:solid 1px #cccccc; background-color : #cde5fa;}
td.price2 {background-color : #cde5fa;}

table.price {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
td.price {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
