
#register
{
    color:                      #FFFFFF;
    margin:                     0;
    padding:                    0;
    font-size:                  1.5em;
    list-style:                 none;
}

#register li
{
    width:                      19px;
    height:                     19px;
    float:                      left;
    text-align:                 center;
    margin-right:               0.2em;
}

#main_content #register li a
{
    height:                     3.5em;
    width:                      3.5em;
    border:                     none;
    color:                      #ffffff;
}

#main_content #register li a.active
{ 
    color:                      #3E5175;
}

/*----- small backgrounds -----*/
#register .green
{
	background-image:   		url(../images/lexicon/green.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .pink
{
	background-image:   		url(../images/lexicon/pink.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .orange
{
	background-image:   		url(../images/lexicon/orange.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .blue
{
	background-image:   		url(../images/lexicon/blue.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .gray
{
	background-image:   		url(../images/lexicon/gray.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .red
{
	background-image:   		url(../images/lexicon/red.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

#register .purple
{
	background-image:   		url(../images/lexicon/purple.gif);
    background-repeat:          no-repeat;
    background-position:        center;
}

/*----- large backgrounds -----*/
.index_wie
{
    display:                    block;
    float:                      left;
    margin-left:                1em;
    padding-top:                20px;
}

.index.green
{
	background:					url(../images/lexicon/green_big.gif) no-repeat center;
}

.index.pink
{
	background:					url(../images/lexicon/pink_big.gif) no-repeat center;
}

.index.orange
{
	background:					url(../images/lexicon/orange_big.gif) no-repeat center;
}

.index.blue
{
	background:					url(../images/lexicon/blue_big.gif) no-repeat center;
}

.index.gray
{
	background:					url(../images/lexicon/gray_big.gif) no-repeat center;
}

.index.red
{
	background:					url(../images/lexicon/red_big.gif) no-repeat center;
}

.index.purple
{
	background:					url(../images/lexicon/purple_big.gif) no-repeat center;
}

/*----- colors -----*/

.green
{
	background-color:           #83B33C;
}

.pink
{
	background-color:           #F5799D;
}

.orange
{
	background-color:           #F4A100;
}

.blue
{
	background-color:           #35A0B7;
}

.gray
{
	background-color:           #979797;
}

.red
{
	background-color:           #CB5624;
}

.purple
{
	background-color:           #676AA8;
}

#register .active
{
    background:                 none;
    color:                      #3E5175;    
    text-decoration:            underline;
}

#lexicon_content_container
{
    height:                     25em;
    overflow:                   auto;
    padding-left:               0;
    list-style-type:            none;
    clear:                      left;
    margin:                     0;
    padding:                    0;
}

#lexicon_content_container .lexicon_content h3
{
    margin-left:                -14.5em;
    color:                      #ffffff;
    margin-bottom:              0.6em;
    font-size:                  1.2em;
}

#lexicon_content_container .lexicon_content h3 span
{
    margin:                     0;
    padding:                    0.1em 0.2em 0.1em 0.4em;
    clear:                      both;
}

li.lexicon_content
{
    clear:                      left;
    padding-left:               17.4em;
    overflow:                   auto;
    
}

li.lexicon_content img
{
    margin-left:                -17.4em;
    float:                      left;
}

li.lexicon_content span.imagetitle
{
    float:                      left;
    clear:                      left;
    margin-left:                -17.4em;
    width:                      16.4em;
}

li.lexicon_content p
{
    margin-left:                -14.5em;
    padding-right:              1.5em;
}

li.lexicon_content p.withImage
{
    width:                      28em;
    margin:                     0;
}

.lexicon_content h2
{
    font-weight:                600;
    color:                      #ffffff;
    display:                    inline;
    padding:                    0 0.2em 0 0.1em;
}

h2.lexicon
{
    clear:                      left;
    font-size:                  1.2em;
    font-weight:                normal;
    margin-top:                 3em;
    height:                     31px;
}

em.index
{
    color:                      #FFFFFF;
    font-size:                  2.2em;
    font-weight:                600;
    text-align:                 center;
    padding:                    0;
    margin:                     0.2em 0.1em 1em 0;
    width:                      30px;
    height:                     31px;
    display:                    block;
    float:                      left;
}

.lexicon_content img
{
    max-width:                  16.4em;
}

#main_content_container #main_content li.lexicon_content #copyright_text
{
    float:                      left;
    clear:                      left;
    margin-top:                 -1.5em;
    margin-left:                -16em;
}

.toplink
{
    background:                 url("../images/icons/blue_arrow_up.gif") no-repeat 0 0.2em;
    float:                      right;
    padding-left:               1.5em;      
    color:                      #EB8D13;
    margin-top:                 1em;
}

#main_content a.topanker
{
    border:                     none;
}
