/*--- Crewassistant.com ---*/

body, h1, h2, h3, h4, td, th, a, p, div, span, input, textarea, select	{ font-family:Lucida Sans,Arial,Verdana,Georgia; }
body			{ font-size:80%; }

H1				{ color:#1E5B80; } /* #226791*/
DIV.PageBody H1	{ color:#1E5B80; }

H2				{ color:#2776A7;  }
DIV.PageBody H2	{ color:#2776A7; }

H3				{ color:#0088CA; }
DIV.PageBody H3	{ color:#0088CA; }

H4				{ color:gray;  }
DIV.PageBody H4	{ color:gray;  }

HR				{ color:#B09798; }

table.PageHeader { padding:0px; border:0px; background:white; border-bottom:solid 1px #eee; 
	background:url('images/Logo_ESA.gif') no-repeat top right; }

table.PageFooter { background:white; color:#666666; padding:8px; 
					border:0px; border-top:solid 1px #B09798; }

.PageTitle   		{ padding-left:16px; padding-top:50px; color:#226791;  font-size:18pt; }
.PageSubTitle	{ color:#2776A7; }
td.Signature 	{ color:#333333; }

/*--- D2 Tables ---*/

table.D2 TH.Title  	{ background:url('/Virtof2/images/bgTitle_cyan.gif'); color:#261A0D; }
table.D2 TH.Header	{ background:url('/Virtof2/images/bgTitle_cyan.gif'); color:black; }
th.D2		   		{ background:url('/Virtof2/images/bgTitle_cyan.gif'); color:#6C4824; }


/*--- MENU ITEMS -----------------------------------------*/

th.MenuTitle  { background:url('/Virtof2/images/bgTitle_cyan.gif'); }

table.menu 	{ background:transparent; border:0px; padding:0px; width:100%; }

td.menuback	{ background:transparent; border:0px; 
		padding-top:24px; padding-bottom:24px; padding-right:10px;  }

table.menu td	{ padding:2px; border-left:0px; border-right:0px; 
		border-bottom:solid 1px gray; border-top:solid 1px white; 
		background:url('images/MenuItem.gif') top right; }

table.menu td.Item         { padding-right: 8px; }
table.menu td.ItemSelected { background:white; padding-left:2px; font-weight:bold; border-right:solid 1px gray; }
table.menu td.ItemPushed   { background:#D8EFF7; color:darkblue; 
		padding-left: 2px; padding-right: 6px; border-right:solid 2px #7CC3DE; }

table.menu th.Title	{ padding:2px; border-left:0px; border-right:0px; 
		border-bottom:solid 1px gray; border-top:solid 1px white; 
		background:url('images/MenuItem.gif') top right; }

table.menu th.MenuHeader	{ background:transparent; padding:0px; border:0px; height:16px;
		background:url('images/MenuHeader.gif') bottom right; }
table.menu th.MenuFooter	{ background:transparent; padding:0px; border:0px; height:16px;
		background:url('images/MenuFooter.gif') top right; }

#HelpMessage		{ background:white; border:inset 1px gray; padding:6px; }

/*--- XMENU ---*/

.MENU1				{ border:dotted 1px gray; }
.MENU1 th.Title		{ font:bold 100%; background:#FFEBCE; }

.MENU1 td.Item			{ color:black; background:transparent; border:0px; padding:4px; }
.MENU1 td.ItemSelected 	{ color:gray;  background:lightgray;   border-left:0px; border-right:0px; font-weight:bold; }
.MENU1 td.ItemPushed   	{ color:red;   background:lightyellow; border-left:0px; border-right:0px; padding-left:4px; padding-right:4px; }

/*--- Informaciones ---*/

.Info_Area		{ padding-bottom:8px; }
.Info_Header	{ font-weight:bold; }
.Info_Footer	{ font:80%; }
.Info_Title		{ font-weight:bold;  text-align:justify; padding-top:8px; }
.Info_Body		{ font-style:italic; text-align:justify; padding-bottom:2px; border-bottom:1px solid #808080; }

/*--Requiremnets Manager--*/

div#ReqManager			{ padding:0px; margin:10px; margin-top:30px; border:3px solid #A0A0A0; background:#eee; }
div#ReqMan_Projects		{ padding:8px; padding-bottom:0px; } /*border:1px solid #D0D0D0;*/
div#ReqMan_ReqSet		{ padding:8px; }
div#ReqMan_Reqs			{ padding:8px; }
div#ReqMan_Details		{ padding:8px; }
div#ReqManager	select	{ width:640px; border:0px; }

div#ReqManager		.BlockTitle			{ font-weight:bold; font:140%; color:#555; }
div#ReqManager		.BlockLabel			{ width:500px; } /*TBD: This is not working !!!*/
div#ReqManager		.BlockActions		{ padding-left:60px; }
div#ReqManager		.BlockData			{ border:1px solid #D0D0D0; background:#fff; } /*margin:8px; margin-top:0; padding:0; */
div#ReqManager 		.BlockData	table	{ border-top:1px solid #ddd; }
div#ReqManager 		.BlockData	td		{ border-bottom:1px solid #ddd; cursor:hand; }
div#ReqMan_Reqs		.BlockData			{ height:350px; overflow:auto; }
div#ReqMan_Reqs		.BlockData	.Code	{ font-weight:bold; padding-right:8px; }
div#ReqMan_Details	.BlockData			{ }
div#ReqMan_Details	.BlockData	.Label	{ font-style:italic; color:#505050; }
div#ReqManager	input						{ font-size:80%; }


tr.Hover		td	{ background:#ffc; }
tr.Hover		td	{ color:000;  }
tr.Selected	td	{ background:#ffc; }
tr.Selected	td	{ color:darkblue;  }
