/* Template for Design: Test */

/* You can MODIFY properties, but DON'T ADD anything  */



/* HTML */ 



body { /* background image and color */

	background-color: #000000;


}

body, td, th { /* text color */

	color:#6F6FB6;

}

a { /* links color */

	color:#837ED3;

}

a:hover { /* links color on mouseover */

	color:#FFFFFF;

}

#el_flash { /* border around the flash */

	border:1px solid #020F26;

}





/* FLASH HOME */



.el_nombre { /* honored people name(s) */
	font-size: 45px;
	color:#00fcff;
	text-align: center;
}

.el_titulo { /* Event or Site title */
	font-size: 30px;
	color:#ffffff;
	text-align: center;
}

.el_subtitulo1 { /* ex. when - where */

	font-size: 19px;

	color:#0b4ff2;

	text-align: left;

}

.el_dato1 { /* details of when - where */

	font-size: 14px;

	color:#ffffff;

	text-align: left;

}

.el_subtitulo2 { /* ex. when - where */

	font-size: 19px;

	color:#0b4ff2;

	text-align: left;

}

.el_dato2 { /* details of when - where */

	font-size: 14px;

	color:#ffffff;

	text-align: left;

}

.el_menu { /* menu items */

	font-size: 16px;

	color:#BCCADA;

	text-align: left;

}

/* INTERNAL header */

.el_nombre_sec { /* honored people name(s) */

	font-size: 35px;

	color:#FFFFFF;

	text-align: left;

}

.el_titulo_sec { /* Event or Site title */

	font-size: 24px;

	color:#0066CC;

	text-align: left;

}



/* EXTRA */



.days { /* number of remaining days */

	color:#FFFFFF;

	font-size: 13px;

	text-align: center;

}

.left { /* remaining days text, don't use text-align */

	color:#78bbff;

	font-size: 13px;

}

.warn_message { /* popup messages, missing fields, etc */

	font-size: 15px;

	color:#FFFFFF;

	text-align: center;

}

.qlink { /* Quick Link Button Text */

	font-size: 14px;

	color:#FFFFFF;

	text-align: center;

}

.loading { /* please wait Text */

	font-size: 14px;

	color:#6D7EBA;

	text-align: center;

}



/* ALL INTERNAL PAGES */



.head1 { /* main title */

	font-size: 16px;

	color:#ffffff;

	text-align: left;

}

.head2 { /* secondary title */

	font-size: 16px;

	color:#ffffff;

}

.head3 { /* alternative title */

	font-size: 16px;

	color:#ffffff;

	text-align: left;

}

.content { /* content text */

	font-size: 14px;

	color:#CCCCCC;

	text-align: left;

}



/* only story and details pages */



.abouts { /* right menu button text */

	font-size: 14px;

	color:#2f6fff;

	text-align: left;

}



/* only guestbook */



.guest_name { /* people in guestbook */

	font-size: 12px;

	color:#FFFFFF;

	text-align: left;

}

.guest_read { /* read this entry */

	font-size: 10px;

	color:#3399FF;

	text-align: left;

}



/* only gift registry */



.gift_title { /* gift title */

	font-size: 16px;

	color:#FFFFFF;

	text-align: left;

}

.gift_url { /* gift link */

	font-size: 11px;

	color:#6B8CDA;

	text-align: left;

}

.gift_desc { /* gift description */

	font-size: 13px;

	color:#A5AFCF;

	text-align: left;

}



/* only polls & quizz */



.ask { /* questions */

	font-size: 16px;

	color:#FF8800;

	text-align: left;

}



/* FORMS */



.aster { /* asterisk */

	font-size: 18px;

	color:#FFCC00;

	text-align: left;

}

.label { /* label for fields */

	font-size: 13px;

	color:#CCCCCC;

	text-align: left;

}

.help { /* instructions, join?  */

	font-size: 13px;

	color:#8891CC;

	text-align: left;

}


