/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin-top: 0px;
	background: #ebeef5;
}

/* This is the page container built and centered using -ve margins */
#container {
	width:760px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;  
	border: 1px solid #ccc;
	border-top:none;
	background: #fff;
}


/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

h1 {
    font: 48px verdana;
	color: #A05943;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #DDD;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* 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;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #000;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    height: 100%;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    float: right;
    margin-left: 10px;
}

.mainpiccontrol2
{
    clear: both;
	float: left;
    margin-right: 10px;
}


/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 5px 0 5px 5px;
    clear: both;
	height: 149px; 
}

/* Content holder for the pic box */
.picbox {
    width: 745px;
    height: 128px;
    color: #000;
	/*background: #fbfbfb;*/
    padding: 5px 0 0 2px;
    border:1px solid #ccc;
    text-align: center;
	background: #ebeef5;
}

.showcase { 
	height: 118px; 
	float:left; 
	margin: 1px 10px 1px 16px;
	padding-top: 3px; 
}


/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
	border: 1px #ccc solid;
    vertical-align: middle;
}

.noborder {
    border: none;
}

img {
    vertical-align: text-bottom;
}

a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

a:hover {
	text-decoration: none;
}

#footer {
	width:760px; 
	margin-left:auto; 
	margin-right:auto;  
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	padding-top: 5px;
	clear: both;
    border:1px solid #ccc;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 249px;
	background-color: #F7F4F7;
    border-top: none;
    line-height: 22px;
    border-right: 1px solid #DDD;
    color: #A05943;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 249px;
    float: left;
    line-height: 22px;
    color: #A05943;
}

/* Third column of the three columns */
.c3
{
	width: 249px;
	background-color: #F7F4F7;
    border-left: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #A05943;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */

#tabs8 {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
    border-bottom:2px solid #000;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    margin:0;
    background:url("images/tableftB.gif") no-repeat left top;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    background:url("images/tabrightB.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#A05943;
    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: #000;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #000;
}
/* End of CSS Tabs */
