


/* this is the title bar for all object shells*/
.titleBar {
background-color: #B5D2CE;
border : thin solid 1px;
border-color: #B5D2CE;
border-bottom: none;
}


/* the text inside of the title bar */
.titleText {
font-family: arial,verdana,helvetica; 
color: #771FA7; 
font-size: 11px; 
font-weight:bold; 
text-decoration: none; 
}


/* the edit buttons (up,down,edit, ect) before mousover */
.editButtonsNormal {
background-color: #ffffff;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 10px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}


/* edit buttons on mouseover */
.editButtonsOver {
background-color: #7BAEE7;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 10px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}


/* don't worry about this one */
.editButtonsInvisible{
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 10px; 
}

/* 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: arial,verdana,helvetica; 
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: arial,verdana,helvetica; 
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: arial,verdana,helvetica; 
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: arial,verdana,helvetica; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none; 
}


