/* 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;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #CDBA96;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 12px verdana;
    font-weight: bold;
    color: #4372AA;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
    z-index: 2;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #4372AA;
    padding: 1px 0px 5px 3px;
    background: #d5d0ba;
    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 #000033;
    font-family: verdana;
    font-size: 10px;
    color: #000033;
    font-weight: bold;
}

h1 {
    font: 30px verdana;
	color: #000033;
	margin: 5px;
	background: #ffffff;
}

h2 {
    font: 14px verdana;
    font-weight: bold;
    color: #776655;
	margin: 5px;
}

h3 {
    font: 12px verdana;
    font-weight: bold;
	color: #4372AA;
	margin: 5px;
}

h4 {
    font: 14px verdana;
    font-weight: bold;
	color: #000000;
	margin: 5px;
}

h6 {
    font: 16px verdana;
    font-weight: bold;
	color: #4372AA;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	background: #ffffff;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    height: 100%;
    padding: 0px 6px 0px 5px;
    width: auto;
    clear: both;
    
} 

/* Content holder for the articles */
.articleboxinner {

    height: 100%;
    line-height: 20px;
    color: #000033;
    padding: 15px 6px 0px 6px;
    background: #ffffff;
    border:1px solid #776655;
    text-align: justify;
    
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the call-out pic in the left margin */
.piccontrolright
{ position: absolute;
	z-index: -1;
	top: 20px;
	left: 50px;
    border: none;
    float: left;
    clear: left;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: none;
    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: #000033;
    padding: 5px 6px 6px 6px;
    background: #CDBA96;
    border:1px solid #4372AA;
    border-top: none;
    text-align: center;
}

/* 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;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* square bullet list
#navlist li { list-style-type: square; }


/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CDBA96;
	color: #4372AA;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width: auto;
    background-color: #E0E0E0;
    border: 1px #DBB7DB solid;
    clear: both;
}

/* First column of the three columns */
.c1
{
	width: 228px;
	height: 400px;
	background-color: #CDBA96;
    border-bottom: 1px solid #776655;
    border-top: none;
    line-height: 22px;
    color: #000033;
	float: left;
	
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    height: 400px;
    float: left;
    border-bottom: 1px solid #776655;
    line-height: 22px;
    color: #000033;
}

/* Third column of the three columns */
.c3
{
	width: 227px;
	height: 400px;
	background-color: #CDBA96;
    border-bottom: 1px solid #776655;
    border-top: none;
    line-height: 22px;
    color: #000033;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
	width:auto;
	border-bottom: 1px solid #CDBA96;
	border-top: none;
	color: #000033;
	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 */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
    

#navigation UL {
        PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#navigation LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 9px; BACKGROUND: url(images/left.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#navigation A {
        PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(images/right.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: #765; PADDING-TOP: 5px; TEXT-DECORATION: none
}
#navigation A {
        FLOAT: none
}
#navigation A:hover {
        COLOR: #333
}
#navigation #current {
        BACKGROUND-IMAGE: url(images/left_on.gif)
}
#navigation #current A {
        BACKGROUND-IMAGE: url(images/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}


/* End of CSS Tabs */

table {
  background-color:#FFF;
  width:100%;
  border-collapse:collapse;
}

/* the border will be defined by the td tags */
td.BorderMeRed {
  background-color:#FFF;
  border:2px solid red;
  padding:10px;
}

/* let's do a blue... */
.BlueWho {
  background-color:#FFF;
  border:1px solid blue;
  padding:5px;
  margin: 0;
}

/* and of course a default one */
td, th {
  background-color:#FFF;
  border:0;
  padding:5px;
  margin: 0;
}

table.volsched th {color: #776655;
	font-weight: bold;
	text-align: center;
	border:none;
	}
