/* $Id: main.css,v 1.1.4.4 2008/11/22 00:53:22 stevek Exp $
*/

/* GENERAL Styles 
----------------------------*/

/*----Global Reset ----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { height: 100.1%; margin-bottom: 1px;}
body {
	background: #8F90A4 url(../images/epien-background.jpg) repeat-x;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	text-align:center;
	height: 100.1%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
	padding-right: 60px;
	padding-left: 30px;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Table Styles  */

table {
	width: 99%;
}
tr.even td, tr.odd td {
	padding: 10px 5px;
}
tr.even {
	background-color: #F9F9F9;
}
tr.odd {
	background-color: #fff;
}

/*---Typography----*/

a, a:visited {
	color: #2e6b8c;
	text-decoration: underline;
}
a:hover {
	color: #3a3a3a;
}
.disclaimer {
	margin: 20px 0 0 0;
	font-size: 10px;
	line-height: 12px;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0 0 15px 0;
	line-height: 25px;
}
h2 {
	font-size: 16px;
	margin: 0 0 20px 0;
}
h3 {
}
#left h3 {
	font-size: 25px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 25px;
}
p {
	margin: 0 0 20px 0;
	line-height: 18px;
}
ul {
	margin: 0 0 20px 0;
	line-height: 18px;
	padding: 0 0 0 15px;
	overflow:hidden;
}
ul  li {
	margin: 0 0 0 15px;
	padding: 0;
}
.answer {
	margin: -15px 0 30px 0;
}
.less-margin {
      margin: 0 0 5px 0;
}
/* Code */

pre, code {
	background-color:#efefef;
	display:block;
	padding:5px;
	margin:5px 0;
	border:1px solid #aaa;
  font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* List Styles */

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

/* Abbreviation */

abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

/* Date-based "abbreviations" show computer-friendly timestamps which are not
   human-friendly. */

abbr.created {
  border: none;
  cursor: auto;
  white-space: normal;
}

/* User Interface Styles 
---------------------------- */

.resizable-textarea textarea {
	font-size:14px!important;
}
.messages {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #04a107;
	color: #04a107;
	background-color: #edffed;
}
form{
	margin:10px 0;
}

/* Rollover edit links for blocks
----------------------------*/

div.block {
  position: relative;
}
div.block div.edit {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 11px;
  background-color: #fff;
}
div.block:hover div.edit {
  display: block;
}
/*---Misc.----*/
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
	text-align:center;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
	text-align:center;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix { display: inline-block; }
.centered {
	width: 100%;
	text-align: center;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearit{
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0.0;
}
.caption {
	margin: 0;
	font-size: 11px;
}
.country-dropdown {
	float: right !important;
	margin: 20px 20px 0 0;
}