
* {
margin: 0;
}

html {
	height: 100%;
}

body { 
	font: 13px/1.7em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	background-color: #E5E5E5;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; /* the bottom margin is the negative value of the height of the footer */
}

.heading {
	padding: 10px 5px 5px 5px;
	background-color: #6C1F88;
	color: #FFFFFF;
}

.menu {
	padding: 5px;
	background-color: #DCE8DC;
	color: #C878A8;
	font-size: 12px;
}

.main {
	padding: 5px;
}

.chapter {
	margin: 0px 0px 5px 0px;
}

.paragraphTitle {
	margin: 10px 0px 0px 0px;
}

.paragraphBody {
	width: 675px;
	margin: 0px 0px 0px 0px;
}

.alinea {
	margin: 7px 0px 0px 0px;
}

#configMapsTable {
	height: 600px;
}

#configMapsTable select {
	height: 577px;
}

#configurationMapNames {
	width: 300px;
}

#configurationMapBox {
	padding: 0;
}

#configMapTable {
	border: hidden;
	padding: 0;
}

#versionsBox {
	width: 210px;
}

#applicationsBox {
	width: 400px;
}

#versions select, #applications select {
	height: 145px;
}

#configEx select, #reqMaps select {
	height: 75px;
}

#usersTable, #projectsTable, #statsTable {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
}

#usersTable td, #projectsTable td, #statsTable td {
	font-size: 12px;
	padding: 0px;
	border: none;
}

.help table, .help td { 
	border: none;
}

.help th { 
	text-align:left;
}

.userNameRow td, .projectNameRow td {
	height: 40px;
	vertical-align: bottom;
	cellpadding: 0px;
	margin: 0px;
	font-weight: bold;
}

.projectsTableLabel {
	width: 107px;
}

.siteLabel {
	font-size: 36px;
}

.betaLabel {
	font-size: 10px;
}

.sloganLabel {
	font-size: 16px;
}

.push {
	height: 22px; /* .push must be the same height as .footer */
}

.footer {
	height: 22px; /* .push must be the same height as .footer */
	text-align: center;
	font-size:10px;
	clear: both;
	height: 5%;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #6C1F88;
	vertical-align: middle;
} 

.missing {
	font-style: italic;
}

.upload {
	font-size: 12px;
}

h1 {
	font-weight: bold;
	font-size: 24px;
}
	
h2 {
	font-weight: bold;
	font-size:  18px;
}

h3 {
	font-weight: bold;
	font-size: 14px;
}

h4 {
	font-weight: bold;
}

a {
	outline: none;
}

a:link, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
	margin: 0px 0px -1px 0px;
}

table { 
	border: 1px solid #336699;
	font-size: 14px;
}

.disabledLink {
	color: #C0C0C0;
} 

td {
	padding: 3px;
	vertical-align: top;
	border: 1px solid #336699;
}

tr {
	border: 1px solid #336699;
}

textarea, select {
	padding: 1px;
	font: 14px/1.2em "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	border: 1px solid #336699;
	font-size: 12px;
	width: 100%;
	height: 120px;
 }

.selectLabel {
	font-size: 13px;
	float: left;
}

.selectLink {
	font-size: 13px;
	float: right;
}

file {
	width: 300px;
}

label {
	font-size: 13px;
}

.wikiText { 
	width:675px;
}

.wikiText table, .wikiText td { 
	border:0;
}

.wikiHeading { 
	font-size:18px;
	font-weight:bold;
}


