/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 172px;
 list-style: none;
 background: #ffffff;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 172px;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
}

/* Links inside the menu */
.menulist li a {
 display: block;
 padding: 3px;
 color:#00a4e4;
 text-decoration: underline;
 font-size:8pt; 
 font-family:Verdana,Arial,Helvetica,Sans-Serif;
 border: 1px solid #808080;
 border-top:none;
 font-weight:bold;
 margin: 0;

}
/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover {
 color:#00a4e4; 
 background-color:transparent; 
 text-decoration:none;
 margin: 0;
}

.menulist .underline {
 border-top: 1px solid #808080;
}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hacks */
.menulist li:hover>ul {
 display: block;
}
BODY {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000;}
TABLE.template{color:#FFFFFF; background-color:#000000; width:750px; border-style:none; margin-left:auto; margin-right:auto;}
TABLE.credits{color:#FFFFFF; background-color:#000000; width:100%; border-style:none; margin-left:auto; margin-right:auto;}
TR.rowheader{color:#FFFFFF; background-color:#666666; font-size:10pt; font-weight:bold;}
TR.rowprimary{color:#000000; background-color:#E9E9E9; font-size:10pt;}
TR.rowsecondary{color:#000000; background-color:#FFFFFF; font-size:10pt;}
TD.header{color:#000000; background-color:#FFFFFF;}
TD.nav{color:#000000; background-color:#FFFFFF; width:150px;}
TD.std{color:#000000; background-color:#ffffff; width:150px; font-size:8pt; font-weight:bold;}
TD.live{color:#ffffff; background-color:#3366FF; width:150px; font-size:8pt; font-weight:bold;}
TD.sub{color:#000000; background-color:#C0C0C0; width:150px; font-size:8pt; font-weight:bold;}
TD.main{color:#000000; background-color:#FFFFFF; width:600px; font-size:10pt; font-weight:bold;}
TD.footer{color:#000000; background-color:#FFFFFF;}
TD.cellheader {color:#FFFFFF; background-color:#3366ff; font-size:10pt; font-weight:bold;}
TD.cellprimary {color:#000000; background-color:#C0C0C0; font-size:10pt;}
TD.cellsecondary {color:#000000; background-color:#FFFFFF; font-size:10pt;}
a:link {color: #000000;	text-decoration: none; }
a:linkb {color: #0000FF;	text-decoration: underline; }
a:visited {color: #000000;	text-decoration: none; }
a:active {color: #000000;	text-decoration: none; }
a:hover {color: #000000;	text-decoration: none;  text-decoration:none;}
.nav {color:#ffffff; }
a.nav:link {color:#ffffff; }
a.nav:visited {color:#ffffff; }
a.nav:active {color:#6666FF; }
a.nav:hover {color:#6666FF;  text-decoration:none;}
.nav2 {color:#000000; }
a.nav2:link {color:#333399; }
a.nav2:visited {color:#333399; }
a.nav2:active {color:#6666FF; }
a.nav2:hover {color:#6666FF;  text-decoration:none;}
.print {color:#ffffff; background-color:#transparent; text-decoration:none;}
a.print:link {color:#ffffff; background-color:transparent; text-decoration:none;}
a.print:visited {color:#ffffff; background-color:transparent; text-decoration:none;}
a.print:active {color:#6666FF; background-color:transparent; text-decoration:none;}
a.print:hover {color:#6666FF; background-color:transparent; text-decoration:none;}
.bodyheader {color:#333333; font-size:18pt; font-weight:bold;}
.bodysm {color:#333333; font-size:8pt; font-weight:normal;}
.bodysmPR {color:#6db33f; font-size:8pt; font-weight:normal;}
.bodysmwt {color:#ffffff; font-size:8pt; font-weight:normal;}
.bodysmbold {color:#333333; font-size:8pt; font-weight:bold;}
.bodysmitalic {color:#333333; font-size:8pt; font-weight:normal; font-style:italic;}
.bodysmul {color:#333333; font-size:8pt; font-weight:normal; text-decoration:underline;}
.bodymd {color:#333333; font-size:10pt;  font-weight:normal;}
.bodymdwt {color:#ffffff; font-size:10pt;  font-weight:normal;}
.bodymdbold {color:#333333; font-size:10pt; font-weight:bold;}
.bodymditalic {color:#333333; font-size:10pt; font-weight:normal; font-style:italic;}
.bodymdul {color:#333333; font-size:10pt; font-weight:normal; text-decoration:underline;}
.bodylg {color:#333333; font-size:12pt; font-weight:normal;}
.bodylgbold {color:#333333; font-size:12pt; font-weight:bold;}
.bodylgitalic {color:#333333; font-size:12pt; font-weight:normal; font-style:italic;}
.bodylgul {color:#333333; font-size:12pt; font-weight:normal; text-decoration:underline;}
a.adminbtn:link{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#3366ff;border-color:#000000;border-style:solid;border-width:1px;}
a.adminbtn:visited{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#3366ff;border-color:#000000;border-style:solid;border-width:1px;}
a.adminbtn:active{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#3366ff;border-color:#000000;border-style:solid;border-width:1px;}
a.adminbtn:hover{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#666666;background-color:#E9E9E9;border-color:#666666;border-style:solid;border-width:1px;}
a.mainbtn:link{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#000000;border-color:#000000;border-style:solid;border-width:1px;}
a.mainbtn:visited{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#000000;border-color:#000000;border-style:solid;border-width:1px;}
a.mainbtn:active{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#ffffff;background-color:#000000;border-color:#000000;border-style:solid;border-width:1px;}
a.mainbtn:hover{display:block;padding:1px;text-decoration:none;font-size:8pt;color:#666666;background-color:#E9E9E9;border-color:#666666;border-style:solid;border-width:1px;}
.btn {background-color:#E9E9E9;}
.btnover {background-color:#FFFFFF;}
.btndown {background-color:#FFFFFF;}
.btnon {background-color:#FFFFFF;}
.toolbar {border-bottom:#000000 1px solid; border-left:#000000 1px solid; border-right:#000000 1px solid; border-top:#000000 1px solid; height:27px; left:0px; position:relative; top:0px}
.trbar {background-color:#E9E9E9; font-family:"Arial", "Helvetica", "San Serif"; color:#333333; font-size:10pt; text-decoration:none; font-weight:bold;}
.tdbar {background-color:#E9E9E9; height:26px; font-family:"Arial", "Helvetica", "San Serif"; font-size:8pt; text-decoration:none}
.tdbod {width:24px; height:24px; font-family:"Arial", "Helvetica", "San Serif"; font-size:8pt; text-decoration:none}
TD.calheader {background-color:#CCCCCC;color:#000000;font-size:10px;font-weight:bold;text-align:center;}
TD.dayrow {background-color:#E9E9E9;color:#000000;font-size:8px;text-align:center;}
TD.day {background-color:#FFFFFF;color:#000000;font-size:8px;text-align:center;}
TD.today {background-color:#333333;color:#FFFFFF;font-size:8px;text-align:center;}
TD.emptyday {background-color:#CCCCCC;color:#000000;font-size:8px;text-align:center;}
.title{ z-index: 10;font-family: verdana, helvetica, sans-serif;font-size: 10px}
.submenu {
position: absolute;
left: 65%;
top: 325px;
width: 250px;
padding: 2px;
border: 1px solid black;
background-color: #FFFF00;
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
visibility: hidden
}
.submenu2 {
position: absolute;
right: 0px;
top: 325px;
width: 220px;
padding: 2px;
border: 1px solid black;
background-color: #FFFFFF;
font-family: verdana, helvetica, sans-serif;
font-size: 10px;
visibility: hidden
}
table.cal {
background-color: #0099FF;
height: 300px;
border-style: none;
border-width: 1px;
width: 95%;
font-family: sans-serif;
}
caption.cal {
color: black;
font-size: 18px
}
thead.cal {
color: #FFFFFF;
background-color: #000099;
font-size: 12px;
text-align: center
}
td.cal {
background-color: #FFFFFF;
text-align: left;
vertical-align: top;
}

tfoot.cal {
color: #000000;
background-color: #0099FF;
font-size: 10px;
text-align: left
}
ul.cal {
margin: 0px;
list-style-position: inside
}
.cal-admin-link {
color: #FF0000;
font-family: Tahoma, Verdana, sans-serif;
font-size: 9px;
font-weight: bold;
text-decoration: none;
}
a.prevnext:link {color: #FF0000; font-size: 12px; text-decoration:underline}
a.prevnext:visited {color: #FF0000; font-size: 12px; text-decoration:underline}
a.prevnext:hover {color: #0000FF; font-size: 12px; text-decoration:underline}
a.prevnext:active {color: #FF0000; font-size: 12px; text-decoration:underline}
a.day:link {color: #000000; font-size: 8pt; text-decoration:underline}
a.day:visited {color: #000000; font-size: 8pt; text-decoration:underline}
a.day:hover {color: #FF0000; font-size: 8pt; text-decoration:underline}
a.day:active {color: #000000; font-size: 8pt; text-decoration:underline}
a.event:link {color: #0000FF; font-size: 9px; text-decoration:underline}
a.event:visited {color: #0000FF; font-size: 9px; text-decoration:underline}
a.event:hover {color: #FF0000; font-size: 9px; text-decoration:underline}
a.event:active {color: #0000FF; font-size: 9px; text-decoration:underline}
a.event2:link {color: #00A84F; font-size: 12px; text-decoration:underline}
a.event2:visited {color: #00A84F; font-size: 12px; text-decoration:underline}
a.event2:hover {color: #FF0000; font-size: 12px; text-decoration:underline}
a.event2:active {color: #0000FF; font-size: 12px; text-decoration:underline}
a.bodyqnav:link {color:#333399;  text-decoration:none;}
a.bodyqnav:visited {color:#333366;  text-decoration:none;}
a.bodyqnav:active {color:#6666FF; }
a.bodyqnav:hover {color:#6666FF;  text-decoration:underline;}
a.bodynav:link {color:#FFFFFF;  text-decoration:none;}
a.bodynav:visited {color:#FFFFFF;  text-decoration:none;}
a.bodynav:active {color:#6666FF; }
a.bodynav:hover {color:#FFFFFF;  text-decoration:underline;}
a.bodyenav:link {color:#bbbbFF;  text-decoration:none;}
a.bodyenav:visited {color:#bbbbFF;  text-decoration:none;}
a.bodyenav:active {color:#6666FF; }
a.bodyenav:hover {color:#bbbbFF;  text-decoration:underline;}
table.calendar {font-size: 12px; border: 1px solid #000000; border-collapse: collapse; color: #000000; background: #FFFFFF; }
td.today {font-size: 8px; border: 1px solid white; color: #000000; background: #EFEFEF; font-weight: bold; }
td.days {border: 1px solid white; color: #000000; background: #FFFFFF;  }
td.dayson {border: 1px solid white; color: #000000; background: #B1C0F3; font-weight: bold; }
td.monthdays {border: 1px solid #434470; color: #000000; background: #EAFFEB; font-size: 9pt;}
td.nonmonthdays { border: 1px solid white; color: #000000; background: #EFEFEF;}
.m img {
display: block;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
}
TABLE.calendar_lg{color:#000000; background-color: #FFFFFF; border:solid 1px #000000;}
TR.cal_header_lg{font-size:10pt;font-weight:bold;color:#000000;background-color:#E9E9E9;}
TR.cal_days_lg{font-size:10pt;font-weight:normal;color:#000000;background-color:#E9E9E9;}
TD.cal_dayon_lg{font-size:10pt;font-weight:bold;color:#000000;background-color:#FFFFFF;}
TD.cal_day_lg{font-size:10pt;font-weight:normal;color:#000000;background-color:#FFFFFF;}
TD.cal_dayevent_lg{font-size:10pt;font-weight:bold;color:#000000;background-color:#E9E9E9;}
.cal_button_lg {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal;}
.cal_event_lg {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal; font-style:italic;}
a.cal_event_lg:link {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal; font-style:italic;}
a.cal_event_lg:visited {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal; font-style:italic;}
a.cal_event_lg:active {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal; font-style:italic;}
a.cal_event_lg:hover {color:#000000; background-color:#FFFFFF; font-size:8pt; font-weight:normal; font-style:italic;}
/* Footer CSS */
.tgfooter { background:url(images/netrickslogobg.jpg) bottom repeat-x; height:39px; width:100%; }

a.newslink, a.calendarlink {text-decoration:underline; font-size:14px; color:#6db33f; }
a.newslink2 {text-decoration:underline; font-size:14px; color:#6db33f; }
a.footerlink:active, a.footerlink:visited, a.footerlink:hover, a.footerlink:link  {color:#808080; size:1; font:Verdana, Arial, Helvetica, sans-serif;}
a:link {color: #000000;	text-decoration: none; }
a:visited {color: #000000;	text-decoration: none; }
a:active {color: #000000;	text-decoration: none; }
a:hover {color: #000000;	text-decoration: none;  text-decoration:none;}
