



/* basic WebX CSS */
a.none { /* for anchor links only */
background:transparent;
} 

a:link {
font-weight: bold;
text-decoration:none;
color: #386385;
}

a:visited {
font-weight: bold;
text-decoration:none;
color: #666666;
}

a:active {
font-weight: bold;
text-decoration:underline;
color: #386385;
}

a:hover {
font-weight: bold;
text-decoration:underline;
color: #CC3434;
}


small {
font-size:.9em;
}

big {
font-size: 1.1em;
}

address, b, big, blink, blockquote, body, center, cite, dir, dl, div, em, h1, h2, h3, h4, h5, h6, i, legend, listing, menu, object, ol, p, s, server, small, span, strike, strong, sub, sup, table, td, th, u, ul, li, var, xmp {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body,p,ul,li,td, th { 
font-size: 12px;
color: black;
}

p, ul, li, img {
background:transparent;
}

.2 {
font-size: .85em;
}

.text {
font-size: 12px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

code, kbd, pre, samp, tt,form,input,textarea {
font-family: Courier, "Courier New", Monaco, monospace;
font-size: 12px;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.7em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

.size1 {
font-size: .85em;
}

.size2 {
font-size: .9em;
}

.size3 {
font-size: 1em;
}

.size4 {
font-size: 1.2em;
}

.size5 {
font-size: 1.5em;
}

.size6 {
font-size: 2em;
}

h3.subtitle{
font-style:italic;
color: #666666;
}

.treeTitle {
font-weight: bold;
}

.pathTitle { /* at top of page */
color: #444444;
}

.backpath {
font-weight:bold;
}

.mlMsg {  }

div.mlMsg blockquote { /* for blockquotes (quoting another msg) in messages */
font-style:italic;
display: inline;
} 

.nonbold {
font-size: .9em;
}

.red {
color:red;
}

.alert {
color:red; 
font-weight: bold;
}

.preparedFor {
background:  #ffffff;}

div.margins {
margin: .5em;
}













.topCell p {
color: #000000;
}









	

.wcmsEditLinks { font-size: .9em; background: yellow; color: black; border: 1px solid black; width: 5em; }

.hideWcmsEditLinks { font-size: .9em; background: yellow; color: black; border: 1px solid black; width: 15em; }


div.formSection {
border-top: 1px solid #F7F7F7;
border-left: 5px solid #F7F7F7;
border-right: 5px solid #F7F7F7;
border-bottom: 4px solid #F7F7F7;
padding: 10px;
margin:0;
}
div.formSectionBegin {
border:0;
border-top: 4px solid #F7F7F7;
margin:0;
padding:0;
}
h1.formSectionHeading {
font-size: 40px;
color:#f7f7f7;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: normal;
margin:0;
padding:0;
}
span.formSectionTitle {
font-size: 26px;
}


/* Content Management Styles */
.defaultContentBoxBorder {
border: 1px dotted silver; margin-bottom: 15px; 
}

.defaultContentBoxHead {
background: #d2d7da; color: black; font-weight: bold; padding: 2px;
}

.defaultContentBoxContent {
padding: 2px; background: #FFF;
}

.contentBoxHeadCenter {
background: #CC3434; color: white; font-weight: bold; padding: 2px; font-size: 15px;
}

.navContentBoxHead {
background: #386385; color: white; font-weight: bold; padding: 2px;
}

.blobText { font-size: .9em; }
.blobBorder { border: 1px dotted silver; margin-bottom: 10px;}

  
