/* CSS Document

   If you are modifying this stylesheet for a new skin, this file
   should ONLY include the classes that you intend to modify. The
   portal uses the 'cascade' feature of CSS to allow your stylesheet
   to inherit the styles from the parent (or base) skin.
*/



body {
	background: #000;
	padding: 10px;
        background-image: url("/public/composer_back.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        background-color: black;
}

#pageEnclosure {
	border: 1px solid white;
	background-color: white;
	padding: 0;
}

#header, .header {
	background-color:#fa1;
	color: white;
}

#header h1, #header h1 a {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #eee;
}

#topnav {
	position: relative;

	border-top: 1px solid #333;
 	border-bottom: 1px solid #333;
	background-image: none;
	background-color: #c51;
	padding: 3px 20px 3px 30px;
}

#topnav a {
	color: #fff;
	background: transparent;
	border-right: 1px solid #333;
	padding: 3px 8px;
	font-weight: normal;
	font-size: 11px;
}

#topnav a:hover {
	color: #fff;
	background: #a30;
	border-right: 1px solid #333;
}

#topnav a.firsta {
	border-left: 1px solid #ddd;
}

#navcont {
	width: 120px;
	height: 100%;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ccc;
	background-color: white;
}

#navmenu {
	border-top: 1px solid #ddd;
}

DIV.navmenu {
	border-bottom: 1px solid #eec;
	background-image: url("../images/arrow_bullet.gif");
	background-position: left;
	background-repeat: no-repeat;
	background-color: transparent;
	padding-left: 15px;
	margin-left: 10px;
	text-align: left;
}

a.navmenu {
	color: #543;
	font-size: 11px;
	font-weight: normal;
}

a.navmenu:hover {
	color: #c51;
}



#maincont {
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 50px 10px;

	color: #444;
	background-color: white;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	
	text-align: left;
}


#sidebar {
	width:200px;
	height: 100%;
	margin: 0px 0px 10px 10px;
	padding: 0px;
	color: #333;
	background: #ffd;
	border-left: 1px solid #999;
}

#footer, .footer {
	clear: both;
	padding: 3px;
	color: white;
	background-color: #fa2;
	text-align: center;
}

#footer {
	border-top: none;
}

.footer {
	border-top: 1px solid #333;
}

span.info {	
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #000000;
	background: none;
	display: block;
	margin: 0;
	padding: 2px 20px 2px 20px;
	font-weight: normal;
}


h2.section {
	padding: 3px 8px;
	font-size: 14px;
	color: #333;
	background-image: none;
	background-color: #ffd;
	border: 1px solid #bbb;
}

.links_panel, .links_panel A {
	font-size: 8pt;
	color: white;
}

a.text_button, input.text_button, button.text_button, .text_button_disabled, #maincont a.text_button {
	background-color: #fec;
	border: #9999CC 1px solid;
	color: #111188;
}

.text_button_disabled {
	color: #9999FF;
}
