/**
 * Front End Cascade Style Sheet (CSS)
 * 
 * @package netmileCMS
 * @subpackage style
 * @version $Id: base.css,v 1.5 2008/03/18 22:16:05 michael.vonkaenel Exp $
 * @copyright (c) Copyright 2006-2008 - netmile.ch - All rights reserved
 *
 */

/**
 * FORMULAR GENERATOR - STYLES
 */
#formtable
{
	display:  table;
	border-spacing:3px;
	/*cellspacing:poor IE support for  this*/
	border-collapse:separate;
}

.formcell
{
	float:left;
	display:  table-cell;
	width: 70%;
}

th
{
	font-weight: bold;
	border-bottom: 1px solid #F0042A;
}

.formlabel
{
	float:left;
	display:  table-cell;
	width: 30%;
}

.formrow
{
	display:  table-row;
	width:auto;
}
/**
 * FORMULAR GENERATOR - STYLES
 */
 
html
{
	height: 100%;
}

#errormsg
{
	color: #A3001B;
	padding: 1px;
	padding-left: 6px;
	background-image: url(./../images/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 3px;
	width: 550px;
	border: 1px solid #A3001B; 
	background-color: #FBEDE0;
}

body
{
	height: 100%;
	display: block;
	margin:0 auto;
	padding:0;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	background:#FFFFFF url(./../images/bg.jpg) top center repeat-y;
	color:#3a3a3a;
}

#wrap
{
	background-color:#ffffff;
	color:#303030;
	margin: auto;
	padding:0px 0px;
	width:777px;
}

#header
{
	color:#424242;
	background:#ffffff url(./../images/header.jpg) top left no-repeat;
	height:133px;
	margin:0;
	padding:0;
}

#header2
{
	position: absolute;
	display: inline;
	padding-left: 340px;
	top: 0px;
}

#logo
{
	z-index: 2;
	padding: 0px;
	margin-left: 25px;
	position: absolute;
	width: 203px;
	height: 206px;
	display: inline;
	background: #FFFFFF url(./../images/logo.jpg) top right no-repeat;
}

#line
{
	z-index: 1;
	padding: 0px;
	margin-left: 226px;
	top: 0px;
	position: absolute;
	width: 50px;
	height: 431px;
	display: inline;
	background: #FFFFFF url(./../images/line.jpg) top right no-repeat;
}

#leftblock
{
	clear:left;
	float:left;
	width:150px;
	margin:0 0 10px 0;
	padding:0;
	vertical-align: top;
	font-size:10px;
	text-align: left;
	padding-left: 10px;
}

#content-noblocks
{
	padding-top: 40px;
	position: relative;
	padding:0;
	width: 550px;
	max-width: 550px;
	line-height:1.5em;
	text-align:left;
}

#content-noblocks
{
	margin:10px 10px 10px 10px;
}

#content-leftblocks
{
	margin:50px 0 10px 160px;
	vertical-align: top;
}

#navigation
{
	padding-top: 30px;
	font-size: 11px;
}

#navigation #menu
{
	padding-top: 0px;
	margin-top: 2px;
}

#navigation a
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;
}

#navigation a:hover
{
	text-decoration:none;
	background-color:#FFFFFF;
	color:#000000;
}

#navigation ul.nlist
{
	padding: 0px;
	margin: 0px;
}

#navigation ul
{
	padding: 0px;
	margin: 0px;	
	display: block;
	list-style: none;
	line-height: 16px;
	font-weight: bold;
	padding-left: 0px;
	margin-left: 0px;
}

#navigation #menu ul li
{
	list-style: none;
	line-height: 16px;
	font-weight: bold;
	padding-left: 12px;
	margin-left: 12px;
}

* html #navigation ul { float:left; }
* html #navigation ul li { clear:left; }

#footer
{
	position: relative;
	text-align: center;
}

#footer p.small, #footer p.small a
{
	font-size: 9px;
	color: #6F6F6F;
}
