
* {
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: 945px;
	margin: 0px 0px 0px 0px;
}

.paragraphBody #projectsTable td, .paragraphBody #usersTable td  {
	width: 33.3%;
}

.alinea {
	margin: 7px 0px 0px 0px;
}

#configMapsTable textarea, #configMapsTable 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;
 }

#configMapsTable {
	height: 600px;
}

#configMapsTable select {
	height: 639px;
}

#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;
}

.paragraphBody table, #statsTable {
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
}

.paragraphBody table 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;
}

#usersTable .developerLabel {
	min-width: 106px;
}

#projectsTable .projectLabel {
	min-width: 122px;
}

.siteLabel {
	font-size: 36px;
}

#status {
	height: 21px;
	font-size: 13px;
}

.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;
}



.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;
}

	.ui-tabs .ui-tabs-panel {
		padding: 0;
	
	}
	
	div, div.columns {
	padding: 2px;
	margin: 0;
}

div.column {
	padding: 0;
	width: 25%;
	float: left;
}
div.column select {
	width: 100%;
	border: 1px solid #aaa;
}

div.mode {
	clear: both;
}

div.definition pre {
	width: 100%;
	height: 350px;
	border: 1px solid #aaa;
}

#appColumn, #classColumn, #categoryColumn, #methodColumn { 
	height: 300px;
}

#categoryColumn { 
	height: 270px;
}

#columns select {
	height: 100%;
}

.jstree-default.jstree-focused {
	background-color: white;
}

.ui-tabs .ui-tabs-panel {
	padding: 0;
}

.syntaxhighlighter {
	margin: 0 !important;
}
.appTree {
	height: 100%; 
	overflow: scroll; 
	border: 1px solid #AAAAAA;
	padding: 1px;
}

.selectLink a {
	color: #6C1F88; 
}
