// GanttPV style sheet - Copyright 2004 by Brian C. Christensen
// 040528 - first version
// 0406?? - revisions by Roy Heath
// 040619 - added textlink style for links in the main text.
// 040830 - adapted for spm by bcc

/* the font styles for the text */

h1, h2, h3, h4 {
clear: both; 
color: #336699;
}

h1 {font-size: 18px;
}

h2 {font-size: 16px;
}

h3 {font-size: 14px;
}

h4 {font-size: 12px;
}

#logo { 
color: #08296B; 
font-size: 30px; 
font-family:times, serif; 
font-weight:normal;
padding: 14px 10px 10px 20px;
background-color: #FFFFFF;
}

#tag {
color: black; 
font-size: 12px; 
font-family: verdana,arial,helvetica,sans-serif; 
font-weight:normal;
padding: 0px 10px 0px 20px; 
background-color: #C6EFF7;
}

/* the link text styles */
a:link {
color:#000000;
// font-weight: bold;
// text-decoration:none;
}

a:visited {
color: #666666;
// text-decoration: none;
}

a:hover {
// color:#cc6600;
}

a.nav:link, a.nav:visited {
color: #ffff66;
font-weight:bold;
// text-decoration:none;
}

a.nav:hover {
// color: #cc6600;
}

a.nav:selected {
// color: #cc6600;
font-weight:bold;
// text-decoration:none;
}

.selected {
// color: #cc6600;
font-weight:bold;
// text-decoration:none;
font-size: 14px;
}

a.outside:link, a.outside:visited {
color: #ffff66;
// text-decoration:none; 
font-weight: normal;
line-height: 24px;
}

a.outside:hover {
// text-decoration:underline;
background-color: transparent;
}

a.textlink:link, a.textlink:visited, a.textlink:hover, a.textlink:selected{
// color: #000000;
font-weight: normal;
// text-decoration:underline; 
}

/* the color and border class selectors */

.maincolor {
background-color: #ffffff;
color:#000000;
}

.seccolor, .seccolorleft, .seccolorright {
background-color: #ffffff;
color:#000000;
}

/*the styles for the  3 content DIVs */
#left {
margin-top: 0px;
margin-left: 10px;
margin-right:2px;
font-size: 12px;
line-height: 14px;
}

#right {
margin-top: 30px;
margin-left: 10px;
margin-right:20px;
font-size: 12px;
line-height: 16px;
}

.rightTopicHeader {
border-bottom:3px solid #cc6600;
font-weight:bold;
}

#main {
padding: 0px 10px 10px 20px;
}

/* the body element styles */

body {
margin: 0;
font-family: arial, sans-serif;
background-color: #ffffff;
font-size: 14px; 
line-height:20px;
}

/* form element styles */

input.submitbutton {
color: #ffffff;
background-color: #993333;
border-top: 2px solid #993333;
border-right: 2px solid #993333;
border-bottom: 2px solid #993333;
border-left: 2px solid #993333;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
height: 20px; 
width: 60px;
vertical-align:middle;
}

input.textbox {
color:#ffffff;
background-color:#666666;
font-family: arial, sans-serif;
font-size: 11px;
border-top: 1px dashed #ffffff;
border-right: 1px dashed #ffffff;
border-bottom: 1px dashed #ffffff;
border-left: 1px dashed #ffffff;
height: 18px;
width: 80px;
vertical-align:middle;
padding:2px 0px 0px 2px;
}

/*the photo strip */
/*
#photo {
background-image: url(images/stripcolor.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}
*/

.footer {
// padding-left: 15%;

}


# OLD SPM style sheet
DIV.head
DIV.menu
DIV.left
DIV.right

TD.this {background="#C6EFF7"}
TD.link {background="#FFFFFF"}
TABLE.frame
TABLE.menu {background="#E0E0E0"}
A.menu {color:black; text-decoration:none; font-weight:normal}
H2.logo {font-size:20pt; color:#08296B; font-weight:normal}
TD.tag {font-size:11pt}
