/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: 100.1%;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px auto;padding-top:15px;
	background: #004A00 ;
    color:#FCDE83;
}

/* This is the page container built and centered using -ve margins */
#container {
	width:800px;
 margin:0px auto;  background: #004a00; border: 1px solid #ffffcc;
}


/* This holds the two heading blocks, the title and the login form */
#headerwrapper {

}

h1 {
    font: 36px verdana;
	margin: 5px;
}

h6 {
    font: 12px verdana;
    font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-left: 400px;
}

/* This holds the tabs */
#tabholder
{
  background: #004a00;
}
#menu{
text-align:left;
	background: #004A00 ;
margin-left:0px;padding-left:0px;
list-style: none;margin-top:-10px;
}
#menu li{display:inline;}
#menu a:link {
font: normal 10px verdana, arial, tahoma, sans-serif;
	    color:#FCDE83; background:#007100;
	text-decoration: none;
	font-weight: normal;	font-style: normal;

}
#menu a:hover {
font: normal 10px verdana, arial, tahoma, sans-serif;
	color: #E9E79E;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
       background:#5bb968 ;
}
#menu a:active {
font: normal 10px verdana, arial, tahoma, sans-serif;
	color: #fff;background:#007100;
	text-decoration: none;
	font-weight: normal;	font-style: normal;

}
#menu a:visited {
font: normal 10px verdana, arial, tahoma, sans-serif;
	color: #fff;background:#007100;
	text-decoration: none;
	font-weight: normal;	font-style: normal;

}
/* Container for the article box, and the pic box */
.articleboxouter {
border-top: 1px solid #ffffcc;
    padding: 5px ;
    clear: both;
}

/* Content holder for the articles */
.articleboxinner {

    line-height: 20px;
        color:#FCDE83;
    padding: 15px 6px 0px 6px;
    background: #004a00;
    text-align: justify;
    height: auto;font-size:80%;
}
.articleboxinner p{

}
.articleboxinner ul{
list-style:circle; width:400px;}
.articleboxinner img{margin:15px;}
.float_left{float:left;}
/* The title style for the main article */
.articleheader
{    margin-left:0px;margin-top:45px;
    font-size:95%;
    font-weight: bold;

}


/* This controls the main pic in the main article box */
.mainpiccontrol
{

    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
 border-top: 1px solid #ffffcc;
  border-bottom: 1px solid #ffffcc;
    padding: 0px 5px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {

    line-height: 22px;
    color: #86878D;
    padding: 5px 6px 6px 6px;

    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{

    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 {
	text-align: center;
	padding-top:5px;padding-bottom:5px;
	clear: both; font-size:65%;
}


/* CSS Tabs */
#tabs8 {
    float:left;
      background: #004a00;
    font-size:93%;
    line-height:normal;

}

#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 5px 4px 6px;
    color:lemonchiffon;
    font-weight: normal;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:lemonchiffon;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color:lemonchiffon;
}

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