/*  ----------  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,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	vertical-align: top;
	padding: 0;
}

ol,ul {
	list-style: none;
}

/*  ----------  COMMON  ----------  */

html,body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #eeeeee;
	font-family: Arial;
	font-size: 13px;
	color: #555555;
	line-height: 18px;
}

.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	height: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

#frameMiddle a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 20px;
	background-image: url("../images/h1-stripe.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

#frameMiddle p {
	padding-bottom: 10px;
	text-align: justify;
}

#frameMiddle ul {
	margin-bottom: 18px;
}

#frameMiddle ul li {
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.imageBordered {
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 5px #555555;
  	-webkit-box-shadow: 0 0 5px #555555;
  	box-shadow: 0 0 5px #555555;
  	margin: 5px;
}

img.floatLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 5px #555555;
  	-webkit-box-shadow: 0 0 5px #555555;
  	box-shadow: 0 0 5px #555555;
}

img.floatRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #fff;
	-moz-box-shadow: 0 0 5px #555555;
  	-webkit-box-shadow: 0 0 5px #555555;
  	box-shadow: 0 0 5px #555555;
}

.error {
	color: #ff0000;
	font-style: italic;
}

/*  ----------  INPUT  ----------  */

input[type="text"], input[type="password"], select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #555555;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	padding: 2px;
	outline: none;
}

input[type="text"], input[type="password"] {
	height: 18px;
	width: 300px;
}

select {
	height: 24px;
	width: 306px;
}

textarea {
	width: 100%;
	min-height: 100px;
}

input[type="button"], input[type="submit"] {
 	cursor: pointer;
 	border: 1px solid #fff;
 	padding: 0 20px;
 	height: 24px;
 	text-transform: uppercase;
 	font-size: 12px;
 	line-height: 24px;
 	background-repeat: repeat-x;
 	color: #fff;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background-position: bottom;	
}
