﻿body 
{
    margin: 0px;
	padding: 0px;
	background-color:white;
	font: 15px arial;
	color:Black;
}
 .ContentPlaceHolder
    {
      height: 500px;
      width: 100%;
    }
 .tableStyle
    {
      width:930px;
            
    }
#footer p {
	margin: 0;
	font-size: 10px;
	color: black;
}

#footer a {
	color: black;
	font-size: 9px;
}

#footer a:hover {
	color: black;
}
        .Logo
        {
            font-size: 24pt;
            font-weight: bold;
            color: Black;
        }
        
        /*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:whitesmoke;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
        .style1
        {
            width: 100%;
        }
        .style2
        {
            width: 603px;
        }
        
        
    #tabsF {
      float:left;
      width:100%;

      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #666;
      }
    #tabsF ul {
	  margin:0;
	  padding: 10px  10px 0 5px;
	  list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("../images/tableftF.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("../images/tabrightF.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }
      
      a img {
	border: 0;
}
table.sortable {
	border-spacing: 0;
	border: 0px solid #000;
	border-collapse: collapse;
	 text-decoration: none;
}
table.sortable th, table.sortable td {

}
table.sortable th {
	

	 text-decoration: none;
}
table.sortable td {
	
	 text-decoration: none;
}
table.sortable tr.odd td {
	
	 text-decoration: none;
}
table.sortable tr.even td {
	
	 text-decoration: none;
}
table.sortable tr.sortbottom td {

	 text-decoration: none;
}
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}

