@CHARSET "UTF-8";

/****************************************
* HTML tags
*/

body
{
    background-color: rgb(16, 0, 0);
    color: rgb(255, 255, 192);
    font-family: Calibri, arial, "lucida console", sans-serif;
}

img
{
    border: 0px;
}

input
{
    background-color: rgb(64, 0, 0);
    background-repeat: repeat-x;
    color: rgb(255, 255, 192);
    border-color: rgb(16, 0, 0);
    border-radius : 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Calibri, arial, "lucida console", sans-serif;
}

input:hover
{
    background-color: rgb(96, 0, 0);
}

select
{
    background-color: rgb(64, 0, 0);
    background-repeat: repeat-x;
    color: rgb(255, 255, 192);
    border-color: rgb(16, 0, 0);
    border-radius-topleft : 20px;
    border-radius-bottomleft : 20px;
    padding-left: 5px;
    font-family: Calibri, arial, "lucida console", sans-serif;
}

select:hover
{
    background-color: rgb(96, 0, 0);
}

input.button
{
    background-image: url('../images/gradient-darkred.png');
}

input.button:hover
{
    background-image: url('../images/gradient-darkred-hover.png');
    background-color: rgb(96, 0, 0);
}

textarea
{
    background-color: rgb(16, 0, 0);
    color: rgb(255, 255, 192);
    font-family: Calibri, arial, "lucida console", sans-serif;
    border-style: none;
    width: 620px;
}

a
{
    text-decoration: none;
    color: rgb(255, 192, 0);
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 150%;
    font-weight: bold;
}

h2
{
    font-size: 140%;
    font-weight: bold;
}

h3
{
    font-size: 130%;
    font-weight: bold;
}

h4
{
    font-size: 120%;
    font-weight: bold;
}

h5
{
    font-size: 110%;
    font-weight: bold;
}

/**********************************************
* General
*/

.clickable
{
    cursor: pointer;
}

/**********************************************
* Block size & position
*/

.mainBlockSize
{
    margin-left: auto;
    margin-right: auto;
    width: 640px;
}

#leftBlock
{
    position: relative;
    left: 640px;
    top: -145px;
    height: 0px;
}

.sideBlockSize
{
    width: 200px;
}


/**********************************************
* UserMenu
*/

.userMenu
{
    margin-bottom: 7px;
    padding-bottom: 7px;
    
    border: 0px;
    border-bottom: 2px;
    border-color: rgb(64, 0, 0);
    border-style: solid;  
    
    font-size: 80%;
}

.userMenuTab
{
    display: inline;
    padding: 7px;
    margin-right: 10px;
    
    background-image: url('../images/gradient-darkred-hover.png');
    background-color: rgb(96, 0, 0);
    
    background-repeat: repeat-x;
    color: rgb(255, 255, 192);
    border-color: rgb(16, 0, 0);
    border-radius-topleft : 15px;
    border-radius-topright : 15px;
    font-family: Calibri, arial, "lucida console", sans-serif;
}

.userMenuTabActive
{
    background-image: url('../images/gradient-darkred.png');
    background-color: rgb(64, 0, 0);
}

.userMenuTabActive:hover
{
    background-image: url('../images/gradient-darkred-hover.png');
    background-color: rgb(96, 0, 0);
}

.userpresenceBlock
{
    padding: 0px;
    font-size: 75%;
}

#userpresence ul
{
    /*list-style: none;*/
    /*display: inline;*/
    margin-left: 10px;
    padding-left: 5px;
}
