body td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; } li { padding-left:0px; } .arial { font-family: Arial, Helvetica, sans-serif; } .size7 { font-size:7pt; } .size8 { font-size:8pt; } .size9 { font-size:9pt; } .size10 { font-size:10pt; } .size11 { font-size:11pt; } .size12 { font-size:12pt; } .size13 { font-size:13pt; } .size14 { font-size:14pt; } .size15 { font-size:15pt; } .size16 { font-size:16pt; } .size24 { font-size:24pt; } .textColorRed { color: #FF0000;} .textColorWhite { color: #FFFFFF;} .textColorBlack { color: #000000;} .textColorDarkBlue { color: #003399;} .textColorGreen { color: #008000; } .textBoxSize25 { width:25px; } .textBoxSize40 { width:40px; } .textBoxSize50 { width:50px; } .textBoxSize75 { width:75px; } .textBoxSize100 { width:100px; } .textBoxSize125 { width:125px; } .textBoxSize150 { width:150px; } .textBoxSize175 { width:175px; } .textBoxSize200 { width:200px; } .textBoxSize225 { width:225px; } .textBoxSize250 { width:250px; } .textBoxSize275 { width:275px; } .textBoxSize300 { width:300px; } .nounderline {text-decoration:none; } .bold { font-weight: bold; } .backgroundWhite { background-color:#FFFFFF; } .backgroundBlack { background-color:#000000; } .backgroundLightRed { background-color:#FFB2B2; } .backgroundPink { background-color:#FCD59F; } .backgroundGrey { background-color:#CCCCCC; } .backgroundBlue { background-color: #79cdd2; } .backgroundGreen { background-color: #b1e0e2 } .backgroundLightBlue { background-color:#CAE5FF; } .BlueBorderColor1px { border-color:#79cdd2; border-style:solid; border-width:1px; } .BlackBorderColor1px { border-color:#000000; border-style:solid; border-width:1px; } .BlackBorderColor2px { border-color:#000000; border-style:solid; border-width:2px; } .hand { cursor:pointer; cursor:hand } #cpanel { width:590px; float:left; margin-right:20px; } #cpanel h2 { background-color:#b1e0e2; padding:5px; width:100%; } #cpanel li { padding:5px; font-size:1.2em; } #numbers { float:left; width:150px; } /************************************************************************************/ /* menu.css */ #ddblueblockmenu{ border: 1px solid black; border-bottom-width: 0; width: 185px; } #ddblueblockmenu ul{ margin: 0; padding: 0; list-style-type: none; font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; } #ddblueblockmenu li a{ display: block; padding: 3px 0; padding-left: 9px; width: 169px; /*185px minus all left/right paddings and margins*/ text-decoration: none; color: #000000; font-weight:bold; background-color: #b1e0e2; border-bottom: 1px solid #000000; border-left: 7px solid #b1e0e2; border-left-color: #000000; } * html #ddblueblockmenu li a{ /*IE only */ width: 187px; /*IE 5*/ w\idth: 183px; /*185px minus all left/right paddings and margins*/ } #ddblueblockmenu li a:hover { background-color: #79cdd2; border-left-color: #000000; } #ddblueblockmenu div.menutitle{ color: #ffffff; border-bottom: 1px solid #000000; padding: 1px 0; padding-left: 5px; background-color: #000000; font: bold 12pt 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; text-align:center; } /******************************************************************************/ /* tabcontent.css */ .basictab{ padding: 3px 0; margin-left: 0; margin-bottom:0; font: bold 12px Verdana; /*border-bottom: 1px solid gray;*/ list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ } .basictab li{ display: inline; margin: 0; } .basictab li a{ text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #000000; border-bottom: none; background-color: #b1e0e2; color: #2d2b2b; } .basictab li a:visited{ color: #2d2b2b; } .basictab li a:hover{ background-color: #79cdd2; color: #ffffff; } .basictab li a:active{ color: #ffffff; } .basictab li.selected a{ /*selected tab effect*/ position: relative; top: 1px; padding-top: 4px; background-color: #79cdd2; color: #ffffff; } .tabcontentstyle{ /*style of tab content oontainer*/ border: 1px solid black; width: 500px; margin-bottom: 1em; padding: 10px; }