a.normal{color:#000;text-decoration:none;font-family: arial,verdana,helvetica;font-size: 11px;}
a.normal:visited {color:#000;text-decoration:none}
a.normal:hover {color:##3300cc;text-decoration:none}



/* this is the title bar for all object shells*/
.titleBar {
background-color: #84AFD2;
border : thin solid 1px;
border-color: #84AFD2;
border-bottom: none;
}


/* the text inside of the title bar */
.titleText {
font-family: arial,verdana,helvetica; 
color: #ffffff; 
font-size: 11px; 
font-weight:bold; 
text-decoration: none; 
}


/* the edit buttons (up,down,edit, ect) before mousover */
.editButtonsNormal {

cursor: hand;
}


/* edit buttons on mouseover */
.editButtonsOver {

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: #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; 
}


/* 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; 
}



