/** 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} */
}

/** The size of most 'average' text. */

.normal, .normalRed, A, A:hover {
	font-size: 12px; /** {Regular_Text} */
}

.normal
{
	color: black; /** {Regular_Text} */
}

INPUT
{
	font-size: 12px; /** {INPUT_Text} */
	color: black; /** {INPUT_Text} */
}

SELECT
{
	font-size: 12px; /** {SELECT_Text} */
	color: black;  /** {SELECT_Text} */
}

TEXTAREA
{
	font-size: 12px; /** {TEXTAREA_Text} */
	color: black;  /** {TEXTAREA_Text} */
}

A.smallLink, A.smallLink:hover, .normalSmall { 
	font-size: 10px; /** {Small_Links} */
	color: blue; /** {Small_Links} */
	text-decoration: none; /** {Small_Links} */
}

A, .menu_low {
	color: #002AFF; /** {Regular_Links} */
	text-decoration: underline; /** {Regular_Links} */
}

A:hover, .menu_highlighted {
	color: #6699CC;/** {Regular_Links_Hover} */
}

.formHeader 
{
	font-size: 12px; /** {Form_Header} */
	padding: 4px;
	background-color: #FFF8AB; /** {Form_Header} */
	color: #FC3839; /** {Form_Header} */
	font-weight: bold; /** {Form_Header} */
}

.white {
	background-color: #FFF084; /** {Form_Backgounds} */
}

.menu_highlighted {
	background-color: #FFF084; /** {Menu_Highlighted} */
	font-weight: normal; /** {Menu_Highlighted} */
}

.menu_low {
	background-color: #FFF084; /** {Menu_Low} */
	font-weight: normal; /** {Menu_Low} */
}

.inspirationText
{
	font-size: 12px; /** {Inspiration_Text} */
	color: black; /** {Inspiration_Text} */
}

.inspirationFooter
{
	font-size: 12px; /** {Inspiration_Footer} */
	color: black; /** {Inspiration_Footer} */
}

.titleBold {
	font-size: 36px;
	font-weight: bolder;
}
.normalRed {
	color: #FF0000;
}
.subtitleBold {
	font-size: 16px; /** {Subtitle} */
	font-weight: bold; /** {Subtitle} */
}

.background {
	background-image: url("templates/Treasure Island/images/background.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF084; /** {Background} */
}

.border {
	background-color: #FF7E00; /** {Border} */
}

/** 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/Treasure Island/images/sticker_t_l.gif");
}
.inspirationAbove {
	font-size: 14px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url("templates/Treasure Island/images/sticker_t.gif");
	color: #FF7E00;
	padding-top: 20px;
	vertical-align: top;
}
.inspirationAboveRight {
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("templates/Treasure Island/images/sticker_t_r.gif");
}
.inspirationHeader {
	font-size: 14px; /** {Inspiration_Header} */
	font-weight: bold; /** {Inspiration_Header} */
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url("templates/Treasure Island/images/sticker_t.gif");
	color: #FF7E00; /** {Inspiration_Header} */
	padding-top: 16px; /** {Inspiration_Header} */
	padding-bottom: 5px; /** {Inspiration_Header} */
	padding-left: 5px; /** {Inspiration_Header} */
	padding-right: 5px; /** {Inspiration_Header} */
	text-align: left;  /** {Inspiration_Header} */
	vertical-align: top; /** {Inspiration_Header} */
}

.inspirationLeft
{
	background: none;
	background-repeat: repeat-y ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_l.gif");
}
.inspirationBody
{
	background-color: #FDF9D1; /** {Inspiration_Body} */
}
.inspirationRight
{
	background: none;
	background-repeat: repeat-y ;
	background-position: left top;
	background-image: url("templates/Treasure Island/images/sticker_r.gif");
}
.inspirationBelowLeft
{
	background: none;
	background-repeat: no-repeat ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_b_l.gif");
}
.inspirationBelow
{
	background: none;
	background-repeat: repeat-x ;
	background-position: right top;
	background-image: url("templates/Treasure Island/images/sticker_b.gif");
}
.inspirationBelowRight
{
	background: none;
	background-repeat: no-repeat ;
	background-position: left top;
	background-image: url("templates/Treasure Island/images/sticker_b_r.gif");
}


table.clear { background: White;  border: 1px solid #66CCCC;  }

