body {
	font: 0.8em/1.5 Arial, Helvetica, sans-serif;
    margin: 0em 1em 1em 1em;
    background: #d8d8d8;
}

a:link { text-decoration: none; color: #c06; }
a:visited { text-decoration: none; color: #c99; }
a:hover { text-decoration: none; color: #f09; border-bottom: 1px dotted #f09; }
a:active { text-decoration: none; color: #f09; }

.ext { background: url(./img/extlink.gif) no-repeat 0 58%; padding-left: 16px }
* html .ext { background-position: 0 .35em } /* IE hack, see #937 */

a.info{
    position:relative;
    z-index:24;
    
}

a.info span{
    display: none
}

a.info:hover span {
    display:block;
    position:absolute;
    top:-1em; left:2em; width:15em;
    padding: 0.5em 1em 0.5em 1em;
    border:1px dotted #000;
    background-color:#ffc;
    color: #000;
    font: status-bar;
    text-align: left;
}

a.button { padding:0; margin:0; }
a.button:link { text-decoration: none; color: #03f; }
a.button:visited { text-decoration: none; color: #03b; }
a.button:hover { text-decoration: none; color: #03b; border-bottom: 1px dotted #03b; }
a.button:active { text-decoration: none; color: #03b; }

h2, .center {
    text-align: center;
}

h1,h2,h3,h4 {
    margin: 5px 0 0 0;
}

table {
    width: 100%;
    margin: 0em 0 0 0;
    padding: 0;
    border-collapse:collapse;
}

tr {
    vertical-align: top;
}
td {
    padding: 0 0.3em;
    margin: 0;
}

form {
     padding: 1em;
}

input[type=submit] {
    margin-right: 1em;
}

textarea {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
    padding-left:0;
}

table.expertise { width:100%; }
table.expertise td { padding:1px 5px; }

fieldset { margin-bottom: 2px; }

/*********** classes *************/

.button 
{
    font:normal 85% arial;
}

.details {
    text-align: left;
    font: status-bar;
	color: #000;
    /* padding: 0 0.5em 0.25em 0.5em; */
}

.mand {
    color: red;
}

.subsect {
    border-top: 1px dotted #ccc;
    margin-top: 1em;
    padding: 0;
}

.fcol {
    width: 50%;
}
.label {
    width: 15em;
}

.coworker {
	background: #aaccff;
}

.small {
	font: status-bar;
	color: #a99;
}

.smallhead {
	font: bold 90% arial;
	color: #000;
	background-color:#99f;
	margin-top:0.2em;
	margin-bottom:0.1em;
	padding-left:0.6em;
}

.bighead {
	font: bold 100% arial;
	color: #fff;
	background-color:#333;
	margin-top:0.2em;
	margin-bottom:0.1em;
	padding:0.2em 0.6em;
}

.bt, .bt2 {
    border: 1px dotted #000;
    padding: 0.2em 0.5em 0.2em 0.5em;
}

.bt:hover {
    background: #ccc;
    border: 1px dotted #f09;
}

.bt2:hover {
    border: 1px dotted #fff;
}

.hd {
    font-weight: bolder;
    margin-bottom: 1em;
}

.subhd {
    font-weight: bolder;
    margin-top: 1em;
    margin-bottom: 1em;
}

.subtitle {
    font: status-bar;
    text-align: right;
    float: right;
}

.title a {
    color: #000;
}

.warning {
    background: #fcc;
}

.tabheadOn
{
    position: relative;
    background: #f4f4f4;
    border-top: solid 1px #c3c3c3;
    border-right: solid 1px #c3c3c3;
    border-bottom: solid 1px #f4f4f4;
    border-left: solid 1px #c3c3c3;
    padding: 3px;
    font-weight:bold;
    font-size:90%;
    color:Blue;
    margin: 0px 0px 0px 0px;
    z-index:5;
}
.tabheadOff
{
    position: relative;
    background: #c8c8c8;
    border: solid 1px #aaaaaa;
    padding: 3px;
    cursor: pointer;
    font-weight:bold;
    font-size:90%;
    color:Blue;
    margin: 0px 0px 0px 0px;
    z-index:1;
}

.result_name
{
    font-size:95%;
    font-weight:700;
    color:#444444;
}
.result_details
{
    font-size:95%;
    font-weight:normal;
    color:#006600;
}
.result_details li {
    padding-left:4em;
}
.divider {
    border-top:1px dashed #888;width:95%;margin:4px; line-height:0px;
}

.contents {
    margin: 1.5em 1em 0em 1em;
}
.contents td {
    padding: 0 1em;
    margin: 0;
}

/*********** elements with IDs *************/

#main {
    width: 80%;
	padding: 0em 0 0 0;
    text-align: left;
}

#friendstable {
    margin-bottom: 1em;
    display: none;
}

#history li {
    padding-left: 4em;
}

#header {
    margin: 0 0 0em 0;
    padding: 0;
    border-bottom: 1px solid black;
}

#header .title {
    line-height: 1em;
    font-size: 230%;
    font-weight: 900;
    letter-spacing: -0.08em;
    text-align: right;
}

#header .logo {
    text-align: left;
}

#bc {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    padding-top: 1em;
    margin: 0;
    vertical-align: bottom;
}

#sidebar {
    float: right;
    position: absolute;
    top: 10em;
    left: 85%;
    border-left: 1px dotted #ccc;
    font: status-bar;
    padding-left: 1em;
}

#license {
    margin-top: 3em;
}

#license img {
    margin-bottom: 1em;
}

#license a:hover {
    text-decoration: none;
    border: 0;
}
#tabUpload
{
    background:#f4f4f4;
    border: solid 1px #c3c3c3;
    margin: 1px 0 0 0;
}
#tabSearch
{
    background:#f4f4f4;
    border: solid 1px #c3c3c3;
    margin: 1px 0 0 0;
}
#tabAbout
{
    background:#f4f4f4;
    border: solid 1px #c3c3c3;
    margin: 1px 0 0 0;
}
#tabs 
{
    clear:both;
}