body {
	min-height: 1px;
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", arial, helvetica, sans-serif;
	font-size: 14px;
	}
	
a { color:#CC0000 }

a:link, a:visited { text-decoration:underline; }
a:hover, a:active { text-decoration:none; }
a img { 
  border: 0px
}

#ad{
    position : absolute;
    top : 139px;
    right : 10px;
    width : 120px;
}

div.minihad {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 1ex;
	margin-top: 0.4ex;
	align: center;
}


#container {
	margin-top: 15px;
	margin-right: 60px;
	margin-left: 5px;
	background: #fff;
	}

#bottomnav {
	padding: 1em;
}


#topnav {
	width: 100%;
	border: 0px;
	margin: 0px;
	height: 30px;
	text-align: right;
}

#topnav a {
	color:#CC0000;
	vertical-align:middle;
	font-size: 16px;
	text-decoration:underline; 
}
	
#top1 {
	height: 80px;
	padding: 1ex;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

p.centered { text-align: center}

div.inlinelink { 
    margin-left: auto;
    margin-right: auto; 
    text-align: center;
    align: center;
}

div.pagination {
	font-size: 13px;
	text-align: center;
}

#content {
	padding: 1em;
	background-color: #aaaaff;
	border: 0px;
	width: 100%;
}

div.center {
    margin-left: auto;
    margin-right: auto;
	text-align:center;
}

#content form input {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;	
	font-size: 18px;
}

#content form .buttons { 
 font-family: "Lucida Grande", arial, helvetica, sans-serif;	
 font-size: 18px;
 background-color: #333333; 
 color: #FFFFFF; 
 margin-right: 6px; 
}

h1 {
	padding: 0px;
	font-size: 24 px;
}

h2 {
	font-size: 20 px;
}

td.instcol {
padding-left: 2ex;
}
td {
padding: 0.4ex;
}
#content .results {
	font-size: 0.82em;
	border-spacing: 0;
	border: 1px solid #6D6F71;
	width: 100%;
}	

#content .results thead {
	background-color: #ACACA6;
	font-weight: bold;
}

#content .results thead tr {
	height: 20px;
}

#content .results tr.row1 {
	background-color: #F2F2EC;
}

#content .results tr.row0 {
	background-color: #CAC8CA;
}

#content .results td.datecol {
	min-width: 80px;
}

#content .results td.dandd {
	min-width: 80px;
}

div.message {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;	
	font-size: 14px;
	text-align:left;
	margin: 3px;
	margin-left: auto;
	margin-right: auto;

}

p.small {
	font-size: 11px;
	text-align: center;
}


div.error {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;	
	font-size: 16px;
    color: #f00;
	text-align:center;
	background: #E3E9BC;
	padding: 2px;
	margin: 3px;
	margin-left: auto;
	margin-right: auto;

}
div.tip {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;	
	font-size: 12px;
	text-align:center;
	background: #E3E9BC;
	padding: 2px;
	margin: 4px;
	margin-left: auto;
	margin-right: auto;

}

.tla {
  padding: 0; 
  margin-top:  4px;
  display: inline; 
  list-style: none; 
  margin: 0; 
  font-size: 12px;
}
.tla li {
 display: inline; 
 list-style:none;
}


#gccapture textarea, option, input {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;	
	font-size: 16px;
}

#gccapturet {
        padding: 1px;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid #777;
        border-spacing: 0px;
        border-collapse: collapse;
        background-color: #ccc;
}

.heading {
        font-weight: bold;
        background: #eee;
        border: 1px solid black;
}

.example {
        background: #eee;
}

  div.autocomplete_tall {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete_tall ul {
      list-style-type:none;
      margin:0px;
      padding:0px; 
    }
    div.autocomplete_tall ul li.selected { background-color: #ffb;}
    div.autocomplete_tall ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;  
      cursor:pointer;
    }


	ul.control {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	ul.control li.controlspam {
		float:left; 
		display:none;
	}
	
	
	ul.control li a {
		font-size: 10pt;
		font-weight:bold;
		padding: 2px;
		background: white;
		text-decoration:none;
	}
	
	
	a.extinfo{
	    position:relative; /*this is the key*/
	    z-index:24; 
	    color:#CC0000;
	    text-decoration:none;
	}

	a.extinfo:hover{z-index:25; background-color:#ff0; text-decoration: none;}

	a.extinfo span{display: none}

	a.extinfo:hover span{ /*the span will display just on :hover state*/
	    display:block;
	    position:absolute;
	    top:2em; left:2em; width:20em;
	    border:1px solid #0cf;
	    background-color:#afe; color:#000;
	    text-align: left}
	
	.spambutton {
	font-size: 10pt;
	font-weight:bold;
	padding: 2px;
	background: white;
	color:#CC0000;	
	}
      
  div.autocomplete {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
    div.autocomplete ul li.selected { background-color: #ffb;}
    div.autocomplete ul li {
      list-style-type:none;
      display:block; 
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer; 
    }

	input.hint {
	   color: grey;
	}
	

	#newsticker {
		position: relative;
	}
	#newsticker ul {
		list-style: none;
		min-height: 2.6em;
		padding: 5px 5px;
		padding-right: 30px;
	}
	* html #newsticker ul {
		height: 2.6em;
		overflow: visible;
	}
	#newsticker li.error {
		color: #f00;
	}
	#newsticker #togglenewsticker {
		background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
		overflow: hidden;
		position: absolute;
		right: 10px;
		top: 12px;
		width: 14px;
		height: 14px;
		text-indent: 20px;
		outline: none;
	}
	* html #newsticker #togglenewsticker {
		right: 30px;
	}

#fbbox {
  	height: 20px;
	align: right;
	text-align:right;
}

