/* 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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* 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: 90%/160% arial, sans-serif;
  color: #000;
  text-align: center;
  background: #e7e7e7 url('../img/body.jpg') left top repeat-x;
}

a {
  color: #036;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 10px 0;
}

h1, h2, h3, h4 {
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
}

h2 {
  font-size: 150%;
  font-weight: normal;
  color: #036;
  margin-top: 1em;
}

h3 {
  font-size: 120%;
  font-weight: bold;
  margin-top: .5em;
}

h4 {
  font-size: 100%;
  font-weight: bold;
}

input.button {
  color: #000;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px;
  font-weight: bold;
  background-color: #feb71d;
  
}


input {
  padding: 2px;
  border: 1px solid #999;
  font-size: 100%;
}

select {
  padding: 2px;
  font-size: 100%;
}

ul {
  padding: .5em 0;
}

ul li {
  padding-left: 30px;
  background: url('../img/bullet1.jpg') left .30em no-repeat;
}

ul.bullet2 li {
  color: #fff;
  background: url('../img/bullet2.jpg') left .30em no-repeat;
}

strong {
  font-weight: bold;
}

table {
  margin: 1em 0;
  font-size: 85%;
}

thead {
  color: #333;
}

td.cleantd {
  border: 0;
  padding: 0 4px;
  vertical-align: middle;
}
td {
  border: 1px solid #062a5d;
  padding: 0 4px;
  vertical-align: middle;
}

tr.highlight {
  height: 55px;
  font-size: 120%;
  background: #feb71d;
}

tr.highlight td.stick {
  background: #feb71d url('../img/stick.jpg') right top no-repeat;
}


tr.odd {
  background-color: #e7e7e7;
}

/* generic layout ends here */


/* wrapper */

div#wrapper {
  margin: 0 auto;
  width: 940px;
  padding-right: 10px;
  overflow: hidden;
  background: #fff url('../img/content.jpg') left top repeat-y;
  text-align: left;
}

/* wrapper ends here */

/* head */

div#head {
  width: 950px;
  height: 192px;
  overflow: hidden;
  position: relative;
  background: #fff url('../img/head.jpg') left top no-repeat;
}

h1 {
  width: 300px; 
  height: 50px;
  overflow: hidden;
  position: absolute;
  left: 50px;
  top: 20px;
}

h1 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

h1 a span {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url('../img/h1.jpg') left top no-repeat;
}

/* head ends here */

/* left and right div */

div#left {
  float: left;
  width: 690px;
}
div#left div.content {
  padding: 0 10px 0 20px;
}

div#right {
  float: right;
  width: 248px;
  text-align: center;
  color: #062a5d;
}

div#right ul li {
  background-image: none;
  padding: 0;
  color: #000;
}

div#right ul li a {
  text-decoration: none;
}

div#right ul li a:hover {
  text-decoration: underline;
}

#right p.ads {
  margin-top: 2em;
}

/* left and right div ends here */

/* floated columns - content */
div.box {
    background: url('../img/boxInner.jpg') left top repeat-y;
}

div.columnWrapperTop {
  background: url('../img/boxTopWrap.jpg') left top no-repeat;
  width: 660px;
  height: 17px;
  line-height: 0;
  font-size: 0;
}

div.columnWrapperBottom {
  background: url('../img/boxBottomWrap.jpg') left top no-repeat;
  width: 660px;
  height: 17px;
  line-height: 0;
  font-size: 0;
}

div.leftColumn {
  width: 300px;
  padding: 10px;
  float: left;
}

div.leftColumn h2:hover span {
 background: url('../img/button1.jpg') 1px 1px no-repeat;
}

div.rightColumn h2:hover span {
 background: url('../img/button2.jpg') 1px 1px no-repeat;
}

div.leftColumn h2, div.rightColumn h2 {
  width: 299px;
  height: 59px;
  margin-top: -7px;
  overflow: hidden;
  position: relative;
}

div.leftColumn h2 a, div.rightColumn h2 a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

div.leftColumn h2 span, div.rightColumn h2 span {
  display: block;
  width: 299px;
  height: 59px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

div.leftColumn h2 span {
  background: url('../img/button1.jpg') left top no-repeat;
}

div.rightColumn h2 span {
  background: url('../img/button2.jpg') left top no-repeat;
}

div.rightColumn {
  width: 300px;
  padding: 10px;
  float: right;
}

/* floated columns - content ends here */

/* right column */
div#right p {
  margin: 0;
}

div#rightWrapper1 h2 {
  margin-top: 0;
  width: 248px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

div#rightWrapper1 h2 span {
  width: 248px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url('../img/topWrap.jpg') left top no-repeat;
}

div#rightWrapper2 h2 {
  margin-top: 0;
  width: 248px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

div#rightWrapper2 h2 span {
  width: 248px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url('../img/middleWrap1.jpg') left top no-repeat;
}

div#rightWrapper3 h2 {
  margin-top: 0;
  width: 248px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

div#rightWrapper3 h2 span {
  width: 248px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url('../img/middleWrap2.jpg') left top no-repeat;
}

div#rightWrapper4 {
  width: 248px;
  height: 30px;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  background: url('../img/bottomWrap.jpg') left bottom no-repeat;
}

div#rightWrapper5 h2 {
  margin-top: 0;
  width: 248px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

div#rightWrapper5 h2 span {
  width: 248px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: url('../img/middleWrap3.jpg') left top no-repeat;
}

div.rightColumn1 {
  background: url('../img/columnInner1.jpg') left top repeat-y;
}

div.rightColumn2 {
  background: url('../img/columnInner2.jpg') left top repeat-y;
}

#right p, #right ul {
  padding: 0 20px;
  text-align: left;
}

/* right column ends here */

div#grid table {
  border: 1px solid #062a5d;
  height: 55px;
  font-size: 100%;
  background: #feb71d;
}

div#grid  thead, th {
  border: 1px solid #062a5d;
  height: 55px;
  font-size: 120%;
  background: #feb71d;
  font-weight: bold;
  padding: 0 4px;
  vertical-align: middle;  
}


/* footer */

div#footerWrapper {
  background: url('../img/footerWrap.jpg') left top repeat-x;
  height: 201px;
  text-align: center;
}

div#footer {
  background: url('../img/footerInner.jpg') left top repeat-x;
  height: 101px;
  width: 910px;
  padding: 80px 20px 20px 20px;
  margin: 0 auto;
  overflow: hidden;
  text-align: left;
  color: #abe0fa;
}

div#footer a {
  color: #abe0fa;
  text-decoration: none;
}

div#footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* footer */

/* common classes */

.clear {
  clear: both;
  line-height: 0;
  font-size: 0;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.left {
  text-align: left !important;
}

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

.smaller {
  font-size: smaller;
}

.larger {
  font-size: larger;
}

.large {
  font-size: medium;
}

.color1 {
  color: #062a5d;
}


/* common classes ends here */

.hintsClass {
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	background-color: #f0f0f0;
	color: #000000;
	border: 1px solid #808080;
	padding: 5px;
}
.hintSource {
	color: green;
	text-decoration: underline;
	cursor: pointer;
}