body { /* These styles affect what is "outside the paper" */
/* background-image:url(images/IMAGE.JPG) */ /* change IMAGE.JPG to the image name */
/* background-position: top left */ /* positions bg image to top left of page */
background-repeat: repeat-x; /* repeats background horizontally */
background-color: #FFFFFF;
margin-top: 0px;
margin-bottom: 0px;
}
td {
font-family: Verdena, Arial, sans-serif;
font-size: 13px;
color: #000000;
}
.leftbox{
font-family: Verdena, Arial, sans-serif;
font-size: 12px;
color: #fff;
line-height:14px;
}
/* To add a background image to the content area of these pages, put the
image into the skins/images directory. Then, remove the comment tags
around the "background-image" style below and adjust the url to match
the name of the image in the image directory.
*/
.homepage { /* This is used to adjust styles for the home page main layout */
/* background-image:url(images/IMAGE.JPG) */
}
.content { /* This is used to adjust the styles for all other pages */
/* background-image:url(images/IMAGE.JPG) */
padding-left: 35px ;
padding-top: 15px ;
padding-right: 35px ;
padding-bottom: 25px ;
}
/* Here is where you adjust the styles for the
's for the main body.
Just like above, the homepage has a different set of styles.
*/
/* Use these styles to adjust the padding/spacing. I just added the 5px for example.
Feel free to remove. */
.homepage td {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
.content td {
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* NAVIGATION STYLES */
#navigation {
font-family: Verdena, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
background-color: #888566;
color: #FFFFFF;
}
#navigation * {
white-space: nowrap;
}
#navigation .navitem {
float: left;
}
#navigation .navitem a {
color: #FFFFFF;
text-decoration: none;
display: block;
padding: 6px;
}
#navigation .navitem a:hover {
background-color: #730007;
color: yellow;
padding: 6px;
}
.topnav {
color: #FFFFFF;
text-decoration: none;
font-family: Verdena, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
word-spacing: 0px;
text-transform: uppercase;
}
.topnav A {
text-decoration: none;
color: white;
}
.topnav A:link {
text-decoration: none;
color: white;
}
.topnav A:visited {
text-decoration: none;
color: white;
}
.topnav A:hover {
text-decoration: none;
color: yellow;
}
A {
text-decoration: underline;
color: blue;
}
A:link {
text-decoration: underline;
color: blue;
}
A:visited {
text-decoration: underline;
color: blue;
}
A:hover {
text-decoration: underline;
color: red;
}
.header {
BACKGROUND: #;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #b3b3b3 1px solid;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #b3b3b3 1px solid;
color: yellow;
text-align:center;
FONT-WEIGHT: bold;
font-size: 10px;
}
.header A {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
.header A:link {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
.header A:visited {
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
}
.header A:hover {
text-decoration: none;
color: #FC0;
font-weight: bold;
}
.topnav {
color: #FFFFFF;
text-decoration: none;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
word-spacing: 0px;
text-transform: uppercase;
}
.topnav A {
text-decoration: none;
color: white;
}
.topnav A:link {
text-decoration: none;
color: white;
}
.topnav A:visited {
text-decoration: none;
color: white;
}
.topnav A:hover {
text-decoration: none;
color: yellow;
}
.topnav2 {
color: #000000;
text-decoration: none;
font-family: Verdana;
font-size: 10px;
font-weight: bold;
word-spacing: 0px;
text-transform: uppercase;
}
.topnav2 A {
text-decoration: none;
color: 000000;
}
.topnav2 A:link {
text-decoration: none;
color: 000000;
}
.topnav2 A:visited {
text-decoration: none;
color: 000000;
}
.topnav2 A:hover {
text-decoration: none;
color: red;
}
.topnav3 {
color: #FFFFFF;
text-decoration: none;
font-family: Verdena, Arial, sans-serif;
font-size: 9px;
font-weight: bold;
word-spacing: 0px;
text-transform: uppercase;
}
.topnav3 A {
text-decoration: none;
color: white;
}
.topnav3 A:link {
text-decoration: none;
color: white;
}
.topnav3 A:visited {
text-decoration: none;
color: white;
}
.topnav3 A:hover {
text-decoration: none;
color: yellow;
}
.oddrow {
BACKGROUND: #4d4d4d;
font-size: 10px;
BORDER-BOTTOM: #000000 1px solid;
}
.evenrow
{
BACKGROUND: #333333;
font-size: 10px;
BORDER-BOTTOM: #000000 1px solid;
}
.alert
{
color:red ;
}
.formdesc {
text-align:right;
FONT-WEIGHT: bold;
BORDER-BOTTOM: #000000 1px solid;
color:;
}
.bluem {
text-align:right;
FONT-WEIGHT: bold;
color:;
}
.forminput {
FONT-WEIGHT: bold;
BORDER-BOTTOM: #000000 1px solid;
}
.formtable {
FONT-WEIGHT: bold;
BORDER-BOTTOM: #000000 1px solid;
BACKGROUND: #b3b3b3;
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
}
.infobox {
padding-left: 15px ;
padding-top: 15px ;
padding-right: 15px ;
padding-bottom: 15px ;
BORDER-BOTTOM: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 1px solid;
BORDER-RIGHT: #CCCCCC 1px solid;
BORDER-TOP: #CCCCCC 1px solid;
}
.infobox A {
text-decoration: underline;
color: #FAD971;
}
.infobox A:link {
text-decoration: underline;
color: #FAD971;
}
.infobox A:visited {
text-decoration: underline;
color: #FAD971;
}
.infobox A:hover {
text-decoration: underline;
color: #CCCCCC;
}
.infobox3 {
color: #000000;
font-family: Verdena, Arial, sans-serif;
font-size: 11px;
padding-left: 1px ;
padding-top: 1px ;
padding-right: 1px ;
padding-bottom: 1px ;
BORDER-BOTTOM: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 1px solid;
BORDER-RIGHT: #CCCCCC 1px solid;
BORDER-TOP: #CCCCCC 1px solid;
}
.orangebox {
color: #000000;
font-family: Verdena, Arial, sans-serif;
font-size: 12px;
padding-left: 15px ;
padding-right: 15px ;
padding-bottom: 15px ;
line-height:18px;
}
.orangebox A {
text-decoration: none;
color: #FFFFFF;
}
.orangebox A:link {
text-decoration: none;
color: #FFFFFF;
}
.orangebox A:visited {
text-decoration: none;
color: #FFFFFF;
}
.orangebox A:hover {
text-decoration: none;
color: red;
}
.featured {
color: #FFFFFF;
font-family: Verdena, Arial, sans-serif;
font-size: 11px;
padding-left: 2px ;
padding-right: 2px ;
padding-bottom: 2px ;
line-height:15px;
}
.featured A {
text-decoration: none;
color: #FFFFFF;
}
.featured A:link {
text-decoration: none;
color: #FFFFFF;
}
.featured A:visited {
text-decoration: none;
color: #FFFFFF;
}
.featured A:hover {
text-decoration: none;
color: orange;
}
.maincontent {
padding-left: 15px ;
padding-top: 15px ;
padding-right: 15px ;
padding-bottom: 15px ;
}
.black_border {
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
}
.frame {
BORDER-BOTTOM: #FFFFFF 1px solid;
BORDER-LEFT: #FFFFFF 1px solid;
BORDER-RIGHT: #FFFFFF 1px solid;
BORDER-TOP: #FFFFFF 1px solid;
}
.picframe {
BORDER-BOTTOM: #000000 1px solid;
BORDER-LEFT: #000000 1px solid;
BORDER-RIGHT: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
}
.framewhite {
BORDER-BOTTOM: #FFFFFF 1px solid;
BORDER-LEFT: #FFFFFF 1px solid;
BORDER-RIGHT: #FFFFFF 1px solid;
BORDER-TOP: #FFFFFF 1px solid;
}
.frametemplate {
BORDER-BOTTOM: #cccccc 1px solid;
BORDER-LEFT: #cccccc 1px solid;
BORDER-RIGHT: #cccccc 1px solid;
}
.caption {
font-family: Verdena, Arial, sans-serif;
font-size: 9px;
}
.link-title {
color: #FFD2BA;
font: 16px verdana;
font-weight: bold;
}
.link-subtitle {
color:;
font-family: Verdena, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
}
.link-catdesc {
color:;
font-family: Verdena, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}
.link-desc {
color:white;
font-family: Verdena, Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}
.title {
color: #4B9FA1;
font: 16px Verdena, Arial, sans-serif;
font-weight: bold;
}
.titleb {
color: #000000;
font: 14px Verdena, Arial, sans-serif;
font-weight: bold;
}
.title2 {
color: #FFFFFF;
font: 16px Verdena, Arial, sans-serif;
font-weight: bold;
}
.subtitle {
color:;
font-family: Verdena, Arial, sans-serif;
font-size: 13px;
font-weight: bold;
}
.indextitle {
color: #B83A3D;
font: 14px Verdena, Arial, sans-serif;
font-weight: bold;
}
.leftnav {
background-color: #;
}
.line_below
{
BORDER-BOTTOM: #000000 1px solid;
font: 11px arial;
}
.navbarheader {
font: 14px arial;
color: gold;
text-indent: 5px;
text-decoration: none;
BORDER-BOTTOM: #000000 1px solid;
BORDER-TOP: #000000 1px solid;
background-color: #000000;
padding-left: 5px ;
padding-right: 5px ;
padding-bottom: 8px ;
padding-top: 8px ;
font-weight: bold;
}
.navbar {
font: 13px Verdena, Arial, sans-serif;
color: #FFFFFF;
text-decoration: none;
BORDER-BOTTOM: #CCCCCC 1px solid;
background-color: #;
padding-left: 10px ;
padding-right: px ;
padding-bottom: 5px ;
padding-top: 5px ;
font-weight: bold;
}
.navbar A {
text-decoration: none;
color: #FAD971;
}
.navbar A:link {
text-decoration: none;
color: #FAD971;
}
.navbar A:visited {
text-decoration: none;
color: #FAD971;
}
.navbar A:hover {
text-decoration: none;
color: #FFFFFF;
}
.mainnav {
background-color: #000099;
}
.onwhite {
color: #345290;
font: 12px Verdena, Arial, sans-serif;
}
.adminnav {
font: 11px Verdena, Arial, sans-serif;
color: blue;
font-weight: bold
}
.adminnav A {
text-decoration: underline;
color: blue;
}
.adminnav A:link {
text-decoration: underline;
color: blue;
}
.adminnav A:visited {
text-decoration: underline;
color: blue;
}
.adminnav A:hover {
text-decoration: underline;
color: red;
}
.copyright {
font-family: Verdena, Arial, sans-serif;
color: #F7DA02;
font-size: 9px;
}
.copyright A {
text-decoration: none;
color: #F7DA02;
}
.copyright A:link {
text-decoration: none;
color: #F7DA02;
}
.copyright A:visited {
text-decoration: none;
color: #F7DA02;
}
.copyright A:hover {
text-decoration: none;
color: red;
}
.box {
font: 14px Verdena, Arial, sans-serif;
color: #345290;
line-height: 18px;
padding-left: 8px ;
padding-right: 8px ;
padding-bottom: 8px ;
padding-top: 8px ;
}
.box2 {
font: 12px Verdena, Arial, sans-serif;
color: #020167;
font-weight: bold;
line-height: 15px;
background-color: #E4E4E4;
padding-left: 8px ;
padding-right: 8px ;
padding-bottom: 8px ;
padding-top: 8px ;
BORDER-BOTTOM: #CCCCCC 1px solid;
BORDER-TOP: #CCCCCC 1px solid;
BORDER-RIGHT: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 1px solid;
}
.box3 {
font: 12px Verdena, Arial, sans-serif;
color: #020167;
font-weight: bold;
line-height: 15px;
padding-left: 1px ;
padding-right: 1px ;
padding-bottom: 1px ;
padding-top: 1px ;
BORDER-BOTTOM: #CCCCCC 1px solid;
BORDER-TOP: #CCCCCC 1px solid;
BORDER-RIGHT: #CCCCCC 1px solid;
BORDER-LEFT: #CCCCCC 1px solid;
}
|