/*********************************************************************
*** (C) Antonio Olmedo Soler,2002 (All rights reserved)            ***
*** Don't make any changes without reporting to: oks@olmedo.com    ***
**********************************************************************
*** File____: ui_popup.css                                         ***
*** Project_: VirtOf1                                              ***
*** Language: CSS                                                  ***
**********************************************************************
*** Description: Styles used by the PopUp tool                     ***
*********************************************************************/


/*--- Links ----------------------------------------------*/
A.Pop:link		{ color:rgb(0,0,128); text-decoration:none; }
A.Pop:visited	{ color:rgb(0,0,128); text-decoration:none; }
A.Pop:hover		{ color:rgb(0,0,128); text-decoration:none; background-color:rgb(255,255,198); }

/*--- Table elements -------------------------------------*/
TABLE.Pop	{ background-color:rgb(225,225,240); 
					border-left: 2px solid rgb(242,242,250); border-right: 2px solid rgb(160,160,210); 
				 	border-top: 2px solid rgb(242,242,250); border-bottom: 2px solid rgb(160,160,210); }
TH.Pop				{ font-size:10pt; text-align:center; background-color:rgb(128,128,192); color:rgb(255,255,255); cursor:move; }
.Pop-Subheader		{ font-size:10pt; background-color:rgb(175,175,216); color:rgb(0,0,128); }
TD.Pop				{ font-size:10pt; text-align:left; background-color:rgb(225,225,240); }
TD.Pop-Highlight	{ font-size:10pt; text-align:left; background-color:rgb(255,255,255); }
TD.Pop-Label 		{ font-size:10pt; }
TD.Pop-Disabled 	{ font-size:10pt; color:gray; }
TD.Pop-Sep			{ background-color:rgb(175,175,216); }
.Pop-Code			{ cursor:move; background-color:rgb(128,128,192); color:rgb(255,255,128); font-size:10pt; font-weight:bold; }
.Pop-Subtitle		{ cursor:move; background-color:rgb(128,128,192); color:rgb(255,255,128); font-size: 8pt; font-weight:normal; }


/*--- 3D Table elements ----------------------------------*/
TH.Pop3D		{ cursor:move; background-color:rgb(128,128,192); color:rgb(255,255,255); text-align:center; font-size:10pt; 
		border-left: 1px solid rgb(180,180,220); border-right: 1px solid rgb(100,100,179); 
		border-top: 1px solid rgb(180,180,220); border-bottom: 1px solid rgb(100,100,179); }
.Pop3D-Subheader	{ font-size:10pt; background-color:rgb(175,175,216); color:rgb(0,0,128); 
		border-left: 1px solid rgb(180,180,220); border-right: 1px solid rgb(100,100,179); 
		border-top: 1px solid rgb(180,180,220); border-bottom: 1px solid rgb(100,100,179); }
TD.Pop3D		{ text-align:left; font-size:10pt; 
		border-left: 1px solid rgb(242,242,250); border-right: 1px solid rgb(160,160,210); 
		border-top: 1px solid rgb(242,242,250); border-bottom: 1px solid rgb(160,160,210) }
TD.Pop3D-Highlight	{ text-align:left; font-size:10pt; background-color:rgb(255,255,198); 
		border-left: 1px solid rgb(242,242,250); border-right: 1px solid rgb(160,160,210); 
		border-top: 1px solid rgb(242,242,250); border-bottom: 1px solid rgb(160,160,210); }
TD.Pop3D-Label 	{ font-size:10pt; 
		border-left: 1px solid rgb(242,242,250); border-right: 1px solid rgb(160,160,210); 
		border-top: 1px solid rgb(242,242,250); border-bottom: 1px solid rgb(160,160,210); }
TD.Pop3D-Disabled 	{ font-size:10pt; color:gray;
		border-left: 1px solid rgb(242,242,250); border-right: 1px solid rgb(160,160,210); 
		border-top: 1px solid rgb(242,242,250); border-bottom: 1px solid rgb(160,160,210); }
TD.Pop3D-Sep		{ background-color:rgb(245,245,250); }

