/* 
 * author: Azzeddine Daddah
 * date: 24-08-2006
 * 
 * The content of this file "style.css" is copyrighted en may not be edited, distributed or reused
 * without any permission of Damatec Web solutions.
 *
 * azzeddine@damatec.com
 * http://www.damatec.com
 */

/* 
 * Global HTML tags Styles 
 */

html, body {
  height: 100%; /* Required */
}

body {
	margin: 0px;
}
#header {
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000000;
	width: 100%;
}


.input{
	background: #fff;
	borderwidth: 1px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	color: #4f4f4f;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 3px;
	padding: 3px;
	border: 1px solid #8db4d8;
}

td {
	height: 20px;
}


#content {
	color: #4f4f4f;
	font-family: "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 12px;
}

#content #set {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c628d;
	margin-top: 10px;
	padding-top: 10px;
	color: #3f89c3;
	font-weight: bold;
	padding-bottom: 10px;
}

#container-page {
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#container-content {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #8db4d8;
}

/* 
 * defines the look of the footer
 */
#container-foot {
	padding-top: 70px;
	color: #8db4d8;
	padding-bottom: 10px;
	color: #8db4d8;
	font-size: 10px;
}

#container-foot a{
	color:#8db4d8;
	text-decoration:none;
	font-weight: bold;
}

#container-foot a:hover {
	text-decoration:underline;
}


/* 
 * defines the look of the warning messages block
 */
#warning {
	background-color: #fff7da;
	padding: 20px;
	color: #f13763;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fee27c;
}

/* 
 * defines the look of the warning's title
 */
#warning #titel {
	padding-bottom: 2px;
}
