/**
  * @name: Standard
  * @author: DangerGround
  * @comment: color related parts of styles are written here !
	* @notice: Color Themes for Syntax Highlighting should be placed into a syntax style file
  **/
	
	
/*******************
 * By Tag
 **/
	
BODY
{	background-color: #EEE;}
INPUT[type="text"], SELECT
{
	width: 50%;
	border: 1px solid #666;
	background-color: #DDD;
	padding: 0 5px;
	border-left-width: 5px;
}
SELECT{
padding-right: 0;
}
TEXTAREA, INPUT[type="text"], SELECT
{	background-color: #DDD;}
TEXTAREA:focus, INPUT[type="text"]:focus, SELECT:focus
{	background-color: #FFF;}
.linkimg
{	cursor: pointer;}


/*******************
 * By Identifier
 **/

#Headline
{	font-family: Verdana;
	font-size: 32px;
	text-align: center;
	font-weight: bolder;
	background-color: #69C;
	border: 1px solid #666;
	color: #FFE;
	background-image: url("../Color/Normal/Headline-BG.png");}

#Menu-Container
{	border: 1px solid #CCC;
	border-top-style: none;}

#Tooltip
{	background-color: #FFFFE1;
	border: 1px solid #000;}

	
/*******************
 * By Class
 **/
 
.menu-caption
{	background-color: transparent;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #000;
	background-image: url("Normal/Caption-BG.gif");
	background-repeat: repeat-y;}
	
.menu-item a:hover
{	background-color: #FFC;
	color: #000;}
.menu-item a:before
{	color: #CCC;
	content:"~";}
.menu-item a:hover:before
{	color: #C33;
	content:"!";}
.menu-item a
{	text-decoration: none;
	color: #666;}

.menu-item, .menu-tab
{	font-weight: bold;
	background-color: #FFF;}

.menu-tab A:hover
{	background-color: #000;
	color: #FFC;}
.menu-tab SPAN
{	color: #999;
	text-decoration: none;}
.menu-tab A
{	color: #333;
	text-decoration: none;}
	
	
	
.menu-tab
{	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 0px none #000;}
	
.active SPAN
{	background-color: #9CF;
	color: #000;}
	