
/* General settings */

body              
{ 
    font-family: Verdana,Geneva,Arial,sans-serif; 
    font-size: 100%; 
    color: #202020;
    background-color: #fcfcfc;
}

a                 
{ 
    color: #4466c9;
    background-color: #fcfcfc;
    text-decoration: none;
}

a:hover                
{ 
    text-decoration: underline;
}

em        	  
{ 
    font-weight: bold; 
    color: #333399; 
    background-color: #fcfcfc;
}

strong        	  
{ 
    font-weight: bold; 
    color: #000; 
    background-color: #fcfcfc;
}

.def
{
    font-style: italic;
    color: #808080;
    background-color: #fcfcfc;
    margin-top: .5em;
}

.light
{
    color: #8d84c4;
    background-color: #fcfcfc;
    font-style: italic;
}

#blockquote
{
    white-space:    pre;
}

.error        	  
{ 
    font-style: italic;
    font-weight: bold; 
    color: #000; 
    background-color: #ff0000;
    font-size: 24px;
}


/* Settings for top (Title) */

#top
{
    clear: both;
    border-bottom: 1px solid #d0d0d0;
}

#top h1
{
    margin-top: 0;
    margin-bottom: 0.2em;
    font-size: 24px;
    color: #25496d;
    background-color: #fcfcfc;
    font-style: italic;
    letter-spacing: 0.05em;
    font-weight: bold;
}

#top h1 a
{
    color: #8d84c4;
    background-color: #fcfcfc;
}

#top h1 a:hover
{
    text-decoration: underline;
}

#top h1 b
{
    color: #aaa;
    background-color: #fcfcfc;
    font-size: 22px;
}


/* Settings for left (Menu) */

#left
{
    float: left;
    width: 130px;
    padding-right: 1.5em;
    background-color: transparent;
    text-align: right;
    font: 14px Arial,sans-serif; 
}

#left h2
{
    font-weight: normal;
    font: 16px Georgia,sans-serif;
    font-style: italic;
    color: #808080;
    background-color: #fcfcfc;
    border-bottom: 1px solid #d0d0d0;
}

#left h2 a
{
    color: #808080;
    background-color: #fcfcfc;
}

#left a
{
}

#left a:hover
{
    color: #fff;
    background-color: #25496d;
    text-decoration: none;
}

#left ul
{
    list-style-type: none;
}

.subtopic-section
{
    list-style-type: none;
    color: #808080;
    font-weight: normal;
    font: 12px Georgia,sans-serif;
    font-style: italic;
    line-height: 20px;
}


/* Settings for right (Main Body) */

#right 
{ 
    /* This one is overridden for IE6, see ie6fix.css */
    margin-left:    0px; 

    overflow:       auto;
    padding-top:    0;
    padding-left:   1.5em;
    padding-right:  2em;
    padding-bottom: 2em;
    border-left:    1px solid #d0d0d0;
}

/* This block is overridden for IE6, see ie6fix.css */
#right *.block
{
    clear: left; 
}

#right h2
{
    color: #25496d;
    background-color: #fcfcfc;
    font-style: italic;
}

#right h3
{
    color: #65809b;
    background-color: #fcfcfc;
    font-style: italic;
}

#right h4
{
    color: #65809b;
    background-color: #fcfcfc;
    font-style: italic;
}

#right dl
{
}

#right dt
{
    width: 10em;
    float: left;
    font-style: italic;
    color: #808080;
    background-color: #fcfcfc;
}

#right dd
{
    margin-left:    1em;
}

#right img               
{ 
    margin: .5em;
    float: left;
}                

#right img.projectimg             
{
    margin: 0 0.5em 0.5em 0;
    float: left;
}                

#right ul
{
    list-style-type: disc;
}



/* Settings for bottom (Footer) */

#bottom
{
    clear: both;
    padding-top: 0em;
    font-size: 75%;
    border-top: 1px solid #d0d0d0;
    text-align: center;
}


/* Settings for select2 */

.image-select .select2-choice {
            width: 600px;
            height: 100%;
}
.image-select .select2-container {
            width: 600px;
            height: 100%;
}
.image-select {
            width: 600px;
            height: 100%;
}

.image-single-select .select2-choice {
            width: 400px;
            height: 100%;
}
.image-single-select .select2-container {
            width: 400px;
            height: 100%;
}
.image-single-select {
            width: 400px;
            height: 100%;
}

.text-select .select2-choice {
            width: 600px;
            height: 100%;
}
.text-select .select2-container {
            width: 600px;
            height: 100%;
}
.text-select {
            width: 600px;
            height: 100%;
}


/* Settings for tag-it */

ul.tagit-autocomplete {
    font-size: 0.8em;
}

span.tagit-label {
    font-size: 0.8em;
}
