@CHARSET "UTF-8";

html, body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0 auto;
	color: #6d6e70;
	background: #e9e9e9 none;
}

#header {
	height: auto;
	background-color: #013240;
	margin-bottom: 10px;
	padding: 5px 15px 5px 15px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*
	border-radius: 5px;
	*/
}

#body {
	width: 75%;
	background-color: white;
	padding: 5px 15px 15px 15px;
	/*
	border-radius: 5px;
	*/
	display: inline-block;
}

#outer-body {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding: 5px 15px 15px 15px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	color: #6d6e70;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px 15px 15px;
	/*
	border-radius: 5px;
	*/
}

table {
	border-collapse: collapse;
}

#statistics {
	margin-top: 10px;
	background-color: white;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px 15px 15px;
	/*
	border-radius: 5px;
	*/
}

/*utils*/
.float-l {
	float: left;
}

.float-r {
	float: right;
}
/*end utils*/
ul {
	list-style-type: none;
	padding: 0;
}

a {
	text-decoration: none;
}

/*nav bar*/
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a {
	text-decoration: none;
	padding: .2em 1em;
	font-weight: bold;
	color: white;
}

#navcontainer ul li a:hover {
	text-decoration: underline;
}
/* end nav bar*/
#index-nav ul li {
	display: inline;
}

#index-nav ul li a {
	text-decoration: none;
	padding: .2em .5em;
	font-weight: bold;
	color: #6d6e70;
	line-height: 30px;
}

#index-nav ul li a:hover {
	text-decoration: underline;
}

.error {
	color: red;
}

.arg-box {
	width: 500px;
	height: 200px;
}

.title-box {
	width: 500px;
}

.url-box {
	width: 500px;
}

.paginator {
	margin-top: 5px;
}

.paginator ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.paginator ul li {
	display: inline;
}

.paginator a {
	color: #464646;
	text-decoration: none;
}

.paginator a:hover {
	color: #464646;
	text-decoration: underline;
}

.page-box {
	width: 25px;
}

.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #c6c6c6;
}

.pre {
	/*white-space: pre-wrap;*/ /*this is causing spacing problem*/
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font: normal 13px arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
}

.pre>img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

pre {
	white-space: pre-wrap; /* CSS 3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	font: normal 13px arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
}

pre br {
	display: none;
}

.tagline {
	font-size: 13px;
	font-family: arial, sans-serif;
	text-decoration: none;
	color: #2793e6;
	font-weight: bold;
}

.datetag {
	font-size: small;
	color: #999;
}

.hide {
	display: none;
}

.reply {
	color: #999;
	font-weight: bold;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.votediv {
	display: inline-block;
	vertical-align: middle;
	padding-left: 10px;
	width: 50px;
	height: 100%;
}

.contentdiv {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	width: 60%;
}

.commentdiv {
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	width: 69%;
}

.infodiv {
	text-align: left;
	width: 15%;
	display: inline-block;
}

.mydiv {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.avadiv {
	display: inline-block;
	padding-right: 5px;
	width: 45px;
	height: 45px;
}

.vote {
	color: #999;
}

.title {
	color: black;
}

.titlediv a:hover {
	text-decoration: underline;
}

.reply a:hover {
	text-decoration: underline;
	color: #2793e6;
}

.sub-c {
	font: normal 13px arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	color: black;
}

.commenttx {
	width: 320px;
	height: 90px;
	resize: none;
}

#signform input[type="text"], input[type="password"] {
	width: 250px;
	height: 10px;
	padding: 10px 5px;
	border: 1px solid #ccc;
	font-size: 16px;
}

.submit-but {
	width: 120px;
	height: 30px;
	cursor: pointer;
	background-color: #2672EC;
	color: #fff;
	border: 0;
}

.submit-but:hover {
	background-color: #26a0da;
}

.submit-but:active {
	background-color: #212121;
}

pre p {
	margin: 0;
	padding: 0;
}

.child {
	margin: 0;
	padding: 0;
}

.reply-comment-form {
	display: none;
}

.edit {
	font-weight: bold;
	color: #2793e6;
}

.edit:hover {
	text-decoration: underline;
}

.del {
	font-weight: bold;
	color: red;
}

.del:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.active-tab {
	width: 80px;
	height: 15px;
	background: #2672EC;
	padding: 10px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.inactive-tab {
	width: 80px;
	height: 15px;
	padding: 10px;
	text-align: center;
	color: #6d6e70;
	font-weight: bold;
}

tr.border_bottom td {
	border-bottom: 1pt solid #c6c6c6;
	padding-top: 10px;
	padding-bottom: 10px;
}

tr.border_top td {
	border-top: 1pt solid #c6c6c6;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.gen-link {
	color: #464646;
	text-decoration: underline;
}

.inv-prev {
	display: none;
}

.vis-prev {
	
}

a.boxclose {
	float: right;
	margin-top: -10px;
	margin-right: -10px;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 30px;
	background: #605F61;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
}

.boxclose:before {
	content: "×";
}

a.sort {
	color: grey;
}

a.sort:hover {
	text-decoration: underline;
}

/*
.arrow-up {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #c0c0c0;
}

.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #c0c0c0;
}
*/
.arrow-up2 {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 10px solid #c0c0c0;
}

.arrow-down2 {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #c0c0c0;
}

.poll-container {
	border: 1px solid #c0c0c0;
	margin-top: 15px;
	background-color: #efefef;
}

.poll {
	margin: 10px;
}

.poll td {
	padding-right: 5px;
	word-wrap: break-word;
}

.poll-bar-outer {
	border: 1px solid #DDDDDD;
	background-color: white;
	width: 400px;
}

.poll-bar-inner {
	background-color: #2672EC;
	height: 10px;
}

.home-tbl {
	
}

.home-tbl td {
	padding: 5px;
}

.quiz-container {
	margin: 10px;
}