/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg {
	background-image: url(../media/images/bgs/fuegos01_gray.jpg);
	background-repeat: no-repeat;
	background-color: #252525;
}
.style1 {
	font-family: Arial, Helvetica, Sans;
	font-weight: bold;
	font-size: 28px;
	font-variant: small-caps;
	line-height: 0.9em;
	padding-top: 10px;
}

.style2 {color: #FFCC00; font-size:42px;padding-top:10px;}

.style3 {
	color: #FFCC00;
	font-size:24px;
	padding-top:10px;
	font-variant: small-caps;
}

.style4 {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;}
 
.style5 {font-size: 12px; color: #ffffff;}

.style7 {
	color: #ffdd00;
	font-weight: bold;
}

a {color:#CC0000; }
a:hover {color:#FFCC00;}

.picfooter {
	font-size: 9px;
}
.menu{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:8px;
}

.footer {
	font-size: 0.95em;
	line-height: 1.1em;
	color: #666666;
}



/*
===========================================================================
===========================================================================
GALLERY 2 PGTHEME OVERRIDE
I have imported this stylesheet into the PG theme.tpl template
*/


#gallery {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-color: #000000;
}
body.gallery, .PPBackground {
    background-color: #000000;
}

.gcBackground1 {
    background-color: #000000;
}

.gcBackground2, .iframeBackground {
    background-color: #000000;
}

.gcBorder1 {
    /* border: 1px solid #aaa; */
}

.gcBorder1Author {
    border-right: 4px solid #006699;
}

.gcBorder1Top {
    border-bottom: 4px solid #006699;
    margin:6px;
}


.gcBorder2 {
   /*  border: 1px solid #444; */
}

#gallery a {
    font-weight: bold;
    text-decoration: none;
    color: #CC0000;
}
#gallery a:hover {
    text-decoration: underline;
    color: #FFFF00;
}
#gallery a:active {
    text-decoration: none;
    color:#FFFF00;
}

#gallery img {
    border-width: 0;
    align-horizontal: center;
}

#gallery h2, #gallery h3, #gallery h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

#gallery input:focus, #gallery textarea:focus {
    background-color: #fff;
}

#gallery input.inputTypeSubmit, #gallery input.inputTypeButton {  /* No input[type=submit] in IE */
    color: #333;
    background-color: #ccc;
    border-width: 2px;
    border-style: solid;
    border-color: #e7e7e7 #666 #666 #e7e7e7;
}

#gallery select {
    font-size: 1em;
}

.giTitle, #gallery h2, #gallery h3, #gallery h4 {
    font-size: 1.3em;
    font-weight: bold;
    color: #FFCC00;
}
