/*
Design by Cautela Networks
http://cautelanetworks.com
*/

body {
	padding: 0px;
	background: #CCCCCC;
}

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}
.ErrorMsg
{
	color:Red;
	font-weight:bold;
}
h1, h2, h3 {
	color: #3A570F;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

input, textarea, select {
	color: #000000;
	margin-left: 0px;
}

a {
	color: #3A570F;
}

a:hover {
	text-decoration: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 241px;
}

/* Logo */

#logo {
	margin-bottom: 10px;
	background: #658634 url(../images/img02.gif) repeat-y;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
/*	text-transform: lowercase;*/
	text-align: center;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding-top: 30px;
	background: url(../images/img01.gif) no-repeat;
}

#logo p {
	padding-bottom: 30px;
	background: url(../images/img03.gif) no-repeat left bottom;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Widgets */

#widgets {
	background: #658634 url(../images/img02.gif) repeat-y;
}

#widgets-top {
	height: 20px;
	background: url(../images/img01.gif) no-repeat;
}

#widgets * {
	color: Black;
}

#widgets ul {
	margin: 0;
	padding: 0 20px 100px 20px;
	background: url(../images/img04.jpg) no-repeat left bottom;
	list-style: none;
}

#widgets li {
}

#widgets li ul {
	padding: 0 0 20px 6px;
	background: none;
	line-height: 180%;
}

#widgets li li {
	padding-left: 12px;
	background: url(../images/img05.gif) no-repeat left center;
}

#widgets h2 {
	margin: 0;
	padding: 0 0 20px 0;
	font-size: 1em;
}

/* Page */

/*#page {
	margin-left: 250px;*/

/* Search */

#search {
	height: 51px;
	color:White;
	text-transform: uppercase;
	background-color:#658634;
	background: url(../images/img06.gif) repeat-x;
}

#search form {
	height: 51px;
	margin: 0;
	padding: 0;
	background: url(../images/img07.jpg) no-repeat;
}

#search fieldset {
	height: 40px;
	margin: 0;
	text-transform: uppercase;
	margin-bottom:1px;
	color:White;
	padding: 11px 20px 0 0;
	background:#658634 url(../images/img08.gif) no-repeat right top;
	border: none;
	text-align: right;
}

/* Content */

#content 
{
	
}

#content h1, #content h2 {
	font-weight: normal;
	margin-top: 0;
	color:Black;
}

.pagetitle {
	margin: 0 0 10px 0;
	padding-top: 27px;
}

.post {
	/*margin-bottom: 10px;*/
	background: #ADB79E url(../images/img09.gif) repeat-y right top;
}

.title {
	margin: 0;
	padding: 0 20px;
}

.byline {
	margin: 0 20px;
	border-top: 2px solid #C2C9B6;
}

.entry {
	padding: 2px 2px 0 2px;
	overflow:auto;
}

.meta {
	margin: 0;
	padding: 0 20px;
}

/* Rounded Corners */

.ct {
}

.ct .l {
	background: url(../images/img10.gif) no-repeat;
}

.ct .r {
	height: 15px;
	background: url(../images/img11.gif) no-repeat right top;
}

.cb {
	background: url(../images/img12.gif) repeat-x left bottom;
}

.cb .l {
	background: url(../images/img13.gif) no-repeat left bottom;
}

.cb .r {
	height: 15px;
	background: url(../images/img14.gif) no-repeat right bottom;
}

/* Footer */

#footer {
	clear: both;
	padding-top: 10px;
	font-size: smaller;
}

#footer p {
	margin: 0;
}
.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: Black;
    background-color: #ADB79E;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color:  White;
    color:Black;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
 background-color: #CECF78;
    color: White;
}

.LogoPage
{
 background-color: #ADB79E;
    color: Black;
}
.collapsePanel {
	
	height:0px;
	background-color:white;
	overflow:hidden;
}

.collapsePanelHeader{	
	width:640px;		
	height:20px;
	color: White;
	background-color: #ADB79E;
	font-weight:bold;
	float:none;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
}
.logoutLink
{
 font-weight: bold;
    color: White;
}
.TreeNode 
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: #528018;	
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #255E04; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: white; 
	background: #5DA16C; 	
	cursor: pointer;
	cursor: hand;
	margin-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family: Tahoma;
	font-size: 8pt; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}


.TreeContextItem
{ 
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#fdfdfd;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #e3e3e3;
}
 
.TreeContextItemOver
{
	font-family: Arial;
	font-size:10px;
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#f3f3f3;
	background-image:url(contextMenu.gif); 
	background-repeat:repeat-y;
	width:100%; 
	text-align: left;
	border-bottom: solid 1px #d4d4d4;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	font-family: tahoma; 
	font-size: 8pt;
	margin-left: 3px;  
	text-align: left;
}

table.login 
{
    background-color: #E3EAEB;
}

.delim
{
    background-color: #1C5E55;
}

.create_user 
{
    background-color: #FFFFFF;
    border-color: #C5BBAF;
    border-style: Solid;
    border-width: 1px;
    font-family: Verdana;
    font-size: 1.2em;
}

 .login_h
 {
     font-size: 14px;
     font-weight: bold;
 }
 
 .recovery-link, .remember-link
 {
     font-size: 14px;
     text-align: right;
 }
 
 .login-box 
 {
     border-right:1px solid gray;
 }
 
 
 .SimplePopupPanel
{
	border: solid 1px black;
	position: absolute;
	left: 50%;
	
	/*top: 50%;*/
	top: 200px;
	
	background-color: white;
	z-index: 100;
	/*margin-top: -100px;*/
	
	/*width: 400px;*/
	width: 560px;
	
	margin-left: -200px;
	/*overflow: y;*/
	padding-bottom:15px;
}
.SimplePopupPanelModalArea
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color:black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	z-index: 99;
	border: 0;
	-moz-opacity: 0.01;
	opacity: 0.01;
}
.SimplePopupPanel .TitleBar
{
	margin: 0;
	display: block;
	background-color: #CCCCCC;
	line-height: 20px;
	color: white;
	width:100%;
	font-weight: bold;
	padding: 0 0 0 5px;
}

.SimplePopupPanel .ContentArea
{
	padding: 10px 0 0 5px;
}


 .ProcessBarPopup
{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
	margin-top: -100px;
}
.ProcessBarPopupModalArea
{
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	background-color:black;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1);
	z-index: 99;
	border: 0;
	-moz-opacity: 0.01;
	opacity: 0.01;
}

.InlineSearchBar
{
display:inline;
}

/*
    Registration Setup
*/

.lbl-reg-tab
{
    font-size: 16;
}



.gwt-MenuItem {
    /*background-color: Yellow;*/
    
}

.invisibleclass{
    display: none;
}

table.invoice{
    border-width:1px; 
    border-spacing:2px; 
    border-color:black; 
    border-style: solid; 
    border-collapse:collapse; 
    background-color:White; 
    white-space: nowrap;
}
.invoice td{
    padding-left: 8px;
    padding-right: 8px;
    border: solid black 1px;
}