/*==================================================================*/
/*	General Frame	*/
/*==================================================================*/
body
{
	overflow: auto;
	margin: 0px;
}
div#inner-content
{
	border: 1px solid gray;
}

/*==================================================================*/
/*	BROWSER HACKS for the General Frame Margins		*/
/*==================================================================*/
	/* Beginn hack for MOZILLA */	
	/*html>body*/ div#content
	{
		margin: 0 35px;
	}
	/* End hack */
	/* Beginn hack for IE */
	/** html div#content 
	{
		margin: 0;
	}*/
	 
	/** html body 
	{
		margin: 0 35px;
	}*/
	/* End hack */
	
/*==================================================================*/
/*	Left part settings	*/
/*==================================================================*/
table#menu-left td
{
	background: rgb(136,198,136);
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: white;
	padding: 3px 3px 3px 10px;
	border: 2px solid white;
}
table#menu-left td.no-style
{
	background: white;
	padding: 3px 0;
	color: black;
	letter-spacing: 1px;
}

/*==================================================================*/
/*	Triangle settings	*/
/*==================================================================*/
td#top-arrow
{
	width: 100px;
	height: 0;
	padding: 0;
	line-height: 0;
	font-size: 0.01em;
	border-color: #efefef white;
	border-width: 0 0 268px 100px;
	border-style: solid;
	background:url(/images/revolution2.gif);
}
td#bottom-arrow
{
	width: 100px;
	padding: 0;
	height: 0;
	line-height: 0;
	font-size: 0.01em;
	border-color: #efefef white;
	border-width: 298px 0 0 100px ;
	border-style: solid;
}

/*==================================================================*/
/*	Right part settings	*/
/*==================================================================*/
table#menu-right
{
	font-family: verdana;
	font-size: 11px;
}
table#menu-right p, label
{
	font-family: verdana;
	font-size: 11px;
}

table#menu-right th
{
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	color: gray;
	padding-bottom: 15px;
}
input.values
{
	width: 140px;
	font-family: verdana;
	font-size: 11px;
	display: block;
	float: right;
	margin-top: 3px;
}

/*==================================================================*/
/*	Footer	*/
/*==================================================================*/
div#footer
{
	margin-top: 10px;
	background-color: #efefef;
	width: auto;
	font-family: verdana;
	font-size: 10px;
	color: #666;
	padding: 4px 3px;
	text-align:center;
}

/*==================================================================*/
/*	Font Formatting for Shade Effects 	*/
/*==================================================================*/
.shadow 
{
    margin-top: -4px;
    color: #111;
    font: bolder 100%/23px Arial, Helvetica, sans-serif; 
	letter-spacing: 0.11em;
}
.text 
{
    color: #777;
    margin-top: -2.3em;
    margin-left: 0.01em;
    font: bolder 100%/23pt Arial, Helvetica, sans-serif; 
	letter-spacing: 0.11em;
	margin-bottom: -10px;
}
div.submit
{
	background: silver;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 4px 0px;
}
div.reset
{
	background: silver;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0px 4px 4px;
}
.darkshadow 
{
    margin-top:-4px;
    color: #111;
    font: bolder 100%/23px Arial, Helvetica, sans-serif; 
	letter-spacing: 0.05em;
}
.darktext 
{
    color: #111;
    margin-top: -2.3em;
    margin-left: 0.01em;
    font: bolder 100%/23pt Arial, Helvetica, sans-serif; 
	letter-spacing: 0.05em;
	margin-bottom: -10px;
}

/*==================================================================*/
/*	Other Font and Hyperlink Formattings 	*/
/*==================================================================*/
a.gray 
{
	color: gray;
	text-decoration: none;
}
a.gray:link,
a.gray:visited,
a.gray:active  
{
	color: gray;
	text-decoration: none;
}
a.gray:hover 
{
	color: blue;
	text-decoration: underline;
}
a.banner 
{
	color: white;
	text-decoration: none;
}
a.banner:link 
{
	color: white;
}
a.banner:hover 
{
	color: white;
	text-decoration: underline;
	background: transparent;
}
.title
{
	color: RGB(49,180,48);
	font-weight: bold;
	letter-spacing: 0.01em;
	font-family: verdana;
	font-size: 15px;
	margin: 6px 0;
}
.subtitle
{
	border-top: 2px solid white;
	background: #d7d7d7;
	color: #555;
	letter-spacing: 0;
	font-size: 13px;
	font-family: verdana;
	font-weight: bold;
	padding: 8px;
}
div#unregistered-link
{
	width: auto;
	border-top: 3px solid white;
	border-bottom: 3px solid white;
	padding: 6px;
	margin: 0;
	font-family: verdana;
	font-size: 11px;
}
div#unregistered-link a
{
	text-decoration: underline;
	color: #555;
}
div#unregistered-link a:link
{
	color: #555;
}
div#unregistered-link a:hover
{
	color: blue;
	text-decoration: underline;
}
