/*GENERAL*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: black;
	background:white;
}

/*HEADERS*/
h1,h2,h3,h4,h5,h6 {
  	font-family:Geneva, Arial, Helvetica, sans-serif;
  	clear:both;
}

h1 {
	font-family:Impact, Arial;
	font-size:30px;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:0px;
	letter-spacing: -1px;
	word-spacing: -1px;
	color:#EF8A12;
}

h2 {
	font-size:20px;
	margin:0px 0px 10px 0px;
	letter-spacing: -1px;
	word-spacing: -1px;
	padding:0px;
}

h3 {
	font-family:Impact, Arial;
	font-weight:normal;
	font-size:20px;
	color:white;
	padding:0px;
}

h4 {
	text-transform:uppercase;
	font-size:12px;
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	color:#EF8A12;
}

strong{
	color:black;
}

.warning{
	color:red;
	font-weight:bold;
	text-align:right;
	margin-top:7px;
}

/*IMAGES*/
img{
	border:0px;
}

/*LINKS*/
a{
	color:black;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*TABLES*/
table{
	width:100%;
	border-collapse:collapse;
	border:0px;
}

br{
 clear:both;
}

/*FORM*/
form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

form fieldset{
	border: 1px solid #DDDDDD;
	margin:10px;
	padding:5px;
}

form legend{
	color: #AAAAAA;
	font-family:Impact, Arial;
	font-size:16px;
}

label {
	font-size: 100%;
}

input, select, textarea {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	border:1px solid #CCCCCC;
}

textarea {
  overflow: auto;
}

.checkboxInput, .radioInput{
	border:0px;
	margin-left:4px;
	margin-right:2px;
}

.button{
	background-color:#EF8A12;
	border:1px solid #895500;
}

.button-grey{
	background-color:#DDDDDD;
	font-weight:bold;
	border:1px solid #AAAAAA;
	height:20px;
	margin-top:5px;
	margin-bottom:5px;
}

.button-grey-arrow{
	background:url('images/web/grey-button-side-cart.gif') no-repeat 2px 4px;
	background-color:#DDDDDD;
	text-align:left;
	padding-left:15px;
	width:auto; 
	height:20px;
	font-weight:bold;
	border:1px solid #AAAAAA;
	margin-top:5px;
	margin-bottom:5px;
}

.button-red-arrow{
	background:url('images/web/grey-button-side-cart.gif') no-repeat 2px 4px;
	background-color:#EF8A12;
	text-align:left;
	padding-left:15px;
	width:auto; 
	height:20px;
	font-weight:bold;
	border:1px solid #895500;
	margin-top:5px;
	margin-bottom:5px;
}

.help{
	visibility:hidden;
	background:url('images/web/icon_info.gif') no-repeat 5px 7px;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px 10px 5px 30px;
	margin:10px 10px 0px 10px;
	height:160px;
}

.help h2{
	font-size:16px;
}

.help img{
	border:1px solid #CCCCCC;
}

/*long complex form*/
.data-form label{
	width:120px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block;
	font-weight:bold;
	margin-top:5px;
}

.data-form input, select, textarea{
	margin-top:5px;
}

.data-form input{
	width: 180px;
}

.data-form input.non-edit{
	color: #999999;
	background: white;
	border:1px solid white;
}

.data-form .button-grey{
	float:right;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:5px;
}

.data-form .error-msg{
	clear:both;
	color:red;
	visibility:hidden;
	text-align:right;
	margin-right:20px;
}

.data-form .radioInput, .dataform .radioInput{
	width:auto;
}

/*MODULES*/
/*Container*/
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	margin-bottom:10px;
	border:0px solid #AAAAAA;
	background:url('images/web/background.gif') repeat-y;
	background-color:white;
}


/*Header*/
#header {
	height:75px;
	background-color:white;
}

#header .country-name{
	font-family:Impact, Arial;
	font-size:20px;
	margin-top:-25px;
	margin-left:408px;
}

#header .country-name{
	font-family:Impact, Arial;
	font-size:20px;
	margin-top:-25px;
	margin-left:408px;
}

#header .country-name img{
	margin:0px 0px 3px 6px;
}

#header .user-info td{
	vertical-align:top;
}

#header .user-info h3{
	color:white;
}

#central{
	width:768px;
	float:left;
	background-color:white;
	background: white url('images/web/mapa_libano3.gif') no-repeat;
}


/*Content*/
#content {
	width:500px;
	float:left; 
	margin:30px 2px 10px 35px;
	background:transparent;
}

#content a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

/*paragraph*/
#content p {
	font-family: Arial; Times
	margin:0px 0px 10px 0px;
	text-align:justify;
	line-height:15px;
	font-size:12px;
}


/*list*/
#content ul {
	list-style-position:inside;
}

#content li {
	margin-left:25px;
	padding:0px;
	line-height:15px;
}
