


/* this is the title bar for all object shells*/
.titleBar {
background-color: #153F76;
padding:0px;
}


/* the text inside of the title bar */
.titleText {
font-family: verdana,arial,helvetica,sans-serif; 
color: #FFFFFF; 
font-size: 10px; 
font-weight:bold;
text-transform:uppercase;
padding:0px;
}


/* the edit buttons (up,down,edit, ect) before mousover */
.editButtonsNormal {
background-color: #ffffff;
border : thin solid 1px;
border-color: #000000;
cursor: hand;
padding:1px;
}


/* edit buttons on mouseover */
.editButtonsOver {
background-color: #89AF3E;
border : thin solid 1px;
border-color: #000000;
cursor: hand;
padding:1px;
}


/* don't worry about this one */
.editButtonsInvisible{
font-family: verdana,arial,helvetica,sans-serif; 
color: #FFFFFF; 
font-size: 10px; 
padding:1px;
}

/* this will create the border around your object shells */
.shellContentBGcolor {
background-color: #FFFFFF;

}


/* some objects follow this style. keep all options the same if you want */
.shellContentOption2 {
background-color: #FFFBD6;
border : none;
border-color: none;
border-bottom: none;
font-family: verdana,arial,helvetica,sans-serif; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none; 
}

/* another option that some objects follow */
.shellContentOption1 {
background-color: #F0ECF0;
border : none;
border-color: none;
border-bottom: none;
font-family: verdana,arial,helvetica,sans-serif; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none; 
}


/* the main properties for most of the shells' contents */
.shellContent {
background-color: #FFFFFF;
border : none;
border-color: none;
border-bottom: none;
font-family: verdana,arial,helvetica,sans-serif; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none; 
}


/* this is another option that lance created */
.shellGray {
background-color: #F0ECF0;
border : none;
border-color: none;
border-bottom: none;
font-family: verdana,arial,helvetica,sans-serif; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none; 
}



