/* baseRed theme */

.tdSeparator{/*controls separator line between multiple td*/
 background-color: #821010;
}

.tableBorder { /*This handles all the table colours, BG and Border*/
 border-top: 1px solid #821010;
 border-bottom: 1px solid #821010;
 border-right: 1px solid #821010;
 border-left: 1px solid #821010;
}

.tableBorderNoTop {/*controls table borders for no top required*/
 border-top: 0px solid #821010;
 border-bottom: 1px solid #821010;
 border-right: 1px solid #821010;
 border-left: 1px solid #821010;
}

.tableBorderLR{ /*This handles all the table colours, BG and Border*/
 border-top: 0px solid #D9D9D9;
 border-bottom: 0px solid #D9D9D9;
 border-right: 1px solid #821010;
 border-left: 1px solid #821010;
 background-color:#FFFFFF;
}

BODY { /* border colors, IE only*/
 scrollbar-arrow-color:#505050;
 scrollbar-base-color:#FFFFFF;
 scrollbar-shadow-color:#FFFFFF;
 scrollbar-face-color: #ffffff;
 scrollbar-highlight-color:#797979;
 scrollbar-dark-shadow-color:797979;
 scrollbar-3d-light-color:#797979;
 color: #FFFFFF;
 background-color: #ffffff;
}

span.menuRight {/*controls format of right menus text*/
 font-weight: bold;
 text-decoration: none;
 color: #821010;
}

.menuRightBullet {
 background-image: url(/images/uploaded/pima/baseRedBullet.gif);
}

.menuRightRowSelected{/*controls format of right menu text that is selected*/
 font-weight: bold;
 text-decoration: none;
 color: #821010;
 background-color:#821010;
}

.menuRightRow{/*controls format of right menu text that is selected*/
 font-weight: bold;
 text-decoration: none;
 color: #821010;
 background-color:#E8E8E8;
}

.headerImage{/*controls header image for all pages*/
 background-image: url(/images/uploaded/pima/baseRedHeader.gif)
}

.homePreventImage{/*controls home prevent banner*/
 background-image: url(/images/uploaded/pima/baseRedHomePrevent.jpg)
}

.siteBackground{/*controls background image for site*/
 background-image: url(/images/uploaded/pima/baseRedBackground.gif);
}

.moreInfoImage{/*controls "More Info" Image*/
 background-image: url(/images/uploaded/pima/baseRedMoreInfo.gif);
}

.menuRAImage {/*controls format of right menu Risk Assessment*/
 background-image: url(../images/heartAwareButtonSM.gif);
}

.menuAnimationsImage {/* controls format of right menu Animations*/
 background-image: url(/images/uploaded/pima/baseRedAnimationsButton.gif);
}

span.leftMenuText {/* cotrols format of left menu text*/
 font-size: 9pt;
}

span.menuRightText {/*controls format of right menus text*/
 font-weight: bold;
 text-decoration: none;
 color: #821010;
}

span.menuRightTextSelected {/*controls format of right menu text that is selected*/
 font-weight: bold;
 text-decoration: none;
 color: #FFFFFF;
}

a.leftMenu {/*controls format of left menu text*/
 font-size: 8pt;
}

.includeText {/*controls included text spacing within cell*/
 padding: 5px;
}

span.includeTextFormat {/*controls included text font style*/
 color : #000000;
 font-family : Tahoma, Helvetica, Tahoma;
 font-size: 9pt;
}

li.includeTextFormat {/*controls <li> format font style*/
 color : #000000;
 font-family: Tahoma, Helvetica, Tahoma;
 font-size: 9pt;
}

a { /*This handles links*/
 text-decoration :none;
 color: #821010;
}

a:hover { /*controls the hover color for all links*/
 color: #821010;
 text-decoration :underline;
}

span.menuTitleMain {/*controls main heading*/
 font-weight: bold;
 font-size: 9pt;
 color: #821010;
}

span.menuTitle { /*this controls the left menus title section*/
 font-weight: bold;
 color: #000000;
}

span.menuItemsNonSelected {
 font-weight: bold;
 color: #FFFFFF;
}

blockquote, body, p, td, th, ul, ol {
 color : #000000;
 font-family : Tahoma, Helvetica, Tahoma;
 font-size: 9pt;
}