<html><body><p>/* =================================================
LOCAL STYLE SHEET
Use this to overwrite any of the global styles or add customized elements
================================================= */

/* Diagnostics File */
/*@import url("/TemplatePackage/css/A/diagnostics.css");*/

/* COLOR THEME -- ORANGE */
/*@import url("/TemplatePackage/css/A/theme-orange.css");*/

/* COLOR THEME -- PURPLE */
/*@import url("/TemplatePackage/css/A/theme-purple.css");*/

/* min-height rule for topic blocks container */
/*
.top-blocks dl{
	min-height: 50px;
}

*/

#raw
 {
 display:inline;
 }
 
/*
.top-blocks dl{
	height: 60px;
} 
*/

.c1 dl, .c2 dl {
	height: 70px;
	}
	
.c1 ul li, .c2 ul li {
	padding-bottom: 12px;
	}

#tblHeadCtr, #tblHeadCtr th, #tblHeadCtr td {border: none; text-align: left; padding: 6px;}


div.ScriptBox
{

width:300px;
padding:10px;
border:2px dashed red;
margin:0px;

}


div.ScriptBox2
{

width:100%;
padding:10px;
border:2px dashed red;
margin:0px;


}



/* Starts  Nice table - Nice borders - CSS */

table.gray-border{
border: 1px solid #CCCCCC !important;
}

table.gray-border th{
border: 1px solid #CCCCCC !important;
}

table.gray-border td{
border: 1px solid #CCCCCC !important;
}

table.dark-green-table td{
padding: .5em;
vertical-align: top;
}

.dark-green-table th{
background-color: #C1D5B0;
color: black;
padding: .5em;
}

p.big {line-height:200%;}

.evenRow{
	background-color: #e5e5e5;
}

.oddRow{
	background-color: #f4f4f4;
}

.e8fcf9-bg-color {
        background-color: #e8fcf9 !important;
}

.margin-left-zero {
        margin-left: 0px !important;
}</p></body></html>