﻿

    
.UserInfoHead {
    border: #cc6666 1px solid;
    background-color: #dc143c;
    color: #f5f5dc;
    text-align: center;
}

.UserInfoContent {
    border: #cc6666 1px solid;
    padding: 5px 0px 5px 12px;
    line-height: 20px;
}

.AdminTitle {
    font-size: 24px;
    font-weight: bold;
}

.Window .Main .Right .AdminHeader {
    margin: 5px 5px 5px 0px;
    width: 100%;
}

.AdminContents {
    margin: 5px 5px 5px 0px;
    width: 900px;
    float: left;
}

.AdminError {
    color: red;
}
.Window {
    width: 100%;
}

.Grid {
  border-color: #E7E7FF;
  margin-top: 20px;
  width: 80%;
  word-wrap:break-word;
  margin-left:2px;

}
.GridHeader { 
  color: White;
  background-color: Navy;
}
.GridRow
{ 
  color: Navy;
  background-color: #E7E7FF;
}
.GridSelectedRow
{ 
  color: #F7F7F7;
  background-color: #738A9C;
}
.GridEditingRow
{
  color: Navy;
}
.GridAlternateRow
{ 
  color: Navy;
  background-color: #F7F7F7;
}
.element {
  height: 100px;
  width: 100px;
  border-radius:3px;
}

a.DepartmentUnselected :hover 
{
    color: blue;
    text-decoration: underline;
}

.Module {
    width: 500px;
    display: block; /* or inline-block */
    line-height: 2.8em;
    /*word-wrap: break-word;*/
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    text-decoration: underline;
    
}

.divider{
    width:5px;
    height:auto;
    display:inline-block;
}

.OutsiteBorder{
              margin-left :150px;
          }
.gallery {
    margin-left: 150px;
}  

 