body {
	margin: 20px;
	padding: 0px;
	background: white;
	font-family: Trebuchet, Sans, Arial, serif;
	font-size: 14px;
	text-align: center;
}

a, a:visited, a:active {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 6px;
}

#nav {
	color: #000;
	border-bottom: 2px solid black;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px ;
}

#nav li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
	font-size: 16px;
	font-weight: bold;
}

#nav a, a.active, a.inactive {
	font: bold 1em;
	border: 2px solid black;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

#nav a.inactive:hover {
	color: #598fa9;
	background: white;
}

#nav a.inactive:visited {
	color: white;
	background: #598fa9;
}

#nav a.inactive:active {
	color: red;
	background: #598fa9;
}


#nav a.active {
	color: #333333;
	background: #f4f3ff;
	border-bottom: 3px solid #f4f3ff; 
}

#nav a.active:hover {
	color: black;
}

#banner {

}

#content {
	text-align: justify;
	background: #f4f3ff;
	padding: 20px;
	border: 2px solid black;
	border-top: none;
    position: relative;
    min-height: 100%;
    height: 100%;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
	margin-top: 1.5em;
}

.code {
	font-size: 10px;
	font-family: Courier, Fixed;
	background: #efefef;
	color: black;
	padding: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.license {
	font-family: Courier, Fixed;
	font-size: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
}

#container {
	width: 800px;
	margin: 0 auto;
}

.uber {
	float: left;
	margin: 1em;
	border: 1px solid black;
}

#module_types {
	font-size: 20px;
}

#module_types li {
	font-size: 20px;
	padding-top: 0.25em;
	display: block;
}

#module-search-box span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #444444;
	padding-left: 25px;
}

#module-search-box input {
/*
    background-image: url(images/spacer.png);
    background-position: 5px;
    background-repeat: no-repeat;
    padding-left: 2em;
    height: 18px;
*/
	padding: 2px 2px 2px 6px;
    border: 1px solid #444;
	background: #eeeeee;
}

#search_results {
	padding-top: 1em;
}

table .itemTitle a,
table .itemTitle a:hover {
    color: #fff;
    background-color: inherit;
    text-decoration: none;
    font-size: 9pt;
}

table .itemDescription {
    background: #EDEDED;
    color: #000;
    padding: 5px;
    border: 1px solid #ccc;
}

table .itemDescription:hover {
    background: #CAE1FF;
    color: #000;
}


table .moduleTitle {
    padding-top: 1em;
	color: black;
}

table .moduleTitle img {
	float: right;
}
table .moduleTitle a {
    color: #444444;
    background-color: inherit;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
	float: left;
}

table .moduleTitle a:hover {
    color: #444444;
    background-color: #faffab;
    font-size: 16px;
	font-weight: bold;
	float: left;	
}

table .moduleDescription {
    background: #EDEDED;
    color: #000;
    padding: 5px;
    border: 1px solid #ccc;
	text-align: justify;
	font-size: 12px;
}

table.moduleInfo tr td {
    
}

p.moduleName {
    color: #444444;
    background-color: inherit;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
	text-align: center;
}

p.moduleError {
    background-color: inherit;
    text-decoration: none;
    font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: red;
}

p.moduleName .moduleVersion {
    font-size: 9px;
}

p.moduleDescription {
    background: #EDEDED;
    color: #000;
    padding: 5px;
    border: 1px solid #ccc;
	text-align: justify;
	font-size: 10pt;
}

.moduleReferences {
	list-style: circle;
}

.moduleTargetsText {
	list-style: circle;
	font-weight: bold;
	background: #333333;
	color: white;
	padding: 0.25em;
}

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

.moduleIcons {
    float: left;
}

th.moduleOptionsHeader {
    background: #ddd;
    color: #000;
    text-transform: uppercase;
	margin-top: 1em;
	margin-bottom: 1em;
}

.item_row_col_a {
	background: white;
	padding: 0.25em;
}

.item_row_col_b {
	background: #eeeeee;
	padding: 0.25em;	
}

.opt_name {
	font-weight: bold;
}

.opt_required {
	color: red;
}

