body {
	margin: 0;
	padding: 0;
	background-color:#eee;
	color:#000;
	text-align:left;
	font-size:1em;
	font-family:Verdana,Arial,sans-serif;
}

.page {
	padding:20px;
	width:75%;
	min-width:600px;
	margin:30px auto;
	border:4px solid #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:#fafafa;
	overflow:hidden;

}

.doNotShow {
	display:none;
}

/* Hyperlinks */
a, a:visited {
	color:#007;
	text-decoration:none;
}

a:hover, a:visited:hover {
	color:#008c00;
	border-bottom: 1px dotted #008c00;
}

/**
 *  *  *  * Fonts
 *   *   *   */
h1 {
	text-align:center;
	font-family:Cambria,Georgia,serif;
	font-weight:normal;
	font-size:2.5em;
	color:#333;
	margin:0;
}
 
h2 {
	font-family:Cambria,Georgia,serif;
	font-size:1.8em;
	font-weight:normal;
	color:#007;
	text-align:left;
	padding:0;
	margin:0 0 10px 0;
}

h3 {
	font-family:Georgia,Times,serif;
	font-size: 22px;
	font-weight:normal;
	color:#060;
	margin:20px 0 10px 0;
}

h4 {
	font:normal 18px Georgia,serif;
	margin:10px 0;
	color:#a00;
}

.small {
	font-size:8pt;
}

.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#c00;
}

pre {
	font:normal 0.8em 'Courier New', monospace;
}

/**
 *  *  *  * Header for the title and logos
 *   *   *   */
.header {
	width:75%;
	position:relative;
	padding:0;
	display:block;
	margin:20px auto;
	min-width:600px;
}

/**
 *  *  *  * Main content cell
 *   *   *   */
#content {
	width:auto;
	margin-left:160px;
	position:relative;
	display:block;
	padding:2px;
	min-height:200px;
	height:100% !important;
	height:200px;
}

.page p, .page ul {
	font-size:0.8em;
}

.page ul {
	list-style:none;
	padding:0;
	margin:5px 0;
}

/**
 *  *  *  * Navigation
 *   *   *   */
.leftMenuBar {
	width:150px;
	float:left;
	margin-top:10px;
}

.menuBar ul {
	margin:0;
	padding:0;
}

.menuBar ul li {
	list-style:none;
}

.menuBar ul li a, .menuBar ul li a:visited {
	display:block;
	color:#777;
	padding:6px;
}

.menuBar #selected ul li a {
	color:#ff7400;
}

.menuBar ul li a:hover, .menuBar ul li a:visited:hover {
	text-decoration:none;
	color:#fff;
	background:#333;
	border:0;
}

/**
 *  *  *  * Latest compositions
 *   *   *   */

#latestComp {
	width:400px;
	margin:auto;
	background-color:#ffe;
	border:1px solid #d01f3c;
	padding:2px;
}

#latestComp h3 {
	margin: 15px 0;
}

#latestComp p {
	margin: 5px 0;
}

img {
	border:0;
	font:normal 10px Arial,sans-serif;
}

/* Tables */
.center {
	margin:auto;
	width:600px;
}

th {
	text-align:left;
	vertical-align:top;
	border-spacing:1px;
}

th.big {
	vertical-align:middle;
}

td {
    border:0;
	font-family:verdana,Sans-serif;
	font-size:10pt;
	color:#000;
	border-spacing:1px;
}

/* For input buttons */
.gButton {
	font-family:Verdana,Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:#0a0;
}

.rButton {
	font-family:Verdana,Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:#a00;
}

.bButton {
	font-family:Verdana,Sans-Serif;
	font-size:8pt;
	font-weight:bold;
	color:#00a;
}

.button {
	font-family:Verdana,Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	color:#070;
}

/* For fields */
.blank {
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
}

.configInput {
    border: 1px #000 solid;
    background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
	width:400px;
}

.bigInput {
	font-size:18px;
	border:1px solid #000;
	font-family:sans-serif;
}

.input {
    border: 1px #000 solid;
    background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
}

textarea {
	font-family:'Courier New',monospace;
	font-size: 10pt;
	border:1px solid #000;
	color:#000;
}

select {
	border:1px solid #000;
	color:#000;
	width:130px;
	font-family:Verdana,sans-serif;
}

