/**
 * Basic styles
 */
html, body {
	height: 100%;
}
body, td, p, code {
	font-family: Verdana, Tahoma;
	color: black;
}
body, form, p, h1, h2, h3, h4, h5, h6, ul, li {
	padding: 0;
	margin: 0;
}
body {
	font-size: .75em;
	line-height: 1.6em;
	background: #2D2D2D;
	text-align: center;
}

p {
	margin-bottom: 0.8em;
}

li {
	margin-bottom: 0.8em;
}

input, select, textarea {
	font-size: 100%;
	font-family: Verdana;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-size: 3.9em;
	line-height: 1em;
}
h2 {
	font-size: 3.3em;
	line-height: 1em;
}
h3 {
	font-size: 2.9em;
	line-height: 1.2em;
}
h4 {
	font-size: 2.5em;
	line-height: 1.2em;
}
h5 {
	font-size: 2.1em;
	line-height: 1.2em;
}
h6 {
	font-size: 1.8em;
	line-height: 1.2em;
}

big {
	font-size: 1.25em;
	line-height: 1.2em;
}

small {
	font-family: Verdana;
	font-size: 0.9em;
}

label {
	cursor: hand; cursor: pointer;
}

a:link {
	color: #2D58AA;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #C00000;
}


/**
 * Images behavior
 */
a img {
	border: none;
}
img {
	line-height: 0;
}
img[align="center"] {
	display: block;
	margin: 5px 0 5px 0 !important;
}
img[align="left"] {
	margin-right: 5px !important;
}
img[align="right"] {
	margin-left: 5px !important;
}


/**
 * Hacks
 */
.clear { clear: both !important; }
.invisible, .hidden { display: none !important; }
.visible { display: block !important; }
.bold { font-weight: bold; }
.lefted { text-align: left; }
.righted { text-align: right; }
.centered { text-align: center; }


/**
 * Tables
 */
table.sheet td { padding-right: .75em; }
table.sheet td ul { margin-left: 1.1em; }

table.topped td { vertical-align: top; }
table.collapsed { border-collapse: collapse; }
table.collapsed td { padding: 0; }


/**
 * Colors
 */ 
.pale { color: #666666; }
.red, a.red  { color: #C00000; }
.green, a.green { color: #009000; }
.blue { color: #1535BC; }
.darkblue, a.darkblue { color: #001761 }
.brown, a.brown { color: #5A3915 }
.pale, a.pale { color: #606060 }


/**
 * General parts
 */
.wrapper {
	padding: 0;
	margin: 0;
}
.fullwidth {
	width: 100%
}

#main-wrapper {
	position: relative;
	min-width: 760px;
	max-width: 960px;
	width: expression(document.body.clientWidth > 960 ? "960px" : "auto");
	height: 100%;
	text-align: left;
	margin: 0 auto;
}
#main {
	position: relative;
	padding: 0;
	height: 100%;
	text-align: left;
	width: 100%;
}
	#page-wrapper {
		width: 100%;
		min-height: 50%;
		text-align: left;
		background: #FFF;
	}
	#page {
		width: 100%;
		padding: 0 1em;
	}

		#sidebar-wrapper {
			position: relative;
			float: left;
			height: 100%;
			width: 30%;
		}
		#sidebar {
			padding: 1em 0;
		}

		#content-wrapper {
			position: relative;
			float: left;
			height: 100%;
			width: 70%;
		}
		#content {
			padding: 1em 0;
		}
		
#footer-wrapper {
	clear: both;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #CCCCCC;
}
#footer {
	padding: 1em;
}
		
		
ul#helly_messages {
	margin: 0;
	padding: 1em 0 0 1.2em;
}
	ul#helly_messages li {
		padding-top: 1em;
	}
