
/*************************************
 * TITLE  : Geogad Tag Stylesheet    *
 * URI    : Geogad/tags.css 	     *
 * CREATED: 2007-Sept-29	     *
 * MODIF  : 2008-Feb-25              *
 *************************************/





div.sendTagBox {
    float: left;
    font-size: 110%;
    padding: 0 0 0.5em 0;
}

div.makePrivateBox {
    margin-left: auto;
    margin-right: auto;
    float: left;
    text-align: center;
    vertical-align: text-bottom; 
}

input.sendTag {
    width: 74px;
    height: 20px;
    float:left;
    margin-top: 1px;
}

input.tagInputBox {
    height: 14px;
    width: 250px;
}

div.tagInputBoxHolder{
    float:left;
    vertical-align: middle;
}

    div.tagBox {
    font-size: 100%;
    color: #000000;
    margin: 1em 0em 1em 0em; 
  /*  padding: 1em;  */
    background-color: #d6e0ec;
    }

    .yellowBackground {
    background-color: #ffff00;
    }

    .blueText {
    font-size: 100%;
    color:rgb(0,51,153);
    }

.tagFont1 { font-size: 95%; color: rgb(0, 0, 50); font-weight: bold;}
.tagFont2 { font-size: 120%; color: rgb(30, 30, 140);}
.tagFont3 { font-size: 135%; color: rgb(10, 10, 200);}
.tagFont4 { font-size: 150%; color: rgb(75, 75, 230);}
.tagFont5 { font-size: 175%; color: rgb(140, 140, 240);}  

.tagDiv a:link {text-decoration: none}
.tagDiv a:visited {text-decoration: none}
.tagDiv a:active {text-decoration: none}
.tagDiv a:hover {text-decoration: underline; color: red;}


div.tagDisplayBox {
    border: 1px solid #333333;  
    overflow: auto;
    width: 100%;
    height: 200px;
    padding-bottom: 1em;
  /*  padding-right:10px; */
  line-height: 300%;
}
    
span.tagswitch  {
    color: #0000FF;
    border-bottom: 1px solid #0000dd;
    padding-bottom: 0.1em; 
    margin: 1em; 
}

.tagFormat {
    white-space: nowrap;
    font-family: arial,helvetica,sans-serif, verdana;
    vertical-align: baseline;
}

.privateTag {
    background-color: #ffff00;
}

div.topDiv {
   float: left;
}

.tagDiv {
    margin-right:  1em; 
}

.sendTagMessageBox { 
  clear:both;
  margin-top: 0.5em;
}

#sendTagMessageBox span.easyLink {
    color: #0000dd;
    background-color: transparent;
    padding: 1em 0em 0.15em 0em; 
    margin-bottom: 0.2em;
    border-bottom: 1px solid #0000dd;
}


