/* 
 * Copyright (C) Sigmagine, SARL - All Rights Reserved - < contact [at] sigmagine.com >
 * This file is part of Fineaty project
 * Unauthorized copying, reuse or modification of this file, partial or total, by any means, is strictly prohibited
 * Developed by Samuel Tranchet since June 2008
 */


html,body{
    font-family : arial,sans-serif;
    background-color: #000000;
    font-size : 11px;
    margin : 0px;
    padding : 0px;
    height: 100%;
    color : #eeeeee;
}





a,a:visited{
    color : #FF7F2A;
    text-decoration: none
}

a:hover{text-decoration: underline}

body{
    background-repeat : no-repeat;
    background-position: center top;
}


input,select,textarea{
    width : 98%;
    margin: 3px 1% 3px 1%;
    padding:0px;
    border:0px none;
    height:20px;
    background-color: #eeeeee;
}




#page{
    
    width : 1440px;
    margin : auto;

}


#siteLogo{
    color : #FFF;
    padding : 0px;
    margin : 11px;
    float : left;
    margin-left : 20px;
    display : block;
        height : 98px;
    width: 98px;
}

#siteLogo img{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height : 96px;
    width: 96px;
}


#login{
    float : right;
     margin : 7px;
}

#siteInfos{
    float : left;
    overflow :visible;
    display : block;
    height: 120px;
    padding: 0px 30px;
    margin :  0;
}

#siteTitle{
    font-size : 42px;
    font-weight: 100;
    margin :  30px 0 0 0;
}

#siteSubtitle{
    font-size : 14px;
    font-weight: 100;
    margin :  0;
}


#header{
    height : 120px;
    background-color: #262626;
    color : #FFF;
}

#content{

    background-color: #161616;
    padding-bottom : 20px;
    margin-bottom : 10px;
    padding :10px;

}

#pageTitle{

}

#pageSubtitle{
    margin : 0px 0px 15px 30px;
    font-size : 13px;
}

#itemPath{
    margin : 0px 0px 15px 0px;
    font-size : 10px;
}

#pageDescription{
    padding : 10px;
    margin : 0px 0px 15px 0px;
}

#pageContent{

}

#footer{

    background-color: #161616;
    text-align: center;
    padding-top : 20px;
    padding-bottom : 20px;
}

h1, h2, h3{
    color: #888888;
    font-weight: lighter;
}

h1{
    font-size : 32px;
    margin : 5px 0px 0px 0px;
}

h2{
    font-size : 25px;
}

h3{
    font-size : 20px;
}

/*
input,select,textarea{
    width : 400px;
    border: 1px solid;
    border-color: #81969f;
}*/

label{
    width : 400px;
    display : block;
    font-size: 11px;

}




.formTable td{
    border-color: #81969f;
    padding: 0px;
    text-align: center;
}




.fineatyPopUp {
    color:#CCCCCC;
    
     -moz-box-shadow: 4px 4px 15px #000; /* FF3.5+ */
    -webkit-box-shadow: 4px 4px 15px #000; /* Saf3.0+, Chrome */
    box-shadow: 4px 4px 15px #000; /* Opera 10.5, IE9, Chrome 10+ */
    background-color:#000000;
}

.defaultPopUp {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.fineatyPopUpHeader{
    background-color:#262626;
    color : #EEEEEE;
}


.collectionItem{
    text-align:center;
    display: inline-block;
    padding: 5px;
}

.collectionItemTitle{
    overflow:hidden;
    width: 120px;
    height: 50px;
}

.Home #content{
    text-align:center;
}


.Home-cell{
    overflow:hidden;
    text-align:center;
    display: inline-block;
    padding: 30px;
}


.Home-link-logo{
    
}

.Home-link-title{
    padding: 10px;
}

.Home-link-title a, .Home-link-title a:visited{
    color : #cccccc;
    text-decoration: none;
    font-size : 20px;
}







