@charset "UTF-8";
/* CSS Document */

body 			{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;margin:30px 0 0 0; }
#container 		{ width:1150px;margin:0px auto; padding-top:25px; }
.red			{ color:red; }

div.calendar {
max-width: 240px;
margin-left: auto;
margin-right: auto;
}
div.calendar table {
width: 100%;
}
div.dateField {
width: 140px;
padding: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
color: #555;
background-color: white;
margin-left: auto;
margin-right: auto;
text-align: center;
}
div#popupDateField:hover {
background-color: #cde;
cursor: pointer;
}
	  
div.calendar
{
  font-size: smaller;
  color: #000;
}

div.calendar.popup
{
  margin-left: -40px;
  margin-top: -150px;
}

div.calendar table
{
  background-color: #eee;
  border: 1px solid #aaa;
  border-collapse: collapse;
}

div.calendar thead {
  background-color: white;
}

div.calendar td,
div.calendar th
{
  padding: 3px;
  text-align: center;
}

div.calendar td.title
{
  font-weight: bold;
}

div.calendar th
{
  background: #ddd;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-weight: bold;
  color: #555;
}

div.calendar tr.days td {
  width: 2em;
  color: #555;
  text-align: center;
  cursor: pointer;
}

div.calendar tr.days td:hover,
div.calendar td.button:hover
{
  background-color: #34ABFA;
  cursor: pointer;
}

div.calendar tr.days td:active
div.calendar td.button:active
{
  background-color: #cde;
}

div.calendar tr.days td.selected
{
  font-weight: bold;
  background-color: #fff;
  color: #000;
}

div.calendar tr.days td.today
{
  font-weight: bold;
  color: #D50000;
}

div.calendar tr.days td.otherDay
{
  color: #bbb;
}

#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
 
    #toggle-view li {
        margin:10px;
        border-bottom:1px solid #ccc;
        position:relative;
        cursor:pointer;
    }
     
    #toggle-view h3 {
        margin:0;
        font-size:14px;
    }
 
    #toggle-view span {
        position:absolute;
        right:5px; top:0;
        color:#ccc;
        font-size:13px;
    }
     
    #toggle-view p {
        margin:5px 0;
        display:none;
    }   
	
li { font-size:14px; line-height:18px;}

td.frg_pass {
    text-align: right;
    font-size: 10px;
}

td.frg_pass {
    display: none;
}