body {
	background-image: url("stripe-silver.png");
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #DFDFDF;
}

h1 {
	font-size: 32pt;
}
h2 {
	font-size: 28pt;
}
h3 {
	font-size: 24pt;
}
h4 {
	font-size: 18pt;
}

/******************************************************************************
 * Siikir Web Design Elements                                                 *
 ******************************************************************************/

/* Bottom row of links */
.footnote {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.footnote a:link, .footnote a:visited {
	color: #000000;
	text-decoration: none;
}
.footnote a:hover, .footnote a:active {
	text-decoration: underline;
}

/* Enforce the main body margins anywhere we need them */
.ui-margins {
	position: relative;
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/*--- TOP PANEL ---*/
#panel {
	z-index: 99000;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 28px;
	line-height: 28px;
	background-image: url("panel.png");
	background-repeat: repeat-x;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	box-shadow: 0px 2px 4px #000000;
	-moz-box-shadow: 0px 2px 4px #000000;
	-webkit-box-shadow: 0px 2px 4px #000000;
}

/* Panel applets */
ul#panel-applets {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
ul#panel-applets li, div#appGps {
	position: relative;
	float: left;
	display: block;
	width: 32px;
	height: 28px; /* icons are 32px tall so leave room in them for margins */
	margin: 0px 8px;
	background-image: url("applets.png");
}
ul#panel-applets li a, div#appGps a {
	z-index: 99010;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 32px;
	height: 28px;
	cursor: pointer;
}

/* Applet icons */
li#appHome {
	/* Tile 0,0 */
	background-position: -2px -2px;
}
li#appMail {
	/* Tile 1,0 */
	background-position: -34px -2px;
}
li#appHotList {
	/* Tile 2,0 */
	background-position: -66px -2px;
}
li#appAdmin {
	/* Tile 3,0 */
	background-position: -98px -2px;
}
li#appSettings {
	/* Tile 1,1 */
	background-position: -34px -34px;
}
div#appGps {
	/* Tile 1,0 */
	background-position: -2px -34px;
}

/* GPS data in panel */
#panel-gps {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 28px;
	line-height: 28px;
}

/* Notification counter number */
.notify-count {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #FF0000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 14px;
	padding: 0px 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/*--- Main Content Wrapper ---*/
#body {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 4px 4px #000000;
	-moz-box-shadow: 0px 0px 4px 4px #000000;
	-webkit-box-shadow: 0px 0px 4px 4px #000000;
}

/*--- Top Logo Area ---*/
#logo {
	position: relative;
	margin-top: 28px;
	height: 130px;
	background-image: url("snow.png");
	background-repeat: repeat;
	border-bottom: 1px solid #000000;
	box-shadow: 0px 2px 4px #000000;
	-moz-box-shadow: 0px 2px 4px #000000;
	-webkit-box-shadow: 0px 2px 4px #000000;
}

/* Siikir logo icon */
#logo-icon {
	position: absolute;
	top: 4px;
	left: 20px;
	background-image: url("siikir-logo.png");
	background-repeat: no-repeat;
	width: 120px;
	height: 120px;
}

/* Siikir title */
#logo-title {
	position: absolute;
	top: 30px;
	left: 180px;
	background-image: url("siikir-title.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 69px;
}

/* User greeting */
#logo-greeting {
	position: absolute;
	bottom: 2px;
	left: 180px;
}
#logo-greeting a {
	color: #000000;
	text-decoration: none;
}

/*--- Main content area ---*/
#content {
	padding: 14px;
}

/*--- Main Link Actions ---*/
#actions {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#actions ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#actions ul li {
	float: left;
	margin: 0px 4px;
	width: 48px;
	text-align: center;
}
#actions ul li div.action-icon {
	display: block;
	width: 48px;
	height: 48px;
	background-image: url("actions.png");
}
#actions ul li div.action-icon a {
	display: block;
	width: 48px;
	height: 48px;
}
#actions ul li div.action-text {
	margin: 2px 0px;
}
#actions ul li div.action-text a {
	color: #000000;
	text-decoration: none;
}

/* Inividual action styles */
li#appChat div.action-icon {
	/* Tile 0,0 */
	background-position: 0px 0px;
}
li#appChat:hover div.action-icon {
	/* Tile 1,0 */
	background-position: 0px -48px;
}
li#appSearch div.action-icon {
	/* Tile 0,1 */
	background-position: -48px 0px;
}
li#appSearch:hover div.action-icon {
	/* Tile 1,1 */
	background-position: -48px -48px;
}
li#appArticles div.action-icon {
	/* Tile 0,2 */
	background-position: -96px 0px;
}
li#appArticles:hover div.action-icon {
	/* Tile 1,2 */
	background-position: -96px -48px;
}
li#appHelp div.action-icon {
	/* Tile 0,3 */
	background-position: -144px 0px;
}
li#appHelp:hover div.action-icon {
	/* Tile 1,3 */
	background-position: -144px -48px;
}
