
body{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #CCCCCC;
	color: black;
	margin:0;
}
#crosswords{
	position: relative;
	background-color: white;
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header{
	position: absolute;
	top: 0px;
	left: 0px;
	width:770px;
	text-align: center;
	padding: 5px;
	background:#FFFFFF;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
#content{
	position: absolute;
	top: 200px;
	left: 0px;
	width:770px;
	padding: 5px;
	background:#FFFFFF;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	  width: 100%;
	  background-color: white;
	  color:black;
	  padding: 5px;
	  text-align: center;
    height: 1.2em;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
	  }
		
/**************** text styles ****************/
	h1 {
	  color: #990000;
	  font-size: 130%;
	  background-color: #FFFFFF;
	  }
	  		
	h2 {
	  color: #990000;
	  font-size: 120%;
	  background-color: #FFFFFF;
	  }
		
	h3 {
	  color: #990000;
	  font-size: 110%;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: Blue;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }
	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
/**************** menu styles ****************/
.sdmenu {
    width: 300px;
    font-family: Sans-Serif;
    font-size: 12px;
	 border-bottom: 2px solid #CCCCCC;
    background: url(/images/bottom.gif) no-repeat  right bottom;
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
    background: #FFF url(/images/title.gif) repeat-x;
	 cursor: pointer;
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(/images/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
	 padding: 5px 0;
    text-indent: 10px;
    background: #FFF;
    display: block;
	 border-left: 1px solid #CCCCCC;
	 border-right: 1px solid #CCCCCC;
}

.sdmenu .submenu a:hover {
	 color: Blue;
    background : url(linkarrow.gif) no-repeat right center;
}
.sdmenu .submenu .hr {
	 border-bottom: 1px solid #CCCCCC;
}


#nav ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: auto;
	margin-right: auto;
background-color: Black;
color: white;
width: 100%;
font-size: 12px;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}
#nav ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}
#nav ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
background-color: Black;
text-decoration: none;
border-right: 1px solid #fff;
}
#nav ul li a:hover
{
background-color: Blue;
color: white;
text-decoration: underline;
}
#nav #active { border-left: 1px solid #fff; }

/**************** word list styles ****************/
#clist
{
border-width:1px; 
border-style:solid; 
border-color:#06a; 
padding:25px; 
}
#clist table td a
{
 font-weight: bold;
 font-family: Lucidatypewriter, "Courier New", monospace;
}
#clist ul
{
	list-style: none;
	border-right: 1px dotted black;
	padding:0;
	margin:0;
}
#clistlast ul
{
	list-style: none;
	border-right: none;
	padding:0;
	margin:0;
}
#clist ul li
{
	white-space: nowrap;
	height: 1.6em;
	font-size: 110%;
	vertical-align: middle;
}

#clist2 ul
{
	list-style: none;
	padding:0;
	margin:0;
}
#clist2 ul li
{
	height: 1.6em;
	font-size: 110%;
	vertical-align: middle;
}

/**************** definition list styles ****************/
dl.dlist1
{
margin: 0;
padding: 0;
}
.dlist1 dt
{
margin: 0 0 1em;
padding: 0;
font-weight: bold;
}
.dlist1 dd
{
margin: 0 0 1em 1em;
padding: 0;
}


dl.dlist2
{
margin: 0;
padding: 0;
}
.dlist2 dt
{
margin: 0 0 1em;
padding: 0;
color: #717171;
font-size: 10px;
font-weight: bold;
}
.dlist2 dd
{
font-size: 10px;
margin: 0 0 1em 1em;
padding: 0;
}

/**************** timer / jotter styles ****************/
.fieldset1
{
border: 1px solid #781351;
margin: 0em 0em 0em 0em;
padding: 0em 10px 10px 10px;
min-height:11em; 
height:auto;
 background-color: White;
}
/* for Internet Explorer */
/*\*/
.fieldset1
{
height: 11em;
}
/**/
/**************** misc styles ****************/
  
.drag {position: relative; cursor: move; z-index: 100;}
.mouse-over {
	font-size: 110%;
	font-weight: bolder;
	cursor: pointer;
	color: #339967;
}
.navtext {
width:120px;
font-size:90%;
border-width:2px;
border-style:outset;
border-color: #666666;
background-color: White;
color:black;
position:absolute; 
top:0px; 
left:-400px; 
visibility:hidden;
}


/**************** forms styles ****************/
form1 {
  background:#eee;
  color:#444;
  margin:.75em 0 1.5em;
  padding:5px 10px 8px;
  }
form1 > table {
  width:100%;
  }
form1 th {
  text-transform:lowercase;
  white-space:nowrap;
  }
form1 .group {
  margin:0 0 .75em;
  }
form1 .filter {
  margin-bottom:1.5em;
  }
input, textarea, select {
  margin:1px 0;
  font:100%/1.2em Monaco,Monospace;
  }
td input, td textarea, td select, #searchform input, #advsearch input {
  font-size:110%;
  }
input.text {
  background:#fff;
  border:1px solid;
  border-color:#aaa #eee #eee #aaa;
  color:#333;
  }
.imgbutton {
  vertical-align:middle;
  }
.unit {
  white-space:nowrap;
  margin-right:.5em;
  }
select {
  border:1px solid #ccc;
  }
form1 p {
  font-size:85%;
  line-height:1.6em;
  }
form1 td p {
  font-size:100%;
  }
#subcol form div, #c-smx #maincol form div {
  margin-bottom:4px;
  }
.search #subcol form div.group {
  margin-bottom:.75em;
  }
form1 div div, #maincol form div div, form table {
  font-size:100%;
  padding:0;
  border-width:0;
  }
form1 table td {
  width:100%;
  }
form1 table td, form1 table th {
  padding:5px 10px 5px 0;
  border-bottom:1px dotted #ccb;
  font-weight:normal;
  font-size:100%;
  }
form1 td.buttons, form1 th.buttons {
  border-width:0;
  }
form1 label {
  text-transform:lowercase;
  }
form1 h2 label {
  text-transform:none;
  }
fieldset {
  border:1px dotted #bba;
  padding:8px 10px;
  margin:1em 0;
  }
fieldset legend {
  padding:0;
  margin:0;
  color:#844;
  }
label em {
  font-style:normal;
  }
form1 .error th label, form .error td label {
  font-weight:bold;
  }
form1 label:hover {
  color:#963;
  cursor:pointer;
  }
form1 label.inline {
  display:inline;
  font-weight:normal;
  }
form1 div.highlt {
  background:#ffc;
  }
form1 div.highlt label {
  color:#c00;
  }
form1 input, form textarea, form select {
  margin:1px 0;
  }
form1 textarea {
  background:#fff;
  display:block;
  clear:left;
  width:97%;
  border:1px solid;
  border-color:#ccc #fff #fff #ccc;
  color:#333;
  }
form1 .error input.text, form .error textarea {
  border-color:#c66 #FFB2B2 #FFB2B2 #c66;
  }
form1 input.button, form input.button2 {
  padding:2px;
  border:2px solid;
  border-color:#69c #369 #369 #69c;
  background:#ccb;
  color:#000;
  font:bold 100% Verdana,Sans-serif;
  }
form1 input.button2 {
  border-color:#998 #665 #665 #998;
  color:#333;
  }
form1 input.button:hover, form1 input.button2:hover {
  color:#963;
  background:#eed;
  cursor:pointer;
  }
form1 input.button:active {
  border-color:#369 #69c #69c #369;
  background:#ccc;
  color:#000;
  }
form1 input.button2:active {
  border-color:#666 #999 #999 #666;
  background:#ccc;
  color:#000;
  }
