/*
Copyright (c) 2007 Mediasparx (http://www.mediasparx.com)
Content: Defaults, Structure, Links and navigation, Fonts & Images
Notes: CSS for handheld devices
*/

/* -=* Defaults *=- */

body {
    background: #ffffff;
}

/* -=* Structure *=- */

#slogon, #collage, #content-xtra {
    display: none;
}

/* -=* Links and navigation *=- */

a:link {
    color: #008ab0;
}

a:visited {
    color: #004B63;
}

a:hover {
    color: #42bee3;
}

/* -=* Fonts *=- */

body {
    color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
/*  font-family: Arial, Helvetica, sans-serif; */
/*	font-family: Georgia, "Times New Roman", serif; */
	font-size: small;
/*	font-size: 9pt/15pt; */
	}

html>body {
    font-size: 100%; /* align opera and firefox */
}

* html body {
	font-size: x-small; /* align IE5/Win */
	f\ont-size: small; 	/* align other IE version */
	}

table {
    font-size: 100%;
}

p, ul, ol {
    line-height: 2em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 100%;
    color: #444444;
    clear: both;
}

h1 {
    font-size: 120%;
}

p {
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

hr {
	border: none 0;
	border-top: 1px solid #e0e0e0;
	height: 1px;
    clear: both;
}

/* -=* Images *=- */

a img {
    border: 0;
}

.image_frame {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin: 10px;
}

.image_frame_left {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.image_frame_right {
	border: 1px solid #e2e2e2;
	padding: 4px;
	background-color: #ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;
}

/* -=* Table *=- */

table {
    width: 100%;
    border-top:1px solid #e6e6e6;
}

th, td {
    padding: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom:1px solid #e6e6e6;
}

tr.head {
	font-weight: bold;
	color: #fff;
	padding: 3px;
    background: #39c;
}