/* text style for buttons and link buttons used in the portal admin pages */
.whitelinks     {
color: white;
font-size: 11pt;
font-family:Arial;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.whitelinks:link {
color: white;
font-size: 11pt;
font-family:Arial;
}

A.whitelinks:visited  {
color: white;
font-size: 11pt;
font-family:Arial;
}

A.whitelinks:hover    {
color: white;
font-size: 11pt;
font-family:Arial;
}
    
A.whitelinks:active   {
color: white;
font-size: 11pt;
font-family:Arial;
}

/*** Defaults ***/
* {
    border: 0;
    margin: 0;
    padding: 0;
}
/*** Clearfix ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*** Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
/*** End hide from IE-mac ***/
table, tr, td {
	margin: 0px;
	padding: 0px;
}
/*** Structure ***/
body {
    background: #000000; 
}
#wrapper {
    background: #000000;
    border-left: 2px solid #7D1D02;
    border-right: 2px solid #7D1D02;
    border-top: 17px solid #7D1D02;
    margin: 0 auto 0 auto;
	overflow: auto;
    text-align: left;
    width: 780px;
}
/*** Header ***/
#header {
    background:#000000 url('images/home_common/composers_logo.gif') no-repeat;
    border-bottom: 5px solid #E7E5D3;
    height: 40px;
}
/*** Mast ***/ 
#banner {
    background: #000000 url('images/newhome/banner.jpg') no-repeat;
    float: right;
    height: 151px;
    width: 551px;
} 
/*** Sidebar ***/
#sidebar {
	background: url('images/newhome/side.jpg') no-repeat;
    float: left;
    width: 229px;
	height:500px;
}
/*** Content ***/
#content {
    background: url('images/secondary/bg_shadow_right.gif') repeat-y right;
    border-bottom: 5px solid #FFFFFF;
    float: right;
    width: 534px;
    padding-right: 17px;
    height: 100%;
}
#content #long-flourish {
   background: url('images/secondary/long-cloud.gif') repeat-y; 
   float: right;
   height: 20px;
   margin: 28px 0 0 0;
   width: 402px;
}
#content #top-bar {
    background: url('images/secondary/white_shadow_whole.gif') repeat-y;
    border-left: 5px solid #FFFFFF;
    border-right: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    color: #000000;
    float: right;
    font-size: 1.4em;
    height: 16px;
    margin: 0 0 0 0;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
} 
#content #top-bar div {
   width: 402px;
}
#content #top-bar span {
    color: #82674C;

}
#content #shell {
	background: url('images/secondary/white_shadow_whole_long.gif') repeat-y;
    border-left: 5px solid #FFFFFF;
    border-top: 5px solid #FFFFFF;
    color: #000000;
    float: right;
    margin: 0 0 0 0;
	padding:0 0 0 0;
	width: 529px;
}
#content #inner {    
    border-right: 5px solid #FFFFFF;
    color: #000000;
    float: right;
    margin: 0 0 0 0;
	min-height: 250px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 10px;
} 
/*** Footer ***/
#spacer {
    background: #006699;
    border-bottom: 5px solid #FFFFFF;
    border-left: 5px solid #FFFFFF;
    clear: both;
    float:right;
    height: 11px;
    width: 546px;
}
#riser  {
    background: #000000;
    clear: both;
    height: 25px;
}
#footer {
    background: #7D1D02;
    clear: both;
    height: 40px;
}
/*** Menu ***/ 
#main-menu  {
    background: #000000 url('images/newhome/nav.jpg') no-repeat;
    float: right;
    height: 49px;
    width: 551px;
}
#main-menu div {
	float: right;
	height: 30px;
	padding: 1px 0 0 0;
	width: 458px;
}


/************* Home page menu adjustments ********/
/* These styles override the menu styles on the interior pages to get them lined up correctly on the home page*/

#menu li a {padding: 12px 7px 8px 8px  !important;}
#menu li ul {margin:-1px 0 0 -1px !important;}
#menu li ul a {padding: 4px 5px 2px 7px  !important;}