/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: x-small;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: tahoma, Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: aliceblue;
}
/*background-image: url(images/bg.jpg);*/
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:	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:	none;
	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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 0px;
	}

table 
{
	font-family: Tahoma;
	font-size: x-small;	
}

.btn 
{
	font-family: Tahoma;
	font-size: x-small;	
}

.txt
{
	font-family: Tahoma;
	font-size: x-small;	
}

.contents 
{
	padding: 5px;
}

.heading 
{
	color: #f3a328;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;	
}

.header_1 
{
	color: #f3a328;
	font-family: Tahoma;
	font-size: x-small;
	font-weight: bold;	
	text-align: center;
}

.dgItem 
{
	background-color: Transparent;	
}

.dgAltItem
{
	background-color: papayawhip;
}

.dgHeader
{
	background-color: papayawhip;
	font-weight: bold;
}

.imgThumbnail
{
	width: 100px;
}


A.header:link	{	
	text-decoration:	none;
	color:	#f3a328;
	}	
		
A.header:visited	{	
	text-decoration:	none;
	color:	#f3a328;
	}	
		
A.header:active	{	
	text-decoration:	none;
	color:	#f3a328;
	}	
		
A.header:hover
{
	color: moccasin;
	text-decoration: none;
}

a.small:link
{
	font-size: 10px;
	text-transform: capitalize;
	color: mediumblue;
	text-decoration: none;
}

a.small:visited
{
	font-size: 10px;
	text-transform: capitalize;
	color: mediumblue;
	text-decoration: none;
}

a.small:active
{
	font-size: 10px;
	text-transform: capitalize;
	color: mediumblue;
	text-decoration: none;
}

a.small:hover
{
	font-size: 10px;
	text-transform: capitalize;
	color: darkorange;
	text-decoration: none;
}

a.lnk:link
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.lnk:visited
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.lnk:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.lnk:hover
{
	font-size: 12px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

a.lnk_2:link
{
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-decoration: none;
}

a.lnk_2:visited
{
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a.lnk_2:active
{
	font-size: 12px;
	color: red;
	text-decoration: none;
	font-weight: bold;
}

a.lnk_2:hover
{
	font-size: 12px;
	color: red;
	text-decoration: underline;
	font-weight: bold;
}

.bgLnk 
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;	
}

a.bgLnk:link
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:visited
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:active
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

a.bgLnk:hover
{
	border-right: #a8cb17 1px ridge;
	padding-right: 5px;
	border-top: #a8cb17 1px ridge;
	padding-left: 5px;
	font-weight: bold;
	font-size: xx-small;
	BACKGROUND-POSITION-Y: center;
	background-image: url(images/img_btn.gif);
	border-left: #a8cb17 1px ridge;
	color: white;
	border-bottom: #a8cb17 1px ridge;
	background-repeat: repeat-x;
	font-family: tahoma;
	height: 16px;
	text-decoration: none;
}

.dg_small
{
	font-size: 13px;
	color: red;
	font-weight: bold;
}

.writer
{
	padding-right: 20px;
	background-position: right center;
	background-image: url(images/ball.gif);
	color: #f3a328;
	background-repeat: no-repeat;
}

/* --------------- */

.main {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.smtxt 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.BTBR {
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #6DB9F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
a.x {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	font-weight: bold;
}
a.x:link {
	color: #FFFFFF;
}
a.x:visited {
	color: #FFFFFF;
}
a.x:hover {
	color: #990000;
}
a.x:active {
	color: #FFFFFF;
}
a.y {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a.y:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.y:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.y:hover {
	color: #990000;
	text-decoration: none;
}
a.y:active {
	color: #FFFFFF;
	text-decoration: none;
}
.BT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.sc {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.vote {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}