/* This stylesheet defines the styles used for U of U Human Resource Pages - 2014 */ 

#TitleFull
{
   background: #990000;
   border:none;
   border-radius: 10px;
   width:100%;
}
#DetailFull
{
   background: #eeeeee;
   border: none;
   border-radius: 10px;
   width:100%;
}

#DetailP
{
   margin-left: 15px;
}
#TitleLeft
{
   background: #990000;
   border:none;
   border-radius: 10px;
   width:320px;
   float:left;
}
#Title
{
   font: normal 2em Georgia, "Times New Roman", Times, serif;
   color: #ffffff;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: 0px;
   margin-left: 0px;
}
#DetailLeft
{
   background: #eeeeee;
   border: none;
   border-radius: 10px;
   width:320px;
   float:left;
}
#DetailRight
{
   background: #eeeeee;
   border: none;
   border-radius: 10px;
   width:320px;
   float:right;
}

#TitleRight
{
   background: #990000;
   border:none;
   border-radius: 10px;
   width:320px;
   float:right;
}
