/* 
Three Village School District Design Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski


/* Color Schemes
green : #017550
light tan :  #FDF6E6 
off-white: fffdf8
 
 */
 
/*//////////////////////////// DESIGN ///////////////////////////////////////////////////////*/
	
body { 
	background-color: #017550;
}

body#nobg { 
	background-color: #FFFFFF;
}

div#page {
	background-color: #FFFFFF;
}

/*new icon*/
.newIcon
{
	color: red; 
	margin-left: 6px;
}

/* HEADER */
div#header {
}
/* END HEADER */
	   
div#search  {
	font-weight:bold;										
}
			 
/* CONTENT */
 
div#content {
	background:  #ffffff url(/Template/ThreeVillage/Images/content_bg.gif) no-repeat top center;
}
div#banner{
	width:457;
	height:104;
}
div#layout {
}
div#main {
}
div#local {
}
div#sub1{  
}
div#sub2{  
}
/* END CONTENT */

/* FOOTER */
div#footer {
	color: black;
	background-color: #fffdf8;
}
/* END FOOTER */
		
/*//////////////////// Extra Div ////////////////////////////////// */		
#subcontrol {
	background-color: #fffdf8;
}
#events {
	width: 140px;
	padding: 5px;			    
}
#events h3, #importantlinks h3 {
    color:Black;
    font-size:14px;
    border-bottom: 2px solid #017550;
    padding-bottom: 10px;
}
#importantlinks {
    width:145px;
	padding: 5px;	
    margin-top: 0px;
}
#importantlinks > ul {
	list-style: none;
	padding: 0px; 
	margin: 0px;	
}
#importantlinks a {
    font-size: 8pt;
}
.curvy, .nomod {
    width:155px;
    background-color:#E4D466;
 } 
 div#sub1 div.curvy {
    margin-left:6px;
    margin-top:15px;
}
/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/

/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/
.ControlCalendar {
	width: 160px !important;
}
div#UpcomingEvents-Title {
	font-weight: bold;
}
hr.Event-Break {
	display: block !important;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 2px;
}
.Event-Date {
font-weight: bold;
}

body {
text-align: left;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 76%;
line-height: 1.5em;
color: #333;

}
div {
font-size: 1em;
}

/* TEXT */
p {
	padding: 0;
	font-size: 1em;
	line-height:1.4em;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 1.5em;
	margin-left: 0;
}
blockquote {
	margin-left: 10px;
	border-left: 10px solid #ddd;
}
pre {
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style:italic;
}
code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
/* END TEXT */

/* HEADINGS */
h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #000000;	
}
h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000000;
}	
div#local h2, #subcontrol h2 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000000;

}
#staffprofile h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
	padding:0px;
	margin: 0px;
 }
h3 {
	margin: 0 0 0.5em 0;
	padding:0;
	font-size: 16px;
	color: #017550;
}	
#staffprofile h3 {
	font-size: 12px;
	font-weight: bold;
	color: #4D7BD7;
	padding:0px;
	margin: 0px;
 }
h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	color: black;
}
h5 {
	margin:  0 0 0.5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #017550;
}
h6 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: black;
}
/* END HEADINGS */

/* ///////////////////////////////////END TYPOGRAPHY //////////////////////////////////////////////////////////*/  

/* SPECIAL CLASSES */
.small{
    font-size: 0.8em;
    color: #666666;
    line-height:1;
    padding-bottom:10px;
}
.requiredfield {
    font-weight: bold;
    color: Red;
}
.watermarked {
    color:#666666;
}
.xl{
	font-size:40px;
}

/*END SPECIAL CLASSES */



/*///////////////////// LINKS */
a,
a:link,
a:active {
	color: #03a773;
	font-size: 1em;
	text-decoration: none;        
}
a:visited {	
}
a:hover {
	color: #03a773;
	text-decoration: underline;	
}
/* Banner LINK */
div#banner a,
div#banner a:link,
div#banner a:active {
	width: 450px; 
	height: 150px;  
	display: block;      
}
div#banner a:visited {
	background-color: transparent;
}
div#banner a:hover {
	text-decoration: none;	
}
/* END Footer LINKS */

/* Footer LINKS */
#footer a,
#footer a:link,
#footer a:active {
	text-decoration: none;
	color: #03a773;
	font-size: .9em;        
}
#footer a:visited {
	background-color: transparent;
}
#footer a:hover {
	text-decoration: underline;	
}
/* END Footer LINKS */
	
	/* END LINKS */
	
	
/* Horizonatal Rules  */     
hr
{
  border-color: #017550;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0;
  height: 0;
}

div#main hr{
  border-color: #C8C7BE;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0;
  height: 0;
	}		
/* Horizonatal Rules */

/* teachers backtoprofileTP 'subnav' */
.backtoprofileTP
{
	margin-top: 25px;
}