/* CSS Document - Author: Shaibal Mandal */

html {
    scrollbar-arrow-color: #000000;
    scrollbar-track-color: #ff6600;
    scrollbar-face-color: #666699;
    scrollbar-highlight-color: white;
    scrollbar-shadow-color: #660033;
}

/* Main Styles that apply to body INCLUDING BG COLOR*/
body {
        margin: 0 auto;
        font-size: 11px;
        font-family: Arial, Verdana, Sans-Serif;
        /* padding-left: 0; */
        /* background: #000000; */
        position: center;
        background-image:url(images/bg_glow.gif);
}

/* This is the page container built and centered using -ve margins */
#containerwrapper {
        margin: 0 auto;
        width: 100%; height:268px;
        background: #000000;
}

#container {
        margin: 0 auto;
        width: 1250px; height:268px;
        background: url('images/sample_header1.gif') no-repeat #000000;
}

/* The topmost faded bar */
#topbar {
    width: auto;
    background: #99ff99;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #000000;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #cccccc;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: right;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #555555;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #66699;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #666699;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder {
    width: auto;
}

/* Container for the 2nd row article box, and the pic box */
#articleboxouter {
        margin: 0 auto;
        width: 850px;
        text-align: left;
        padding: 0px 6px 0px 5px;
        clear: both;
        color: #ffffff;
} 

/* Content holder for the 1st row TOP articles */
#articleboxinner {
        margin: 0 auto;
        width: auto;
        line-height: 20px;
        color: #666699;
        padding: 15px 6px 0px 6px;
        background: #000000;
        border:1px solid #666699;
        text-align: left;
        height: 220px;
}

/* Content holder for the articles */
.articleboxinner2 {
    width: auto;
    line-height: 20px;
    padding: 15px 6px 0px 6px;
    border:1px solid #efefef;
    text-align: justify;
    height: 115px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 22px;
    font-weight: bold;
	color: #ff6600;
    /* border-bottom: 0px; */
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
	padding: 12px 15px 0px 0px;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    /* border: 1px #235575 solid; */
    float: left;
    margin-right: 10px;
	margin-left: 5px;
	margin-top: -2px;
}

/* 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: #235575;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #235575 solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* 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: #ffffff;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #ff6600;
	width= 2000px;
	color: #000000;
    font-size: 14px;
    font-weight: bold;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	padding-top: 28px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2 {
    width: auto;
    /* background-color: #000000; */
	padding: 0px 10px 10px 10px;
}

/* This will contain the three columns */
#newsContainer2b {
    width: auto;
    /* background-color: #000000; */
	padding: 0px 10px 10px 10px;
}

/* This will contain the three columns */
#newsContainer2c {
    width: auto;
    /* background-color: #000000; */
	padding: 0px 10px 10px 10px;
}

/* This will contain the three columns */
#newsContainer3 {
    width: auto;
    background-color: #000000;
	padding: 0px 10px 10px 10px;
}

/* First column of the three columns */
.c1
{
	width: 283px;
	height: 1000;
	background-color: #e3e3e3;
    border-top: none;
    line-height: 22px;
    color: #666699;
	float: left;
	/* border: 1px solid #DDD; */
}

/* Second column of the three columns */
.c2
{
    width: 284px;
	height: 1000;
	background-color: #ffffff;
    float: left;
    line-height: 22px;
    color: #666699;
	/* border: 1px solid #DDD; */
}

/* Third column of the three columns */
.c3
{
	width: 283px;
	height: 1000;
	background-color: #e3e3e3;
    border-top: none;
    line-height: 22px;
    color: #666699;
	float: right;
	/* border: 1px solid #DDD; */	
}

/* Single Column Pages grey */
.c4
{
	width: 687px;
	background-color: #EFEFEF;
    border-top: none;
    line-height: 22px;
    color: #666699;
	float: right;
	/* border: 1px solid #DDD; */
}

/* Single Column Pages white */
.c5
{
	width: 850px;
	background-color: #ffffff;
    border-top: none;
    line-height: 22px;
    color: #666699;
	float: right;
	/* border: 1px solid #DDD; */
}

/* This controls the titles for each column */
.noteheader {
    width: auto;
	text-align: left
    border-bottom: 1px solid #DDD;
	padding-top: 15px;
    border-top: none;
    color: #ff6600;
    height: 24px;
    font-family: arial;
    font-size: 16px;
    font-weight: bold;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* 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:#235575;
}

#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 */

