/* CSS Document - Author: Shaibal Mandal */

/* Main Styles that apply to body */
body {
	font-size: x-small;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(../images/template/bg.gif) center repeat-y;
	position: absolute;
	color:#DD7CB4;
}

h1 {
	font: SunSans-Regular, Sans-Serif;
	font-size: large;
	color: #DD7CB4;
	margin: 5px;
	font-stretch:wider;	
}

h2 {
    font-weight: bold;
	font-size: x-small;
	color: #DD7CB4;
	padding: 0 0 0 8px;
	margin: 0 0 0 0;
	width:auto;
}

h3
{
    font-size:  medium;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
	margin:0 0 10px 0;
	padding: 0 0 0 0;
	width: 435px;
}

/* h4 is contextual below in "noteheader"*/

h6 {
    font: verdana;
    font-weight: bold;
	font-size: x-small;
	color: #DD7CB4;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

p {
	margin:0 0 0 0;
	padding: 0 0 5px 0;
}

ul {
	margin:0;
	padding:0px 10px 10px 20px;
	list-style:circle;				
}

li {
	display:list-item;
	margin:10px;
	padding:0 0 0 0 ;
}	

.disclaimer {
	border-top:dotted;
	font-size:xx-small;	
	}

/* 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: #EEE;
    height: 20px;
    padding: 5px 5px 5px 2px;
    font: xx-small;  
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
	margin:0px;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
	padding-bottom:3px;
	margin:0px;
}

.subnav {
    width: auto;
    color: #DD7CB4;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* class that styles the holder div of the forms  */
.userform {
    width: auto;
    text-align: justify;
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	clear:none;
}

form {
		font-family: verdana;	
		padding: 0 0 0px 0px;
		margin: 0 0 0 0;
		border:none;
}

form input {
    border: 1px solid #DDD;
    color: #BBB;
    font-weight: bold;
}

form textarea {
	border: 1px solid #DDD;
    color: #BBB;
    font-weight: bold;
}

form submit { border:none;}

form p {
	margin-top:10px;}
	
/* This will style the login and search  form input     */
.userform input {
	font-size: x-small;
	float:right;	
}

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

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

.articleboxinner p {
	padding-bottom: 10px;
}


/* 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: right;
	margin-left:20px;
	margin-bottom: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 6px 6px 6px;
    border:1px solid #efefef;
    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 little arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #6699CC;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
	color: #66CCFF;	
}

/*  footer */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	padding-top: 5px;
	clear: both;
	margin-top: 20px;
}

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

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

/* Second column of the three columns */
.c2
{
    width: 33.3%;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;
}

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

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

.noteheader h4
{
	margin:0 0 0 0;
	padding-left: 5px;
    font-size: x-small;
}

/*  And this gives the column text some breathing space */
#newsContainer2 p
{
    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/template/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/template/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 */

#postcard { height:260px; }

#postcard p {width:664px;  float:left; border: 1px dashed; margin-bottom:3px;}

#postcard img { float:right; margin:5px 3px 0px 5px; }