html {
background: url("images/grey_symb1.jpg") bottom right no-repeat white;
}

body {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*Another font to try out*/
	margin: 0; 
	padding:0;
}

    /********************************/
    /* Rules for top banner of site */
    /********************************/

#top_banner {
	background: url("images/source_banner.png") no-repeat #FFF;
	width: 100%;
	height: 75px;
	display: block;
	margin-bottom: 20px;
}


#separation_top {
clear: both;
/* set height to zero for now as divs with 
id="separation_top" still exist in the markup;
also set display to 'none'. */
height: 0;
display: none;
}
    /* End of rules for top banner of the site */


    /******************************/
    /* Rules for bottom separator */
    /******************************/

#separation_bottom {
clear: both;
/* set this height to zero and dispay to 'none' for now too */
height: 0;
display: none;
}
    /* End of rules for bottom separtor */


    /**************************************************/
    /* Rules for the site menu navigation on the left */
    /**************************************************/

#side_bar {
float: left;
width:210px;
margin-left:5px;
}

#side_bar_navigator {
padding-top: 10px;
}

#side_bar_header {
background: url("images/brushed.jpg") repeat-y #c4c5c8;
display: block;
margin-top:0;
height: 25px;
border: solid 1px #999;
padding-left: 10px;
}

#side_bar_header a {
font-size: 0.7em;
/* Had to specify this coz of IE */
color: #cc0000;
}


#side_bar a, #side_bar a:visited {
font-style: normal;
font-weight: bold;
border-bottom: none;
}

img.site_menu_images {
/* A negative margin just to keep the images
at exact same baseline as the 'Site menu' hyperlink. */
margin-bottom: -5px;
cursor: pointer;
}
    /* End of rules for the site menu navigation on the left */


    /****************************************************/
    /* Rules for the main content section in the middle */
    /****************************************************/

#main_content{
margin-left: 230px;
margin-right: 230px;
}

#main_content_header{
background: url("images/brushedwide.jpg") repeat-y #c4c5c8;
display: block;
height:25px;
border: solid 1px #999;
}

#breadcrumbs{
font-size: 0.7em;
font-weight:bold;
margin-left:10px;
padding-top:5px;
}

#breadcrumbs a {
border-bottom: 0;
text-decoration: none;
color: #cc0000;
font-style: normal;
}

.breadcrumbs_tail {
color: black;
}


#main_text {
text-align: left;
font-size: 0.8em;
line-height: 1.7em;
padding-right: 10px;
padding-bottom:10px;
}

#main_text table {
font-size: 0.9em;
line-height: 1.7em;
}

h3.QF_header {
padding-bottom: 10px;
}

p.TG_description {
border-bottom: dashed 1px; 
padding-bottom: 10px;
}
    /* End of rules for the main content section in the middle */


    /**************************************************/
    /* Rules for the Latest News post-it on the right */
    /**************************************************/

#right_post_it {
float: right;
width: 210px;
font-size: 0.7em;
line-height: 1.2em;
padding-bottom: 10px;
margin-right: 5px;
}

#news_header {
color: black;
font-size: 1em;
font-weight: bold;
background: url("images/brushed.jpg") repeat-y #c4c5c8;
display: block;
margin-top:0;
height: 20px;
border: solid 1px #999;
padding-left: 10px;
margin-bottom: 10px;
padding-top: 5px;
}

.news_date {
 margin-left: 5px;
 color: gray;
margin-left: 10px;
margin-right: 10px;
border-bottom: #eeeeee 1px solid;
}

.news_new {
color: red;
border-bottom: #eeeeee 1px solid;
margin-left: 10px;
margin-right: 10px;
}

.news_item {
 margin-left: 30px;
 padding-right: 10px;
 padding-bottom: 10px;
}

.news_item ul {
   padding: 0;
   margin: 1em 0 1em 0;
}

.news_item li {
   list-style: none;
   padding: 0;
}

span.news_highlight {
color: #cc0000;
}
    /* End of rules for Latest News post-it */



    /************************************/
    /* Rules for the footer of the site */
    /************************************/

.footer {
position: relative;
left: 100px;
width: 80%;
padding: 10px;
text-align: center;
font-size: 0.55em;
color: #2c4085;
clear: both;
}
    /* End of rules for the footer */

    /****************************/
    /* Rules for error messages */
    /****************************/

.error {
	margin: 1em 0em;
	padding: 0.2em;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #E22;
	border: #933 solid 2px;
	border-width: 2px 0;
}
    /* End of rules for error messages */

    /********************************************************/
    /* Rules for selectors used accross the site in general */
    /********************************************************/

div.mail_notices {
background:#f4f4f4; 
border:dashed 1px #cc0000;
padding-left: 10px;
padding-right: 10px;
}

div.pre_tag_within_mail_notices {
line-height: 1em;
font-size: 1.2em
}

h1 {
font-size: 1.4em;
letter-spacing: 1px;
}

h2 {
font-size: 1.3em;
letter-spacing: 1px;
}

h2.mail_notices {
color: #cc0000;
}

h3 {
font-size: 1.2em;
text-decoration: underline;
padding:0;
margin:0;
}

a:link {
text-decoration: none;
color: #cc0000; 
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

hr.hr_styled {
width: 25%;
text-align: center;
color: #666666;
}

/*This selector is specific to the T&M page*/
ul.middleware_contacts {
list-style: none;
}
/*end of selector for  T&M page */

.psp_table {
background-color: #ececec;
border: 1px solid #999;
width: 70%;
}

.psp_table_left_cell{
text-align: right;
border-top: solid 1px #999;
}

.psp_table_right_cell {
border-top: solid 1px #999;
border-left: solid 1px #999;
}

.articles_table {
background-color: #ececec;
border: 1px solid #999;
}
.article_title_cell {
text-align: right;
border-top: solid 1px #999;
}

.article_link_cell {
border-top: solid 1px #999;
border-left: solid 1px #999;
}

.presentations_1st_inner_table {
background-color: #ececec;
border: 1px solid #999;
width: 80%;
}

.presentations_filename_table_cell {
text-align: right;
border-top: solid 1px #999;
}

.presentations_link_table_cell {
border-top: solid 1px #999;
border-left: solid 1px #999;
}

.presentations_other_inner_table {
background-color: #ececec;
border: 1px solid #999;
width: 80%;
margin-top: 20px;
}

/* End of rules for selectors used accross the site in general */
