/* CSS Document */

/* CSS 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

tbody .row2 th { background-color: #ddd; }
.row2 { background-color: #ddd; }
.foo { background-color: #98BAe0; }

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

ul.bullets {
  list-style: disc;
  float: left;
  position: relative;
  left: 30px;
  margin-right: 50px;  
}

hr.inpage {
  align: left;
  width: 600px;
  border: none;
  size: 10
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CSS reset ends here */

/* generic layout */

body {
  font: 100%/160% arial, sans-serif;
  text-align: center;
  background: #eaeaea url('../img/body.jpg') left top repeat-x;
}

a {
  color: #f00;
  font-weight: bold;
}

strong {
  font-weight: bold;
}

hr {
  margin: 0 auto;
  width: 960px;
  color: #999;
  background-color: #999;
  border: none;
}

h1 {
  height: 70px;
  width: 360px;
  padding-left: 40px;
  float: left;
  font-size: 260%;
  line-height: 70px;
}

h1 a {
  text-decoration: none;
}

h2 {
  margin: 0 10px 0 0;
  font-size: 190%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 130%;
}

h1, h2, h3, h4 {
  font-weight: bold;
  color: #f00;
  font-family: calibri, arial, sans-serif;
}

p {
  margin: 10px 0;
}

form {
  margin: 40px;
}

fieldset {
  border: 1px solid #999;
}

legend {
  padding: 10px;
  color: #999;
}

input.text-field {
  width: 25em;
  border-color: #ccc;
}

textarea.textarea-field {
  border-color: #ccc;
  width: 25em;
}

label {
  display: block;
  text-align: right;
}

form table {
  margin: 0 auto;
}

td {
  padding: 3px;
}

div#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

/* generic layout ends here */

/* header */

div#header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 50px;
  text-align: left;
}

.login {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 80%;
}

a#login:hover {
  color: #f00;
  text-decoration: underline;
}

/* header ends here */

/* horizontal menu */

ul#hor-menu {
  height: 70px;
  width: 550px;
  float: right;
}

ul#hor-menu li {
  float: left;
  height: 70px;
  position: relative;
}

ul#hor-menu li a {
  text-decoration: none;
  display: block;
  height: 100%;
  width:100%;
  color: #333;
}

ul#hor-menu li a:hover {
  color:#222;
}

ul#hor-menu li span {
  display: block;
  height: 100%;
  width:100%;
}

ul#hor-menu li a span {
  cursor: pointer;
}

li#first {
  width: 100px;
  position: relative;
}
li#first a span, li#first a:hover span, li#first span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/first.jpg') no-repeat;
}

li#first a:hover span, li#first span {
  background: url('../img/first.jpg') -100px top no-repeat;
}

li#second {
  width: 118px;
  position: relative;
}
li#second a span, li#second a:hover span, li#second span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/second.jpg') no-repeat;
}

li#second a:hover span, li#second span {
  background: url('../img/second.jpg') -118px top no-repeat;
}

li#third {
  width: 116px;
  position: relative;
}
li#third a span, li#third a:hover span, li#third span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/third.jpg') no-repeat;
}

li#third a:hover span, li#third span {
  background: url('../img/third.jpg') -116px top no-repeat;
}

li#fourth {
  width: 93px;
  position: relative;
}
li#fourth a span, li#fourth a:hover span, li#fourth span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/fourth.jpg') no-repeat;
}

li#fourth a:hover span, li#fourth span {
  background: url('../img/fourth.jpg') -93px top no-repeat;
}

li#fifth {
  width: 123px;
  position: relative;
}
li#fifth a span, li#fifth a:hover span, li#fifth span {
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/fifth.jpg') no-repeat;
}

li#fifth a:hover span, li#fifth span {
  background: url('../img/fifth.jpg') -123px top no-repeat;
}

/* horizontal menu ends here */

/* homepage boxes */

.wide-box-top {
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url('../img/wide-box-top.jpg') no-repeat;
}
.wide-box-middle {
  background: url('../img/wide-box-middle.jpg') repeat-y;
  padding: 20px 40px 10px 40px;
}
div.img {
  min-height: 300px;
  padding-left: 400px;
  background: url('../img/img-01.jpg') left center no-repeat;
  font-weight: bold;
}
.wide-box-bottom {
  height: 23px;
  font-size: 0;
  line-height: 0;
  background: url('../img/wide-box-bottom.jpg') no-repeat;
}

div#narrow-boxes-top {
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url('../img/narrow-boxes-top.jpg') no-repeat;
}

div#narrow-boxes-middle {
  background: url('../img/narrow-boxes-middle.jpg') repeat-y;
  padding-left: 10px;
  color: #666;
}

div#narrow-boxes-bottom {
  height: 10px;
  font-size: 0;
  line-height: 0;
  background: url('../img/narrow-boxes-bottom.jpg') no-repeat;
}

.narrow-box {
  width: 190px;
  padding: 140px 10px 10px 10px;
  float: left;
  margin-right: 34px;
  font-size: 80%;
  line-height: 120%;
}

.narrow-box h3 {
  font-size: 110%;
}

#first-box {
  background: url('../img/smallbox-01.jpg') center top no-repeat;
}

#second-box {
  background: url('../img/smallbox-02.jpg') center top no-repeat;
}

#third-box {
  background: url('../img/smallbox-03.jpg') center top no-repeat;
}

#fourth-box {
  margin-right: 0;
  background: url('../img/smallbox-04.jpg') center top no-repeat;
}

a#button {
  display: block;
  margin: 20px 0;
  position: relative;
  width: 960px;
  height: 75px;
  text-decoration: none;
}

a#button span {
  display: block;
  width: 960px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/button.jpg') left top no-repeat;
  cursor: pointer;
}

a#button:hover span {
  background-position: -960px;
}

.column {
  float: left;
  width: 180px;
  padding: 20px;
}

/* homepage boxes ends here */

/* article */

div#navigation {
  font-size: 80%;
  margin-bottom: 20px;
}

#article-content {
  min-height: 300px;
  padding: 200px 40px 0 220px;
}

.foto-1 {
  background: url('../img/narrow-01.jpg') center top no-repeat;
}

.foto-2 {
  background: url('../img/narrow-02.jpg') center top no-repeat;
}

.foto-3 {
  background: url('../img/narrow-03.jpg') center top no-repeat;
}

ul#ver-menu {
  float: left;
  width: 190px;
  position: relative;
  left: -200px;
  margin-right: -200px;
  font: 90%/120% calibri, arial, sans-serif;
  color: #333;
}

#ver-menu li {
  display: block;
  padding: 10px;
  background: url('../img/li.jpg') center bottom no-repeat;
  font-weight: bold;
}

#ver-menu li a {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: #999;
}

#ver-menu li a:hover {
  color: #333;
}

/* article ends here */

/* footer */

div#footer-strip {
  background: #000;
  padding: 5px;
  margin-top: 10px;
}

#footer-strip p, #footer p {
  font-size: 80%;
  width: 960px;
  margin: 0 auto;
  color: #666;
}

#footer-strip a, #footer-strip span {
  display: inline-block;
  margin: 6px;
  color: #fff;
  font-weight: normal;
}

#footer-strip a:hover {
  color: #f00;
  text-decoration: none;
}

#footer a, #footer span {
  display: inline-block;
  margin: 6px;
  color: #333;
  font-weight: normal;
}

#footer a:hover {
  color: #666;
  text-decoration: none;
}

/* footer ends here */

.reportheader{
	background-color: #bbb;
}
.report{
	background-color: #FFF;
}

/* common classes */



.clear {
  clear: both;
}
.color-1 {
  color: #f00;
}
.color-2 {
  color: #666;
}

a.more {
 float: right;
}

.first-par {
  font-weight: bold;
}

.no-back {
  background: none !important;
}

.field-validation-error { 
  color: #f00;
  font-size: 80%;
  display: block;
}

.form-required { 
  color: #f00;
  font-size: 80%;
}

.validation-summary-errors { 
  color: #f00;
  display: block;
}

.copyright { 
  font-size: 80%;
}

/* common classes ends here */
