html,body{
	margin:0;
	font:13px Arial, Helvetica, sans-serif;
	background:#f7f8f8 url(images/body-bg.gif) repeat-x;
	width: 100%;
	height: 100%;
}
td 
{
	font:13px Arial, Helvetica, sans-serif;
}
img{ border:none;}
a{
	color:#0000FF;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;

}
form, fieldset{
	margin:0;
	padding:0;
	border:none;
}
input, select, textarea{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
table.WebPartZone {
	width:100%;
}
/* Wrapper */
#wrapper{
	background:url(images/wrap-bg.gif) repeat-y;
	width:985px;
	margin:0 auto;

	overflow:hidden;
}
/* Wrapper bottom */
.wrapper-bottom{
	background:url(images/wrap-top.gif) no-repeat;
	width:965px;
	padding:0 10px 10px;

}
/* Header */
#header{
	width:925px;
	padding:37px 20px 0;
}
#header img{
	display:none;
}
#header:after,
.navigation-box:after{
	content:"";
	display:block;
	clear:both;
}
.logos{
	width:914px;
	padding:0 9px 0 2px;
	overflow:hidden;
}
.print-logos{
	padding:0 9px 0 2px;
	/*overflow:hidden;*/
	width:914px;
}
/* Logo */
strong.logo{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:230px;
	height:56px;
	margin:5px 0 0;
}
strong.logo a{
	display:block;
	overflow:hidden;
	background:url(images/logo.gif) no-repeat;
	height:56px;
}
strong.print-logo{
	float:left;
	margin:5px 0 0;
}
/* Logo Tax */
strong.logo-tax{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:165px;
	height:65px;
}
strong.logo-tax a{
	display:block;
	overflow:hidden;
	background:url(images/logo2.gif) no-repeat;
	height:65px;
}
strong.print-logo-tax{
	float:right;
	width:470px;
}
.simple-search{
	float:right;
	padding-right:12px;
	padding-top:6px;
}
/* Navigation box */
.navigation-box{
	width:100%;
	background:#BCD631;
	margin:19px 0 0;
}
/* Main menu */
#nav{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	float:left;
	position:relative;
	z-index:10;
}

#nav li a{
	float:left;
	color:#000000;
	font-size:14px;
	font-weight:bold;
	padding:0 15px;
	text-decoration:none;
	height:35px;
	line-height:38px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #999999;

}

#nav li a.active
{
	background:#406618;
	color:#ffffff;
}


#nav li.hover a,
#nav li:hover a,
#nav li a:hover{
	background:#ffffff;
	color:#000000;
	border-bottom:none;
}


#nav li.hover .drop,
#nav li:hover .drop{
	display:block;
}

/* Dropdown */
#nav .drop{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:390px;
	margin:0 -40px 0 0;
	background:#fff;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:10px;
	z-index: 10;
}
#nav .drop ul{
	float:left;
	margin:0;
	padding:0 30px 0 10px;
	list-style:none;
	/*width:250px;*/
}
#nav .drop ul li{
	float:none;
	padding:10px 0;
}
#nav li.hover .drop ul li a,
#nav li:hover .drop ul li a{
	float:none;
	display:inline;
	border:0;
	padding:0 0 0 10px;
	color:#002fff;
	/*background:url(images/bullet2.gif) no-repeat 0 50%;*/
	height:auto;
	line-height:normal;
	font-weight:normal;
	font-size:13px;
}
#nav .drop ul li a:hover{
	text-decoration:underline;
	background:url(images/arrow.gif) no-repeat 0 50%;
}

#nav .drop ul li a{
	text-decoration:none;
	background:url(images/arrow_light.gif) no-repeat 0 50%;
}

/* Search form */
.search-form{
	float:right;
	width:165px;
	overflow:hidden;
	padding:9px 5px 0 0;
}
.search-form legend{
	display:none;
}
.search-form .text{
	border:1px solid #c0c2a2;
	width:115px;
	padding:1px;
}
.search-form .search-btn{
	border:1px solid #797b58;
	padding:0;
	margin:0;
	background:#faf9f8;
	color:#747473;
	width:43px;
}
/* Main */
#main{
	width:925px;
	padding:0 20px;
	overflow:hidden;
}
.holder
{
    width:100%;
	overflow:hidden;
}
.heading{
	background:url(images/heading-bg.gif) no-repeat -35px 0;
	width:914px;
	overflow:hidden;
	margin:21px 0 0;
	padding:16px 0 23px 11px;
	border:1px solid #cccccc;
}
.heading h1{
	margin:0;
	color:#fff;
	font-size:61px;
	line-height:54px;
	font-weight:normal;
}
.heading h2{
	margin:2px 0 0;
	color:#333333;
	font-size:14px;
	font-weight:normal;
}
/* Latest news box */
.latest-news{
	width:903px;
	overflow:hidden;
	border:1px solid #cccccc;
	background:url(images/latest-bg.gif) repeat-x;
	padding:8px 10px 4px;
	margin:20px 0 0;
}
.box h3,
.latest-news h3{
	float:left;
	margin:0;
	color:#386843;
	font-weight:bold;
	font-size:14px;
	/*text-transform:capitalize;*/
	background:url(images/separator.gif) no-repeat 100% 50%;
	padding:0 7px 0 0;
	margin:0 6px 0 0;
}
.latest-news p{
	float:left;
	margin:0;
	color:#454645;
	font-size:13px;
}
.latest-news p a{
	color:#2d3994;
}
.box-holder{
	width:945px;
	overflow:hidden;
	margin:20px -20px 0 0;
}
/* Boxs */
.box{
	float:left;
	width:273px;
	height:165px;
	border:1px solid #ccc;
	background:#fff url(images/news-bg.gif) repeat-x;
	padding:10px;
	margin:0 20px 0 0;
	position:relative;
	/*The overflow line below is to fix an issue in IE6 where the boxes don't have the same height.*/
	overflow:hidden;
}
.box h3{
	float:none;
	background:none;
}
.box p{
	margin:0;
	color:#454645;
	font-size:13px;
	line-height:17px;
}
.area{
	padding:0 0 15px 0;
	margin:10px 0 0;
}
.area img{
	float:right;
}
.box a.more
{


   	position:absolute;
	right:13px;
	bottom:14px;
    display:inline;
	float:right;
	background:url(images/bullet.gif) no-repeat 100% 50%;
	height:22px;
	line-height:22px;
	padding:0 25px 0 0;
	color:#0000FF;
	font-size:13px;
	right: 5px;
	display:inline;
	margin-right:3px;
	position:relative;
}
/* Footer */
#page-bottom{
	width:925px;
	margin:20px 20px 0;
	padding:10px 0 0;
	overflow:hidden;
	text-align:right;
	border-top:1px solid #ccc;
}
#page-bottom ul{
	margin:0 0 0 -7px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}
#page-bottom ul li{
	float:left;
	background:url(images/separator.gif) no-repeat 0 50%;
	margin:0 1px 0 -1px;
	padding:0 7px;
}
#page-bottom ul li a{
	display:block;
	color:#2200CC;
	font-size:13px;
}
#page-bottom p{
	margin:0;
	color:#454645;
	font-size:13px;
}
/* Content page */
.breadcrumbs{
	margin:0;
	padding:18px 0 18px 14px;
	list-style:none;
	float:left;
	overflow:hidden;
	width:913px;
	border-bottom:1px solid #ccc;
}
.breadcrumbs li{
	float:left;
	color:#454645;
	font-size:13px;
	padding:0 0 0 3px;
}
.breadcrumbs li a{
	float:left;
	color:#00f;
	font-size:13px;
	background:url(images/forward_slash.GIF) no-repeat 100% 50%;
	padding:0 12px 0 0;
}
/* Sidebar */
#sidebar{
	float:left;
	width:170px;
    height:330px;
}
/* Twocolumns box */
#twocolumns{
	float:left;
	width:831px;
	overflow:hidden;
	/*border-top:1px solid #ccc;*/
	/*margin:0 0 0 20px;*/
	display:inline;
}
/* Content */
#content{
	float:right;
	width:627px;
    	min-height: 300px;
	margin-top:15px;
}

.aside{
	float:right;
	width:210px;
}
#content h1{
	margin:0;
	padding:0 0 4px;
	color:#406618;
	font-size:25px;
	line-height:30px;

	font-weight:normal;	
}
#content h2{
	margin:0;
	padding:10px 0;
	color:#406618;
	font-weight:normal;
	font-size:16px;
}
#content p{
	margin:0;
	padding:5px 0;
	color:#454645;
	font-size:13px;
	line-height:17px;
}
#content ul{
	/*margin:0;
	padding:5px 0;*/
	list-style-type:disc;
}
#content ul ul
{
    padding-left:25px;
}
#content ul li{
	/*background:url(images/bullet4.gif) no-repeat 0 9px;*/
	padding:0 0 0 12px;
	color:#454645;
	font-size:13px;
	/*position:relative;*/
}
/* Utilite box */
.utilite-box{
	border:1px solid #ccc;
	background:#fff url(images/news-bg.gif) repeat-x;
	padding:10px;
}
.utilite-box h3{
	margin:0;
	padding:0 0 0 20px;
	color:#406618;
	font-size:16px;
}
.utilite-box ul{
	margin:0;
	padding:10px 0;
	list-style:none;
}

.utilite-box ul li{
	border-top:1px solid #ccc;
	padding:5px 0;
}
.utilite-box ul li{
	color:#454645;
	font-size:13px;
}
.utilite-box ul li a{
	color:#00f;
	font-size:13px;
}

#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li{
	border-bottom:1px solid #ccc;
	background:url(images/arrow_light.gif) no-repeat 0 12px;
	padding:10px 5px 5px 15px;
}
#sidebar ul li:hover{
	background:url(images/arrow.gif) no-repeat 0 12px;
	/*text-decoration:underline;*/
}
#sidebar ul li a{
	/*color:#454645;*/
	color:#0000FF;
	font-size:13px;
	display:block;
}
#sidebar ul ul{
	margin:0;
	padding:10px 0;
	list-style:none;
	border:0;
}
#sidebar ul ul li{
	background:url(images/dash_light.gif) no-repeat 0 7px;
	margin-left:15px;
	border-top:medium none;
}
#sidebar ul ul li:hover{
	background:url(images/dash.gif) no-repeat 0 7px;
}

/*Panel.css START*/


.StandardPanel
{
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 3px 0px;
	background-color: #FFFFFF;
	border: solid 1px #90979E;
	clear: both;
}
.StandardPanel .StandardPanel
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*border: none;*/
}
/* The area above the panel */
.PanelHead
{
	color: #000000;
	height: 26px;
    clear: both;
	background: #EFEFEF url('./images/panel/sliver_grey.gif') repeat-x;
	white-space: nowrap;
	padding-top: 4px;
}
/* The actual panel title text */
.PanelTitle
{
    font-weight: bold;
    margin-left: 10px;
    float: left;
}
.Collapsible
{
    cursor: pointer;
}
.PanelHeadCollapseImage, .PanelHeadCollapseText
{
    margin-right: 5px;
    float:right;
}
.PanelHeadCollapseText
{
    text-decoration: underline;
    font-weight: normal;   
}
/* The actual content of the panel */
.PanelBody
{
	padding: 2px 5px 2px 5px;
	font-family: verdana,tahoma,arial,helvetica;
	color: black;
	background-color: #FFFFFF;
	height: auto;
}

.PanelBody .PanelBody
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/* The columns within the panel
    NOTE: This could be ".StandardPanel .PanelColumn", but it was decided
    that there is no reason not to be able to use this class name in any 
    context.
 */
.PanelColumn
{
    float: left;
    margin-left: 2px;
}
.StandardPanel fieldset
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* Hide the legend because we use our own custom header */
.StandardPanel fieldset legend
{
    display: none;
}

/* Field: Container element for both the Caption and Value controls */

.StandardPanel div.PanelFieldGraph
{
	float: left;
	clear: left;
	width: 95%;
	padding: 0px 0px 0px 0px;
	border: solid 1px white;
	border-bottom: solid 1px #CDCDCD;	
}

.StandardPanel fieldset div.PanelField
{
	float: left;
	clear: left;
	width: 95%;
	padding: 3px 2px 3px 2px;
	border: solid 1px white;
	border-bottom: solid 1px #CDCDCD;
}
/* prevent doubled-up border with nested PanelFields */
.StandardPanel fieldset div.PanelField .PanelField
{
    width: auto;
    /*margin-left: 1%;*/
    border: none;
}
/*.StandardPanel fieldset div.PanelField:hover
{
	border-color: #CDCDCD;
	background-color: #EFEFEF;
}
 */
.StandardPanel fieldset div.focus, .focus, .StandardPanel fieldset div.focus:hover, .focus:hover
{
    border-color: #BCBCBC;
	background-color: #CDCDCD;
}
/* Caption */
.StandardPanel fieldset div.PanelField label
{
	float: left;
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
	width: 130px;
	min-width: 10em;
	padding: 3px;
	white-space: pre-line;
}
/* Caption - Top  & Bottom */
.StandardPanel fieldset div.Top label, .StandardPanel fieldset div.Bottom label
{ 
    width: 99%; 
}
/* Value */
.StandardPanel fieldset div.PanelField .PanelFieldValue
{
	float: left;
	width: 60%;
	text-align: left;
	padding: 3px 0px 3px 0px;
}
/* Value - Right */
.StandardPanel fieldset div.Right .PanelFieldValue{ text-align: right; }
/* Value - Top & Bottom */
.StandardPanel fieldset div.Top .PanelFieldValue, .StandardPanel fieldset div.Bottom .PanelFieldValue
{ 
    width: 99%; 
}
/* Value Input Controls , .PanelFieldValue textarea*/
.PanelFieldValue input, .PanelFieldValue select, .PanelFieldValue a
{
	float: left;
	max-width: 75%;
} 
.PanelFieldValue textarea
{
	float: left;
	width: 99%;
}
.PanelFieldValue input[type=text], .PanelFieldValue input[type=password]
{
    min-width: 10em;
}
.RadETextBox
{
	min-width: 0 !important;
}
.ParameterSheet .PanelField .PanelFieldValue
{
	width: 250px !important;
}


.PanelFieldValue .CalendarInput
{
    display: block;
    float:left;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
    margin-right: 3px !important;
}
/* Value Input Controls for Caption on Right
.StandardPanel fieldset div.Right input, .StandardPanel fieldset div.Right textarea, .StandardPanel fieldset div.Right select, .StandardPanel fieldset div.Right a
{
    float: right;
}  */

/* Allow for an AutoWidth class; useful for Radio Button lists as value */
.AutoWidth label, .AutoWidth .PanelFieldValue
{
    width: auto !important;
    min-width: 1em !important;
}
.FloatNone label, .FloatNone input, .FloatNone select, .FloatNone a
{
    float: none !important;
}

/* Special marker for required fields */
/*.StandardPanel fieldset div.PanelField div.Required, .PanelTableValue .Required*/
.Required
{
    BACKGROUND-POSITION: left center;
    PADDING-LEFT: 9px !important;	
    MARGIN-LEFT: -6px !important;
    _MARGIN-RIGHT: -2px; /* This attribute is used on IE6 only and compensates the negative margin bug in IE6 */
    _MARGIN-LEFT: -4px; /* This attribute is used on IE6 only and compensates the negative margin bug in IE6 */
    _POSITION: fixed; /* This attribute is used on IE6 only and makes the backgroud-image appear */
    BACKGROUND-IMAGE: url(images/required.gif);
    BACKGROUND-REPEAT: no-repeat;
    /*border-left: solid 3px;
	border-left-color: #FF0000;*/		
}

/* Need a special class to handle the cases where the value column has
   spans and labels that shouldn't have display:block
.StandardPanel fieldset span.InlineDisplay span, .StandardPanel fieldset span.InlineDisplay label
{
	display: inline;
	float: none;
	vertical-align: middle;
} */

/* OBSOLETE Stuff before i finished this CSS file */
td.PanelTableValue
{
	/*background-color: #F1F1F1;*/
	font-size: .9em;
	vertical-align: top;
	padding: 4px;
	border-bottom: solid 1px #CDCDCD;
}
td.PanelTablePrompt, td.PanelTablePromptLeft, td.PanelTablePromptCenter, td.PanelTablePromptRight, td.PanelTablePromptAndValue
{
	border-bottom: solid 1px #CDCDCD;
	font-size: .9em;
	font-weight: bold;
	color: #666666;
	padding: 4px 0px 0px 2px;
}
td.PanelTablePrompt
{
	text-align: left;
}
td.PanelTablePromptCenter
{
	text-align: center;
}
td.PanelTablePromptRight
{
	text-align: right;
}
td.PanelTablePromptAndValue
{
	padding: 6px;
}
td.PanelTableValue td.PanelTablePrompt, td.PanelTablePromptLeft, td.PanelTablePromptCenter, td.PanelTablePromptRight, td.PanelTablePromptAndValue
{
	border-bottom: none;
}

/* Undo the new changes for existing pages using PanelTablePrompt/PanelTableValue */
/*.PanelTablePrompt .PanelField, .PanelTableValue .PanelField
{
	border-bottom: none;
	display: inline;

}
.PanelTablePrompt .PanelField label
{
	width: 20%;
	font-size: 80%;
	font-weight: bold;
	color: #003399;
	vertical-align: top;
	padding: 4px 0px 0px 2px;
}*/

/* Legacey style used in old tabs for the portfolios */
.HTabBody
{
	height: 100%;
	vertical-align: top;
	border-right: #94A6CE 1px solid;
	border-left: #94A6CE 1px solid;
	border-bottom: #94A6CE 1px solid;
	padding: 5px 5px 5px 5px;		
}

/* Parameter Sheet styles, should be deleted whenever SmartFilter gets
 re-written to not use table layout */
.ParameterSheet
{
    width: 100%;
    max-width: 800px;
}
.ParameterSheet Table
{
    width: 100%;
}
.ParameterSheet .ParameterSheetButton
{
    margin-left: 12em;
    clear: both;
    display: block;
}

/*BEGIN InfoControl CSS*/
.moreInfo
{
	float: left;
	margin-left: 3px;
}
.unitText
{
	margin-left: 2px;
	white-space: nowrap;
}
.moreInfoFlyout
{
    position: absolute;
    display: none; 
    overflow: hidden; 
    z-index: 2; 
    background-color: #FFFFFF;
    border: solid 1px #D0D0D0;
}
.moreInfoPanel, moreInfoStatic
{
    position: absolute;
    display: none; 
    z-index: 2; 
    font-size: 12px; 
    border: solid 1px #CCCCCC; 
    background-color: #FFFFFF; 
    padding: 5px;
    white-space: normal;
    overflow: auto;
}
.moreInfoStatic
{
	position: static;
	display: block;
	height: auto;
	float: left;
}
.moreInfoHead
{
    clear: both;
    float: right;
}
.moreInfoBody
{
	clear: both;
	position: relative;
    white-space: normal;
    width: 95%;
}
/*END InfoControl CSS*/

.StylesDateText
{
	margin-right: 3px !important;
	min-width:0;
	width:7em;
}

/*Panel.css END*/

/*01-iMIS.css BEGIN*/
@import url("../../YUI/build/reset-fonts-grids/reset-fonts-grids.css");
@import url("../../YUI/build/base/base.css");
@import url("../../YUI/build/grids/grids.css");


/* override the yui default min-width b/c 750px is just too big a min-width */
#doc, #doc2, #doc3, .yui-t1, .yui-t2, .yui-t3, .yui-t4, .yui-t5, .yui-t6, .yui-t7
{
    min-width: 100px;
}
/* Base */
/*html, body, form 
{
    width: 100%;
    height: 100%;
}
body
{
	text-align: left;
	padding-top: 5px;
}*/
div
{
	z-index: 1;	/* Required for dynamically displayed menus to properly display "over" content. */
}
b, strong, strong em, strong i, b em, b i
{
    font-weight: bold;
}
i, em, em strong, em b, i strong, i b
{
    font-style: italic;
}
.iMIS
{
	font-weight: bolder;
	font-size: larger;
	font-style: italic;
	font-family: 'Times New Roman';
}
/*th,td {
	/*borders and padding to make the table readable*/
	border: none 0px;
	padding: 0px;
}*/
/* End Base */

.ConsolePanel
{
    width: 100%;
}
.ConsolePanel a, .ConsolePanel a:link, .ConsolePanel a:visited
{
    color: #0066cc;
}
.ConsolePanel a:hover
{
    color: #0099ee;
}
#FillProgressDiv
{
    position: absolute; 
    z-index: 1001; 
    filter: alpha(opacity=90); 
    text-align: center; 
    vertical-align: middle; 
    border: solid 1px #cdcdcd; 
    background-color: #efefef;
    padding-top: 10px;
    font-weight: bold;
}
#copyright
{
	font-size: xx-small;
	width: 100%;
	text-align: center;
}
.DisplayNone
{
    display: none;
}
.Info
{
	color: #94a6ce;
	font-family: 'Trebuchet MS' , Tahoma;
	font-style: italic;
	font-size: 85%;
	font-weight: bold;
}
/* error message displayed to user */
.ErrorInLineLong
{
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 4px;
	font: smallcaption;
	position: fixed;
	color: red;
	background: #FFFFFF;
	z-index: 1;
    _POSITION: absolute; /* This attribute is used on IE6 only and makes the backgroud-image appear */
    _WIDTH: 350px;	
}
.ErrorInLine
{
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 4px;
	font: smallcaption;
	position: fixed;
	color: red;
    _POSITION: absolute; /* This attribute is used on IE6 only and makes the backgroud-image appear */
    _WIDTH: 350px;	
}
.Error, .ErrorNoBackground, .iMISUserMessage
{
	padding-right: 3px;
	padding-left: 3px;
	margin-bottom: 4px;
	font: smallcaption;
	width: auto;
}
.iMISUserMessage li
{
	list-style-type: none;
}
.iMISUserMessageIcon
{
	vertical-align: middle;
	margin-right: 5px;
}
.Error, .ErrorNoBackground, .iMISUserMessageError
{
	color: red;
}
.iMISUserMessageLabel
{
	font-weight: bold;
}
.iMISUserMessageWarning
{
	color: blue;
}
.iMISUserMessageInformation
{
	color: blue;
}
.Error
{
	background-color: white;
}
.Important
{
	font: smallcaption;
	font-weight: bold;
	color: Red;
}
.GeneralMessage
{
	font: smallcaption;
	padding: 10px;
}
.ListSearchPrompt
{
	margin-top: 5px;
	background-color: #FFFFFF;
	border: solid 1px #90979E;
	padding: 5px;
}
/* status message displayed to user usually at the top of the control */
.Status
{
	border-right: black 1px solid;
	padding-right: 3px;
	border-top: black 1px solid;
	padding-left: 3px;
	margin-bottom: 4px;
	padding-bottom: 3px;
	font: Status-Bar;
	border-left: black 1px solid;
	width: 100%;
	color: black;
	padding-top: 3px;
	border-bottom: black 1px solid;
	background-color: white;
}

/* process status message displayed to user usually on a summary page */
.StatusProcess
{
	padding-left: 3px;
	color: dimgray;
}

/* BEGIN BUTTON STYLE */
.Save, .Ok
{
	/*height: 30px;*/
}

/* Begin Generics*/
/*
h1, h2, h3, h4, h5, .lgTitle, .mdTitle
{
	font-weight: bold;
	font-family: 'Trebuchet MS' , Tahoma;
}
h1
{
    font-size: 150%;
    color: Black;
}
h2, .lgTitle
{
	font-size: 150%;
	margin: 4px 0px 0px 0px;
	color: Black;
}
h3, .mdTitle
{
	font-size: 120%;
	margin: 4px 0px 0px 0px;
	color: #94a6ce;
}
h4
{
	color: #94a6ce;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
*/
.CommandBar
{
	float: right;
	clear: both;
}
.CommandBar input, .CommandBar button
{
    margin-right: 5px;
}
.Caption, caption
{
	font-size: 115%;
	color: #eda211;
	text-align: left;
}

/* LAYOUT */
#buttonBar
{
	width: 100%;
	height: 30px;
}
#mainTitle
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
}
#mainTitle a
{
	/*color: #FFFFFF;*/
	font-weight: normal;
	font-size: .9em;
}
#mainTitleLeft
{
    float: left;
    padding-left: 0em;
}
#mainTitleRight
{
    float: right;
    padding-right: 1em;
}
.BreadCrumbCurrent
{
	font-weight: bold;
	font-size: 1.2em;
	white-space: nowrap;
}
#bottomBar
{
	float: left;
	background: #FFFFFF;
	width: 100%;
	white-space: nowrap;
}

/* END LAYOUT */
.Watermarked, .Disabled
{
	color: Gray;
}
.TitleDescriptionControl img
{
	float:left;
	margin-right: 4px;
}
/*Defaults*/
.Prompt
{
	margin-top: 7px;
}
.TopPrompt
{
	margin-top: 7px;
}
.hand
{
	cursor: pointer;
}

.popupPanel
{
	background-color: #FFFFFF;
	border: solid 1px black;
	padding: 8px 8px 8px 8px;
}
span.NavigationTreeTitle
{
	width: 300px;
	border-top: solid 2px #F1A602;
	font-size: 0.3em;
}
/* Display type for currency, to make sure it lines up properly: right-aligned + monospace. */
.DisplayCurrency
{
	color: black;
	text-align: right;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, Monospace;
	width: 7em;
}

/* The surf-to-edit button for Content Records */
.ContentRecordPageButtonPanel
{
    position: absolute;
    right: 0px;
    top: 0px;
}
.ContentItemButtonPanel
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.ContentRecordPageButtonPanel img, .ContentItemButtonPanel img
{
    cursor: pointer;
}
.SearchResultImage
{
	float: left;
}
.SearchResult
{
	float: left;
	text-align: left;
}
.RosterImpersonation
{
	padding: 6px 0px 6px 0px;
	width: 99%;
}
.PageTasksPanel
{
	float:right;
	/*position: absolute;
	bottom: 2px;
	left: 7px;
	margin: auto;*/
	/* IE6 Only Attributes */
   /* _bottom: 20px;
    _float: left;
    _position: relative;*/
}

.MembersOnlyContent
{
    padding-left: 10px;
    padding-right: 10px;
    background: url(../../AsiCommon/Images/AtomPainter/iMISMembersOnlyTool.gif) no-repeat center center;
}
.ImportantContent
{
    padding-left: 10px;
    padding-right: 10px;
    background: url(../../AsiCommon/Images/AtomPainter/iMISNewContentTool.gif) no-repeat center center;
}
.SearchResultsSortLink
{
	width: 100%;
	text-align: right;
}
.SearchResultsSortLink_Selected
{
	font-size: larger;
	font-weight: bold;
}
.NavigationUnorderedList
{
	margin: 0px;
}
.NavigationListItem
{
	list-style: none;
}
.PageSubNavMenu table
{
	margin-bottom: 0px;
}
.SitemapMenuItem
{
	margin-bottom: 0px;
}
.RadEWrapper table
{
	margin-bottom: 0px;
}

/* Sell-On-Web popup menu */
div#sowMenuPerimeter
{
    background-color: white;
    border: thin solid gray;
}

.ReportViewer div, .ReportViewer table
{
	height: auto !important;
}

.ReportViewer iframe
{
        height: 400px !important;
}

/* GridView Styles */

.GridTitlePanel
{
	background: #c7d0d9;
	color: black;
	margin-top: 3px;
	margin-bottom: 3px;
}

Table.Grid, Table.Grid TD, Table.Grid TH
{
	border-collapse: collapse;
	/*border: #94a6ce 1px solid;*/
}
Table.Grid
{
	margin: 3px;
	border: #898d8f 1px solid !important;
}
Table.Grid TH, Table.Grid TR.GridHeader TD
{
	border-top: solid 1px #8d9092;
	font: normal 11px Arial, Verdana, Sans-serif;
	background: #BBC6D2 url(../../RadControls/Grid/Skins/WebBlue/Img/headerBg.gif) repeat-x;
	color: black;
	border-bottom: solid 1px #8d9092;
	height: 20px !important;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

TR.GridHeader A
{
	color: #000000;
	text-decoration: none;	
}

TR.GridHeader TH
{
	font-weight:  bold;
}

TR.GridHeader TH.NumberStyle
{
	text-align: center !important;
}

TR.GridHeader TH.PriceStyles
{
	text-align: center !important;
}

.GridDelete TD
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

Table.Grid TD
{	
	background-color: #f0f2f4;
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
	padding: 3px;
	font: normal 11px Arial, Verdana, Sans-serif;
}

Table.Grid TR.GridAlternateRow TD, Table.Grid TR.tableRowAlt TD
{
	background-color: White;
}
Table.Grid TR:hover TD
{
    background-color: #e0e3e6;
}
Table.Grid .GridRowSelected
{
    background-color: #e0e3e6;
}
Table.Grid .eventSelectedRegistrant
{
    background-color: #e0e3e6;
    color: darkblue;
	font: bold;
}
.DeleteImage
{
	width: 18px;
	height: 18px;
	background-image: url(images/icon_delete.gif);
}

.DeleteImage, .EditImage
{
	margin: 1px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center 50%;
	border: 0;
	background-color: transparent;
	display: block;
	cursor: pointer;
}

Table.Grid .DisplayCurrency
{
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
}

.NavBullet LI
{
	color: #fe7921;
	list-style-type: square;
}

.NavSpan LI SPAN
{
	color: #000000;
}

TD.DisplayCurrency
{
    text-align: right !important;
    width: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* = Campaign Management using the expandable grid = */

Table.ExpGrid, Table.ExpGrid TD, Table.ExpGrid TH
{
	border-collapse: collapse;
}
Table.ExpGrid
{
	margin: 3px;
	border: #898d8f 1px solid !important;
}
Table.Grid TH, Table.Grid TR.GridHeader TD
{
	border-top: solid 1px #8d9092;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: black;
	border-bottom: solid 1px #8d9092;
	height: 20px !important;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

/* Column Row with Name, Total Revenue, Target Revenue, Overhead Cost, ROI %, Start Date, End Date, Status */
TR.ExpGridHeader TH
{
	border-top: solid 1px #8d9092;
	font: normal 11px Arial, Verdana, Sans-serif;	
	background:  #BBC6D2 url(../../RadControls/Grid/Skins/WebBlue/Img/headerBg.gif) repeat-x;
	font-weight:  bold;
	color: black;
	border-bottom: solid 1px #8d9092;
	height: 25px !important;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
}

/* Row with Campaign - Appeal name */
TR.ExpGridRow1 TD
{
	border-top: solid 1px #8d9092;
	font: normal 11px Arial, Verdana, Sans-serif;	
	font-weight:  bold;
	border-bottom: solid 1px #8d9092;
	height: 20px !important;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #a4b3c3;
}

TR.ExpGridRow1 A
{
	font-weight:  bold;
}

/* Row with Solicitations */
TR.ExpGridRow2 TD
{
	border-top: solid 1px #8d9092;
	font: normal 11px Arial, Verdana, Sans-serif;	
	font-weight:  bold;
	border-bottom: solid 1px #8d9092;
	height: 20px !important;
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	background-color: #e0e3e6;
}

Table.ExpGrid TD
{	
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px #d2d8db;
	padding: 3px;
	font: normal 11px Arial, Verdana, Sans-serif;
	height: 20px !important;
}

Table.Grid TR.ExpGridAlternateRow TD
{
	background-color: White;
}

/* Header row with Code, Segments, 1st Resp, Last Drop, Type, Member Type, Status */
Table.ExpGrid TR.ExpGridHeaderSourceCode TD, Table.ExpGrid TR.ExpTableRowAlt TD
{
	background-color: #8498ae;
	font-weight:  bold;
	height: 20px !important;
}

Table.ExpGrid .DisplayCurrency
{
    width: auto;
    padding-left: 10px;
    padding-right: 5px;
}

/*01-iMIS.css END*/