/* UIC Squirrel CSS Document */

body{
	margin-left:0px;
	margin-top:0px;
	background-color:#CDD6BC;
	font-family: Verdana, Arial, sans-serif;
	font-size:11px;
	color: #1a1f16;
	}
.lineHeightSmall{
	line-height: 1.3em;
	}
.lineHeightMed{
	line-height: 1.55em;
	}	
.lineHeightLarge{
	line-height:1.9em;
	}		
		
	
/* ---------- headings ---------------------*/
h1{	color:#414d36;
	font-size:18px;
	}		
h2{
	font-size:16px;
	}
h3{
	font-size:14px;
	}	
h4{
	font-size:12px;
	font-weight:bold;
	}	
.headerHighlight{
	background-color:#CDD6BC;
	padding:7px;
	padding-top:4px;
	padding-bottom:4px;
	}
	
/*---------------link styles---------------- */
a{
	color: #404B35;
	}

a:hover{ 
	color:#B73434;
	}	
.mainNav{
	margin-top:5px;
	}
.mainNav td{
	padding-bottom:9px;
	padding-left:10px;	
	}

.mainNav a{
	letter-spacing: .02em;
	text-decoration:none;
	font-size:12px;
	}		
.mainNav a:hover{
	text-decoration:underline;
	}			
	
.data{
    background: #090 url(http://www.projectsquirrel.org/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   -moz-transition: all 0.5s ease-in-out 0s;
    position: relative;
    cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
    }
	
.data:hover{
	background: #060 url(http://www.projectsquirrel.org/images/alert-overlay.png) repeat-x;
	color: #fff;
	-moz-transition: all 0.2s ease-in-out 0s;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
	}
	
	.collect{
    background: #200000 url(http://www.projectsquirrel.org/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   -moz-transition: all 0.5s ease-in-out 0s;
    position: relative;
    cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
    }
	
.collect:hover{
	background: #000 url(http://www.projectsquirrel.org/images/alert-overlay.png) repeat-x;
	color: #fff;
	-moz-transition: all 0.2s ease-in-out 0s;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
	}
/* --------------positioning-----------------*/	
.margTop0{
	margin-top:0px;
	}
.margTop0Btm5{
	margin-top:0px;
	margin-bottom:5px;
	}	

.margTopBtm5{
	margin-top:5px;
	margin-bottom:5px;
	}
.margBtm5{
	margin-bottom:5px;
	}	
.floatLeft{
	float:left;
	}	

/*---------------positioning end------------*/
/*---------------Visitor Photo Page----------*/
.visitorPhoto td{
	background-color:#dae3c7;
	padding:6px;
	border: 1px solid #4b5c38;
	}
.visitorPhoto img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border: 1px solid #838e71;
	}	

.date{
	font-weight:bold;
	font-style:italic;
	color: #838e71;
	margin-top:0px;
	margin-bottom:0px;
	}	

/*----------------end Visitor Photo Page-----*/	
/*----------------News Page-----*/	
.newsTable td{ 
	border-bottom:dashed 1px #838e71;
	padding:8px;
	}

/*----------------News Page end-----*/	
	
/* ---------------footer-----------------*/
.footer{
	border-top:2px solid #EBE5D8;
	font-size:9px;
	color:#11140e;
	font-weight:bold;
	}
/*--------------footer end--------------*/	
