/* 
    Document   : styles.css
    Created on : 21 févr. 2010, 04:11:50
    Author     : cavi
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

body .ui-widget {
    font-size: 12px;
}

div#messages p {
    font-family: 'Verdana', 'Arial'
}
div#messages p span.left {
    color: green;
}
div#messages p span.right {
    font-style: italic;
}
span.label {
    font-size: 18px;
    color: brown;
}

#files {
    width: 470px;

}
#global #files a, #global #files a img {
    border:none;
}
div#files iframe{
    border: none;
    width: 200px;
    height: 50px;
}

div#files .fileuploadstatus{
    border: none;
    float:left;
    width: 150px;
    height: 40px;
}

div#files .fileuploadstatus .label {
    width:50px;
    margin: 2px auto;
}

div#files .fileuploadstatus .progressbar {
    width: 104px;
    margin: 0 auto;
    height: 6px;
    background: black;
}

div#files .fileuploadstatus .progressbar .progress {
    margin: 0;    
    padding: 0;
    height: 100%;
    background: aqua;
}

.message {
    color:red;
}

div#fileinfo {
    position:relative;
}

div#upload div#cont {
    /*display:none;*/
    margin-left: 8px;
    width: 330px;
    padding: 7px;
}
div#upload div#ggl {
    margin-left:8px;
    width:290px;
    padding: 7px 7px 7px 47px;
}

div#upload div#cont img,
div#upload div#cont span {
    display:block;
    float:left;
}

div#upload div#cont span {
    padding-bottom:5px;
    padding-left:20px;
    padding-right:10px;
    padding-top:8px;
    width:161px;
}

div#complete{
    width: 330px;
    margin-left: 0px;
    padding: 7px;
}
div#loading a.innerad{
    color: #FF1155;
}
div#loading a.innerad:hover{
    color:white;
    background-color: #FF1155;
}

div#loading #complete #result{
    width: 243px;
}

div#fileinfo,div#complete{
    /*display:none;*/
}

table tr td{
    height:20px;
    width:auto;
    padding-left:5px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align:top;
}

table tr td#audio, table tr td#video{
    height:45px;
}

div#fileinfo span.desc{
    font-style: italic;
    font-size:10px;
}
div#error {
    color:red;
    font-weight: bold;
    padding-left:60px;
}

.linker{
    padding:4px;background:#CCCCCC;border:1px solid #444444;
    font-size: 8px;
    width: 200px;
    overflow: hidden;
    margin-left: 18px;
}

.buttonshare{
    display: inline;
    font-size: 10px;
}

#converter{
    position:relative;
}

#converter button{
    display:inline;
    width:180px;
    height:58px;
    padding:0;
    margin:0;
}
#converter button.flat{
    height: 25px;
}
#converter button.flat img{
    margin-right: 12px;
}

#uploadlinks {
    float:left;
    width:155px;
    height: 100px;
}

#loading #uploadlinks{
    height: 40px;
}

#fileinfo #uploadlinks {
    height: 227px;
}

#global #files #uploadlinks a {
    color: red;
    padding: 4px;
    display: block;
    height: 30px
}

#uploadlinks a:active {
    border-style: inset;
}

#uploadlinks a span.nexttitle{
    font-size: 22px;
}

#global #files #uploadlinks a#next_step{
    height: 41px;
}

#global #files #uploadlinks a#youtube{
    height: 62px;
}

#global #files #uploadlinks a#convert{
    height: 70px;
}

#global #files #uploadlinks a.createnew span.nexttitle {
    font-size: 15px;
}

#global #files #uploadlinks a.refresh span.nexttitle {
    font-size: 12px;
}

#files #uploadlinks  a.createnew span.symbol {
    font-size: 18px;
}


#files #uploadlinks  a.refresh span.symbol {
    font-size: 18px;
}

#uploadlinks a:hover{
    color: red;
    background-color: white;
}

#uploadlinks a:hover span.nexttitle{
    color: white;
    background-color: red;
}


#uploadlinks a span.moretext {
    display:block;
    font-size:9px;
    line-height:9px;
    padding:2px 1px;
}

#global #uploadfiles a.addimagefile {
    color: red;
    font-size: 11px;
    padding: 1px;
}

#global #uploadfiles a.addimagefile:hover{
    color:white;
    background-color: red;
}

#global #files #uploadfiles{
    position: relative;
    padding-left: 25px;
}

#global #files div.title {
    float:left;
    font-size:12px;
    font-weight:bold;
    height:25px;
    padding-left:3px;
    padding-top:0;
    vertical-align:top;
    width:150px;
    clear:both;
}

#global #files div.inputfield {
    float:left;
    font-size:12px;
    padding-left:20px;
    padding-top:0;
    padding-bottom:5px;
    vertical-align:top;
    width:150px;
    clear:both;
}

#global #files div.inputfield span.disclaimer {
    color:#444444;
    display:block;
    font-size:9px;
    width:250px;
}


div#images, div#audio, #global #files #image {
    clear:both;
    padding-left: 20px;
}

#global #files #image {
    padding-bottom: 15px;
}

#global #files .symbol {
    font-size:30px;
    line-height:0;
    padding-left:5px;
}
