/* Theme Info //////////////////////////////////////////////////////////////////
Theme Name: Lime
Version: 1.0
Author: Gabre Cameron
Author E-mail: gabre@dilinx.com
*/

/* Typography ////////////////////////////////////////////////////////////////*/
body
{
	background-color: #62BD19;
}
body a
{
	color: #0F4D2A;
	font-weight: bold;
	text-decoration: none;
}
body a:hover
{
	border-bottom: 1px solid #193800;
}
a.nav
{
	font-size: 15px;
	font-weight: bold;
	color: 0#F4D2A;
}
a.nav:hover
{
	color: #FF6600;
	text-decoration: none;
	border-bottom: none;
}
.header
{
	font-size: 20px;
	font-weight: bold;
	color: #0F4D2A;
	margin-left: 5px;
}
select, textarea, body
{
	font-family: 'Trebuchet MS';
	font-size: 10px;
}
TD, TR, input
{
	font-family: 'Trebuchet MS';
	font-size: 11px;
}
#button1 a:hover, #button2 a:hover, #button3 a:hover, #button4 a:hover
{
	color: #62BD19;
}
/* Layout ////////////////////////////////////////////////////////////////////*/
#container
{
	width: 800px;
	height: 100%;
	margin: 0px auto;
}

#hldr
{
	background-color: #FFFFFF;
	border: 1px solid #193800;
}

#menu
{
	background-color: #CCE5A2;
	padding: 5px;
	border-bottom: 1px solid #0F4D2A;
	border-top: 1px solid #0F4D2A;
}
#button1, #button2, #button3, #button4
{
	width:161px;
	height: 33px;
}
#button1 a:hover, #button2 a:hover, #button3 a:hover, #button4 a:hover
{
	width:161px;
	height: 33px;
	border-bottom: none;
}

/* ORIGINAL STYLES /////////////////////////////////////////////////////////////*/
.panel
{
	-moz-border-radius: .3em .3em .3em .3em;
	 border: 1px solid silver;
	 background-color: #F7F6F4;
}
.bborder
{
	background-color: #FFFFFF; border: 1px #A7A6B4 solid; 
}

