/*
Drag and drop styles
*/
body
{
    /*font-family: "arial";*/
    width: 670px;
    margin-left: 20px;
	/*font-family:Courier New, Arial, sans-serif;*/
	/*font-size:0.9em;*/
}

#idMainContainer{
    width:625px;
    margin:0 auto;
    margin-top:10px;
    /*border:1px solid #000;*/
	font-family:Courier New, Arial, sans-serif;
    padding:2px;
}

#idTargetA{
    width:230px;
    float:left;
    border:1px solid #000;
    background-color:#E2EBED;
    padding:3px;
    height:520px;
}
#idRightColumn{
    width:345px;
    float:right;
    margin:2px;
    height:520px;
}    
.classHorizontalDragItem{
    /*horizontal places next DIV on the same line*/
    /*width:100px;*/
    /*height:30px;*/
    border:1px solid #FFF;
    /*background-color:#FFF;*/
    /*margin-bottom:5px;*/
    margin:2px;
    padding:2px;
    /*font-weight:bold;*/
    text-align:left;
    float:left; /*make box aligned horizontally by the parent*/
    font-size:small;
}
.classHorizontalDragKeyword{
    /*horizontal places next DIV on the same line*/
    /*width:100px;*/
    /*height:30px;*/
    border:1px solid #FFF;
    /*background-color:#FFF;*/
    /*margin-bottom:5px;*/
    margin:2px;
    padding:2px;
    /*font-weight:bold;*/
    text-align:left;
    float:left; /*make box aligned horizontally by the parent*/
    font-size:small;
    color:Blue;
}
.classVerticalDragItem{
    /*vertical adds EOL at its end, so next DIV appears on the next line*/
    /*
    width:100px;
    height:30px;
    */
    /*
    border:1px solid #000;
    margin-top:1px;
    margin-bottom:1px;
    margin:0 auto;
    margin:3px;
    margin-top:3px;
    margin-bottom:3px;
    background-color:#FFF;        
    */
    padding:1px;
    /*
    font-weight:bold;
    text-align:center;
    */
    /*float:left; make box aligned vertically by the parent*/ 
    float:none;
}
.classDropTarget{
    width:350px;
    border:1px solid #000;
    background-color:#E2EBED;
    height:520px;
    margin-bottom:10px;
    padding:3px;
    overflow:auto;
}
    
a
{
	background-color:#f0f8ff;
	font-weight: normal;
	text-decoration: none;
}

.clear
{
    clear:both;
}

img
{
    border:0px;
}    

/*
table
{
    text-align: center;
    border-style: solid;
    display:table
}
hr
{
    width: 650px;
    text-align:left;
}

*/

table li p
{
    width:auto;
    text-align:left;
}

/*
p
{
    width: 650px;
    text-align: justify;
}
*/

div.QzAnswer
{
    width: 650px;
	background-color:#f0f8ff;
}

blockquote
{
    font-family: "courier";
    font-size: 80%;
}

.margin25pct
{
    text-align: left;
    margin-left: 21%;
}

.margin30pct
{
    text-align: left;
    margin-left: 25%;
}

/*
p.rightalign
{
    width: 650px;
    margin-left: 30px;
    text-align: right;
}

p.paraquote
{
    width: 560px;
    margin-left: 30px;
    text-align: left;
}

.centeralign
{
    width: 650px;
    margin-left: 30px;
    text-align: center;
}
*/

h1
{
    width: 650px;
    /*margin-left: 30px;*/
    text-align: center;
    color: Navy;
}

h3
{
    width: 650px;
    /*margin-left: 30px;*/
    text-align: center;
    color: Navy;
}

.t1
{
    font: georgia, times, arial, Verdana, Arial, Georgia, times, tahoma, serif, sans-serif;
    font-variant: small-caps;
    text-align: center;
}

li
{
    vertical-align:top;
}

pre
{
	background-color:#f0f8ff;
	font-size:inherit;
}

table li pre
{
	background-color:#f0f8ff;
	font-size:inherit;
}

.nobr {white-space: nowrap}

input.CGILink
{
    border-style:none;
    cursor:pointer;
    background-color:Transparent;
    color:Navy;
    text-decoration: underline;
}
