﻿*
{
	font-family: Verdana; 
	font-size: 10px; 
}

#content
{
	width: 419px;
	vertical-align: top;
	height: 378px; 
}


#content div#main
{
	width: 480px; 
	height: 378px;
	overflow: scroll;
	overflow-x: hidden; 
	overflow-y: auto;
}





#leftmenu, #rightmenu
{
	width: 139px;
	vertical-align: top;
}

#leftmenu
{
	border-right: 1px solid #9A9A9A; 
	text-transform: uppercase;
}

#rightmenu
{
	border-left: 1px solid #9A9A9A; 
}

#leftmenu div
{
	border-bottom: 1px solid #9A9A9A; 
	padding-top: 17px; 
	padding-bottom: 17px; 
	text-indent: 13px;
}

#rightmenu div.item
{
	border-bottom: 1px solid #9A9A9A; 
	padding-top: 17px; 
	padding-bottom: 17px; 
	text-indent: 13px;
}



table#bottom
{
	margin-top: 4px;
}

table#bottom tr td a:link, table#bottom tr td a:visited, table#bottom tr td a:active
{
	color: #888;
	text-decoration: none;
}

table#bottom tr td a:hover
{
	text-decoration: underline;
}





#leftmenu div a:link, #leftmenu div a:visited, #leftmenu div a:active
{
	text-decoration: none;
	color: #999;
}

#rightmenu div.item a:link, #rightmenu div.item a:visited, #rightmenu div.item a:active
{
	text-decoration: none;
	color: #999;
}





#leftmenu div.highlight
{
	background-color: #BFD4ED;
}
#leftmenu div.highlight a:link, #leftmenu div.highlight a:visited, #leftmenu div.highlight a:active
{
	color: #fff;
}

#rightmenu div.highlight
{
	background-color: #BFD4ED;
}
#rightmenu div.highlight a:link, #rightmenu div.highlight a:visited, #rightmenu div.highlight a:active
{
	color: #fff;
}

#leftmenu div.grayed
{
	background-color: #D2D3D5;
}
#leftmenu div.grayed a:link, #leftmenu div.grayed a:visited, #leftmenu div.grayed a:active
{
	color: #fff;
}




input.roundedbox
{
	vertical-align: middle; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	border-left: none; 
	border-right: none;
	height: 17px;
}
textarea.roundedbox
{
	vertical-align: middle; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc; 
	border-left: none; 
	border-right: none;
}
img.roundedbox
{
	vertical-align: middle;
}
button.send, input.send
{
	text-align: right;
	border: none; 
	background-image: url(../images/send.png); 
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	width: 45px; 
	height: 20px; 
	cursor: pointer;
}


#leftmenu div.white a:link, #leftmenu div.white a:visited, #leftmenu div.white a:active
{
	color: #fff;
}
#rightmenu div.white a:link, #rightmenu div.white a:visited, #rightmenu div.white a:active
{
	color: #fff;
}