/*html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}
  */

/*html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-size:62.5%;vertical-align:baseline;background:transparent;}*/

body
{
    font-size:1.2em;
    font-family: Comic Sans MS, Verdana, Tahoma, Arial, "Helvetica Neue", Helvetica, Sans-Serif;
    color: #232323;
    background-color: White;
    margin-left:10em;
    margin-right:10em;
}

h1
{
    font-size:2.62em;
}

h2
{
    font-size:1.62em;
}

h3
{
    font-size:1em;
    font-style:italic;
}

h4
{
    font-size:1em;
}


h1 a 
{
    text-decoration:none;
}

#Latest_WebQuests, #Your_WebQuests, #Favorite_WebQuests
{
    width:300px;
    padding:.5em;
    padding-left:2em;
    font-size:.8em;
}

#ResourceList
{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left:1em;
    padding: 0px;
    list-style-type: none;
}

#Introduction , #Conclusion, #Evaluation
{
    padding-top:1em;
    padding-bottom:1em;
}
 
#Conclusion label, #Evaluation label, #Introduction label
{
    font-size:1.5em;
    font-weight:bold;
}

#Topic .Name
{
    font-weight:bold;
}

#Question #Text, #Resource #Text
{
    width:30em;
}
                 /*
.QuestionEdit, .ResourceEdit
{
    display:none;
}
                   */
                   
fieldset
{
    border-radius: 15px;
    
}                   
#Topic.Global
{
    background-color: #EEEEEE;
}

body
{
    min-width:850px;
    background-color:#F0F0F0;
}

#Content
{
    background-color:White;
    display:block;
    min-height:600px;
    border-radius: 15px;
    padding: 1em;
}
#SideBar
{
    display: block;
    float: right;
    width: 300px;
    background-color: #99DDAA; /*    background-color: #FFFFDD;*/
    min-height: 200px;
    padding: 1em;
    border-radius: 15px;
}

#SideBar A
{
    text-decoration: none;
    color: #0033CC;
}
h4.Note {
    margin: 0px;
    margin-bottom: .6em;
    padding: 0px;
    font-size: .8em;
}

input.Approve
{
    border-color: black;
    color: Blue;
    background-color: white;
    width: 15em;
    padding: 3px;
}
