/* Stylesheet for TMFF  (c)2006-2010  */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* USEFUL CLASSES  */
.blue {
	color: #000099;
}

.green {
	color: #007800;
}

.red {
	color: #cc3300;
}

.redbright {
	color: #ff0000;
}

.reddark {
	color: #993300;
}

.greendark {
	color: #336600;
}

.bluebright {
	color: #0000ff;
}

.grey {
	color: #999999;
}

.font12 {
	font-size: 12px;
}

.border1 {
	border: 1px solid #000000;
}

.centertext {
	text-align: center;
}

.greenbg {
	background-color: #d9feb0;
}

.pinkbg {
	background-color: #ffcccc;
}

.bluebg {
	background-color: #cce6ff;
}

.redbg {
	background-color: #ff3333;
}

.indent20 {
	margin-left: 20px;
	text-align: left;
}

.blackbg {
    background-color: #000000;
}

.bgblack {
	background-color: #000000;
}

.bgblackstripe {
	background-color: #000000;
	background-image: url(images/headerHstripe.gif);
	background-repeat: repeat-x;
}

.bgwhite {
	background-color: #ffffff;
}

.typewriter {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
}

.small {
	font-size: 10px;
}

.callout {
	font: bold 15px Verdana,Helvetica,sans-serif; 
	color: #660000;
	text-align: center;
	background-color: #ffdd99;
}

.callout2 {
	font: bold 15px Verdana,Helvetica,sans-serif; 
	color: #660000;
	text-align: center;
	background-color: #ff9999;
	padding: 8px;
	margin: 0px 50px;
}


.margintb5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.margintb25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.marginlr200 {
	margin-left: 200px;
	margin-right: 200px;
}

/* for when a 1x1 transparent GIF just won't do */
.tiny {
	font-size: 8px;
	line-height: 80%;
}

.goldbtn {
	background-color: #ffdd99;
	margin-bottom: 5px;
}

.greybtn {
	background-color: #CCCCCC;
	margin-bottom: 5px;
}

.greenbg {
	background-color: #bef8be;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

/* page footers  */
.footertext {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 5px 2px;
	margin: 2px 20px;
}

.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffff99;
	text-decoration: underline;
}

.credits {
	padding: 5px 2px;
	margin: 4px 20px 0px 20px;
	border-top: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

a.phpvisites:link {
	text-decoration: none;
	color: #444444;
	font-size: 9px;
}

/* DEFAULTS  */
body {
	background-color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}


/* HEADINGS  */

/* index only  */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .05em;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: .05em;
	text-align: left;
	padding: 1px 0px;
	border-top: 1px solid #999999;
}

/* subpages  */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	letter-spacing: .08em;
	text-align: left;
	margin-left: 20px;
	padding: 0px;
	border-top: 1px dotted #cccccc;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #007800;
	letter-spacing: .1em;
	text-align: left;
	padding: 0px;
	border-bottom: 1px dashed #cccccc;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #000077;
	letter-spacing: .1em;
	text-align: left;
	margin-left: 20px;
	padding: 0px;
	border-top: 1px dotted #cccccc;
}

/* page container table */
td.header {
	background-color: #000000;
}

/* left column (navigation) */
td.nav {
	background-image: url(images/leftnavbkgd.jpg);   /* 150x500 */
	background-color: #ffffff;
	color: #ffffff;
	background-repeat: no-repeat;
}

/* main content */
td.main {
    background-color:#FFFFFF;
	padding: 0px 10px;
	text-align: left;
}

/* right column (e.g., sponsor logos) */
td.rightcol {
    background-image: url(images/rightcolbkgd.jpg);   /* 167x86  (rightcol width is 165) */
	background-repeat: no-repeat;
    background-color:#FFFFFF;
	text-align: center;
	text-decoration: none;
	color: #000000;
}

/* sponsor logos */
a.sponsor:link {
	text-decoration: none;
	color: #000000;
}

.sponsorlogos {
	padding: 10px 0px;
	border: 0px;
}

/* Accessibility: hidden links, e.g., for skip navigation links */
.skipnav {
	color: #000000;
	font-size: 6px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-decoration: none;
}

/*  ------------------LEFT SIDE NAVIGATION --------------------------- */
.leftnavblue {
	text-align: left;
	margin: 5px 0px 5px -10px;
	padding: 5px 0px;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(images/bluespot.gif);    /* 9x9 */
}

.leftnavgreen {
	text-align: left;
	margin: 5px 0px 5px -10px;
	padding: 5px 0px;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(images/greenspot.gif);    /* 9x9 */
}

.leftnavred {
	text-align: left;
	margin: 5px 0px 5px -10px;
	padding: 5px 0px;
	background-color: transparent;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(images/redspot.gif);    /* 9x9 */
}

.leftnavhere {
	text-align: left;
	margin: 5px 0px 5px -10px;
	padding: 5px 0px;
	background-color: transparent;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(images/greyspot.gif);    /* 9x9 */
}

a.navtext:link {
	text-decoration: none;
	color: #efefef;
}

a.navtext:visited {
	text-decoration: none;
	color: #dddddd;  
}

a.navtext:hover {
	border: 1px solid #ff0000;
}

/* -----------------------------------------------------------  */

/* SUPPORT TMFF box (donate) */
.support {
	margin: 5px 30px 5px -10px;
	padding: 2px;
	border-top: #000099 solid 2px;
	border-right: #000066 solid 2px;
	border-bottom: #000066 solid 2px;
	border-left: #000099 solid 2px;
	background-color: #eeee99;
	text-align: center;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}

a.supporttext:link {
	text-decoration: none;
	color: #000000;
}

a.supporttext:visited {
	text-decoration: none;
	color: #000000;
}

/* Northern Colorado's premier showcase... */
.tagline {
	color: #efefef;
	font-weight: bold;
	font-size: 11px;
}

/* subpage titles */
.pagehead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 130%;
	text-align: center;
	padding: 1px 0px;
	border-bottom: 1px solid #999999;
	color: #000099;
	margin-top: 10px;
}

/* for faq */
.que {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000099;
}

.ans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	color: #336666;
}

.qlist {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9px;
}

a.qlist:link {
	text-decoration: underline;
	color: #000099;
}
	

/* list of board members */
.names {
	margin-left: 15px;
	font-weight: bold;
	color:#000099;
}

.titles {
	margin-left: 25px;
	font-style: italic;
	font-weight: normal;
	color:#000099;
}

/* newsletter signup box and form */
.newsform {
	border: 1px solid #333333;
	background-color: #ff3333;   /* #d9feb0;  #bef8be */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.formbox {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0px;
}

.formlabel {
	background-color: #ff3333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
}


/* sponsor logos */
.sponsorlogo {
	text-decoration: none;
	border: 0px;
	padding: 1px;
}

/* sponsor links */
.sponlink {
	background-color: #cfcfff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* click for 2007 TMFF Schedule (formerly sponsor info) (index.html) */
a.sponsorclick:link {
	display: block;
	text-decoration: none;
	padding: 1px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffcc;
	border: 1px solid #0000cc;
}

a.sponsorclick:visited {
	text-decoration: none;
	color: #000000;
	padding: 1px;
}

a.sponsorclick:hover {
	border: 1px solid #ff0000;
	padding: 1px;
	background-color: #ffffbb;
}

/* background color for sponsorclick table */
.topline {
	background-color: #FFFFCC;	
}


/* sponsor benefits table */
.sponsortable {
	border: 1px solid #6666cc;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000c0;
}

.sponsorth {
	border: 1px solid #6666cc;
	background-color: #dedeff;
	font-weight: bold;
	text-align: center;
	margin: 1px;
}

.sponsortd {
	border: 1px solid #6666cc;
	text-align: center;
	margin: 1px;
	font-weight: bold;
}

/* TMFF-related calendar items */
.caltitletmf {
	font-size: 12px;
	font-weight: bold;
	color: #006622;
	border: 1px dotted #00aa00;
	background-color: #ffffdd;
	margin-top: 8px;
}

.caltexttmf {
	font-size: 12px;
	font-weight: normal;
	color: #003300;
}

/* regular calendar items */
.caltitle {
	font-weight: bold;
	color: #676767;
	margin-top: 8px;
}

.caltext {
	color: #333333;
	font-weight: normal;
}

/* rainbow box calendar item */
.caltmf {
	background-image: url(images/rgbbar_600x6.gif);
	padding: 2px;
	border: 2px double #006600;
	font-size: 12px;
}

.caltmf2 {
	background-image: url(images/rgbbar_600x6.gif);
	padding: 12px;
	border: 2px double #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
}

.caltmfftitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

.caltmfftext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
}

/* Sitemap lists */
.treetop {
	list-style-image: url(images/treetop.gif);
}

.treemid {
	list-style-image: url(images/treemid.gif);
}

.treebot {
	list-style-image: url(images/treebot.gif);
}

.treesub {
	list-style-image: url(images/treesub.gif);
}

/* volunteer form */
.volunform {
	border: 1px solid #999999;
	background-color: #bef8be;  /* #d9feb0; */ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.vformlabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
}

.voluntd {
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	padding-left: 10px;
	vertical-align: top;
}

.voluntd2 {
	text-align: right;
	padding-right: 10px;
	padding-top: 6px;
	padding-left: 10px;
	vertical-align: top;
}

.voluntd3 {
	text-align: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	vertical-align: bottom;
}

.voluntd33 {
	text-align: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	vertical-align: bottom;
}

.voluntd4 {
	text-align: left;
	padding: 3px 0px 3px 10px;
	vertical-align: top;
}

.formbox3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
}

.voluntdfield {
	vertical-align: top;
}

/* login form */
.login {
	border: 1px solid #999999;
	background-color: #ffdd99; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 2px 0px;
	margin: 2px 0px;
}

.loginfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 2px 1px;
}

/* contact form */
.contactform {
	border: 1px solid #999999;
	background-color: #bef8be;   /* #d9feb0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.greenbtn {
	background-color: #ffdd99;
	margin-bottom: 5px;
}

.unsubscribe {
	border: 1px solid #999999;
	background-color: #bef8be;   /* #d9feb0; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

.unsublabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px 0px 5px 0px;
	vertical-align: middle;
}

/* 2007schedule */
.s_venue {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	text-align: center;
}

.s_time {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 0px;
	padding: 3px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

.ven_edj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #ffcccc;
}

.ven_lyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #bef8be;
}

.ven_bb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	background-color: #cce6ff;
}

.ven_closed {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
/*	background-color: #9a9a9a;   */
	background-image: url(images/diag_grey_13x13.gif);
	background-repeat: repeat; 
}

.s_break {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	padding: 3px;
	text-align: center;
}

.narrow {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 10px;
}

/* 2007program */

.entryfilm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #004400;  /* green */
}

.entryTV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000044; /* blue */
}

.entrytheatre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #440000; /* red */
}

.artist {
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.premiere {
	color: #000099;
	font-weight: normal;
	font-style: italic;
}

.pg13warning {
	color: #ff0000;
}

.entrydesc {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.entryskip {
	font-size: 10px;
	margin-bottom: 10px;
}

.entrysched {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border: 1px dashed #333333;
	padding: 2px;
	margin: 5px 0px;
}

a.entrysched:link {
	color: #333333;
}

a.entrysched:hover {
	background-color: #ccccff;
}

a.entrysched:visited {
	color: #888888;
}

.awardtitle  {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	
}

.awardwinner {
	text-align: center;
	font-weight: normal;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

.awardbox {
	border: dotted 1px #ff0000;
}

.redheartbullet {
	list-style-image:url(images/redheart.gif);
}

.blueheartbullet {
	list-style-image:url(images/blueheart.gif);
}

.greenheartbullet {
	list-style-image:url(images/greenheart.gif);
}

.blueemph {
	background-color: #77aaff;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
	padding: 2px;
	margin: 0px 50px;
	text-align: center;
}

.redemph {
	background-color: #ff9966;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
	padding: 2px;
	text-align: center;
}

.greenemph {
	background-color: #99ff99;
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	padding: 2px;
	text-align: center;
	margin: 0px 50px;
}
	
