/* About : Cascading Style Sheet information for Jan's Custom Clips
   Author: Robert Barnes (c) 2009 */

/* for the item selection of which form to use*/
/* set anchors to colors and text decoration */

/* navigation bar */
A.bar:Link			{
						color: white;
						text-decoration: none;
					}

A.bar:Visited		{
						color: white;
						text-decoration: none;
					}

A.bar:Hover			{
						color: lightpink;
						text-decoration: none;
					}							

A.bar:Active		{
						color: white;
						text-decoration: none;
					}

/* hyperlinks */
					
A:Link 				{
						color: blue;
						text-decoration: none;
					}

A:Visited  			{
						color: blue;
						text-decoration: none;
					}

A:Hover  			{
						color: Red;
						text-decoration: none;
					}

A:Active  			{
						color: blue;
						text-decoration: none;
					}

					
/* hyperlinks normal */
					
A.norm:Link 				{
						color: #0000FF;
						text-decoration: none;
					}

A.norm:Visited  	{
						color: #0000FF;
						text-decoration: none;
					}

A.norm:Hover  		{
						color: Red;
					}

A.norm:Active  			{
						color: #0000FF;
						text-decoration: none;
					}

/* date & time */
INPUT.dateTimeBox	{
						border-style: none;
						font-weight : bold;
						text-align : center;
					}

/* main font style */
body { 
    font-family: Verdana; 
    font-weight: normal;
	font-style: italic;
}

/* Button selection */
INPUT.indexButton1	{
						background: darkslategray;
						color:white;
						font-weight: bold;
						height: 24px;
						width: 110px;
					}
					
	.selectionStart1	{	
						color: black;
						background: orange;
						font-weight: bold;
						height: 24px;
						width: 110px;
					}
					
	.selectionEnd1 	{	
						color: white;
						background: darkslategray;
						font-weight: bold;
						height: 24px;
						width: 110px;
					}


/* dbadmin menu */
INPUT.indexButton2	{
						background: darkslategray;
						color:white;
						font-weight: bold;
						height: 24px;
						width: 200px;
					}
					
	.selectionStart2	{	
						color: black;
						background: orange;
						font-weight: bold;
						height: 24px;
						width: 200px;
					}
					
	.selectionEnd2 	{	
						color: white;
						background: darkslategray;
						font-weight: bold;
						height: 24px;
						width: 200px;
					}

/* edit */
INPUT.indexButton3	{
						background: darkslategray;
						color:white;
						font-weight: bold;
						height: 24px;
						width: 75px;
					}
					
	.selectionStart3	{	
						color: black;
						background: orange;
						font-weight: bold;
						height: 24px;
						width: 75px;
					}
					
	.selectionEnd3 	{	
						color: white;
						background: darkslategray;
						font-weight: bold;
						height: 24px;
						width: 75px;
					}

/* for processing  */
DIV.b1 				{
						position: absolute;
						background-position : center;
						vertical-align : middle;
						left: 50;
						top: 0;
						background-image : url(./graphics/processing.gif);
						background-repeat : no-repeat;
						height : 400;
						width : 400;
						z-index: 2;
					}
		
	.b2 			{
						position: absolute;
						left: 0;
						top: 0;
						background-color : black;
						z-index: 1;
						filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
						opacity: 0.8;
					}

