@import "css-buttons.css";

body {
	font-family: verdana, sans-serif;
	font-size: small;
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 30px 0;
	color: #000;
	background: #E4E2D5;
	}

blockquote {
    margin-bottom: 0;
    padding: 0;
}

blockquote p {
    margin-bottom: 0;
    padding: 0;
}

cite {
    padding: 0 40px 0 40px;
    margin-bottom: 15px;
    display: block;
    text-align: right;
}

code, pre {
	line-height: 1.2em;
	font-size: small;
	}


form {
    text-align: left;
    }

h1 {
    position: relative;
    font-size: 200%;
    color: #FFF;
    white-space: nowrap;
    margin: 0;
    padding: 18px;
    background: #6592BB;
    }

h2 {
	font-size: 115%;
	font-weight: bold;
	color: #6592BB;
	padding: 0;
	margin: 0;
	}

h3, dt {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
	}

hr {
    clear: both;
    margin-top:5px;
    margin-bottom:15px;
    height:1px;
    border-top: 1px dashed #43484B;
    background-color: #43484B;
    color: #FFF;
    }


ins {
    font-style: italic;
    text-decoration: none;
}

img {
    background: #FFF;
    margin: 0;
    padding: 0;
    border: none;
    color: #FFF;
    }

p {
	margin: 1em 0 1em 0;
	padding: 0;
	}

td, tr {
    font-size: small;
    padding: 1px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#ad {
	margin: 10px 265px 0 20px;
	clear: both;
	color: #999;
	padding-top: 4px;
	padding-bottom: 10px;
	}

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: left;
  	width: 920px;
  	border: 1px solid #000;
	background: #FFF url(/include/images/right.jpg) repeat-y;
	background-position: right;
	}

#footer {
	position: relative;
	clear: both;
	margin: 10px 0 0 0 ;
	padding: 6px 10px 10px 10px;
	color: #FFF;
	background-color: #000;
    font-weight: bold;
	}

#history {
    padding-top: 10px;
}

#content li {
	padding: 2px 0 2px 0;
	line-height: 1.3em;
	text-align: left;
	}

#content ul, ol {
	margin: 1em 0 1em 0;
	padding-left: 40px;
	}

#content ul li ul {
    padding: 2px 0px 0px 2em;
    margin: 0;
}


#content {
	float: left;
	width: 630px;
	margin: 18px 0 0 0;
	padding: 0 20px;
	text-align: justify;
	clear: left;
	}

#content a:link {
	color: #6592BB;
	border-bottom: 1px dotted #6592BB;
	text-decoration: none;
	}

#content a:hover {
	color: #253743;
	border-bottom: 1px solid #253743;
	}

#content a:visited {
	color: #253743;
	border-bottom: 1px dotted #253743;
	text-decoration: none;
	}

#nav {
	margin: 0;
	padding: 0 0 0 10px;
	background: #000;
	height: 30px;
	position: relative;
	}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a:link, #nav a:visited {
	float: left;
	font-size: 80%;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 10px 0 10px;
	padding-bottom: 2px;
	text-decoration: none;
	border: none;
	color: #FFF;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 4px solid #fff;
	padding-bottom: 2px;
	color: #839CBE;
	}


#sidebar {
	position: relative;
	margin: 0 0 0 675px;
	padding: 20px 15px 0 15px;
	}

#sidebar h2 {
    color: #253743;
    font-size: 100%;
}

#sidebar a {
    color: #6592BB;
}

.button {
    font-family: verdana, sans-serif;
    }

.error {
    color: #CC0000;
    font-weight: bold;
}

.computer {
    float: right;
    background: #FFF;
    padding: 4px;
    margin: 0px 0px 10px 10px;
    clear: both;
    }

.photo {
    background: #FFF;
    padding: 8px;
    margin: 5px 10px 0 0;
    border: 1px solid #DDD;
    }

.colHeading {
    font-weight: bold;
}

.subHeading {
    padding-left: 40px;
    font-weight: bold;
}

.item {
    padding-left: 40px;
}

.subItem {
    padding-left: 80px;
}

.tableHeading {
    border-bottom: 1px dashed #C589A2;
    font-size: 110%;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
}

#programs {
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
}

#poker, #indexer, #halo, #td {
    line-height: 34px; /* height of icon */
    background-repeat: no-repeat;
}

#poker a, #indexer a, #halo a, #td a{
  padding-left: 34px; /* width of icon + whitespace */
}

#indexer { background-image: url(/apps/indexer/icon.gif); }
#poker { background-image: url(/apps/poker/icon.gif); }
#halo { background-image: url(/include/images/halo.jpg); }
#td { background-image: url(/include/images/td.gif); }
