
body {
 font-family: "Lucida Sans";
 font-size:12pt;
 color: #333399;
}

li {
/*  list-style-image: url(/mlogo.gif); */

}

h2 {
 text-align:center;
}
h3 {
 font-size:15pt;
 font-style:italic;
}

h4 {
 font-size:11pt;
 font-style:italic;
}

td {
 font-family: "Lucida Sans";
 color: #333399;
 font-size:12pt;
}

a , a:visited {
 color:blue;
 font-weight:bold;
 text-decoration:underline;
}

a:hover {
 text-decoration:none;
}

.left_menu{
padding-top:10px;
padding-left:20px;
background-color:#4874A1;
}

.left_menu a , .left_menu a:visited {
 font-size:11pt;
 color:white;
 font-weight:bold;
 /*margin-left:15px;*/
}

.left_menu a:hover {
 text-decoration:none;
}

p.footer {
 font-size:9pt;
 color:#003366;
}

#basicmenu{
    background-color:#4874A1;
}

.yui-skin-sam .yuimenu .bd {
    background-color:#4874A1;
    border:none;
}

.yui-skin-sam .yuimenu ul {
    border:none;
}

.yui-skin-sam .yuimenu li {
    border:1px #4874A1 solid;
}

.yui-skin-sam .yuimenuitemlabel  {
    color:white; 
    font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
    border-bottom:thin #3787C8 solid;
}

.yui-skin-sam .yuimenuitemlabel {
    color:white; 
    font-weight:bold;
    vertical-align:middle;
    cursor:pointer;
}

.yui-skin-sam .yuimenuitemlabel :visited {
    color:white;
    font-weight:bold;
    vertical-align:middle;
}
.yui-skin-sam .yuimenuitemlabel-selected  {
    color:white; 
}


.yui-skin-sam .yuimenuitemlabel-selected :visited {
    color:white; 
}


a.rootlabel  {
    text-decoration:none;
    color:white;
}
a.rootlabel:visited  {
    text-decoration:none;
    color:#FFFFFF;
}

#footer {
    clear:both;
    padding-top:10px;
    text-align:center
}

.tBox {
    border:none silver thin;
}

.mf_output{
    font-family:monospace;
    font-size:9pt;
    color:black;
}
table.norm_table td, th, tr{
    margin:0px;
    padding:1px;
    font-size:13px;
    text-align:center;
}
table.norm_table {
	border-width: 2px;
	border-spacing: 0;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
}
table.norm_table th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0;
}
table.norm_table td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius:0 ;
}#right{
    overflow:visible;
}

simple.table td,tr {
    text-align:left;
}

/*Style for generating case studies index*/
.mini_index{
    padding-left:100px;
}

/* adopted from: http://modxcms.com/about/blog/rthrash/simple-rounded-corner-css-boxes.html */
/* set the image to use and establish the lower-right position */
.news_box, .news_box_body, .news_box_head, .news_box_head h2 {
    background: transparent url(/pictures/css/news_box.png) no-repeat bottom right;
}
.news_box {
    width: 550px !important; /* intended total box width - padding-right(next) */
    width: 550px; /* IE Win = width - padding */
    padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
    /*margin: 20px auto;*/ /* use to position the box */
    /*border: thin black solid;*/
}

/* set the top-right image */
.news_box_head {
    background-position: top right; margin-right: -15px; /* pull the right image over on top of border */
    padding-right: 40px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.news_box_head h2 {
    background-position: top left;
    margin: 0; /* reset main site styles*/
    border: 0; /* ditto */
    padding: 25px 0 15px 40px; /* padding-left = image gap + interior padding ... no padding-right */
    height: auto !important; height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.news_box_body {
    background-position: bottom left;
    margin-right: 25px; /* interior-padding right */
    padding: 15px 0 15px 40px; /* mirror .news_box_head right/left */
}
