﻿body {
}
    html{
        background-color:silver;
        font:14px Verdana;
    }
    .invisible
    {
		visibility:hidden;
    }
	.silverlightNotInstalledImage
	{
		background-image: url(images/logo.gif);
		background-position:left;
		background-repeat:repeat-x;
	}
    .defaultButtonStyle
    {
		background-color:White;
		border-color:#CC9966;
		border-style:solid;
		border-width:1px;
		font-family:Verdana;
		color:#990000;
    }
    .divRedWarningBox
    {
		position:absolute;
		background-color:#eeeeee;
		padding:15px;
		font-family:Verdana;
		font-size:100%;
		font-weight:bold;
		border: double 3px red;
		left:400px;
		top:400px;
		width:400px;
    }
    .tableheader
    {
		background-color:#990000;
		color:White;
		font-family:Verdana;
		font-size:1.2em;
		border-color:#FFDFAD;
    }
    .columnheader
    {
		background-color:#DD6600;
		color:White;
		font-family:Verdana;
		font-size:1.2em;
		border-color:#FFDFAD;
    }
    .tablecell
    {
		background-color:#fffbd6;
		font-family:Verdana;
		font-size:100%;
		border-color:#FFDFAD;
    }
    .errormessage
    {
		background-color:#FFFF80;
		color:Red;
		font-weight: bold;
    }
    .successmessage
    {
		background-color:#FFFF80;
		color: Green;
		font-weight: bold;
    }
    .stressMessage
    {
		background-color:#FFFF80;
		color: Green;
		font-size:large;
    }
    .content
    {
        height: 744px;
        width:auto;
        margin:auto;
        border-top:solid 1px black;
        border-left:solid 1px black;
        border-right:solid 1px black;
        border-bottom:none;
		background-color:White;
    }
    .quizcontent
    {
        height: 756px;
        width:1200px;
        margin:auto;
        background-color:white;
        border-top:solid 1px black;
        border-left:solid 1px black;
        border-right:solid 1px black;
        border-bottom:none;
		background-color:White;
    }
    .wholecolumn
    {
        float:left;
        padding:5px;
        width:1014px;
        height:auto;
        border-left:none;
        border-right:none;
        border-bottom:none;
        border-bottom:solid 1px black;
		background-color:White;
    }
    .rightcolumn
    {
        float:left;
        padding:5px;
        width:73%;
        height:auto;
        border-left:solid 1px black;
        border-bottom:none;
		background-color:White;
    }
    .quizrightcolumn
    {
        float:left;
        padding:5px;
        width:73%;
        /* width:940px; */
        height:auto;
        border-left:solid 1px black;
        border-bottom:none;
		background-color:White;
    }
    .leftcolumn
    {
        float:left;
        padding:5px;
        width:230px;
        height:auto;
        border-right:none;
        border-bottom:none;
		background-color:White;
    }
    .quizleftcolumn
    {
        float:left;
        padding:5px;
        width:230px;
        height:auto;
        border-right:none;
        border-bottom:none;
		background-color:White;
    }
	.quizpanel1
	{
		width:940px;
		height:573px;
		background-color:White;
	}
	.quizpanel2
	{
		width:940px;
		background-color:White;
	}
	.quizpanel3
	{
		width:940px;
		background-color:White;
	}
    .tabstrip
    {
        padding:2px;
        border-top:solid 1px black;
        border-bottom:solid 1px black;
    }
    .tabstripa
    {
        font:14px Arial;
        color:Green;
        text-decoration:none;        
        border-top:none;
        border-bottom:none;
    }
    .clear
    {
        clear:both;
        border-bottom:none;
    }
    .questionrow
    {
		height:100px;
    }
    .subappetiterow
    {
		height:10px;
    }
    .bottomstrip
    {
        clear:both;
        border-top:none;
        border-bottom:none;
        font:14px Arial;
    }
    .copyright
    {
        clear:both;
        font:10px Arial;
        border-top:none;
        border-bottom:none;
    }
    .h3Class
	{
		font-weight: bold;
		font-size: large;
		color: #990033;
		font-family: Verdana;
	}
	.h5Class
	{
		font-weight: bold;
		font-size: medium;
		color: purple;
		font-family: Verdana;
		height:24px;
		vertical-align:top;
		line-height:24px;
		margin-top:0px;
		margin-bottom:0px;
		padding-top:2px;
		padding-bottom:2px;
	}
	.defaulttreeview
	{
		font-family: Monospace, 'Courier New' , Courier;
		font-size:16px;
	}
	.defaultspacer
	{
		font-family: Monospace, 'Courier New' , Courier;
		font-size:1px;
	}
	.defaultfont
	{
		border-style:none;
		border-color:White;
		font-weight: bold;
	}
	.defaultfontnonbolded
	{
		border-style:none;
		border-color:White;
		font-weight:normal;
	}
    .typeindicator
    {
		border-style:none;
		border-color:White;
		color:Red;
		font-weight: bold;
    }
    .blankrow
    {
		background-color:White;
		border-color:White;
		border-style:none;
		border-width:0px;
		font-family:Verdana;
    }
    .nolinkunderline
    {
	text-decoration: none;
	}
	.adjustedZIndex {
		position:relative;
		z-index:9999;
		font-weight:normal;
	}
	.clearbackcolor
	{
		background-color:White;
	}
    .barelyvisible 
    {
	font-size: xx-small;
	font-weight: 100;
	color: #C1C1C1;
    }
    .overlibrollover
    {
        color:#FF6600;
        font-weight:bold;
    }
