/* reset */
h1, h2, h3, ul, div, p, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Consistent look in FF and Opera */
ul {
	margin: 10px;
	margin-left:30px;
}

body {
	background-color: #a4e2cf;
	font-family: sans-serif;
	font-size: 100%;
	color: black;
}

p {
	margin: 5px;
}

a img { border:none; }

a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.navlink {
	font-size:24pt;
}

h1 {
	font-size:2em;
}

h2 {
	font-size:1.5em;
}

em {
	font-weight: bold;
}

.friend {
	font-size:16pt;
}

.tag {
	padding: 3px;
	text-decoration: none;
}

.tag:link { text-decoration: none;}
.tag:visited { text-decoration: none; }
.tag:hover { text-decoration: none; background: #FFFFFF; }
.tag:active { text-decoration: none; background: #FFFFFF; }


.minibox {
	background-color: #d6f0e8;
	border: medium double white;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tagbox {
	position: relative;
	font-size: 14pt;
	overflow: hidden;
}


.errorbox {
	background-color:#FF8F8F;
	min-height:50px;
}

.errorbox h1 {
	width:100%;
	text-align:center;
}

.minibox h1, .minibox h2 {
	width: 100%;
	text-align:center;
}

.login_choice {
	padding: 0.4em;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

.login_choice h2 {
	text-align: left;
}


.explain {
	text-align:justify;
	text-indent:5%;
}

input.sexy {
	background: url(http://stat.livejournal.com/img/openid-inputicon.gif) no-repeat;
	background-color: #FFFFFF;
	background-position: 0 50%;
	padding-left: 18px;
}


.warn {
}

.quizcreate {
}

.quizcreate dt {
	font-size:16pt;
}

.quizcreate dd {
	font-style:italic;
	margin-top:5px;
	text-indent:5%;
	text-align:justify;
}

.quizcreate dt:hover {
	background-color:white;
}

.quizcreate dd:hover {
	background-color:white;
}


.usefulness {
}

.submitbutton {
	background: #A4E2CF;
	color: #000000;
}

.even {
	background-color: #d6f0e8;
	margin-top: 10px;
	margin-bottom: 10px;
}

.odd {
	background-color: #c5d9d1;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*                     by ID                 */

#login_explain {
	padding: 0.4em;
	margin-left: 10px;
	margin-right: 10px;
	width: auto;
}

#nobreak {
	position: relative;
	width: 98%;
	height: 95%;
}

#leftcontent {
	position: relative;
	float: left;
	width: 20%;
	height: 100%;
	margin-right: 2%;
}

#midcontent {
	position: relative;
	float: left;
	width: 40%;
	height: 100%;
}

#rightcontent {
	position: relative;
	float: left;
	width: 38%;
	height: 100%;
}

#quiz_creation {
	position: relative;
	float: left;
	width: 77%;
	height: 100%;
}

#navbox {
	position: relative;
	width: 98%;
}

#loginbox {
	width: 90%;
	font-size:10pt;
}

#poptags {
	width: 100%;
	height: 350px;
}

#copyright {
	position:relative;
	clear:both;
	width:100%;
	height:50px;
	text-align: center;
}

#topquizzes {
}