/** The font style of the entire site. */

INPUT, SELECT, TEXTAREA, .subtitleBold, .normal, .formHeader, .inspirationText, .inspirationFooter, .inspirationHeader, .normalSmall, .titleBold, .normalRed, A, A:hover, A.smallLink, A.smallLink:hover {
font-family: Arial, Helvetica, sans-serif; /** {Main_Font_Family:font-family\} */
}

/** The size of most 'average' text. */

.normal, .normalRed, A, A:hover {
font-size: 12px; /** {Regular_Text:font-size\} */
}

.normal
{
color: #ffffff; /** {Regular_Text:color\} */
}

INPUT
{
font-size: 12px; /** {INPUT_Text:font-size\} */
color: 000099; /** {INPUT_Text:color\} */
background-color: #ffffff; /** {INPUT_Text:background-color\} */
}

SELECT
{
font-size: 12px; /** {SELECT_Text:font-size\} */
color: black; /** {SELECT_Text:color\} */
background-color: #E0E2E0; /** {SELECT_Text:background-color\} */
}

TEXTAREA
{
font-size: 12px; /** {TEXTAREA_Text:font-size\} */
color: black; /** {TEXTAREA_Text:color\} */
background-color: #ffffff; /** {TEXTAREA_Text:background-color\} */
}

A.smallLink, A.smallLink:hover, .normalSmall {
font-size: 10px; /** {Small_Links:font-size\} */
color: #FF6633; /** {Small_Links:color\} */
}

A, .menu_low {
color: #FF6633; /** {Regular_Links:color\} */
text-decoration: none; /** {Regular_Links:text-decoration\} */
}

A:hover, .menu_highlighted {
color: #6699CC; /** {Regular_Links_Hover:color\} */
}

.contributor_link {
color: blue; /** {Contributor_Links:color\} */
}

.formHeader 
{
font-size: 12px; /** {Form_Header:font-size\} */
	padding: 4px;
background-color: #000000; /** {Form_Header:background-color\} */
color: #FFFFFF; /** {Form_Header:color\} */
font-weight: bold; /** {Form_Header:font-weight\} */
}

.white {
background-color: #000000; /** {Form_Backgounds:background-color\} */
}

.menu_highlighted {
background-color: #000000; /** {Menu_Highlighted:background-color\} */
font-weight: normal; /** {Menu_Highlighted:font-weight\} */
}

.menu_low {
background-color: #FF6633; /** {Menu_Low:background-color\} */
font-weight: normal; /** {Menu_Low:font-weight\} */
}

.inspirationText
{
font-size: 12px; /** {Inspiration_Text:font-size\} */
color: black; /** {Inspiration_Text:color\} */
}

.inspirationFooter
{
font-size: 12px; /** {Inspiration_Text:font-size\} */
color: black; /** {Inspiration_Text:color\} */
}

.titleBold {
	font-size: 36px;
	font-weight: bolder;

}
.normalRed {
	color: #FF0000;
}

.subtitleBold {
	font-size: 16px;
	font-weight: bold;
}

.background {
	background-image: url("templates/Bear/images/background.gif");
	background-repeat: no-repeat;
	background-position: left top;
background-color: #000000; /** {Background:background-color\} */
}

.border {
background-color: #FFF0C0; /** {Border:background-color\} */
}

/** Parts that make up the "sticker" */

.inspirationAboveLeft {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url("templates/Bear/images/sticker_t_l.gif");
}
.inspirationAbove {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("templates/Bear/images/sticker_t.gif");
}
.inspirationAboveRight {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("templates/Bear/images/sticker_t_r.gif");
}
.inspirationHeader {
font-size: 14px; /** {Inspiration_Header:font-size\} */
font-weight: bold; /** {Inspiration_Header:font-weight\} */
background-color: #ffffff; /** {Inspiration_Header:background-color\} */
color: #ffffff; /** {Inspiration_Header:color\} */
padding-top: 5px; /** {Inspiration_Header:padding-top\} */
padding-bottom: 5px; /** {Inspiration_Header:padding-bottom\} */
padding-left: 5px; /** {Inspiration_Header:padding-left\} */
padding-right: 5px; /** {Inspiration_Header:padding-right\} */
text-align: left; /** {Inspiration_Header:text-align\} */
vertical-align: top; /** {Inspiration_Header:vertical-align\} */
}

.inspirationLeft
{
	background: none;
	background-repeat: repeat-y ;
	background-position: right top;
	background-image: url("templates/Bear/images/sticker_l.gif");
}
.inspirationBody
{
background-color: #ffffff; /** {Inspiration_Body:background-color\} */
}
.inspirationRight
{
	background: none;
	background-repeat: repeat-y ;
	background-position: left top;
	background-image: url("templates/Bear/images/sticker_r.gif");
}
.inspirationBelowLeft
{
	background: none;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url("templates/Bear/images/sticker_b_l.gif");
}
.inspirationBelow
{
	background: none;
	background-position: right top;
	background-image: url("templates/Bear/images/sticker_b.gif");
}
.inspirationBelowRight
{
	background: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("templates/Bear/images/sticker_b_r.gif");
}


table.clear { background: White;  border: 1px solid #66CCCC;  }

