/* ntcscreen.css - all rights reserved - www.networktheatre.org */



/* Colour schemes
dark:  #b00000 for buttons, visited links
mid:   #ff0000 for links
light: #ff3300 for hover on buttons and links
*/

body { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; color: rgb(0, 0, 0); background: rgb(100%, 100%, 100%); }
pre { font-family: monospace; }
h1,h2, h3, h4, h5 { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; }

div.border { border: solid; border-width: thin; width: 100% }
div.fill { background: #ff3300; padding: 0.5em; border: none; }

a.plain { text-decoration: none }

a:link    { color: #ff0000 }
a:visited { color: #b00000 }
a:active  { color: #ff3300 }
a:hover   { color: #ff3300 }

hr { color: #ff0000; }

#ntclogo  { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 200%; font-weight: bold; color: rgb(192, 0, 0); }
#ntclogo a  { text-decoration: none; color: rgb(0, 0, 0)  }
#ntclogo a:visited  { text-decoration: none; color: rgb(0, 0, 0) }
#ntclogo a:hover { text-decoration: none }

#ntcstrap  { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size: 150%; font-weight: bold; color: rgb(192, 0, 0) }
#ntcstrap a          { text-decoration: none  }
#ntcstrap a:visited  { text-decoration: none }
#ntcstrap a:hover    { text-decoration: none }

#ntctrail { margin-bottom: 1em; padding-bottom: 1em; font-size: 100%; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-weight: bold; color: rgb(0, 0, 0) }
#ntctrail a          { text-decoration: none; color: #ff0000 }
#ntctrail a:visited  { text-decoration: none; color: #b00000 }
#ntctrail a:hover    { color: #ff3300 }


#ntcfooter { margin-top: 1em; padding-top: 1em; border-top: thin dotted; 
             font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size:75%; color: #ff0000 }
#ntcfooter a:link     { color: #ff0000 }
#ntcfooter a:visited  { color: #b00000 }
#ntcfooter a:active   { color: #ff3300 }
#ntcfooter a:hover    { color: #ff3300 }

#ntcfootad { display: none; font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size:75%; color: #ff0000 }
#ntcfootad a:link     { text-decoration: none; color: #ff0000 }
#ntcfootad a:visited  { text-decoration: none; color: #b00000 }
#ntcfootad a:active   { text-decoration: none; color: #ff3300 }
#ntcfootad a:hover    { text-decoration: none; color: #ff3300 }

#ntcmark { font-family: "Trebuchet MS",Arial,Helvetica,sans-serif; font-size:75%; color: #ff0000; }
#ntcmark a:link     { color: #ff0000 }
#ntcmark a:visited  { color: #b00000 }
#ntcmark a:active   { color: #ff3300 }
#ntcmark a:hover    { color: #ff3300 }

#ntcbuttons    { width: 109px ; text-align: center; font-family: serif }
#ntcbuttons ul { margin: 0 ; padding: 0 ; list-style: none }
#ntcbuttons li { margin: 0 ; padding: 5px 0 5px 0 ; display: block ; list-style: none ;
	         font-family: "Trebuchet MS",Arial,Helvetica,sans-serif }
#ntcbuttons li a { color: #ffffff ; background-color: #b00000 ; border: 0 ; width: 100% ;
                   text-decoration: none ; padding: 10px 0 10px 0 ; display: block }
#ntcbuttons li a:hover { color: #ffffff ; background-color: #ff3300 }

