﻿/* This CSS document is part of a multi-tiered style sheet system.  */
/* This layout.css is the initial CSS document in the 3 teired system and is used to define the geographic structure of pages. */
/* All aesthetic styling information for pages should be placed in subsequent sheets and not in this document */
/* Created by  Shilpi Garg <shilpi.garg@tekritisoftware.com> 22nd May, 2009 */
*{
  margin:0;
  padding:0;
  }
body {
  width:100%;
  float:left;
  font-family:Trebuchet MS, Arial;
  font-size:12px;
  color:#1a3447;
  background:#fff;
}
a {
  color:#219dd1 !important;
  text-decoration:none !important;
}
a:hover {
  text-decoration:none !important;
  background-color:Transparent !important;
}
a.whitelink {
  color:#fff !important;
}
a.whitelink:hover {
  text-decoration:none;
}
a.greylink {
  color:#052038;
  text-decoration:none;
}
a.greylink:hover {
  text-decoration:underline;
}
#master {
  width:1003px;
  margin:0 auto;
}
#maincontainer {
  width:100%;
  float:left;
  position:relative !important;
}
#main_module {
  width:940px;
  margin:0 auto;
}
#header_module,
#content_module,
#footer_module {
  width:100%;
  float:left;
  margin:20px 0 0;
}
#content_module {
  margin:0;
}
#footer_module {
  margin:0;
}
.contentchild_module {
  width:940px;
  float:left;
  padding:0;
}
.contentchild_module .col_a {
  width:725px;
  float:left;
  margin:15px 15px 0 0;
}
*html .contentchild_module .col_a {
  margin:15px 10px 0 0;
}
.contentchild_module .col_b {
  width:188px;
  float:left;
  margin:5px 0 0;
  padding: 0 0 30px;
}
.inputtext {
  width:150px;
  padding:1px;
}
/* Below Code is added by Monika as on 27th May 09 */
.col_c {
  width:740px;
  float:left;
  margin:15px 0 0;
  padding: 0 10px 0 0;
}
.col_d {
  width:553px;
  float:left;
  padding: 0 0 0 10px;
}
.col_e {
  width:177px;
  float:left;
}
select,
input,
textarea {
  color: #6d6e71;
  font-size: 12px;
}
textarea.query_box,
input.query_box { width: 250px; }
sel2ect.query_box { width: 254px; }
/* Above Code is added by Monika as on 27th May 09 */
input.login_box,
textarea.login_box { width: 211px; }
select.acctype { width: 215px; }
input.captcha { width: 130px; }
input.login { width: 210px; }
a img {border:none;}
input.login_box_small { width: 100px; }