BODY, TABLE, TR, TD{
	font-family:arial;
	font-size:11px;
}

INPUT{
	height:20px;
	font-size:10px;	
}

.admin_header{
	background-color:#6CA8EB;
	color:white;
	font-size:16px;
	border-bottom:1px solid #000;	
}

A{
	color:blue;	
}

#stories{
	font-family:Comic Sans MS;	
}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
z-index:2;
}

#cssdropdown li {
float: left;
position: relative;
z-index:2;
}

.mainitems{
border: 1px solid black;
background-color: #FFEEC6;
font-family:Comic Sans Ms;
font-size:12px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
font-family:Comic Sans Ms;
font-size:12px;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: lightyellow;
border: 1px solid black;
z-index:2;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: underline;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

.calendar{
	background-color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #777;
	height:75px;
	}
	
#subMenu A{
	color:white;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
}

#subMenu A:hover{
	text-decoration:underline;
	color:#FDE0C1;
}

.buttonStyle10{
	font-family:verdana;
	font-size:11px;
	border-top:1px solid #fff; 
	border-left:1px solid #fff; 
	border-right:1px solid #808080; 
	border-bottom:1px solid #000;
	font-family:verdana;
	width:80px;
	height:20px;
	background-color:dddddd;
}
		

.buttonStyle1{
	font-family:verdana;
	font-size:11px;
	width:50px;
	height:20px;
	background-color:dddddd;
	border-style:solid;
	border-width:1px;
} 

.buttonStyle2{
	font-family:verdana;
	font-size:11px;
	width:90px;
	height:20px;
	background-color:dddddd;
	border-style:solid;
	border-width:1px;
}

.buttonStyle3{
	font-family:verdana;
	font-size:11px;
	width:100px;
	height:20px;
	background-color:dddddd;
	border-style:solid;
	border-width:1px;
}

.deleteButton{
	font-family:verdana;
	font-size:11px;
	width:60px;
	height:20px;
	background-color:maroon;
	border-style:solid;
	border-width:1px;
	color:white;
}

.inputStyle{
	width:300;
	height:18;
	font-family:verdana;
	font-size:11px;
}

.windowsStyle2{
	border-top:1px solid #ccc; 
	border-left:1px solid #ccc; 
	border-right:1px solid #808080; 
	border-bottom:1px solid #000;
	background-color:6D73C2;
	width:100px;
	height:16px;
	font-family:verdana;
	color:white;
	font-size:10px;
}

.windowsStyle{
	border-top:1px solid #ccc; 
	border-left:1px solid #ccc; 
	border-right:1px solid #808080; 
	border-bottom:1px solid #000;	
	background-color:CED2BB;
}

.windowsButton{
	border-top:1px solid #fff; 
	border-left:1px solid #fff; 
	border-right:1px solid #808080; 
	border-bottom:1px solid #000;
	background-color:CED2BB;
}

.editButton{
	border-top:1px solid #fff; 
	border-left:1px solid #fff; 
	border-right:1px solid #808080; 
	border-bottom:1px solid #000;
	background-color:EBEFD5;
	height:16px;
	width:60px;
	font-family:verdana;
	font-size:10px;
}

.linkStyleWhite{
	color:blue;	
	text-decoration:none;
}

