
body
{
	background-color : #39414c;
	color: #fff;

	padding: 0;
	font: 13px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;	
	line-height: 1.55em;
}

.normal
{
    font: 13px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica,	sans-serif;	
    font-weight: normal;
}

textarea
{
	font: 13px "Trebuchet MS", Verdana, Arialine-height: 1.55em;
}

a:link {text-decoration: none; color: #2293D4; }
a:visited {text-decoration: none; color: #2293D4;}
a:active {text-decoration: none; color: #2293D4;}
a:hover {text-decoration: underline; color: #2293D4;}


hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;

}

h1
{
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0;
	border: 0;
}

p
{
	overflow: hidden;
	padding: 2px 0;
	text-align: center;
}

form
{
    padding: 0;
    margin: 0;
}

/* ---------------------------------------------------------------------- */

.container
{
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	color: #454f5a;
	z-index: 50;
}

.topBanner {
	width: 940px;
}

.topBanner .logo
{
	display: inline;
	float: left;	
	background: transparent url("../images/logo.gif") no-repeat ;
	width: 153px;
	height: 94px;
}

.topBanner .logoGeneric
{
	display: inline;
	float: left;	
	background: transparent url("../images/logo_mail.gif") no-repeat ;
	width: 153px;
	height: 94px;
}

.topBanner .logoDeal
{
	display: inline;
	float: left;	
	background: transparent url("../images/logo.gif") no-repeat ;
	width: 153px;
	height: 94px;
}

.topBanner .banner
{
	display: inline;
	float: right;	
	background: transparent url("../images/banner.gif") no-repeat ;
	width: 407px;
	height: 82px;
}

.copyright
{
	padding: 8px 0 0 0;  
	
	/*clear: both;*/
	width:930px;
	color: #ccc;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
}

.footer
{
	padding: 0 10px 0 220px;  
	clear: both;
	color: #ccc;
	font-weight: normal;
	text-align: right;
	border-right: 5px #fad613 solid;
	margin: 25px 0 0 0;
	height: 95px;
}


.sideColl,
.centerColl,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.topMenu {
	width: 930px;
	background-color: #4d545e;
	height: 26px;
	padding: 4px 0 5px 10px;
	margin-top: 2px;
}

.contentWithMenu
{
	background: #fff;
	border: 10px solid #4d545e;
	border-top: 0;
	padding: 10px 5px;
	
}

.content
{
	background: #fff;
	border: 10px solid #4d545e;
	margin-top: 25px;
	padding: 10px 5px;
	
}

/* ---------------------------------------------------------------------- */

.contentWithMenu .sideColl,
.content .sideColl {
	width: 160px;
}

.contentWithMenu .centerColl,
.content .centerColl {
	width: 560px;

}

.contentWithMenu .fullColl,
.content .fullColl {
	width:890px;
    padding: 10px;
}

.sideColl h1, .centerColl h1 
{

	font-size: 130%;
	text-align: left;
	padding: 3px 0 3px 5px;		
	background-color: #39414c;
	margin-top: 7px;
	color: #fff;
}

.sideColl .fst, .centerColl .fst
{
	margin-top: 0;	
}

.sideColl .more,
.sideColl .prss
{
	display: inline;
	float: left;
	padding: 0 0 0 5px ;
	margin-top: 5px;
	font-size: 105%;
}

.sideColl .more
{
	background: transparent url("../images/arrR.gif") no-repeat 100% 5px; 
	padding: 0 15px 0 5px ;
	margin-top: 7px;
	font-weight: bold;
}

.trace
{
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 5px;
    display: block;
    color: #888;
}
/* ---------------------------------------------------------------------- */

input[disabled], input[readonly], select[disabled], select[readonly], checkbox[disabled], checkbox[readonly], textarea[disabled], textarea[readonly] 
{ 
 background-color: #eee; 

} 

.contentWithMenu .leftColl,
.content .leftColl {
	
	width: 435px;
	float: left;
	border-right: 1px solid #333;	
	padding: 10px;
	
	
}

.contentWithMenu .rightColl,
.content .rightColl {
	
	width: 430px;
	float: right;	
	padding: 10px;
	
	
}

.leftColl h1, .rightColl h1 , .fullColl h1,
.leftColl h2, .rightColl h2 , .fullColl h2,
.article h2
{

	font-size: 150%;
	text-align: left;
	padding: 0 0 15px 0;		
	
	margin-top: 0px;
	color: #39414c;
}

.leftColl h2, .rightColl h2 , .fullColl h2,
.article h2
{

	border-bottom: 3px solid #ccc;
	padding: 0 0 10px 0;	
	margin-bottom: 15px;
}

h3
{
    font-size: 110%;
	border-bottom: 1px solid #ccc;
	padding: 15px 0 2px 0;	
	margin-bottom: 5px;
}

h4
{
    font-size: 130%;
	padding: 15px 0 2px 0;	
	margin-bottom: 5px;
}

.leftColl p, .rightColl p , .fullColl p
{

	padding: 0;	
	text-align: left;	

}

	.leftColl  label{
		display:block;
		
		text-align:right;
		width:90px;
		float:left;
	}

    .fullColl label{
		display:block;
		padding-top: 2px;
		text-align:right;
		width:110px;
		float:left;
	}
	
	.article label{
		display:block;
	    padding-top: 2px;
		text-align:right;
		width:65px;
		float:left;
	}
	.leftColl  .inpt{
		float:left;
		width:150px;
		margin:0 0 10px 10px;
		border: 1px solid #ccc;
	}
	
    .fullColl .inpt, .article .inpt{
		float: left;
		width: 300px;
		margin: 2px 0 8px 10px;
		border: 1px solid #ccc;
		padding: 2px;
		
	}
	
	 .fullColl .inptL{
		float: left;
		width: 700px;
		margin: 0 0 8px 10px;
		border: 1px solid #ccc;
		padding: 2px;
		
	}
	
    .inptIc
    {
        float: left;	  
		width: 300px;
		margin: 0 0 8px 10px;
		border: 1px solid #ccc;
		padding: 2px 2px 2px 19px;
		background: #fff url("../images/magnifier.png") no-repeat 1px 2px; 
	}
	
	.fullColl .mand
	{
	    display: inline-block;
	    font-weight: bolder;
	    color: #f00;
	    margin-right: 5px;
	}
	
	.leftColl  .but, .fullColl  .but, .centerColl .but,
	.leftColl  .but_off, .fullColl  .but_off, .centerColl .but_off
	{ 
		clear:both;
		margin-left:100px;
		width:125px;
		height:31px;
		background: url(../images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-weight:bold;
		border: 0;
		cursor: hand;
	}
	
	.leftColl  .but_off, .fullColl  .but_off, .centerColl .but_off{ 
	
		background: url(../images/button_off.png) no-repeat;
		
	}
	.fullColl  .but, .fullColl  .but_off, .article  .but, .article  .but_off{ 
		
		margin-left:0px;
		
	}
	
	.leftColl .chkb,
	.fullColl .chkb
	{
	    float:left;
		width:15px;
		margin:0 0 10px 7px;}
	.chklst label
	{
	   	
		padding: 0;
		margin: -3px 0 3px 2px;
		text-align:left;
		width:140px;
		display:inline-block;
		vertical-align: top;
		float:none;
	 }	
	
	 .lk
	 {
		display: inline;
		background: transparent url("../images/arrRBlue.png") no-repeat 0 4px; 
		padding: 0 0 0 15px;
		margin: 4px 0 4px 5px;
    }
    
     .lkRm
	 {
		display: inline;
		color: #ff0000;
	 }
	 
	 .lkRm:link {text-decoration: none; color: #ff0000; }
     .lkRm:visited {text-decoration: none; color: #ff0000;}
     .lkRm:active {text-decoration: none; color: #ff0000;}
     .lkRm:hover {text-decoration: underline; color: #ff0000;}

    
    .centerColl .headerBlock
    {
    	padding: 10px;		
		background-color: #39414c;
		margin: 0 0 5px 0;
	}
	
	.centerColl .headerBlock h1
    {
	
		padding: 0;
		margin: 0 0 5px 0;
	
	}
	
	.centerColl .headerRel
	{
	
		padding: 4px;
		background-color: #eee;
		/*border: 1px solid #999;*/
		margin: 0 0 12px 0;
	
	}
	
/* ---------------------------------------------------------------------- */

.styletable table {
	border-collapse: collapse;
	width: 100%;
	}

.styletable th {
	padding: 0 0.5em;
	text-align: left;
	}

.styletable tr.yellow td {
	border-top: 1px solid #4d545e;
	border-bottom: 1px solid #4d545e;
	background: #eee;
	}

.styletable tr.total td {
	border-top: 2px solid #ccc;
	border-bottom: none;
	font-weight: bold;
	}
.styletable td {
	border-bottom: 1px solid #CCC;
	padding: 2px 5px 0 5px;
	height: 1em;
	
	}

.styletable tr.disabled td
{
    background: #FDFDC9;
   }

.styletable td.adjC {
	border-left: 1px solid #CCC;
	text-align: center;
	height: 1em;
	vertical-align: top;
	
	}

.styletable td.adjL {
	border-left: 1px solid #ddd;
	text-align: left;	
	height: 1em;
	vertical-align: top;
	
	}

.simpletable {
	width: 100%;
	border: none;
	}

.simpletable td {
	padding: 0 5px 0 5px; 

	border: 1px solid #ddd;
	}

.simpletable th {
	background-color: #F2F3F7;
	padding: 0 5px 0 5px; 
	border: 1px solid #ddd;
	text-align: left;
	}
	
.notable {
	width: 100%;
	border: none;
	}

.notable td {
	padding: 0 ; 
	border: none;
	}

.grn, .grn table, .grn td, .grn tr
{
background-color: #E0FFE0}




/* ---------------------------------------------------------------------- */

.searchP
{
	display: inline;
	float: right;
	width: 343px;
	padding: 3px 0 0 0;
}

#hmenu
{
display: inline;
	float: left;
	padding: 3px 0 0 0;
}

/* ---------------------------------------------------------------------- */

.centerColl hr
{
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px	0;
	padding: 5px 0 0 0 ;	
	height: 1px;
	overflow:hidden;
}

.centerColl .evtime
{
    display:block;
		
		text-align:right;
		width:70px;
		float:left;
		display:inline-block;
		
}

.centerColl .evtitle
{
    display:block;
		
		padding: 0 0 0 7px;
		margin: 0;
		text-align:left;
		width:630px;
		display:inline-block;
		vertical-align: top;
		float:none;
}

/* ---------------------------------------------------------------------- */

.article
{
	margin: 7px 0 0 5px;
}

.collapsed
{ 
 	padding: 0 0 0 15px;

}
.pm
{
		margin: 0 0 0 -15px;
		padding: 0 7px 0 0;
}

.article .title
{
	font-size: 150%;
	color: #454f5a;
}

.article .titleCollapsed
{
	font-size: 110%;
	color: #454f5a;
	font-weight: bold;
}

.article .time, .article .caseid, .article .author, .article .calendar,
.article .Press, .article .Event, .article .Conf, .article .OffStat,
.article .Intell, .article .Comm
{	
	color: #aaa;
	background: transparent url("../images/page_white.png") no-repeat left; 
	padding: 0 0 0 20px;
}

.article .caseid
{	
	background: transparent url("../images/book_next.png") no-repeat left; 
}

.article .author
{	
	background: none;
	padding: 0 0 0 0px;
}

.article .calendar
{	
	background: transparent url("../images/cal.png") no-repeat left; 
}
.article .Press
{	
	background: transparent url("../images/newspaper.png") no-repeat left; 
}
.article .Event
{	
	background: transparent url("../images/cal.png") no-repeat left; 
}
.article .Conf
{	
	background: transparent url("../images/user_comment.png") no-repeat left; 
}
.article .OffStat
{	
	background: transparent url("../images/script.png") no-repeat left; 
}
.article .Intell
{	
	background: transparent url("../images/report.png") no-repeat left; 
}
.article .Comm
{	
	background: transparent url("../images/zoom.png") no-repeat left; 
}

.article p
{	
	text-align: left;
	border: 0px;
	margin: 2px 0 7px 0;
}

.article .intro
{
    background-color: #E9F3F8;
    padding: 13px 15px 15px 15px;
    margin: 10px 0 15px 0;
    border: 1px solid #B6D7E8;
}

.article .lft,
.statement .lft,
.event .lft,
.headerBlock .lft
{
	display: inline;
	float: left;	
}

.article .rght,
.statement .rght,
.event .rght,
.headerBlock .rght
{
	display: inline;
	float: right;	
}

.article .lftblck
{
	display: inline;
	float: left;	
	width: 600px;
}

.article .rghtblck
{
	display: inline;
	float: right;	
}

.print
{
	background: transparent url("../images/printer.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}

.pdf
{
	background: transparent url("../images/page_white_acrobat.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}
.mail
{
	background: transparent url("../images/email.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}
.word
{
	background: transparent url("../images/page_word.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}
.edit
{
	background: transparent url("../images/pencil.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}
.feedback
{
	background: transparent url("../images/comment.png") no-repeat 0 2px; 
	padding: 0 0 0 20px;	
}
.loggedIn
{
	float: left; display: block; color: #5F6771; height: 15px
}

.terms
{
    text-align: justify;
    height: 350px;
    overflow: auto;
    padding: 10px;
    background-color: #EFFFFF;
    border: 1px solid #CFDCDC;
                }



/* ---------------------------------------------------------------------- */

.statement, .event
{
	margin: 12px 0 0 5px;
	line-height: 1.32em;
	font-size: 95%;
}

.statement .title
{
	font-size: 105%;
	font-weight: bold;	
	color: #454f5a;
}
.statement .OffStat
{	
	color: #aaa;
	background: transparent url("../images/script.png") no-repeat left; 
	padding: 0 0 0 19px;
	margin-top: 3px;
}

.statement p, .event p
{	
	text-align: left;
	border: 0px;
	margin: 2px 0 1px 0;
}

/* ---------------------------------------------------------------------- */

.event .time
{	
	font-weight: bold;	
	background: transparent url("../images/cal.png") no-repeat 0 -1px; 
	padding: 0 0 0 19px;
}

/* ---------------------------------------------------------------------- */
.paging
{
	width: 100%;
	background-color: #eee;
	margin-top: 20px;
	height: 25px;
	border-top: 1px solid #ccc;
}

.paging .prev
{
	display: inline;
	float: left;	
	background: transparent url("../images/arrL.gif") no-repeat 0 5px; 
	padding: 0 0 0 15px;
	margin: 3px 0 3px 5px;
}

.paging .next
{
	display: inline;
	float: right;	
	background: transparent url("../images/arrR.gif") no-repeat 100% 5px; 
	padding: 0 15px 0 0 ;
	margin: 3px 5px 3px 0;
}

.paging .top
{
	display: inline;
	float: left;	
	background: transparent url("../images/arrT.gif") no-repeat 0 3px; 
	padding: 0 0 0 15px;
	margin: 3px 0 3px 5px;
}
				
/* ---------------------------------------------------------------------- */

.searchP input
{
	padding: 0 0 0 17px;
	margin: 0 ;
	border: 1px inset;	
	width: 130px;
	height: auto;
	background: #fff url("../images/magnifier.png") no-repeat 1px 2px; 
	height: 18px;
	
	
}

.Scaseid
{	
	background: transparent url("../images/book_next.png") no-repeat left 3px; 
	width: 25px;
}

.Sauthor
{	
	background: transparent url("../images/author.png") no-repeat left 3px; 
	width: 25px;
}

.Scalendar
{	
	background: transparent url("../images/cal.png") no-repeat left 3px; 
	width: 25px;
}
.SPress
{	
	background: transparent url("../images/newspaper.png") no-repeat left 3px; 
	width: 25px;
}
.SEvent
{	
	background: transparent url("../images/cal.png") no-repeat left 3px; 	
	width: 25px;
}
.SConf
{	
	background: transparent url("../images/user_comment.png") no-repeat left 3px; 
	width: 25px;
	
}
.SOffStat
{	
	background: transparent url("../images/script.png") no-repeat left 3px; 
	width: 25px;
}
.SIntell
{	
	background: transparent url("../images/report.png") no-repeat left 3px; 
	width: 25px;
}
.SComm
{	
	background: transparent url("../images/zoom.png") no-repeat left 3px; 
	width: 25px;
	
}

.ltle
{
    font-weight: normal;
    font-size: .80em;
}
/* ---------------------------------------------------------------------- */
#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;

}
#vertmenu ul li {
margin: 0;
padding: 0;
}


#vertmenu ul li a {
font-weight: bold;
display: block;
border-bottom: 1px solid #ccc;
border-top: 1px solid #fff;
padding: 3px 0px 3px 6px;
text-decoration: none;
color: #000;
width:154px;
background-color: #eee;
}


#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000;
background-color: #fad613;
}

#hmenu ul {
			list-style: none;
      margin: 0;
      padding: 0;
      border: none;      
    }
#hmenu li {
      margin: 0;      
      padding: 0 ;
      float: left;
    }
    
#hmenu a{
font-weight: bold;
display: block;
padding: 0 10px;
text-decoration: none;
color: #fff;
border-left: 1px solid #888;

    }

#hmenu a:hover , #hmenu a:focus,
.searchP a:hover, .searchP a:focus{
color: #000;
text-decoration: none;
background-color: #fad613;



    }
    
#hmenu .fyst, .searchP .fst{
border: 1px solid #4d545e;
}
    
.searchP a{
font-weight: bold;
text-decoration: none;
color: #fff;
border: 1px solid #4d545e;
border-left: 1px solid #888;

padding: 0 5px;
margin: 0; }




#wdth728
{
	width: 728px;
}

.mobile
{	display: none;
	}
	

/* ---------------------------------------------------------------------- */


html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


