/********************************************************
* Written by Constantinos Neophytou, Jihwang Yeo        *
* for the CRAWDAD website                               *
* constantinos@cneophytou.com                           *
* crawdadmin@cs.dartmouth.edu                           *
*                                                       *
* All php code and javascripts contained in this        *
* website were written by Constantinos Neophytou and    *
* Jihwang Yeo unless where stated otherwise             *
********************************************************/

/*
 * General Appearance
 */
body {
	font-family: sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	margin: 0 auto;
}

#header {
	margin: 0px 0px 0px 0px;
	background-color: #fc6;
	color: #000;
	text-align: right;
	width: 100%;
}

#footer {
	margin: 1em 0px 0px 1em;
	font-style: italic;
	color: #999;
	
}

/* IE Fix */
html>body #header {
	/* height: 120px; */
}

#header img {
	border: 0;
}

.slogan {
	position: absolute;
	text-align: left;
	top: 75px;
	left: 100px;
	min-width: 440px;
}

.slogan a {
	color: #474;
	text-decoration: none;
}

.logo {
	float:left;
}

.schoolcrest {
	float: right;
	text-align: right;
}

.schoolcrest div {
	text-align: right;
	font-size: 80%;
	margin:0;
	padding:0;
}

.schoolcrest a {    
	font-size: 80%;
	text-decoration: none;
}

.highlight {
	color: #e93;
	text-decoration: none;
}

.preformatted {
	white-space: pre;
	font-family: "Courier New", Courier, monospace;
}

/* SIDEBAR */
#sidebartd {
	vertical-align: top;
	border-style: solid;
	border-width: medium;
	border-color: #e93;
	padding: 4px;
	background-color: #eee;
	white-space: nowrap;
}

#sidebartd a {
	text-decoration: none;
	color: #e93;
}

#sidebartd select {
	font-size: 0.75em;
	width: 100%;
}

/* MAIN CONTENT */
.contenttable {
	padding: 4px;
	border-collapse: collapse;
}

.contentdt {
	margin-top: 0.6em;
}

.contenttd h1 {
	text-align: left;
	margin-bottom: 0.5em;
	color: #f00;
	font-size: 1.2em;
	font-weight: bold;
}

.contenttd h2 {
	text-align: left;
	margin-bottom: 0.3em;
	color: #f00;
	font-size: 1.0em;
	font-weight: bold;
}

.contenttd a {
	text-decoration: none;
	color: #e93;
}

.contenttd ul {
	list-style-image:url('../../images/bullet.png');
	list-style-position: outside;
}

.flag {
	vertical-align: middle;
}

.contenttd {
	width: 100%;
	vertical-align: top;
	border-style: solid;
	border-width: medium;
	border-color: #e93;
	padding: 4px;
	background-color: white;
}

/*
 * IE Bug fix
 */
.visualIEFloatFix { 
	padding: 0px 0 0px 15px;
	height: 0.01%;  
}

.showhide {
    margin-top: 10px;
	background-color: #ddd;
	padding: 6px;
    cursor: pointer;
}

img {
	border: none;
}

pre
{
	color: black;
	font-family: sans-serif;
	font-size: 1em;
}

.citation-info {
    word-break: normal;
    word-wrap: normal;
    white-space: pre-wrap;
}
    
.citation-clipboard {  
    cursor: pointer;
}

.citation-modal {
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.citation-link {
    padding-top: 5px;
}

.zeroclipboard-is-hover {
    cursor: pointer;
}

.modal-body {
    width: auto;
    height: auto;
}

/* For the user-registration page */
.reg_left {
	text-align:	right;
	vertical-align:	top;
}

.reg_right {
	text-align:	left;
	vertical-align:	top;
}

.reg_bottom {
	text-align:	center;
}

.reg_required {
	color: red;
	font-weight: bold;
}

/*
 * Override HeaderText : impossible?
 */
#wikicmds {
  float:right; white-space:nowrap;
  font-family:sans-serif; font-size:80%;
}   
#wikicmds ul { list-style:none; margin:0px; padding:0px; }
#wikicmds li { display:inline; margin:0px 5px; }
#wikicmds li a { text-decoration:none:underline; color: #e93; border:none; }
#wikicmds li a.createlink { display:none;}
#wikicmds li a:hover { text-decoration:underline; color:blue; }
.pagegroup { margin-top:8px; margin-bottom:2px; }
.pagetitle { 
    margin-left: 0px;
    margin-bottom: 15px;
    color: #f00;
    font-size: 1.5em;
    font-weight: normal;
}
.wikiaction { margin-top:4px; margin-bottom:4px; }

/* These are for the edit form. */
#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

#wikitext { 
  font-size:80%;
}

