/* Default CSS Stylesheet for a new Web Application project */

.test2border 
{
	border: solid 1 pink;
}

.sup {
	vertical-align :super ;
	font-size:6pt;
}
.versetext {
	font-family :Arial ;
	font-size:10pt ;
	line-height:5.5mm;	
}

.test
{
	color: blue;
	background-color: lightcyan;
}

/* GROUP LIST */
.PageHeading {
	font-size:13pt ;
	font-weight:bold;
	color:#2E2E2E;}
		
/* td.GroupListItemHeading {padding-top:20px;}	 */
.ItemHeadingPadding  {	padding-top:20px;}
.ItemHeading {	
	font-size:10pt ;
	font-weight:bold;}
	
.exsmalltext{font-size:5pt;}
.smalltext{font-size:7pt;}
.subtletext{color:Gray}
.formlabel{font-size:8pt;
	font-weight:bold }

.pagelightcolor{color:White}	
.pagedarkcolor{color:black}	
.pagemediumbackground{background-color:lightgrey}
.pagedarkbackground{ background-color:Gray}

/* Editor */
.Normal {font-size :9pt ;
	font-weight:normal;}
.Bold {font-weight:bold}
.Italic {font-style:italic}
.Heading {font-size :10pt;
	font-weight:bold}
	
.RightPullQuote 
{
	float:right ;
	width:120pt;
	text-align:left;
	font-size:1em;
	font-weight:bold ;
	font-style:italic ;
	padding:1em;	
	background:#ffff9f; /* yellow */
	color:black;
	border: solid 2px ##2E2E2E ;
	margin:0.2em;
	}
.LeftPullQuote 
{
	float:left ;
	width:120pt;
	text-align:left;
	font-size:1em;
	font-weight:bold ;
	font-style:italic ;
	padding:1em;	
	background:#ffff9f; /* yellow */
	color:black;
	border: solid 2px ##2E2E2E ;
	margin:0.2em;
	}	
	
DIV.body 
{
	position:relative;
	width:80%;
	left:10%;
}
	

.ContextMenu {
	font-size:8pt;
	border:2px solid black;
	background-color:white;}	
.ItemText {font-size:9pt}

a.link {border-style:none  }

/* Page in detail */
.u {text-decoration:underline}
.redalert{color:Red; font-weight:bold  }
.bluehint{color:Blue; font-weight:bold  }
.white{color:White;}

.hidden {display:none }
TABLE.toolbar {
	background-color:#ffff99;
	border-style:solid;
	border-color:gray;
	border-width:thin;
	color:Blue ;
	position:relative;
	top:-5;
	left:-5;
	right:10}
	
TD.toolbar 
{
	border-right-style:solid;
	border-right-width:thin ;
	border-left-style:solid;
	border-left-width:thin ;	
	border-color:Silver ;
	font-family :Arial ;
	font-size :8pt;
	font-weight:bold;
	padding:  3:4:3 :4;

	}
TD.ToolbarHeading { width:140px}
TD.NoPadding {padding:0:0:0:0;}
	
IMG.NoPadding 	{
	border-style:none;
	padding:0:0:0:0;
	margin :0:0:0:0;
	}
IMG.RightPadding 	{
	border-style:none;
	padding:0:0:0:0;
	margin :0:2:0:0;
	}
	
.EventsList {padding:0:0:10:0;}
.Padding2 {padding:2:2:0:0;}

.withborder
{
	border-style:solid ;
	border-width:thin ;
}
.topborder
{
	border-top-style:solid ;
	border-top-width:thin;
}

/* blue 
	#34466C 52,70,108
	#2C3E64 44,62,100
	#4C5A74 76,90,116 
	old: ##2E2E2E 68,86,124  
	old: #2C3E5C 44,66,92 
	orig: #006699*/

.ThemeDarkBorder{ border-color: #34466C} 
.ThemeDark{color: #34466C} 
.ThemeMid{color: #34466C} 
.ThemeBkgMid{background-color: white} /* gray #BCBABC 188,186,188 */
.ThemeBkgLight{background-color: white}

/* TOP PANE */
.toppane{
	font-weight: bold;
	font-size: 8pt;
	color: #ffff99; /* pale yellow */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #2E2E2E ; 
	margin:0:0:0:0;}
.OrgName{
	FONT-WEIGHT: bold; 
	FONT-SIZE: 18pt; 
	COLOR: white; 
	FONT-STYLE: italic; 
	FONT-FAMILY: 'Bookman Old Style', Arial, Verdana, Helvetica, sans-serif}
.TagLine{font-weight: bold;
	font-size: 11pt;
	color: #ffff99; /* pale yellow */
	font-family: Arial, Verdana, Helvetica, sans-serif;}
.loginInput{ font-size:8pt; font-family:Arial, Verdana, Helvetica, sans-serif;  }
.loginText{ font-size:10pt; font-weight:bold ;color:#FFFFFF;}
A.loginText:active{color: #FFFFFF;}
A.loginText:link{color: #FFFFFF;}
A.loginText:hover{color: #FFFFFF;}
A.loginText:visited{color: #FFFFFF;}

TD.leftpaneheading { BORDER-TOP-WIDTH: medium; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: medium; BORDER-LEFT-COLOR: #006699; BORDER-BOTTOM-WIDTH: medium; BORDER-BOTTOM-COLOR: #006699; PADDING-BOTTOM: 2px; BORDER-TOP-COLOR: #006699; PADDING-TOP: 2px; BORDER-RIGHT-WIDTH: medium; BORDER-RIGHT-COLOR: #006699 }
TD.leftpaneImage { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px }
TD.leftpane { PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px }
A.leftpane:active { COLOR: white }
A.leftpane:link { COLOR: white }
A.leftpane:hover { COLOR: white }
A.leftpane:visited { COLOR: white }

/* TAB.WEBFX */
/* bright: rgb(234,242,255); normal: rgb(120,172,255); dark: rgb(0,66,174);*/
.dynamic-tab-pane-control.tab-pane {
	position:	relative;
	width:		100%;
}

.dynamic-tab-pane-control .tab-row .tab {
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	cursor:			Default;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 3px 6px;
	background:		rgb(234,242,255);
	border:			1px solid;
	border-color:	rgb(120,172,255);
	border-left:	0;
	border-bottom:	0;
	border-top:		0;
	
	cursor:			hand;
	cursor:			pointer;
	
	z-index:		1;
	position:		relative;
	top:			0;
}

.dynamic-tab-pane-control .tab-row .tab.selected {
	border:			1px solid rgb(120,172,255);
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 5px 6px;
	margin:			1px -6px -2px 0px;
	top:			-2px;
	background:		white;
}

.dynamic-tab-pane-control .tab-row .tab a {
	font-family:		Verdana, Helvetica, Arial;
	font-size:			13px;
	color:				rgb(0,66,174);
	text-decoration:	none;
	cursor:			hand;
	cursor:			pointer;	
}

.dynamic-tab-pane-control .tab-row .hover a {
	color:	rgb(0,66,174);
}

.dynamic-tab-pane-control .tab-row .tab.selected a {
	font-weight:	bold;
}

.dynamic-tab-pane-control .tab-page {
	clear:			both;
	border:			1px solid rgb(120,172,255);
	background:		White;
	z-index:		2;
	position:		relative;
	top:			-2px;
	color:			Black;
	font-family:	Verdana, Helvetica, Arial;
	font-size:		13px;
	padding:		10px;
}

.dynamic-tab-pane-control .tab-row {
	z-index:		1;
	white-space:	nowrap;
	background:		rgb(234,242,255);
	height:			1.85em;
	width:			100%;
}

.calenderitem {
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #FFFFFF;
	FONT-WEIGHT: bold;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#CCCCCC' );
}
.calenderbackground {
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #EEEEEE;
}
.calendertitle {
	text-align: center;
	ALIGNMENT: center;
	ALIGN: center;
	FONT-FAMILY: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #DDDDDD;
	FONT-WEIGHT: bold;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#DDDDDD' , EndColorStr= '#000000' );
}
.calenderrangeheader {
	text-align: center;
	vertical-align: middle;
	font-family: verdana,helvetica,arial;
	font-size: xx-small;
	BACKGROUND-COLOR: #DDDDDD;
}
.calender2heading {
	FONT-SIZE: xx-small; 
	FONT-FAMILY: Tahoma; 
    	BACKGROUND-COLOR: #007FCC;
	color: white;
	font-weight: bold;
        text-align:left;
    	border-bottom:1px solid #7FCCFF;
    	border-right:1px solid #7FCCFF;
    	border-top:1px solid #7FCCFF;
    	border-left:1px solid #7FCCFF;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#7FCCFF' , EndColorStr= '#007FCC' );
}
.calender2empty {
	FONT-SIZE: xx-small; 
	BACKGROUND-COLOR: #e0fff0;
}
.calender2normal {
	FONT-SIZE: xx-small; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #aaccee;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ddeeff' , EndColorStr= '#aaccee') 
}
.calender2normal2 {
	FONT-SIZE: xx-small; 
	FONT-FAMILY: Tahoma; 
	TEXT-ALIGN: center;
	BACKGROUND-COLOR: #ddeeff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#ffffff' , EndColorStr= '#ddeeff') 
}


/* DEFAULTS */
TEXTAREA 
{
	font-family:Arial, Verdana Sans-Serif ;
	font-size:9pt;
}


BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 0.8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin:5:5:5:5;    
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	900;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
H7	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}		
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color: Maroon ;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	Maroon;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	Maroon;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	red;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	/*margin-top: 5px;*/
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	border-style:none;
	}

