﻿
input[type="submit"]
{
    cursor: pointer;
}
.rotateText
{
    -webkit-transform: rotate(-90deg); /* Safari */
    -moz-transform: rotate(-90deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Internet Explorer */
    position: relative;
    float: right;
}
.reset
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font: 12px/18px "lucida grande", "lucida sans unicode", arial, verdana, sans-serif; -webkit-font-smoothing: antialiased;
}

.hide
{
    display: none;
}

.clear
{
    clear: both;
}

.error
{
    color: #900;
    font-weight: bold;
}

.link {
    color: #900;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}

.right {
    float: right;
}
.left {
    float: left;
}
.playIcon
{
    position: relative;
    height: 0px;
    top: -80px;
    max-width: 100px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    border: 0px;
}

.keywordHint
{
    padding-left: 2px;
    cursor: pointer;
}

.keywordHint span:hover
{
    text-decoration: underline;
}

a.smallDelete
{
    color: #900;
    font-weight: bold;
    font-size: x-small;
    vertical-align: super;
    text-decoration: none;
}
a.smallDelete:hover
{
    text-decoration: underline;
}


.aspNetDisabled, .aspNetDisabled a
{
    cursor: default;
}

.aspNetDisabled:hover, .aspNetDisabled a:hover
{
    text-decoration: none;
}

/* ------File input style --------- */
.SI-FILES-STYLIZED label.cabinet
{
    width: 117px;
    height: 22px;
    background: url(../../images/common-addFile-button.png) 0 0 no-repeat;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #900;
    font-size: 11px;
}
.SI-FILES-STYLIZED label.cabinet input.file, .fileUploader
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}

/* --------- Activity Reference Input ----------*/

.referenceInput
{
    padding: 40px;
}

.referenceInput .title
{
    display: block;
    font: 24px/1 georgia, times, serif;
    color: #3B6F8F;
    margin: 0;
    padding: 0;
}

.referenceInput fieldset
{
    margin: 15px 0;
}
.referenceInput legend
{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: black;
    margin: 0 0 10px 0;
}

.referenceInput input[type="text"]
{
    font: 16px/1.25 "lucida grande" , "lucida sans unicode" , arial, verdana, sans-serif;
    width: 552px;
    border: 1px solid #C0BFBF;
    background: white;
    -webkit-box-shadow: inset 1px 1px 10px #DDD;
    -moz-box-shadow: inset 1px 1px 10px #DDD;
    box-shadow: inset 1px 1px 10px #DDD;
    padding: 4px;
    color: #666;
}

.referenceInput input.submit
{
    font-size: 13px;
    line-height: 1;
    display: block;
    color: #fff;
    background: url(../../images/modal-save.png) left top no-repeat;
    width: 141px;
    height: 34px;
    padding: 0;
    text-align: center;
    border: none;
    overflow: visible;
    display: inline-block;
    float: right;
    margin: -34px 0 0 0;
}

.referenceInput input.submit:hover
{
    background: url(../../images/modal-save-hover.png) left top no-repeat;
    cursor: pointer;
}

.referenceInput input.cancel
{
    font-size: 13px;
    line-height: 1;
    display: block;
    color: #b10606;
    background: url(../../images/modal-cancel.png) left top no-repeat;
    width: 141px;
    height: 34px;
    padding: 0;
    text-align: center;
    border: none;
    overflow: visible;
}
.referenceInput input.cancel:hover
{
    background: url(../../images/modal-cancel-hover.png) left top no-repeat;
    color: #fff;
    cursor: pointer;
}
.vTop
{
    vertical-align: top;
}


.wordCloud a
{
    padding:4px;
}

.leave-comment textarea { border: 1px solid #c4bfaf; 
  background: #fff;
  -webkit-box-shadow: inset 3px 3px 15px #ccc;
  -moz-box-shadow: inset 3px 3px 15px #ccc;
  box-shadow: inset 3px 3px 15px #ccc;
  height: 170px;
  width: 618px;
}
