html {
  font-size: 62.5%; /* Change base font-size to 10px. */
}

body {
  /*background: url(../images/bg-body.png) repeat top left;*/
  background-color:#fdfdfd; 
  color: #333;
  line-height: 1.5; /* Unit-less line-height means line height can scale. */
}

/*@font-face {
      font-family: TamilFont;
      src: url('bamini/baamini.ttf');
    }*/


/* Headings */
h1 {
  /*font-size: 2em;*/
border-left: 7px solid #ff8c1a;
padding-left: 15px;
margin-top: 20px;
margin-bottom: 15px;
text-transform: none;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
font-weight: normal;
color: #505050;
font-size: 38px;
}

h2 {
font-size: 30px;
border-bottom: 1px solid #535353;
padding-bottom: 10px;
letter-spacing: .02em;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
color: #505050;
font-weight: normal;
}

h2.page-sub-title{
font-size: 25px;
border-bottom: 1px solid #535353;
padding-bottom: 10px;
letter-spacing: .02em;
font-family: 'Roboto';
}

h3 {
/*font-size: 1.167em;*/
font-size: 22px;
/*letter-spacing: .02em;*/
font-family: 'Roboto',Helvetica,Arial,sans-serif;
font-weight: normal;
/*color: #428bca;*/
/*color: #e67300;*/
/*color:#0074BD;*/
color:#333;
margin-top: 20px;
margin-bottom: 10px;
line-height: 1.1;
}

h2:lang(si){
font-size:26px;
}

h1:lang(ta){
font-size: 34px !Important;
/*font-weight:bold;*/
}

h1:lang(si){
font-size: 32px !Important;
/*font-weight:bold;
padding-bottom:10px;*/
}

h2:lang(ta){
font-size: 26px;
letter-spacing:-1px;
padding-top:10px;
/*font-weight:bold;*/
}

h2:lang(si){
font-size: 26px;
letter-spacing:-1px;
padding-top:10px;
/*font-weight:bold;*/
}


h3:lang(si){
font-size: 20px;
font-weight:bold;
}

h3:lang(ta){
font-size: 20px;
font-weight:bold;
}


h4 {
  font-size: 1em;
}

h5 {
  /*font-size: 2em;*/
border-left: 5px solid #ff8c1a;
padding-left: 15px;
margin-top: 20px;
margin-bottom: 15px;
text-transform: none;
font-family: 'Roboto',Helvetica,Arial,sans-serif;
font-weight: normal;
color: #505050;
font-size: 12px;
}


h6 {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  /*margin: 1em 0 0.5em;*/
}

p {
  margin: 1em 0;
  padding: 0;
}

p:first-child {
  margin-top: 0;
}

em,
dfn {
  font-style: italic;
}

ins {
  border-bottom: none;
  text-decoration: none;
}

pre,
code,
tt,
samp,
kbd,
var {
  font-size: 1em;
  overflow: hidden;
}

blockquote,
q {
  font-style: italic;
  quotes: "" "";
}

blockquote {
  margin: 0 0 1.5em;
  padding: 0 0 0 3em;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote p {
  margin: 0;
}

strong,
dfn,
caption,
th {
  font-weight: bold;
}

/* Images, Object */
img, object {
  max-width: 100% !important;
}

/* Reset horizonatal rules */
hr {
  border-style: inset;
  border-width: 1px;
  display: block;
}

hr.dotted {
  border:none;
  border-top:1px dotted #c0c0c0;
  color:#fff;
  background-color:#fff;
  height:1px;
  /*width:50%;*/
}


/* Lists */
ul,
ol {
  margin: 0 0 1.5em 2em;
  padding: 0;
}

ol {
  margin-left: 2em;
}

.item-list ul,
.item-list ol {
  margin: 0 0 0 1em;
  padding: 0;
}

ul ul,
ul ol,
ol ol,
ol ul,
.block ul ul,
.block ul ol,
.block ol ol,
.block ol ul,
.item-list ul ul,
.item-list ul ol,
.item-list ol ol,
.item-list ol ul {
  margin-bottom: 0;
}

ul {
  list-style-type: disc;
}

ul ul ul {
  list-style-type: square;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ul ul,
ul ul ul ul {
  list-style-type: circle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 1.5em 1.538em;
}

/* Common Tables ---*/
table {
  font-size: 100%;
  margin: 0.5em 0;
  padding: 0;
  width: 100%;
}

table.sticky-header {
  z-index: 10;
}

/* Table Head */
thead {
}

th {
  background: #333;
  border-bottom: 0;
  color: #fff;
  padding: .75em 1em;
}

th a {
  color: #fff;
}

th a:hover,
th a:active,
th a:focus {
  color: #fff;
}

thead th {
}

/* Table Body */
tbody {
}

td {
  border: 1px solid #fff;
  padding: .75em 1em;
}

tr.even,
tr.odd {
  background-color: transparent;
  border-bottom: 0;
}

tr.even td,
tr.odd td {
}

tr.odd,
tr.info {
}

tr.even {
  background-color: transparent;
}

tr.drag {
}

tr.drag-previous {
}

tr.odd td.active {
}

tr.even td.active {
}

td.region,
td.module,
td.container td.category {
}
