/********************************************************************/
/*	Fonts CSS.														*/
/*	Site by Tanner Naeher, Coyote6 GraphX, www.coyote6graphx.com	*/
/********************************************************************/

/************************* Next Phaze Colors ************************/
/*	Next Phaze Red = D92C40											*/
/*	Next Phaze Blue = 29166F										*/
/*	Enlyten Blue = 6ABEE0											*/
/*	Enlyten Red = E7354D											*/
/*	Enlyten Green = AED256											*/
/*	Enlyten Orange = F37421											*/
/********************************************************************/


/* Reset the defaults. */
html, body, th, tr, td, p, ul, li, h1, h2, h3, h4, h5, h6, i, div {color: #000000; font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; text-decoration: none;}

/* Links. */
a {color: #29166F; font-size: 12px; font-weight: normal; text-decoration: none;}
a:link {color: #29166F; text-decoration: none;}
a:hover {color: #D92C40; text-decoration: underline;}
a:active {color: #E7354D; text-decoration: none;}
a:visited {color: #6ABEE0; text-decoration: none;}

/* Headers. */
h1 {color: #D92C40; font-size: 16px; font-weight: bold; text-align: center; text-indent: -9999px;}
h2 {color: #29166F; font-size: 12px; font-weight: bold; text-align: right;}
h3 {color: #D92C40; font-size: 16px; font-weight: bold; text-align: center;}
h4 {color: #29166F; font-size: 10px; font-weight: bold; text-align: center;}
h5 {color: #E7354D; font-weight: bold;}
h6 {color: #6ABEE0; font-weight: bold;}

/* Date. */
#date {color: #666666; font-size: 11px;}

/* Nav. */
#nav { text-align: center;}
#nav li a {font-size: 14px; font-weight: normal;}
#nav li a, #nav li a:link, #nav li a:visited {color: #D92C40; text-decoration: none;}
#nav li a:hover {color: #E7354D; text-decoration: underline;}
#nav li a:active {color: #E7354D; text-decoration: none;}

/* Footer nav. */
#footer_nav {text-align: center;}
#footer_nav li a {color: #29166F; font-size: 12px; font-weight: normal; text-decoration: none;}
#footer_nav li a:link {color: #29166F; text-decoration: none;}
#footer_nav li a:hover {color: #6ABEE0; text-decoration: underline;}
#footer_nav li a:active {color: #6ABEE0; text-decoration: none;}
#footer_nav li a:visited {color: #29166F; text-decoration: none;}

/* Footer notes. */
#footer_notes {text-align: center;}
#footer_notes p {color: #888888; font-size: 10px; text-align: center;}
#footer_notes p a, #footer_notes p a:link, #footer_notes p a:hover, #footer_notes p a:visited {color: #888888; font-size: 10px; font-weight: normal; text-decoration: underline;}
#footer_notes p a:active {color: #888888; font-size: 10px; font-weight: normal; text-decoration: none;}

/* Main error message. */
#main_error_message {text-align: center;}

/* Labels. */
.label {font-weight: bold;}

/* Common classes. */
.error {color: #F37421; font-weight: bold;}
.minor_error {color: #F37421;}
.minor_error_input {color: #F37421; border: #F37421 solid 1px;}
.success {color: #AED256;}
.selected {background: #F37421;}
.odd_row, .odd_row p {background: #DDDDDD;}
.even_row, .even_row p {background: #CCCCCC;}
.day {width: 45px;}
.month {width: 90px;}
.year {width: 60px;}
.testimonials {font-style: italic;}
.testimonial_names {color: #888888; font-style: italic;}