body {
	background: url(../img/bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	text-align: center;
}

/**** question box style start  ********/
#q_box {
	background: #DC6D02;
}

.boxtop {
	background: url(../img/ne.gif) no-repeat top right;
}

.boxtop div {
	font-size: 0;
	height: 20px;
	background: url(../img/nw.gif) no-repeat top left;
}

.boxbottom {
	background: url(../img/se.gif) no-repeat bottom right;
}

.boxbottom div {
	font-size: 0;
	height: 20px;
	background: url(../img/sw.gif) no-repeat bottom left;
}

.boxcontent {
	padding: 0px 20px 0px 20px;
}

div .innerbgsmall p {
	padding-bottom: 0.5em;
	margin: 0px;
}

#question_text_container {
	position: relative;
	top: 0px;
}

#question_text_container .large {
	font-size: 0.9em;
	line-height: 0.8em;
	margin-bottom: 1px;
}

#question { /*width: 405px; */ /* height: 41px; */
	text-align: center;
	font-family: verdana, arial;
	font-weight: bold;
	/*color: #ffffff;*/ 
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 30px;
}
div#host-pane div.question { /*width: 405px; */ /* height: 41px; */
	text-align: center;
	/*font-family: verdana, arial; */
	font-weight: bold;
    /*font-size: 9pt; */
    background: #DC6D02;
    color: #ffffff;
	padding: 10px;
    margin:5px 10px;
    border:solid gray 1px;
}
/**** end of question box stuff ********/
div#controls{
    padding:5px;
}
.big_box h2 {
	border-top: black small dotted;
}

div { /*	border:1px red solid;  */
	
}

/*input{
	border: #999999 1px solid; 
	background: #FDFDFD;	
}*/
input.submit {
	border: none;
	background: #FDFDFD;
	margin-left: 45%;
	margin-right: 45%;
	margin-top: 5px;
}

/*** .submit input{
	border: none; 
	background: #FDFDFD;
	margin-left:45%; 
	margin-right:18px;
} ****/
div.user_info #reg_btn {
	border: none;
	background: #FDFDFD;
	margin-left: -15px;
	float: left;
}

textarea {
	border: #999999 1px solid;
	background: #FDFDFD;
	height: 40px;
	width: auto;
	font-family: inherit;
	font-size: inherit;
}
div #scoreboard_box {
	padding-top:37px;
	
}
div #my_score_container {
	width: 200px;
	/*	margin-right:10px; */ /*	padding:10px; */
}

div #my_score_container table {
	width: 180px;
	margin-right: 10px;
}

div #my_score_container span {
	font-weight: bold;
}
#leaderboard .score_row{
	font-size:smaller;
}
#leaderboard td{
	padding:2px;
}
.right-align{
	text-align:right;
}
tr.correct_player td{
	color:green;
}
.input label {
	width: 100px;
	display: block;
	float: left;
	clear: left;
}

.input.checkbox label { /*width:100px; */
	display: inline;
	float: none;
	clear: none;
}

.user_info label {
	width: 57px;
	display: block;
	float: left;
	font-weight: bold;
	color: #65400A;
}

.user_info .submit {
	float: right;
	margin: 0;
}

p { /* font-family: verdana, tahoma, arial;  */
	/*	font-family: FreeSans, Arial, sans-serif;  */
	font-size: 1.1em;
	line-height: 1em;
	font-weight: normal;
	text-align: left;
	margin: none;
	padding: none;
}

img { /* This rule added by Alan */
	border: 0px none;
	padding: 0px;
	margin: 0px;
}

table.dotty {
	border: #898989 1px dotted;
}

.clickable {
	cursor: pointer;
}

.clickable:hover {
	background: LightBlue;
}
div.chattitle{
	background: URL(../img/chattitle.gif);
	widght:237;
	height:33px;
	}
div#chatbot {
	width: 23px;
	height: 31px;
	background: URL(../img/goback.gif);
	background-repeat: no-repeat;
	margin-left: 161px;
	margin-top: -24px;
	padding: 0px;
}

div.user_info {
	padding: 5px;
}

.float_right {
	float: right;
}

.go-gif { /*	margin-left:167px;  */
	margin-top: 10px;
	border: none;
	background: none;
}

div#chat {
	padding-left: 5px;
}

div.chat_window {
	padding-left: 5px;
	height: 300px;
	overflow-y: scroll;
	margin-right: 3px;
}

span.chat_text {
	color: rgb(111, 55, 0);
}

div#chat-bottom {
	background: URL(../img/chatmessage.gif);
	background-repeat: no-repeat;
	width: 207px;
	height: 86px;
	padding: none;
}

div#chatbox {
	background: URL(../img/chatbox.gif);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: 8px;
	padding-left: 5px;
	padding-top: 6px;
	width: 166px;
	height: 31px;
	float: left;
}

.btn { /* float:left; */
	border: 1px solid rgb(255, 191, 39);
	border-right: 2px solid rgb(255, 191, 39);
	border-bottom: 2px solid rgb(255, 191, 39);
	background: rgb(254, 216, 73);
	padding: 2px 10px;
	margin-right: 5px;
	width: 120px;
	display: inline;
	cursor:pointer;
}

.fat.btn {
	width: auto;
}

div .del_btn {
	border: red thin solid;
	/*	float:right; */
	display: inline;
	margin-left: 4px;
	/*width:1em;*/ /*height:1em;*/
	font-size: xx-small;
	cursor: pointer;
	/*	clear:both;	*/
}

div.innerbgsmall {
	background: url(../img/innerbgsmall.gif);
	width: 447px;
}

div#playhost-btns {
	padding-top: 32px;
	padding-left: 39px;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#global {
	width: 1000px;
	margin: auto;
}

div#container {
	width: 1000px;
	background: URL(../img/bodybghome.gif);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

div#playhostcontainer {
	width: 1000px;
	background: URL(../img/innerbg3.gif);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

div#playmaincontainer {
	width: 1000px;
	background: URL(../img/innerbg3.gif);
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: left;
}

div#top {
	width: 1000px;
	height: 108px;
	/* font-family: verdana, tahoma, arial;  */
	font-size: 8pt;
	font-weight: normal;
	color: #3C68A0;
	amrgin-bottom: 0px
}

div#logo {
	float: left;
	width: 320px;
	height: 108px;
}

div#topright {
	float: right;
	background: URL(../img/topback.gif);
	width: 680px;
	height: 108px;
	background-repeat: no-repeat;
}

div#toprightcontainer {
	padding-top: 12px;
	padding-left: 412px;
	width: 228px;
}

div#welcome {
	float: left;
	width: 142px;
	background: URL(../img/welcome.gif);
	background-repeat: no-repeat;
	height: 25px;
	/* font-family: verdana;  */
	font-size: 8pt;
	color: #454545;
	font-weight: normal;
}

div#navbar {
	width: 1000px;
	height: 38px;
	background-image: URL(../img/menuback.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
}

#row2host {
	width: 1000px;
	margin: 0px;
	background: URL(../img/innerbg2.gif);
}

#row2play {
	width: 1000px;
	margin: 0px;
	background: URL(../img/innerbg3.gif);
}

#row2bigright {
	width: 734px;
	margin: 0px;
	float: right;
}

#row2playmain {
	float: left;
	width: 467px;
	margin: 0px;
}

#row2playmainright {
	float: right;
	width: 267px;
	margin: 0px;
	background: URL(../img/righttopcurve2.jpg);
	background-repeat: no-repeat;
}

#row2left {
	float: left;
	width: 266px;
	margin: 0px;
	background: URL(../img/leftback.gif);
}

#row2homeleft {
	float: left;
	width: 266px;
	margin: 0px;
	background: URL(../img/lefttopcurve.jpg);
	background-repeat: no-repeat;
}

#row2mainmiddle {
	margin: 0px;
	padding-left: 10px;
}

#row2playmiddle {
	float: left;
	margin: 0px;
	padding-left: 10px;
}

#quiztitle {
	width: 447px;
	height: 42px;
	background: URL(../img/qa_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: bold;
	font-size: 10pt;
	/* font-family: verdana;  */
	color: #ffffff;
}

#bigtitle {
	width: 684px;
	height: 42px;
	background: URL(../img/gqm_title.gif);
	background-repeat: no-repeat;
	margin: 0px;
	font-weight: bold;
	font-size: 10pt;
	/* font-family: verdana;  */
	color: #ffffff;
}

#row2playright {
	float: right;
	width: 277px;
	margin: 0px;
	background: URL(../img/righttopcurve.jpg);
	background-repeat: no-repeat;
}

#playhost {
	width: 266px;
	height: 115px;
	margin: 0px;
	background: URL(../img/playhostback.gif);
}

#rightchat {
	width: 267px;
	margin: 0px;
	background: URL(../img/righttopcurve.jpg);
	background-repeat: no-repeat;
}

#answer-table {
	border-spacing: 15px;
}

#answer-table .answer {
	padding: 5px;
	/*	border:1px solid rgb(255,191,39);  */
	/*	background: rgb(254,216,73); */
	width: 150px;
	text-align: center;
	cursor: pointer;
}

/*#answer-table .plain-answer{ */
.plain-answer {
	border: medium solid rgb(255, 191, 39);
	background: rgb(254, 216, 73);
	margin-botton: 0px;
}

.answer img { /* Not sure this is used */ /*display:inline-block;*/
	height: 120px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: solid thin black;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.selected-answer {
	background-color: rgb(249, 161, 27);
	/*	width: 150px;  		*/ /*	margin:5px 11px 5px 10px;*/
	border: solid medium black;
	/*	position:relative;	*/ /*	text-align:center;	*/
	/*	font-size:large;	*/
}

.disabled-answer {
	background-color: #DADAA4;
	/*	width: 206px;*/ /*	height:160px;*/
	margin: 5px 11px 5px 10px;
	border: solid medium black;
	/*	float:left;*/ /*	display:inline;*/
	text-align: center;
	/*	font-size:large; */
	color: #535157;
}

.correct-answer {
	background-color: #F8E117;
	/*	background-color:rgb(251,224,21);*/ /*	width: 206px;*/
	/*	height:160px;*/ /*	margin:5px 11px 5px 10px;	*/
	border: dotted medium green;
	/*border: dotted medium rgb(118,207,211);*/
	/*border: dotted medium black;*/ /*	position:relative;	*/
	/*	float:left;			*/ /*	display:inline;		*/ /*	text-align:center;	*/
	/*	font-size:large;	*/
}

.wrong-answer {
	background-color: #BFBFBF;
	/*	width: 206px;	*/ /*	margin:5px 11px 5px 10px;	*/
	border: solid medium #CC3300;
	/*	position:relative;	*/ /*	float:left;			*/ /*	display:inline;		*/
	/*	text-align:center;	*/ /*	font-size:large;	*/
	color: #535157;
}

p.rightun {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0em;
	color: green;
	text-align: center;
}

p.wrongun {
	font-size: 1.2em;
	line-height: 1em;
	margin: 0em;
	color: red;
	text-align: center;
}

#timercontainer { /*	border:thin solid black;  */
	height: 1.4em;
	padding: 6px 10px 4 px;
}

#question_pic_container img {
	display: block;
	/*width:200px;*/
	background-color: #C0FFFF;
	height: 200px;
	margin-top: -230px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	border: solid thick rgb(164, 42, 3);
	border: solid thick black;
	border-top: solid thin black;
	border-left: solid thin black;
	padding: 10px;
	/*	float:none;*/
}

div#leaderboard {
	width: 180px;
	height: 280px;
	overflow-y: scroll;
	overflow-x: hidden;
}

div#leaderboard table {
	width: 180px;
}

div#leaderboard tr {
	border: 1px solid rgb(253, 199, 41);
	background-color: rgb(255, 249, 179);
}

div#leaderboard tr.red-bg {
	/*background:border: 1px solid rgb(253, 199, 41);*/
	background-color: #FDC729;
}

#leftcontent {
	width: 266px;
	background: URL(../img/leftback2.gif);
	margin: 0px;
	background-repeat: no-repeat;
}

#homeleftcontent {
	width: 266px;
	background: URL(../img/lefttopcurve.jpg);
	margin: 0px;
	background-repeat: no-repeat;
}

#leftcontentbox {
	width: 207px;
	background: URL(../img/leftback3.gif);
	color: #4F4F4D;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	text-align: left;
	margin: none;
	padding: none;
}

#bodytext3 {
	color: #4F4F4D;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	text-align: left;
	margin: none;
	padding: none;
}

#leftcontentboxhome {
	width: 207px;
	background: URL(../img/leftback4.gif);
	color: #4F4F4D;
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	text-align: left;
	margin: none;
	padding: none;
}

#rightcontent {
	width: 277px;
	margin: 0px;
}

#rightcontentmain {
	width: 267px;
	margin: 0px;
	background: URL(../img/rightback5.gif);
}

#rightcontentmain p {
	line-height: 1em;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#rightcontentbox {
	width: 207px;
	background: URL(../img/rightback3.gif);
	color: #676767;
	font-family: verdana, tahoma, arial;
	/* font-size: 8pt;  */ /*font-size: .75em; */ /* line-height: 12pt;  */
	/* line-height: 1.2em; */
	font-weight: bold;
	text-align: left;
}

#innercrumbs {
	width: 734px;
	height: 39px;
	background: URL(../img/crumbs2.gif);
	background-repeat: no-repeat;
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0px;
	font-weight: normal;
}

#innercrumbs2 {
	width: 467px;
	height: 39px;
	background: URL(../img/crumbs3.gif);
	background-repeat: no-repeat;
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0px;
	font-weight: normal;
}

a.crumbs {
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0px;
	text-decoration: underline;
	font-weight: normal;
}

#innerrow2 {
	width: 1000px;
	margin: 0px;
}

h1 {
	font-family: tahoma, verdana, arial;
	font-size: 12pt;
	font-weight: bold;
	color: #BD2F2E;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
}

h1.inner {
	font-family: verdana, arial;
	font-size: 12pt;
	font-weight: bold;
	color: #BD2F2E;
}

h2 {
	font-family: verdana, arial;
	font-size: 10pt;
	font-weight: bold;
	color: #65400A;
	margin-top: 5px;
	margin-bottom: 3px;
	padding: 0px;
}

h2.black {
	font-family: verdana, arial;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.bodytext { /* font-family:  verdana, tahoma, arial;  */
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #65400A;
}

.bodytext2 {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #000000;
}

.home {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	color: #212E34;
}

.bold {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #454545;
}

.whitebold {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: bold;
	color: #ffffff;
}

.dots {
	font-family: arial;
	font-size: 8pt;
	line-height: normal;
	font-weight: normal;
	color: #65400A;
	margin: 0;
}

div#footer {
	clear: both;
	width: 1000px;
	height: 67px;
	background: URL(../img/footerback.gif);
	margin: 0px;
	text-align: center;
}

div#footermenu {
	padding-top: 32px;
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	margin: 0px;
	padding-left: 50px;
	padding-right: 50px;
}

div#footermenu a {
	text-decoration: none;
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	text-decoration: none;
}

div#footermenu a:hover {
	text-decoration: none;
	color: #642E00;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	text-decoration: underline;
}

a {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-weight: normal;
	color: #D36902;
	text-decoration: underline;
	line-height: 12pt;
}

.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}

ul {
	font-size: 8pt;
	font-weight: normal;
	/* color: #393939; */
	font-family: verdana, tahoma, arial;
	list-style-type: bullet;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: none;
	padding-top: none;
	margin-right: none;
	padding-right: none;
	margin-bottom: 5px;
}

li {
	padding-bottom: 5px;
	font-size: 8pt;
	font-weight: normal;
	/* color: #393939;  */
	font-family: verdana, tahoma, arial;
	list-style-type: bullet;
	list-style-position: outside;
	line-height: 10pt;
	padding-top: none;
	margin-right: none;
	line-height: 12pt;
}

a.more {
	font-family: verdana, tahoma, arial;
	background: URL(../img/more.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	font-weight: normal;
	color: #343434;
	text-decoration: none;
	line-height: 16pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}

a.more:hover {
	font-family: verdana, tahoma, arial;
	background: URL(../img/more2.gif);
	background-repeat: no-repeat;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
	line-height: 16pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	padding-bottom: 5px;
}

div .new_nav {
	height: 31px;
	width: 98px;
	background-attachment: fixd;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	padding: 2px;
	margin: 0px;
}

div .new_nav:hoooover {
	height: 31px;
	width: 98px;
	background: URL(../img/blank_nav_bg3.jpg);
	background-attachment: fixd; /* typo here */
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	color: black;
	padding: 2px;
	margin: 0px;
}

div .over {
	height: 31px;
	width: 98px;
	background: URL(../img/blank_nav_bg3.jpg);
	background-attachment: fixd;
	background-repeat: no-repeat;
	float: left;
	text-align: center;
	color: black;
	padding: 2px;
	margin: 0px;
}

div .new_nav:hover a {
	color: black;
}

div .new_nav a {
	margin-top: 7px;
	color: #ce6600;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	font-family: inherit;
	text-decoration: none;
}

div .new_nav a:hoover {
	margin-top: 7px;
	color: black;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

/*  left navigation links and list styles */
.sidenavigation {
	padding-top: 0;
	padding-left: 2px;
}

.sidenavigation ul {
	padding: 0;
	list-style: none;
	width: 186px;
	z-index: 100;
	margin-bottom: 0px;
}

.sidenavigation ul li {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}

/* Styles for Menu Items */
.sidenavigation ul li a {
	display: block;
	text-decoration: none;
	color: #BEECFF;
	font-size: 8pt;
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	margin: none;
	padding-right: 7px;
	padding-left: 15px;
	background-image: url(../img/linkoff.gif);
	background-repeat: no-repeat;
	line-height: 24px;
}

.sidenavigation ul li pppp {
	display: block;
	text-decoration: none;
	color: #BEECFF;
	font-size: 8pt;
	font-family: verdana, arial, tahoma;
	font-weight: normal;
	margin: none;
	padding-right: 7px;
	padding-left: 15px;
	background-image: url(../img/linkoff.gif);
	background-repeat: no-repeat;
	line-height: 24px;
}

/* Fix IE. Hide from IE Mac \*/
* html .sidenavigation ul li {
	float: left;
	height: 1%;
}

* html .sidenavigation ul li a {
	height: 1%;
	color: #ECF2F9;
}

/* End */
.sidenavigation ul li p:hover {
	color: #ffffff;
	margin: none;
	font-weight: bold;
	background-image: url(../img/linkover.gif);
	background-repeat: no-repeat;
}

.sidenavigation ul li a:hover {
	color: #ffffff;
	margin: none;
	font-weight: bold;
	background-image: url(../img/linkover.gif);
	background-repeat: no-repeat;
}  /* Hover Styles */
.sidenavigation li:hover ul,li.over ul {
	display: block;
	z-index: 100;
}  /* The magic */
.selector_box { /* 	border:thin solid black; */
	border: #999999 1px solid;
	cursor: pointer;
	/*	background:url(../img/q_mark_small.gif); */
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	width: 300px;
	height: 82px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	overflow:hidden;
}

.selector_box p {
	margin: 0px;
}

.selector_box.played {
	background-color: #eeeeee;
	cursor: pointer;
}

.selector_box .title { /* 	background-color:#79CDD8;  */
	background-color: #c3d9ff;
	color: black;
	font-weight: bold;
	font-size: 1em;
	padding: 5px;
	/*	height:38px; */
	margin-left: 50px;
}

.selector_box .title .play {
	float: right;
	margin: -4px 0 0 0;
}

.selector_box .glyph {
	float: left;
	/*  margin: -4px 0 0 0;  */
}

img.glyph {
	width: 50px;
}

img.glyph {
	height: 50px;
}

div .teaser {
	padding-left:30px;
	padding-bottom:7px;
}
div .teaser .selector_box{
	float: none;
	width: 340px;
}
.selector_box .desc { /* 	padding:5px;  */
	padding-left: 3px;
	/*	height:3em; */
	overflow: hidden;
	/* 	margin-left:50px; */
}

.selector_box hr {
	height: 1px;
	margin: 0px;
}

.selector_box td {
	text-align: center;
	/* 	color:rgb(164,42,3); */
	padding: 0px;
}

.selector_box th {
	text-align: center;
	color: rgb(164, 42, 3);
}

.selector_box table {
	margin-bottom: 3px;
}

div .picker {
	margin-right: 3px;
}

div .q-draggable {
	border: 1px solid rgb(253, 199, 41);
	background-color: rgb(255, 249, 179);
	margin-bottom: 10px;
	margin-right: 5px;
	position: relative;
	z-index: 0;
}

div .q-draggable .unused {
	font-weight: bold;
}

.draggable {
	cursor: move;
}
.draggable:hover {
	background: LightBlue;
}

.droppable {
	border: 1px solid rgb(253, 199, 41);
	background: rgb(255, 249, 179);
	text-align: center;
	padding: 3px;
	margin: 3px;
}

/* .question-picker{ */
#picklist {
	height: 400px;
	overflow-y: scroll;
}

.an_answer_wrapper {
	width: 200px;
	float: left;
	border: thin black solid;
	margin: 5px;
	padding: 5px;
}

.an_answer_wrapper .answer {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

#answers-wrapper {
	padding-left: 90px;
}

div .answer_text {
	text-align: center;
	width: 160px;
	background: lightBlue;
	border: thin solid darkBlue;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

div .answer_text a {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	width: 190px;
	background: lightBlue;
	margin: 5px;
}

#answers-wrapper .answer { /*	width:200px; */
	float: left;
}

div#picklist .media_part {
	width: 130px;
	height: 100px;
	margin-bottom: 3px;
	float: none;
	border: none;
}

div#picklist .media_pic {
	width: 130px;
	margin: 1px;
}

div .media_pic img {
	width: 100px;
	height: 115px;
}

div#picklist .media_pic img {
	width: 125px;
}

div#picklist .media_pic img {
	/* This works with the declaration above to resize the pic both ways. */
	height: 125px;
}

div .media_part {
	border: black thin solid;
	height: 130px;
	float: left;
	margin: 3px;
	overflow: hidden;
	cursor: move;
	text-align: center;
	width: 120px;
}

#new_answer #new_ans {
	margin-top: 0px;
	height: 1.1em;
	padding-bottom: 5px;
	padding-top: 1px;
}

#MediaPartAddForm {
	width: 100px;
}

#MediaPartSubFile {
	width: 100px;
}

form td {
	vertical-align: top;
}

div.stream {
	margin-left: 29px;
}
div.table{
    display:inline-table;
}
div.table div.row{
    display:table-row;
}
div.table div.header{
    background:#C3D9FF;
    font-weight:bold;
}
div.table div.cell{
    display:table-cell;
   /* width:100px; */
    /* text-align:center; */
}
div.dotty {
	border: #898989 1px dotted;
}
div#controls div.btn{
    border-width:2px;
    width:auto;
    padding:2px 3px;
}
div#controls div.disabled{
    background:lightgray;
}
div#controls div.go{
    border-color:green;
}
div#controls div.stop{
    border-color:red;
}