/* CSS Document */
.mainbox {
font-family: arial, helevetica, sans-serif; font-size:9pt; font-weight:bold; 
background-color: #006666; background-image: url(table/bg-vert-strip.jpg); background-position:top left; background-repeat: repeat-x;
text-decoration:none; border:none; min-height:36px; max-height:36px; padding:0px; margin-bottom: 0px;
}

.linkbox { text-align: center; padding-top: 20px; padding-bottom:3px; 
font-family: arial, helevetica, sans-serif; font-size:9pt; font-weight:bold; color: white;}
.linkbox1 { text-align: center; padding-top: 3px; padding-bottom:3px; margin-bottom:2px; background: #00cccc; repeat-x top left; height:14px; 
font-family: arial, helevetica, sans-serif; font-size:8pt; font-weight:normal color: blue; 
}

A:link.b     { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; text-decoration: none; font-weight: bold; padding:0px;}
A:hover.b     { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; text-decoration: underline overline; font-weight: bold; padding:0px;}
A:visited.b     { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #FFFFFF; text-decoration: none; font-weight: bold; padding:0px;}

A:link.c     { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #003333; text-decoration: none; font-weight: normal; padding:0px;}
A:hover.c     { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #003333; text-decoration: underline; font-weight: normal; padding:0px;}
A:visited.c     { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #003333; text-decoration: none; font-weight: normal; padding:0px;}

/*CSS for demo ticker*/

.ajaxticker1{
width: 500px; height: 15px; border: 0px; padding: 1px; position:absolute; left:10px; top:1px; z-index:5; 
font-family:arial, helevetica, sans-serif; font-size:8pt; font-weight:normal; color:yellow;
}

.ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: nil;
}

a:link.ticker { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight: normal; padding:0px;}
a:hove.ticker { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: yellow; text-decoration: none; font-weight: normal; padding:0px;}
a:link.ticker { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: white; text-decoration: none; font-weight: normal; padding:0px;}

.someclass{ //class
}

#popitmenu{
position: absolute;
background-color: white;
border:1px solid black;
font: normal 10px Verdana;
line-height: 14px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}

#dropmenudiv{
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
line-height:14px;
z-index:100; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Verdana; background-color:white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
