/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #000080;
    color: #ffff00;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    FONT-SIZE: 12pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #0000ff;
}
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:	#ffffff;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#ffffff;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#ffffff;
	}
	
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;
	}

#container
{
	height:100%;
	width:1024px;
}

#header1
{
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	padding-left:25px;
	padding-top:30px;
	background-image:url(../images/gallery1.jpg);
	background-repeat:no-repeat;	
	height:75px;
}

#header2
{
	font-family:Arial;
	font-size:8px;
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	padding-left:25px;
	padding-top:30px;
	background-image:url(../images/gallery2.jpg);
	background-repeat:no-repeat;	
	height:75px;
}

.film
{
	position:absolute;
	top:29px;
	width:67px;
	text-align:center;
	/*padding-top:-29px;*/	
	vertical-align:top;
	/*border: solid 1px black;*/
}

.gallery1
{
	position:absolute;
	left:40px;
	top:60px;
	width:74px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffff00;
	text-transform:capitalize;
}

.gallery2
{
	position:absolute;
	left:107px;
	top:60px;
	width:74px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#ffff00;
	text-transform:capitalize;
}

.nextgallery
{
	width:74px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	/*vertical-align:bottom;*/
	color:#ffffff;
	padding-top:30px;
	/*border: solid 1px black;*/
}

.thisgallery
{
	width:74px;
	text-align:center;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	/*vertical-align:bottom;*/
	color:#ffff00;
	padding-top:30px;
	/*border: solid 1px black;*/
}

#gallery
{
	margin:0px;
	background-image: url(../images/bg_stars.gif);
}

.inputbox
{
	font-family:Verdana;
}

.imgthumb
{
	/*padding-top:10px;*/
	position:relative;
	left:-10px;
	border: solid 2px #ffffff;
}

.thumbtext
{
	padding-bottom:10px;
	position:relative;
	top:10px;
	color:#00ffff;
	width:165px;
	font-size:10px;
}

.noimages
{
	color:#0000ff;
	font-size:16.0pt;
	font-weight:bold;
	font-family:Verdana;
}

.gallerytext1
{
	color:#0000ff;
	font-size:10.0pt;
	font-weight:bold;
	font-family:Verdana;
}

.gallerytext2
{
	color:#0000ff;
	font-size:18.0pt;
	font-weight:bold;
	font-family:Verdana;
}