/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE:smaller ;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    padding:0;
}

H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30;
	font-weight:	600;
	font-style:normal ;
	text-decoration: none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;
	line-height:.7;
	}	
		
H2	{	
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 25;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	color:White;
	line-height:.7;
	}	
		
H3	{	
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight:bold;
	margin:2 10 0;	
	color:Black;
	}	
		
H4	{	
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	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;
	}	
		
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:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}

DIV#Center
{
	z-index:3;
}

DIV#Top
{
	background-color:#336699;
	position:absolute;
	left:5;
	right:0;
	top:1;
	width:100%;
	height:79;
	border: dotted 1px black;
	color:White;
	direction:rtl;
	padding:2 15;
}	
DIV#Left
{
	left:5;
	top:85;
	width:138;
	text-align:left;
	padding-left:4;
	padding-right:4;
}

DIV#Left , DIV#Right 
{
	background-color:#669999;
	position:absolute;
	border: dotted 1 black;	
	color : #336699;
	z-index:2;
	font-size:13;
	height:auto;
}

DIV#Left A , DIV#Right A
{
	color:White;
}

DIV#Right
{
	right:15;
	top:85;
	width:138;
	padding:2 4 2 4;
	direction:rtl;
}
DIV#Bottom
{
	background-color:#669999;
	margin-left:0;
	bottom:20;
	width:100%;
	height:20;
	direction:rtl;
	text-align:center;
	color: White;
	z-index:1;
}
DIV.log
{
	border-bottom: dotted 1 black;
	width:100%;
	padding:4;
}
DIV.log DIV.Body
{
	display:block;
}
DIV.log DIV.Body A
{
	color:#669999;
}

DIV.log DIV.Comment
{
	display:block;
	color:Blue;
	text-decoration: underline;
	cursor:hand;
	margin-top:3;
}
DIV.log DIV.DateTime
{
	display:block;
	font-size:x-small;
	color:Green;
}
DIV.log DIV.DateTime A
{
	color:Green;
	font-size:xx-small;
}
DIV.log DIV.DateTime A:hover
{
	text-decoration:none;
}
	
.thumbnail{
	padding: 2px 2px 4px 2px;
	background-color: #669999;
	border: 1px solid #336699;

	display: inline;
	}	
	
a img{ 	border: none;}
