﻿/* CSS Document for ICOP  CD: VDX VSX VX86 VEGA PERIPHERAL LCD */
/* Main INDEX file uses embedded styling */

* { 
  margin: 0; 
  padding: 0; 
  line-height: 1.5em; 
} /* Global Reset */

html, body { 
  height: 100%; 
  text-align: center; 
  font-size: 100%;
	font-family: "Trebuchet MS", Arial, sans-serif; 
} /* Body Defaults */

#menu { 
  margin: 10px 0; 
  float: left; 
}

#menu ul { 
  list-style-type: none; 
  position: fixed; 
  right: 10px; 
  top: 100px; 
}

#menu li a { 
  display: block; 
  width: 120px; 
  height: 40px; 
  margin: 5px; 
  font-size: 12px;
	background: url(images/menu_button.png) top left no-repeat;	
  font-weight: bold; 
  color: #FFFFFF; 
  line-height: 40px; 
}

#menu li a:hover, #menu li a.current { 
  background-position: 100% -40px; 
  color: #FFFFFF; 
}

#wrap { 
  width: 730px; 
  padding: 10px; 
  text-align: left; 
  float: left; 
} /* Main Wrap */

#manual, #ossupport { 
  width: 730px; 
} /* Section Divs */

h1, h2, h3, table, p { 
  margin: 10px 0; 
}

td, li, p { 
  font-size: 0.8em 
} /* Reduced font size for readibility */

a { 
  outline: none; 
  text-decoration: none; 
  font-weight: bold; 
  color: #3366CC; 
} /* Default Links */

a:hover { 
  color: #FFBA00; 
} 

ul { 
  margin-left: 2em; 
  margin-top: 5px; 
  margin-bottom: 5px; 
} /* Indents lists */

table { 
  border-collapse: collapse; 
  border-top: 2px solid #999999; 
  border-bottom: 2px solid #999999; 
} /* Default tables */

td, th { 
  padding: 2px; 
}

th { 
  border-bottom: 1px solid #999999; 
  text-transform: uppercase; 
} /* Column/Row headers */

tbody th { 
  font-size: 0.8em; 
  text-align: left; 
  border: none; 
}

.notice { 
  font-weight: bold; 
  color: #FF5A00; 
} /* Styling for important notes */

tr.even { 
  background-color: #CCCCFF; 
} /* Striped lines in tables */

a.logo { 
  display: block; 
  width: 191px; 
  height: 64px; 
  background: url(images/icop.gif) top left no-repeat;
	margin: 10px; 
  position: fixed; 
  right: 10px; 
  top: 10px; 
}

a.logo span { 
  visibility: hidden;
}

.supportheader { 
  list-style-type: circle; 
  font-weight: bold; 
}

