/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    BACKGROUND: url(images/bgcolor.gif) #d1d5e0 repeat-x;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

td
{
	    FONT-SIZE: 14px;

}

.memotext{
font: 12px Verdana;
}

#coolmenu{
background-color: #E5E8EE;
border: 1px solid #777777;
width: 120px;
}

#coolmenu a{
color: #555555;
border-bottom: 1px solid gray;
font: bold 13px Verdana;
padding: 4px;
padding-left: 4px;
display: block;
width: 120px;
text-decoration: none;
}

#coolmenu a.selectted{
color: #ffffff;
background-color: #8796AD;
font: bold 13px Verdana;
padding: 4px;
padding-left: 4px;
display: block;
border-bottom: 1px solid gray;
}

#coolmenu a:hover{
color: #333333;
background-color: #ABBEDB;
}

html>body #coolmenu a{
width: auto;
}

table.wrapper
{
    background-color: #ffffff;
	width: 810px;
	height: 100%;
	border: 1px solid gray;
}

td.sepbar {background: #8795AF; height:2px;}


/* Top Menu */
#coolmenu2{
background-color: #E5E8EE;
border: 1px solid #777777;
width: 810px;
}
#coolmenu2 a{
color: #555555;
font: bold 11px Verdana;
border-right: 1px solid gray;
padding: 4px;
padding-left: 4px;
display: inline;
width: 115px;
text-decoration: none;
}
#coolmenu2 a.selectted{
color: #ffffff;
background-color: #8796AD;
font: bold 11px Verdana;
padding: 4px;
padding-left: 4px;
display: inline;
border-right: 1px solid gray;
}
#coolmenu2 a:hover{
color: #ffffff;
background-color: #8796AD;
}



.demo1 {
margin-left:3px;
width: 807px;
}
.demo1 a{
	color: #333333;
	font: bold 11px Verdana;
    text-decoration: none;
    background-color: #E5E8EE;
	width:112px;
	height:21px;
	border:outset 2px buttonface;
	margin-right:3px;
	padding-left:5px;
	padding-top:1px;
	vertical-align:middle;
	display:inline;
	
	bbackground:buttonface url(http://www.midnightkite.com/images/menubgover.gif)  50% 50% x-repeat;
	bbackground:buttonface url(http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/15.gif) 50% 50% no-repeat;
}

.demo1 a:hover{
	color: #ffffff;
	background-color: #8796AD;
	border-color:white;
	bbackground:buttonface url(http://www.midnightkite.com/images/menubg.gif)  50% 50% x-repeat;
	bbackground-image:url(http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/13.gif);
}

.demo1 a:active, .demo1 a:focus{
	border-style:inset;
	outline:none;
	bbackground-image:url(http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/43.gif);
}



