* {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}
a {
    color: #008EE8;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #3AAEF7;
    text-decoration: none;
}
a:visited {
    outline: medium none;
}
.clear_css{
    padding: 0px;
    margin: 0px;
}

#my_content {
    /*overflow: hidden;*/
    padding: 0px 0px 0px;
    overflow: visible;
}
.shortcutHome a{
    width: 120px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    height: 130px;
    float: left;
    margin: 10px 0 10px 10px;
    text-align: center;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.shortcutHome a:hover{
    color: #5b5b5b;
    text-decoration: none;
}
.shortcutHome a:hover img{
    opacity: 0.8;
    color: #5b5b5b;
    padding-top: 10px;
}
.shortcutHome img {
    opacity: 1;
    -webkit-transition: padding-top 250ms ease-out;
    -moz-transition: padding-top 250ms ease-out;
    -o-transition: padding-top 250ms ease-out;
}
.webcam, .webcam_image{
    border:1px solid #e4e4e4;
    background-color: #f5f5f5;
    padding: 4px;
    width:226px
}
.webcam_image{
    width:169px;
}
.image-student{
    width:169px;
    height:222px;
    background-color: white;
    background: url('../images/member_nopic.png');
}

.widget {
    clear: both;
    margin-bottom: 2em;
    position: relative;
    width: auto;
}
.widget .widget-header {
    background: -moz-linear-gradient(center top , #FAFAFA 0%, #E9E9E9 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D5D5D5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 35px;
    line-height: 35px;
    position: relative;
}
.widget .widget-header h3 {
    color: #555555;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    left: 10px;
    line-height: 14px;
    margin-right: 3em;
    position: relative;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
    top: 2px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
    color: #555555;
    display: inline-block;
    font-size: 16px;
    margin-left: 13px;
    margin-right: -2px;
    vertical-align: middle;
}
.centering{float:none;margin:0 auto} 
.center{
    text-align: center;
}
.highlight {
    background-color: #FFFF88;
    font-weight: bold;
    text-decoration: underline;
}

.shortcutdashboard a{
    width: 100px;
    padding: 5px;
    border: 1px solid #dcdcdc;
    height: 120px;
    float: left;
    margin: 5px 0 5px 5px;
    text-decoration: none;
    text-align: center;
    border-radius:5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.shortcutdashboard img {
    opacity: 1;
    -webkit-transition: padding-top 150ms ease-out;
    -moz-transition: padding-top 150ms ease-out;
    -o-transition: padding-top 150ms ease-out;
}

.shortcutdashboard  a:hover{
    color: #5b5b5b;
    text-decoration: none;
}

.shortcutdashboard a:hover img{
    opacity: 0.8;
    color: #5b5b5b;
    padding-top: 10px;
}