/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
	background-color:#FFFFFF;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #EEE;
	background: #f4f4f4 url(images/bg2.jpg) center repeat-y;
    height: 50px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
	background-color:#FFFFFF;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #EEE;
	margin: 5px;
}
h2{
    font: 24px verdana;
	color: #006699;
	margin: 5px;
}


h5{
    font: 12px verdana;
	color: #006699;
}


h6 {
	font: 12px verdana;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
	font-style: oblique;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

.articleboxouter-twocolumn {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
	background: #6386CE;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
	color: #333333;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 285px;
}

/* Content holder for the articles */
.articleboxinner2 {
    width: auto;
    line-height: 20px;
	color: #333333;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
}


/* Reduced size holder for the articles */
.articleboxinner-75{
	width: 74%;
	line-height: 20px;
	color: #333333;
	padding: 15px 6px 0px 3px;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: justify;
	float:right;
}

/* Menu holder for the two column articles */
.articleboxinner-25{
	width: 22%;
    line-height: 20px;
	color: #FFFFFF;
    padding: 15px 6px 0px 6px;
    background: #6386CE;
    border:1px solid #efefef;
    text-align: left;
	float:left;
}

.articleboxinner-25 ul{
   margin-left: 16px;
}

.articleboxinner-25 li{
  list-style-type:square;
  /*margin-left: 8px;*/

}

/* reverse the page layout */

/* Reduced size holder for the articles */
.articleboxinner-75l{
	width: 70%;
	line-height: 20px;
	color: #333333;
	padding: 15px 6px 0px 3px;
	background: #fbfbfb;
	border:1px solid #efefef;
	text-align: left;
	float:left;
}

/* Menu holder for the two column articles */
.articleboxinner-25r{
	width: 25%;
    line-height: 20px;
	color: #FFFFFF;
    padding: 0 6px 0 6px;
    float:right;
}

.articleboxinner-25r img{
    vertical-align:top;
}

/* The title style for the main article */
.articleheader
{
    font-size: 15px;
    font-weight: bold;
	color: #006699;
    border-bottom: 1px solid #CCC;
}

/* The title style for the news article sidebar*/
.newsletterheader
{
    font-size: 15px;
    font-weight: bold;
	color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 5px 5px 5px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

.pic-img {
    width: auto;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
 }

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
   /* border: 1px #DDD solid;*/
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

.padding-25px{
padding-left:25px;
}

.padding-20px{
padding-left:20px;
}

.padding-both-25px{
padding-left:25px;
padding-right: 25px;
border:1px solid #efefef;
}


/* Email Subcription Style */
p.email a{
   color: #993300;
   vertical-align:text-top;
   text-decoration:underline;
}

p.email a:hover{
   text-decoration:noe;
}

img.email{
   vertical-align:top;
   text-align:left;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #006699;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Style-up those ugly default hyperlinks */
a.important-item {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #9C1010;
}

/* And their ugly hover states too */
a.important-item:hover {
	text-decoration: none;
}

/* Style-up those ugly default hyperlinks */
a.link-s {
	text-decoration: underline;
	padding: 0;
	margin: 0;
	color: #006699;
}

/* And their ugly hover states too */
a.link-s:hover {
	text-decoration: none;
}



/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

#footer2 {
    width:auto;
    padding: 10px 5px 5px 2px;
	text-align:center; 
	color: #666666;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color:#D5CAB3;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color:#333333;
	float: left;
	height:330px;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
	color:#333333;
	height:330px;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color:#333333;
	float: right;
	height:330px;
}
/* First column of the three columns */
.c4
{
	width: 227px;
	background-color: #F7F4F7;
	border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color:#333333;
	float: left;
	height:393px;
}

/* Second column of the three columns */
.c5
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
	color:#333333;
	height:393px;
}

/* Third column of the three columns */
.c6
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color:#333333;
	float: right;
	height:393px;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    /*color: #DD7CB4;*/
	color: #333333;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* This controls the titles for each column */
.noteheader-home
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
	color: #333333;
    height: 48px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
	background:url(images/headerBgLg.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 12px;
}

/* Newsletter formatting */
#tower{
  padding-left: 8px;
  float:right;

}

#search-pic{
  padding-right: 6px;
  float:left;
  margin-right:5px;
}

.blue-divider{
  width:99%;
  text-align:center;
  color:#006699;
  height:2px; 
}



/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */
#table-docs {
	border: thin solid #31659C;
}
#table-eir {
	border: thin solid #31659C;
}

#table-eir tr{
  line-height:12px;
}

#appendixA tr{
  line-height:14px;
  height:18px;
}
#appendixB tr{
  line-height:14px;
  height:18px;
}
#appendixB tr{
  line-height:14px;
  height:18px;
}
#appendixC tr{
  line-height:14px;
  height:18px;
}
#appendixC2 tr{
  line-height:14px;
  height:18px;
}
#appendixD tr{
  line-height:14px;
  height:18px;
}
#appendixE tr{
  line-height:14px;
  height:18px;
}
#appendixF tr{
  line-height:14px;
  height:18px;
}
#appendixG tr{
  line-height:14px;
  height:18px;
}
#appendixH tr{
  line-height:14px;
  height:18px;
}
.faq-li {
	list-style-type: square;
}
.font-smaller{
 font-size:10px;
 color:#666666;
}
.title-eir{
text-align:center;
color:#FFFFFF;
height:80%;
font-weight:bold;
line-height:14px;
}
.title-4 {
    font-size: 12px;
    font-weight: bold;
	color: #006699;
    border-bottom: 1px solid #CCC;
}

/*****************************
 Positioning Classes
*****************************/

.floatLeft{
float:left;
}
.floatRight{
float:right;
}

/*****************************
  Padding Classes
*****************************/
img.padding-5-right{
padding-right: 5px;
}

.clearer{
     clear:both;
}