/* 
    Document   : style
    Created on : Oct 8, 2012, 12:22:52 PM
    Author     : UZ
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.secloc_header {
    color: white;
    background-color: #75194A;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 5px;
    font-size: 16px;
}

.mod_secloc {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 10px;
    padding: 10px;    
}

.mod_secloc ul { 
    list-style: none outside none; 
    overflow: hidden;
}

.mod_secloc ul li {
  background: url("../../../media/com_recmgr/images/arrow.png") no-repeat scroll left 7px transparent;
  border-bottom: 1px dotted #CCCCCC;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-top: 4px;
}

.mod_secloc ul li a {
  color: #43AC43;
  font-weight: bold;
  text-decoration: none;
}

.col2 {
    float: left;
    width: 45%;
}

.col3 {
    float: left;
    width: 30%;
}