.title {
    font: bold 18px Verdana;
    vertical-align: middle;
    text-align: left;
    margin-bottom: 5px;
}

a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none}
a:hover {text-decoration: underline; color: #000000;}

.big {
    font: bold 18px Arial;
}

.huge {
    font: bold 25px Arial;
}

.small {
    font: 10px Arial;
}

.text-color-transparent {
    background-color: red;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-right {
    float: right;
}

.mtag {
    padding: .2em .5em .2em .5em;
    margin-right: 5px;
    margin-bottom: 3px;
    display:inline-block;
}

.clickable {
    cursor: pointer;
}

.accepted {
    color: green;
    cursor: default;
    text-shadow:
       -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
         1px 1px 0 #000;
}

.acceptable {
    color: #eeeeee;
    text-shadow:
       -1px -1px 0 #555,
        1px -1px 0 #555,
        -1px 1px 0 #555,
         1px 1px 0 #555;
}

.acceptable:hover {
    color: greenyellow;
}

.menu-list {
    display: inline-block;
    font: bold 18px Arial;
}

.navigation-button {
    font: bold 18px Arial;
}

.action_text {
    color: #888888;
    padding-left: 5px;
    padding-right: 5px;
}

.action_text:hover {
    background-color: #666;
    color: white;
}

.align_bottom {
    vertical-align: bottom;
    margin: 0px;
}

hr.break {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #FFFFFF;
    visibility: hidden;
    margin: 0px;
}

.lightcolor {
    color: #888888;
}

hr.dotted {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px dashed #888;
  margin-bottom: 3px;
  margin-top: 3px;

}

.full {
    width: 100%;
}

.formlabel {
    text-align:right;
    float:left;
    display:block;
    width:100px;
    padding: 1px 10px 2px 2px;
    border: 1px;
    margin: 0.5em;
}