/* 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: #EEE;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #CCCCCC;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
	height:150px;
	/*background: url(images/headerHolder.jpg) no-repeat top;*/

}
#headerwrapper h1{
	font-size: 4em;
	padding:90px 0 0 80px;
}

/* class that styles the holder div of the forms */
.userform {
    position:absolute;
	top:150px;
	right:80px;
	
}


/* This will style the login and search */
.userform input {
    border: 1px solid #DDD;
    font-family: verdana;
    font-size: 10px;
    color: #BBB;
    font-weight: bold;
}

h1 {
    font: 48px verdana;
	color: #EEE;
	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: #583F78
;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    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 main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    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: #583F78
;
    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 leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	font-weight:bold;
	padding: 0;
	margin: 0;
	color: #663366;
}

#contentbody a{
	color:blue;
	font-weight:normal;
}
.articleboxinner a{
	color:blue;
	font-weight:normal;
}
/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: bottom;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #583F78
;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #583F78
;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #583F78
;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #583F78
;
    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;
}



















h1.pageTitle{
	margin-bottom: .25em;
	color:#59407A;
	font-size: 2.5em  !important;
}





/* S I D E   P A N E L */
#contentsidepanel
{
	background-color: #E0E0E0
;
	vertical-align: top;
	width: 151px;
	/*width: 200px;*/
	float: left;
	margin-right: 4px;
	background-image: url(images/leftmenugrad.jpg) ;
	background-repeat: repeat-x;
	background-position: 0 bottom ;
	padding-bottom: 227px;
}
#contentsidepanel li
{
	font-size:1em;
	line-height:1.3em;
}
#contentsidepanel .menutitle
{
	padding-top: 5px ;
	padding-left: 10px ;
	padding-right: 10px ;
	padding-bottom: 5px ;
	font-weight: bold;
	font-size: 1.0em;
}

#contentsidepanel .navuplevel
{
	padding-top: 2px;
	padding-left: 12px ;
	padding-right: 10px ;
	padding-bottom: 2px;
	background-image: url(images/navuplevel.gif) ;
	background-repeat: no-repeat ;
	background-position: 3px 7px ;
	background-color: #583F78

;
	font-weight: bold;
}

#contentsidepanel .navuplevel a
{
	color: White;
	text-decoration: none;
}

#contentsidepanel .navuplevel a:hover
{
	color: White;
	text-decoration: underline;
}

#contentsidepanel div.leftnavlink
{
	margin-top: 12px ;
	margin-left: 10px ;
	margin-right: 10px ;
	background-image: url(images/linkpoint.gif) ;
	background-repeat: no-repeat ;
	background-position: 0px 4px ;
}

#contentsidepanel div.leftnavmoreinfo
{
	margin-left: 10px ;
	margin-right: 10px ;
}
#contentsidepanel div.leftnavmoreinfo a
{
	font-weight: bold;
	text-decoration: none;
}
#contentsidepanel div.leftnavmoreinfo a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#contentsidepanel div.leftnavlink div.leftnavlinkheader
{
	margin-left: 12px ;
	background-image: url(images/leftnavsep.gif) ;
	background-repeat:repeat-x ;
	background-position: 0px bottom ;
}

#contentsidepanel div.leftnavlink div.leftnavlinkheader a
{
	font-weight: bold;
	text-decoration: none;
}

#contentsidepanel div.leftnavlink div.leftnavlinkheader a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

#contentsidepanel div.leftnavlink div.leftnavlinkdescription
{
	margin-top: 0px ;
	margin-left: 12px ;
}

#contentsidepanel div.leftnavlink div.leftnavlinkdescription a
{
	color: #336699;
	text-decoration: none;
}
#contentsidepanel div.leftnavlink div.leftnavlinkdescription a:hover
{
	color: #336699;
	text-decoration: underline;
}
#contentsidepanel div.leftnavlink div.leftnavlinksublink
{
	padding-left: 22px ;
	background-image: url(images/crumbarrow.gif) ;
	background-repeat: no-repeat ;
	background-position: 12px 6px ;
}

#contentsidepanel div.leftnavlink div.leftnavlinksublink a
{
	color: #336699;
	text-decoration: none;
}
#contentsidepanel div.leftnavlink div.leftnavlinksublink a:hover
{
	color: #336699;
	text-decoration: underline;
}
.leftnavmenugap
{
	padding-top: 25px;	
}
#contentsidepanel div.leftnavbottomlink 
{
	margin-left: 10px ;
	margin-right: 10px ;
	background-image: url(images/leftnavlinkarrow.gif) ;
	background-repeat: no-repeat ;
	background-position: 0px 4px ;
	padding-bottom: 6px;
	padding-left: 4px;
}
#contentsidepanel div.leftnavbottomlink div.leftnavbottomlink_a
{
	padding-top: 3px;
	margin-left: 16px;
	margin-right: 10px ;
	background-image: url(images/leftnavsep.gif) ;
	background-repeat:repeat-x ;
	background-position: 0px bottom ;
}
#contentsidepanel div.leftnavbottomlink div.leftnavbottomlink_a a
{
	font-weight: bold;
	text-decoration: none;
}
#contentsidepanel div.leftnavbottomlink div.leftnavbottomlink_a a:hover
{
	font-weight: bold;
	text-decoration: underline;
}











/* @group Nav - Primary
===================================== */

#navPrimary {
	margin-top: 10px;
	background: #583F78

;
	font-size:0.8em;
	font-weight:bold;
	}
	

#navPrimary li {
	margin: 0;
	}

#navPrimary li.first {
	margin-left: 12px;
	}

#navPrimary a {
	display: block;
	padding: 0 1em;
	line-height: 3.2;
	text-decoration: none;
	text-transform: Capitalize;
	color: #ffffff;
	
	}

#navPrimary li a:hover,
#navPrimary li:hover,
#navPrimary li.sfhover {
	text-decoration: none;
	background-color: #E0E0E0
;
	color: #ffffff;
	}

#navPrimary li.current a {
	background-color: #FFFFFF;
	color: #888888;
	}

#navPrimary li ul { /* second-level lists */
	background-color: #FFFFFF;
	}

#navPrimary li li {
	/*border-top: 1px solid #583F78

;*/
	}
#navPrimary li li.first {
	margin-left: 0;
	}

/*
#navPrimary li li.current a {
	background-color: #E0E0E0
;
	color: #888888;
	}*/

#navPrimary li li a:hover {
	background-color: #E0E0E0
;
	color: #888888;
	}

#navPrimary li:hover li a:hover,
#navPrimary li.sfhover li a:hover {
	color: #ffffff;
	}
	
	

/* @end Nav - Primary
-------------------------------- */

/* @end NAVIGATION/UI
-------------------------------- */
