/* 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(./../../styles/green/bg.gif) center repeat-y;
	position: absolute;
}
p { 
line-height: 1.4; 
padding: 0; 
margin: 0;  
}
/* This is the page container built and centered using -ve margins */
#container {
	width: 820px;
	margin-left: -410px;
}
#text_box
{
    font-size: 11px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #01793c;
}
/* 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;
}

/* class that styles the holder div of the forms */
.userform_f {
    width: auto;
    color: #01793c;
    padding: 5px 0px 5px 3px;
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
    margin-bottom: 1px;
}

/* This will style the login and search */
.userform input2 {
    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;
    text-align: left;
}

/* 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: #01793c;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
    /*height: 160px;*/
}
.readmoreinner {
    width: auto;
    line-height: 20px;
    color: #01793c;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    text-align: justify;
    height: 200px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    color: #01793c;
}

/* 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: #01793c;
    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;
	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: #CCC;
	color: #fff;
	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;
}

/* First column of the three columns */
.c1
{
	width: 267px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #01793c;
	float: left;
        height: 400px;
}

/* Second column of the three columns */
.c2
{
    width: 270px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #01793c;
    height: 400px;
}

/* Third column of the three columns */
.c3
{
	width: 268px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #01793c;
	float: right;
    height: 400px;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #01793c;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(./../../styles/green/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    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("./../../styles/green/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("./../../styles/green/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;
}
.new_annoucements
{
	width: 280px;
	background-color: #F7F4F7;
        border: 1px solid #DDD;
        line-height: 22px;
       color: #01793c;
	float: right;

}
.new_annoucements_edit
{
	width: 400px;
	background-color: #F7F4F7;
        border: 1px solid #DDD;
        line-height: 22px;

       color: #01793c;
	float: right;

}
.new_annoucements_header
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #f56b6b;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background:url(./../../styles/green/headerBG.jpg) repeat-x;

}
.new_header_section {
    width: auto;
    color: #01793c;
   
    background: #fbfbfb;
    border:1px solid #efefef;
    border-top: none;
    text-align: justify;
}
.new_page_header_text
{
    font-size: 14px;
    font-weight: bold;
    color:#808080;
    text-align: right;
}
.button_old 
{
    background-color:#97b2d5;
    background-position:center;
    height:17px;
    border:none;
    font-family:tahoma;
    font-size:9px;
    color:#FFFFFF;
    font-weight:bold;
    cursor:hand;
}
.table-border{
        background-color: #5fac5d;
}
.table-border-gold{
        background-color: #FFE769;
}
.row-header{
        background-color: #7cbf7a;
}
.row-header-gold{
        background-color: #FFE769;
}
.row-header-level2{
        background-color: #a4bbdb;
}
.tw-small-text{
	color : #FFFFFF;
	font-family : Arial, Verdana;
	font-size : 11px;
        font-weight : bold;
}
.tw-large-text{
	color : #FFFFFF;
	font-family : Arial, Verdana;
	font-size : 16px;
        font-weight : bold;
}
.tw-small-list{
	color : #3d5da6;
	font-family : Arial, Verdana;
	font-size : 11px;
}
.standard_page_box {
    width: auto;
    line-height: 20px;
    color: #01793c;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
}
.articleheader_small
{
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}
.error
{
    color: #f56b6b;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;   
    text-align: center;
}
.input_box 
{
    background-color:#fbfbfb;
    border:#01793c 1px solid;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#01793c;
 }
.button
{
    background-color:#5fac5d;
    background-position:center;
    height:17px;
    border:none;
    font-family:tahoma;
    font-size:9px;
    color:#FFFFFF;
    font-weight:bold;
    cursor:hand;
}
.uploadbox 
{
    font-family: verdana, arial, sans-serif;
    font-size: 80%;
    color: #797979;
    font-weight: normal;
    border: #797979 1px solid;
    background-color: #ffffff;
    width: 130px;
    height: 17px;
}
.section_header_small
{
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}
.label_small
{
    font-size: 10px;
    font-weight: bold;
}
.standard_text
{
    font-size: 10px;
    font-weight: bold;
}
.label_large
{
    font-size: 14px;
    font-weight: bold;
}
