@charset "utf-8";
/* CSS Document */
*{outline: 0 none;}
input::-moz-focus-inner{border:0;}
body
{
 background-color:#ffffff;   
}
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */
.rtop,.artop{display:block; width:100%;} 
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px;}
.artop *{border-style: solid;border-width:0 1px;}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}
/*Nifty Classes*/

/*Display Classes*/
.DN { display: none;}
.DB { display: block;}
.DBI { display: block !important;}
.DIN { display: inline;}
.DINI { display: inline !important;}
.DIB { display: inline-block; *display:inline; zoom:1;}
.DIBI { display: inline-block !important; *display:inline; zoom:1;}
.DI { display: inherit;}
.DIT { display: inline-table;}
.DLI { display: list-item;}
.DRI { display: run-in;}
.DT { display: table;}
.DTC { display: table-caption;}
.DTE { display: table-cell;}
.DTO { display: table-column;}
.DTCG { display: table-column-group;}
.DTR { display: table-row;}
.DTRG { display: table-row-group;}
.DTFG { display: table-footer-group;}
.DTHG { display: table-header-group;}
/*Display Classes*/


/*Float Classes*/
.AL { float: left;}
.ALI { float: left !important;}
.AR { float: right;}
.ARI { float: right !important;}
.AN { float: none;}
.AI { float: inherit;}
/*Float Classes*/

/*Overflow Classes*/
.OI { overflow:inherit; }
.OA { overflow:auto; }
.OH { overflow:hidden; }
.OS { overflow:scroll; }
.OV { overflow:visible; }
.OVI{ overflow:visible !important;}
.OXA { overflow-x:auto; }
.OXH { overflow-x:hidden; }
.OXS { overflow-x:scroll; }
.OXVI { overflow-x:visible !important; }
.OYA { overflow-y:auto; }
.OYV { overflow-y:visible; }
.OYS { overflow-y:scroll; }
/*Overflow Classes*/

/*Cursors Classes*/
.CUI{ cursor:inherit; }
.CUA{ cursor:auto; }
.CUC{ cursor:crosshair; }
.CUD{ cursor:default; }
.CUE{ cursor:e-resize; }
.CUH{ cursor:help; }
.CUM{ cursor:move; }
.CUN{ cursor:n-resize; }
.CUNE{ cursor:ne-resize; }
.CUNW{ cursor:nw-resize; }
.CUP{ cursor:pointer; }
.CUPI{ cursor:pointer !important; }
.CUS{ cursor:s-resize; }
.CUSE{ cursor:se-resize; }
.CUSW{ cursor:sw-resize; }
.CUT{ cursor:text; }
.CUWR{ cursor:w-resize; }
.CUW{ cursor:wait; }
.CUHA{ cursor:hand; }
/*Cursors Classes*/

/*Position Classes*/
.POI { position:inherit; }
.POA { position:absolute; }
.POAi { position:absolute !important; }
.POF { position:fixed; }
.POR { position:relative; }
.POS { position:static; }
/*Position Classes*/

/*List Style Types Classes*/
.LSN { list-style : none; }
.LSI { list-style-type : inherit; }
.LSA { list-style-type : armenian; }
.LSC { list-style-type : circle; }
.LSCJK { list-style-type : cjk-ideographic; }
.LSD { list-style-type : decimal; }
.LSDLZ { list-style-type : decimal-leading-zero; }
.LSDI { list-style-type : disc; }
.LSG { list-style-type : georgian; }
.LSH { list-style-type : hebrew; }
.LSHI { list-style-type : hiragana; }
.LSHII { list-style-type : hiragana-iroha; }
.LSK { list-style-type : katakana; }
.LSKI { list-style-type : katakana-iroha; }
.LSLA { list-style-type : lower-alpha; }
.LSLG { list-style-type : lower-greek; }
.LSLL { list-style-type : lower-latin; }
.LSLR { list-style-type : lower-roman; }
.LSTN { list-style-type : none; }
.LSS { list-style-type : square; }
.LSUA { list-style-type : upper-alpha; }
.LSUL { list-style-type : upper-latin; }
.LSUR { list-style-type : upper-roman; }
/*List Style Types Classes*/

/*List Style Position Classes*/
.LSPI { list-style-position : inherit;}
.LSPA { list-style-position : inside;}
.LSPO { list-style-position : outside;}
/*List Style Position Classes*/

/*Visibility Classes*/
.VSI { visibility : inherit;}
.VSC { visibility : collapse;}
.VSH { visibility : hidden;}
.VSV { visibility : visible;}
/*Visibility Classes*/

/*Clear Classes*/
.CL { clear: left;}
.CR { clear: right;}
.CB { clear: both;}
.CI { clear: inherit;}
.CN { clear: none;}
/*Clear Classes*/

/*Right Position Classes*/
.RP0 { right:0px;}
.RP300 { right:300px;}
/*Right Position Classes*/
/* Table Layout Classes*/
.TLF{table-layout:fixed;}
.TLI{table-layout:inherit;}
.TLA{table-layout:auto;}
/* Table Layout Classes*/

/* Mozilla Classes*/
.MOZ1 { -moz-user-select: none; user-select: none; -webkit-user-select: none; }
.MOZ2 { -moz-user-select: -moz-none; user-select: none; -webkit-user-select: none; }
.MOZ3 { -moz-user-select: all; -webkit-user-select: all}
/* Mozilla Classes*/

/* Start Filter Classes */
.FLT1 { filter: alpha(opacity=65);}
/* End Filter Classes*/

/* Start Worldbreak Classes */
.WBA { word-break: break-all; }
/* Start Worldbreak Classes */

/* Start Bottom Positions */
.BOT0 { bottom: 0px; }
/* End Bottom Positions */

.SCRL
{
    SCROLLBAR-FACE-COLOR: #E0E0E0; 
    SCROLLBAR-HIGHLIGHT-COLOR: white; 
    SCROLLBAR-SHADOW-COLOR: #F0F0F0; 
    SCROLLBAR-TRACK-COLOR: #F0F0F0; 
    SCROLLBAR-DARKSHADOW-COLOR: black; 
    SCROLLBAR-BASE-COLOR: #F0F0F0;
}
.NSWR {
    white-space: -moz-pre-wrap;  /* Firefox */
    white-space: -pre-wrap;      /* Older Opera 4 - 6 */
    white-space: -o-pre-wrap;    /* Opera 7+ */
    word-wrap: break-word;       /* IE 5.5+ and Safari */
    white-space: pre-wrap;       /* css-3 problematic browser support */
}
.shadow
{
	background-color:ThreeDShadow;
}

#main
{
width:998px;
height:100%;

}

.border_blue
{
border-bottom: solid 2px #397FC1;
}

.searchbar
{
border-bottom: solid 2px #397FC1;
height:64px;
}


.searchbar_txt
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0066CC;
font-weight:bold;
text-align:right;
}

.h64
{ height:64px;}

.W166
{width:166px;}

.
{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#0066CC;
font-weight:bold;
text-align:right;
}


/* Beginning of Form classes*/


.bg_textbox
{background:url(../images/bg_textbox.jpg);
background-repeat:repeat-x;
/*removed 
	width:260px; 
	height:40px;
imran, */

}

Input.bg_textbox
{
border: none solid #FFFFFF;
}

.formfield, .formfielddata {
background-image:url(../images/textbox_bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
border:0px solid #999999;
color:#000000;
font-family:"Arial";
font-size:16px;
width:238px;
height:30px;
padding-top:10px;
}


.textbox
{
	height: 44px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/new_splash_r7_c13.gif);
	background-repeat:repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size:36px;
	color:#CCCCCC;
	width:238px;
	padding-top:10px;
}


.textbox_profile
{

	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/txtbox_profile_bg.jpg);
	background-repeat:repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	width:388px;
	padding-top:12px;
	font-family:Arial;
	font-size:16px;
	color:#666666;
}



.textbox_profile2
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: url(../images/txtbox_profile_bg.jpg);
	background-repeat:repeat-x;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width:0px;

	padding-top:12px;
	height:34px;

	font-family:Arial;
	font-size:14px;
	color:#666666;
}


.frm_profile_label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}


.div_textbox:hover
{
background:url(../images/txtbox_profile_right2.jpg);
background-repeat:no-repeat;
}


.bg_button
{	background:url(../images/bg_button.jpg);
 	background-repeat:repeat-x;
}


	span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	}
   span.radio {
     width: 19px;
     height: 25px;
     padding: 0 5px 0 0;
     background: url(radio.gif) no-repeat;
     display: block;
     clear: left;
     float: left;
   }

   
 span.select {
	position: absolute;
	width: 124px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 200px;
	padding: 0 24px 0 8px;
	color: #000;
	font: 25px arial,sans-serif #333333;
	border: none;
	background:url(../images/bg_dropdown.jpg) no-repeat transparent;
	overflow:visible;
	overflow:visible;
	visibility: visible;
	z-index: 5;
}
.select_left
{
	background-image:url(../images/select_left.jpg);
	background-repeat:no-repeat;
}
.select_right
{
	background-image:url(../images/select_right1.jpg);
	background-repeat:no-repeat;
}
/* End of Form classes*/



/* Data classes*/

.caption, .caption_details
{
font-family:arial;
color:#C5C5C5;
font-size:17px;
font-variant:inherit;
}
.caption_details
{
font-family:arial;
color:#6D6D6D;
font-variant:inherit;
padding-left:1px;
}



.auditbox
{
font-family:arial;
font-size:17px;
}

/* Alignment Classes*/

.VT
{
vertical-align:top;
}
.VM 
{
vertical-align:middle;
}

.VB
{
vertical-align:bottom;
}

.CB
{clear:both;}


/* End of Research Box Sprites classes*/




/* Alignment Classes*/

.tab_reserach
{background-image:url(../images/bg_tab.jpg);
background-repeat:repeat-x;
}


/* Rounded Corner Classes*/



/* Line height classes*/
.lh0
{line-height:0px;}

.lh9
{line-height:9px;}

.lh130
{line-height:10px;}

.lh11
{line-height:11px;}

.lh12
{line-height:12px;}

.lh13
{line-height:13px;}

.lh14
{line-height:14px;}

.lh15
{line-height:15px;}
.lh40
{
	line-height:40px;
}
.lh20{line-height:20px;}
.lh25{line-height:25px;}

/* to be rectified later on*/
a.FAB48127 { text-decoration:none;}
a:visited.FAB48127  { text-decoration:none;}
a:hover.FAB48127  { color:#2375BC;}


/* ****************** Start Editor Tabs ********************** */
.xeditor-tab-container
{
    list-style: none;
    margin: 0pt;
    padding: 0pt;    
    font-family: Tahoma, Verdana, Arial;
}
.xeditor-tab-container li
{
    display: inline;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0pt;    
    line-height: 26px;
    -moz-user-select: none;
}

.xeditor-tab-container li a
{
    text-decoration: none;
    color: #415792;
    padding: 5pt 25pt;
    vertical-align: middle;
}
.xeditor-tab-container li a:hover
{
    color: #6F85BF;
}

/* ****************** End Editor Tabs ********************** */

/* ****************** Start Editor Toolbar and Icon ********************** */

.xeditor-toolbar
{
    height: 66px;
    width: 100%;
    background-color: #FFF68F;
}

.xeditor-icon
{
    height: 45px;
    width: 30px;
    margin: 3px 1px;
    float: left;
    margin-top: 16px;
    -moz-user-select: none;
}


.xeditor-icon-large
{
    width: 45px;
}

.xeditor-icon a
{
    display: block;
    height: 100%;
    font-size: 8pt;
    text-decoration: none;
    color: #666666;
    text-align: center;
    line-height: 9pt;
    font-size: 7pt;
}
.xeditor-icon a:hover
{
    background-color: #F7F9FC;
}
.xeditor-icon a img
{
    height: 20px;
    width: 20px;
    display: block;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
}
/* ****************** End Editor Toolbar and Icon ********************** */


.xboxcontent a, a.btn_unpress
{
    /*display: inline-block;*/
    -moz-user-select: none;
}

.xboxcontent a img
{
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 0px;
}

.xboxcontent a:hover, a.btn_press
{
    background-color: #F7F9FC;
}

.xcombo
{
    border: solid 1px #999;
    height: 20px;
    color: black;
    font-size: 11px;    
    cursor: default;
    background-color: White;
    -moz-user-select: none;
}

/* ************** Editor rounded corner div style starts ************** */
.xb1
{
    display: block;
    overflow: hidden;
    height: 1px;
    background: #DFCE00;
    margin: 0px 5px;
}
.xb2
{
    display: block;
    overflow: hidden;
    height: 1px;
    border-right: #DFCE00 1px solid;
    background: #FFF68F;
    border-left: #DFCE00 1px solid;
    border-top-width: 0px;
    border-left-width: 2px;
    border-bottom-width: 0px;
    margin: 0px 3px;
    border-right-width: 2px;
}
.xb3
{
    display: block;
    overflow: hidden;
    height: 1px;
    border-right: #DFCE00 1px solid;
    background: #FFF68F;
    border-left: #DFCE00 1px solid;
    margin: 0px 2px;
}
.xb4
{
    display: block;
    overflow: hidden;
    border-right: #DFCE00 1px solid;
    background: #FFF68F;
    border-left: #DFCE00 1px solid;
    margin: 0px 1px;
    height: 2px;
}
.xboxcontent
{
    border-right: #DFCE00 1px solid;
    border-top: #DFCE00 0px solid;
    display: block;
    background: #FFF68F;
    border-left: #DFCE00 1px solid;
    border-bottom: #DFCE00 0px solid;
    padding: 0 3pt;
}
.xtop
{
    display: block;
    font-size: 1px;
    background: none transparent scroll repeat 0% 0%;
}
/* ************** Editor rounded corner div style ends ********************* */


.FooterNormal {
	background-image: url(../images/editor/subtab_normal.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:100%;
	float:left;
	color: White;
}

.FooterDown {
	background-image: url(../images/editor/subtab_down.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height:100%;
	float:left;	
	color: #037EE2;
}

.FooterLabel{
	width: 97px;
	height:100%;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
	cursor: pointer;
	font-size: 11px;
	font-family:Verdana;
}

.TabNormalWhite {
	background-image: url(../images/editor/tab_normal.png);
	background-position: top left;
	background-repeat: no-repeat;
	height:100%;
	float:left;
	color: #037EE2;
	width: 120px;
}

.TabDownBlue {
	background-image: url(../images/editor/tab_down.png);
	background-position: top left;
	background-repeat: no-repeat;
	height:100%;
	float:left;	
	color: White;
	width: 120px;
}
/* ************** Editor Context menu Start ************** */
.cmeMenu
{
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    position: absolute;
    width: 150px;
    border: 1px solid #91C5EC;
    background-color: menu;
    cursor: default;
    display: none;
}

.cmeItem
{
    width: 100%;
    height: 20px;
    color: #1F7DB6;
    background-color: White;
}

.cmeItem-over
{
    width: 100%;
    height: 20px;
    color: #E48105;
    background-color: #FFF0DD;
}

.cmeItem-over, .cmeItem-over div
{
    background-color: #FFF0DD;
}

.cmeIcon
{
    width: 20px;
    height: 100%;
    float: left;
    padding: 0px;
}

.cmeText
{
    padding: 2px;
    float: left;
}

.cmeSubMenu
{   
    width: 10px;
    height: 10px;
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}

.cmeSeperator
{
    height: 1px;
    background-color: #DFDFDF;
    font-size: 1pt;
}
/* ************** Editor Context menu End ************** */


/* ************** Editor Dropdown Start ************** */
/*Font drop downs*/
.DivMenu
{
    display: none; 
    position: absolute;
    background-color: #FFFFFF;
    border-bottom: solid 1px #999999;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #999999;
    border-top: solid 1px #CCCCCC;
    overflow-x: hidden;
    overflow-y: auto;
}

.DivMenuItem
{
    font-size: 9pt;
    font-family: Arial;
    text-align: left;
    padding-right: 10px;
    padding-top: 12px;
    padding-left: 5px;
}
.DivMenuItemText
{
    cursor: pointer;
    font-size: 13px;
    font-family: Tahoma;
    padding: 1px 1px 1px 5px;
}

.DivMenuItemText a
{
    text-decoration: none;
    color: #000000;
}
.DivMenuItemText a:hover{font-weight: bold;}
.DivMenuItemOver
{
    background-color: #E0E0E0;
}

.DivColorItem{float:left; width: 12px; height: 12px; margin: 3px; border: solid 1px transparent;}
.DivColorItem:hover{border-color: #eeeeee;}

.ColorCell
{
    border: 1px solid #000000;
    width: 11px;
    height: 11px;
    font-size: 6px;
}
/* ************** Editor Dropdown End ************** */

.dlg-button
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    border: solid 2px #CCCCCC;
    border-right: solid 2px #666666;
    border-bottom: solid 2px #666666;
    width: 80px;
    background-color: #3A7ED9;
    color: #FFFFFF;
}

.dlg-text
{
    font-family:Verdana;
    font-size:10px;
    border: solid 1px silver;
    width: 80px;
    height:20px;
}

.editor-promp
{
    height: 100%;
    width: 600px; 
    padding: 2px 2px 2px 2px; 
    border-color: Silver;
    border-style: solid; 
    border-right-color: Gray; 
    border-bottom-color: Gray; 
    color: Black;
    border-width: 1;
}

.editor-margins
{
    height: 100%; border-color: #f8f8f8; border: solid 2px #BBBBBB;
    text-align: left; background-color: White;
    /*padding: 0px 0px 0px 5px;*/
}
.editor-frame
{
    width: 723px;
}

.comments-tooltip
{
    display: none; position: absolute; width: 340px;
    height: auto; background-color: #DEEEFF; border-style: solid; border-width: 1px;
    padding: 2px 2px 2px 2px; border-color: #A3D0F5; filter: alpha(opacity=90); opacity: .90;
    filter: alpha(opacity=90);
}

.TabMenuItemNormal
{
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.TabMenuItemNormal a
{
	color: #5080FF;
}

.TabMenuItemDown
{
	background-position:  top left;
	background-repeat: no-repeat;
	background-color: #5080FF;
}

.TabMenuItemDown a
{
	color: #FFFFFF;
}

.TabMenu{ 
	text-align: center; 
	list-style-type: none; 
	overflow: hidden; 
	right: 0px;
	text-decoration:underline;
	margin: 0px;
}
.TabMenu li{ 
	display: inline-block;
	float: left;
	width: 150px;
	height:20px;
	font-size: 11px;
	font-family:Verdana;
	margin-right: 1px;
	font-weight: 700;
	padding-left: auto;
	padding-right: auto;
	padding-top: 6px;
	/*padding-bottom: -6px;*/
	
}

/* widgets Classes*/
/* widgets Classes {White Background}*/
/* Also found there background classes in sprite.css*/
.wLeftTopW
{
	background:url(../images/widget_left2.jpg) no-repeat ;
	width:12px;
	height:34px;
	display:inline-block;
	float:left;
}

.wRightTopW
{
	background:url(../images/widget_right2.jpg) no-repeat left;
	width:4px;
	height:34px;
	display:inline-block;
	float:left;
}

.wLeftCornerW
{
	
	background: url(../images/bottom_left.jpg)  no-repeat ;
	width:22px;
	height:11px;
	display:inline-block;
	float:left;
}
.wRightCornerW
{
	background: url(../images/bottom_right.jpg)  no-repeat ;
	width:11px;
	height:11px;
	display:inline-block;
	float:right;
}

.widget_headerW
{
	width:292px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.widget_titleW
{ 
	width:311px;
	height:auto;
	background:url(../images/bg_widget.jpg);
	background-repeat:repeat-y;
	overflow:hidden;
}
.widget_contentW
{
	width:311px;
	background:url(../images/bg_widget.png);
	background-repeat:repeat-y;
	display:block;
}

/* widgets classes {White Background}*/

/* widgets Classes {Grey Background}*/
/* Also found there background classes in sprite.css*/
.wLeftTopG
{
	width:12px;
	height:34px;
	display:inline-block;
	float:left;
}

.wRightTopG
{
	width:5px;
	height:34px;
	display:inline-block;
	float:left;	
}

.wLeftCornerG
{
	width: 22px;
	height: 11px;
	display:inline-block;
	float:left;	
}

.wRightCornerG
{
	width: 11px;
	height: 11px;
	display:inline-block;
	float:right;
	vertical-align : top;
	font-size:2px;
}

.widget_titleG
{ 
	width:277px;
	background:url(../images/bg_widget_editor.jpg);
	background-repeat:repeat-y;
	height:auto;
	float : left;
}

.widget_contentG
{
	width:272px;
}

.widget_contentMainG
{
	width:260px;
	background-color:White;
		float : left;
}

.widget_headerG
{
	width:260px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.widget_header2G
{
	width:260px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}
.widgetG
{ 
	width:277px;
	height:100%;
	right:1px;
	position:absolute;
}

/* widgets Classes {Grey Background}*/


/* Widget Header*/
/************************************************************************************************************/
.widget
{ 
	width:311px;
	height:100%;
	left:933px;
	position:absolute;
}

/*.widget_header2
{
	width:312px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}


.widget_header_editor
{
	width:310px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}

.widget_header2_editor
{
	width:312px;
	height:33px;
	background:url(../images/bg_wid_header2.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}






.widget_title_editor
{ 
	width:311px;
	height:auto;
	background:url(../images/bg_widget_editor.jpg);
	background-repeat:repeat-y;

	
}



.widget_content
{
	width:290px;
	background:url(../images/bg_widget_editor.jpg);
	background-repeat:repeat-y;
}	
*/

.thumbnail
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

.tellnow
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#397FC1;
}

.widget_icons
{
	width:176px;

}	


.icn_ex_co
{
	width:20px;
	height:20px;
	float:right;
	margin-right:10px;
	margin-top:5px;
	cursor:pointer;
}

/* widgets Classed ends here*/

.Elightbox_bg {
        background:#ffffff none repeat scroll 0 0;
        display:none;
        height:800px;
        left:0;
        filter:alpha(opacity=90);
        opacity: 0.9;
        top:0;
        width:100%;
        z-index:50;
        display:none;
        position:absolute;
    }
    .Emodal{
        position:fixed;
        left:20%;
        top:20%;
        z-index:51;        
    }
.addnotes
{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#3A7EC0;
	margin-left:5px;
	padding-top:7px;
	width:auto;
	float:left;
}
.txt_step, .txt_step_link
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	float:right;
}

.txt_step_link
{
	color:#3A7EC0;
	float:none;
	font-weight:bold;
	text-decoration:none;
}
.ajax-loader
{
	background: url(../images/ajax-loader.gif);
	width:24px;
	height:24px;
	border:none;
}


/*** Start - JQuery Datepicker Class ***/
.dpDiv {
}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: #4060ff;
	font-weight: bold;
}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: gray;
	background-color: white;
	width: 73px;
	border: solid 1px silver;
}
/*** End - JQuery Datepicker Class ***/

/* P-Check Fonts*/
/************************************************************************************************************/
.PCheckHeader, .PCheckHeader2, .PCheckHeaderGrey, .PCheckInfo, .Pcheck_Box_text
{
	font-family:Arial;
	font-size:30px;
	font-weight:normal;
	color:#2375BC;
	text-decoration:none;
}

.PCheckHeader2, .PCheckHeaderGrey
{
	font-size:24px;
	text-decoration:none;
}

.PCheckHeaderGrey, .PCheckInfo
{
	font-size:24px;
	color:#4F4E4F;
}

.PCheckInfo
{
	font-size:18px;
}


.Pcheck_Box
{
	width:321px;
}

.Pcheck_Box_text
{
	font-size:22px;
	color:#333333;
	font-weight:bold;
}

.Pcheck_text_red
{
	color:#FF0000;
}

.Pcheck_text_orange
{
	color:#F89734;
}

.Pcheck_text_orange
{
	color:#F89734;
}

.Pcheck_text_green
{
	color:#14955C;
}

.Pcheck_text
{
	font-family:arial;
	font-size:13px;
	color:#333333;
	text-align:justify;

}

.matched_src
{
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#333333;
	padding-top:10px;
	width:400px;
	height:30px;

}

.see_more
{
	font-family:arial;
	font-size:13px;
	color:#397FC1;
	padding-top:10px;
	width:130px;
	height:30px;
	float:left;
}

.full_passage
{
	font-family:arial;
	font-size:13px;
	font-weight:bold;
	color:#397FC1;
	padding-top:10px;
	width:80px;
	height:30px;
	float:right;
}

.Pcheck_cite_text
{
	font-family:arial;
	font-size:22px;
	color:#333333;
	vertical-align:middle;
	padding-left:60px;
	margin-top:13px;
}
.HpBtLinks
{
	padding:0px 0px 0px 0px;
	line-Height:51px;
    font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	vertical-align:middle;
	height:1%;
	letter-spacing:0.3pt;
	left:0px;
}
/* Payment Fonts */
/************************************************************************************************************/

.PaymentMethod, .PaymentTxt, .TotalPayment, .PaymentTxtThanks, .Payment_frm_lbl
{
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#397FC1;
	float:left;
}

.PaymentTxt
{
	font-size:12px;
	color:#BBBBBB;
}

.TotalPayment
{
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	float:none;
	text-align:center;
}

.Payment_frm_lbl
{
	font-size:18px;
	color:#999999;
	font-weight:bold;
	float:none;
}

.PaymentTxtThanks
{
	font-size:16px;
	color:#666666;
	padding-left:5px;
}

.PaymentNotes
{
	font-size:14px;
	color:#CCCCCC;
	padding-left:5px;
	height:40px;
}

.Thanks
{
	font-family:Arial;
	font-size:36px;
	color:#397FC1;
	font-weight:Bold;
	float:left;
	margin-left:20px;
	margin-top:15px;
}

.CheckFixed
{
	font-family:Arial;
	font-size:22px;
	color:#666666;
	font-weight:Bold;
	float:left;
	margin-left:10px;

}

div#gsfn_search_widget img { border: none; }
div#gsfn_search_widget { font-size: 12px; width: 280px; border: 6px solid #DDD; padding: 10px;}
div#gsfn_search_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_search_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; } 
div#gsfn_search_widget .powered_by a { color: #333; font-size: 90%; }      
div#gsfn_search_widget form { margin-bottom: 8px; }
div#gsfn_search_widget form label { margin-bottom: 5px; display: block; }
div#gsfn_search_widget form #gsfn_search_query { width: 60%; }
div#gsfn_search_widget div.gsfn_content { }
div#gsfn_search_widget div.gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_search_widget div.gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_search_widget div.gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_search_widget div.gsfn_content p.gsfn_summary { margin-top: 2px }

.footerborder 
{
    border-bottom:2px solid #E5E5E5;
    font-size:1px;
    width:102%;
}

/* Trade in points */
/************************************************************************************************************/
.Eduify_rewards
{
	font-family:Arial;
	font-size:25px;
	color:#397FC1;
	font-weight:Bold;
	margin-left:10px;
	float:left;
}

.Eduify_Coins
{
	font-family:Arial;
	font-size:25px;
	color:#397FC1;
	font-weight:Bold;
	margin-left:60px;
}

.Points
{
	font-family:Arial;
	font-size:18px;
	color:#ccc;
	font-weight:Bold;
	text-align:left;
	margin-top:23px;
	margin-left:3px;
	float:left;
	width:145px;
}

.Redeem
{
	background:url(../images/redeem.jpg);
	width:130px;
	height:34px;
	float:right;
	margin-top:15px;
	margin-right:1px;
	padding-top:10px;
	z-index:1;
}

.KeepHelping
{
	background:url(../images/KeepHelping.jpg);
	width:130px;
	height:34px;
	float:right;
	margin-top:15px;
	margin-right:1px;
	padding-top:10px;
	z-index:1;
}

.Redeem_txt
{
	font-family:Arial;
	font-size:16px;
	color:#FFFFFF;
	font-weight:Bold;
	
	margin-bottom:10px;
}

/* ************** Notes Footer Div ************** */
.notesfooter{
    padding-left: 30px;
	margin-right:7px;
    vertical-align: bottom;
	height:50px;
}


.CheckFixed
{
	font-family:Arial;
	font-size:22px;
	color:#666666;
	font-weight:Bold;
	float:left;
	margin-left:10px;

}

.smallestTag { font-size: xx-small; }
.smallTag { font-size: medium; }
.mediumTag { font-size: medium; }
.largeTag { font-size: large; }
.largestTag { font-size: xx-large; } 

/* Dashboard classes start*/

.DashBHead, .DashB_BG1
{
	font-size:12px;
	background:#FFFFFF;
	font-weight:bold;
	font-family:arial;
	color:#666666;
}

.DashBList_Grey
{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	Padding-left:5px;
	background:#EEEEEE;
	color:#666666;
	height:26px;
	padding-top:4px;


}

.DashBList_White
{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	Padding-left:5px;
	background:#FFFFFF;
	color:#666666;
	height:26px;
	padding-top:4px;

}


.DashB_BG1
{
	background:#EEEEE;
	color:#666666;
}

/* Dashboard classes end*/

.StaticPages
{
	font-family:arial;
	font-size:13px;
	color:#666666;
	text-align:justify;
}

.autocomplete_completionListElement 
{  
 margin : 0px !important;
 background-color : inherit;
 color : windowtext;
 border : buttonshadow;
 border-width : 1px;
 border-style : solid;
 cursor : 'default';
 overflow : auto;
 max-height:200px;
 text-align : left; 
 list-style-type : none;
 padding-left:0px;
 margin-left:0px;
 width: 375px !important;
}

.autocomplete_completionListElement2 
{  
 margin : 0px !important;
 background-color : inherit;
 color : windowtext;
 border : buttonshadow;
 border-width : 1px;
 border-style : solid;
 cursor : 'default';
 overflow : auto;
 max-height:210px;
 text-align : left; 
 list-style-type : none;
 padding-left:0px;
 margin-left:0px;
 width: 295px !important;
}

.autocomplete_completionListElement[class]{ /*hack for FF*/
	top: 0px;
}

.autocomplete_highlightedListItem
{
 margin : 0px!important;
 background-color: #3A7EC0;
 border-bottom:1px solid buttonshadow;
 color: #FFFFFF;
/* padding: 5px 0px 5px 10px ;*/
 padding: 2px 5px;
 height:30px;
 font-size:14px;
}
.autocomplete_listItem 
{
 margin: 0px !important; 
 background-color : #FFFFFF;
 border-bottom:1px solid buttonshadow;
 color : windowtext;
 /*padding: 5px 0px 5px 10px ; */
 padding: 2px 5px;
 height:30px;
 font-size:14px;
}

.autocomplete_listItem div{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.autocomplete_highlightedListItem div{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

.autocomplete_listItem small{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #555;
	padding-left: 5px;
}
.autocomplete_highlightedListItem small{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 5px;
}

.autocomplete_listItem em,
.autocomplete_highlightedListItem em{
	font-style: normal !important
}
.autocomplete_listItem .PL5,
.autocomplete_highlightedListItem .PL5{
	padding-left: 0 !important;
}
/* thawte badges */
.thawte0{color: #AD0034;}
.thawte1{font-family: arial; font-size: 8px; color: #AD0034;}
/* thawte badges end here*/

/* Tooltip classes */
#tooltip {
    position: absolute;
    z-index: 3000;
    /*border: 1px solid #111;*/
    /*background-color: #FFFFFF;*/
    padding: 5px;
    /*opacity: 0.85;*/
}
#tooltip h3, #tooltip div { margin: 0; }
/* Tooltip classes end here*/

/* START - Service Provider Signup Screens */
.provider_signup_blue { background:#3A7EC0;  width:308px; height:69px; float:left;}
.provider_signup_blue2 { background:#3A7EC0;  width:284px; height:69px; float:left;}
.provider_signup_blue2_w { background:#3A7EC0; height:69px;}

.provider_signup_grey1 { background:#ACACAD; width:308px; height:69px; float:left;}
.provider_signup_grey2 { background:#C2C2C2; width:284px; height:69px; float:left;}

.provider_signup_grey2_2 { background:#C2C2C2; width:308px; height:69px; float:left;}

.service_provider_head2 {font-family:Arial, Helvetica, sans-serif; font-size:36px; color:#999999; font-weight:bold; margin:20px 0px 0px 0px;}

.service_provider_head3, .service_provider_time  
{font-family:Arial, Helvetica, sans-serif; font-size:36px; color:#3A7EC0; font-weight:bold; margin:20px 0px 0px 0px;}

.service_provider_time  {margin-left:770px; margin-top:30px; position:absolute; color:#666666; font-family:Arial, Helvetica, sans-serif; font-size:36px; font-weight:bold; }

.height_dialogue{height:1800px;}


li.lst_serv_prov_test 
{
	list-style-type:upper-alpha;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	margin:3px 0px 0px 14px;
	padding:0px 0px 0px 0px;
}
table.lst_serv_prov_test,td.lst_serv_prov_test,tr.lst_serv_prov_test
{
	list-style-type:upper-alpha;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666666;
	margin-top:3px;
	margin-left:20px;
	padding:0px;
}


/* END - Service Provider Signup Screens */

.busy_image
{
    background:url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
    border:none;
    height:24px;
    width:24px;
}

/*Proof Reading Microsite*/
.pr_microsite_blue{ background:#3A7EC0;  width:343px; height:69px; float:left;}
.pr_microsite_grey1{ background:#ACACAD;  width:343px; height:69px; float:left;}
.pr_microsite_grey2{ background:#C2C2C2;  width:302px; height:69px; float:left;}
.pr_microsite_grey3{ background:#C2C2C2;  width:343px; height:69px; float:left;}
.pr_microsite_blue2{ background:#3A7EC0;  width:302px; height:69px; float:left;}

/* STart of Button Sprite Classes*/


.sprite_buttons, .grey_left44, .grey_right44, .grey_mid44, .blue_left44, .blue_right44, .blue_mid44, .red_left44, .red_right44, .red_mid44, .signinblue_left62, .signinblue_right62, .signinblue_mid62, .signingrey_left62, .signingrey_right62, .signingrey_mid62, .signinorange_left62, .signinorange_right62, .signinorange_mid62
{
	background:url(../images/sprite_buttons.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}

.grey_left44
{
	background-position:0px 0px;
	width:14px;
	height:44px;
	float:left;
}

.grey_right44
{
	background-position:0px -53px;
	background-repeat:repeat-x;
	width:14px;
	height:44px;
	float:left;
}

.grey_mid44
{
	background-position:0px -107px;
	height:44px;
	float:left;
	border:none;
}

.blue_left44
{
	background-position:0px -161px;
	width:14px;
	height:44px;
	float:left;
}

.blue_right44
{
	background-position:0px -214px;
	background-repeat:repeat-x;
	width:14px;
	height:44px;
	float:left;
}

.blue_mid44
{
	background-position:0px -267px;
	height:44px;
	float:left;
	border:none;
}

.red_left44
{
	background-position:0px -319px;
	width:14px;
	height:44px;
	float:left;
}

.red_right44
{
	background-position:0px -366px;
	width:14px;
	height:44px;
	float:left;
}

.red_mid44
{
	background-position:0px -413px;
	height:44px;
	float:left;
	border:none;
}

.signinblue_left62
{
	background-position:0px -459px;
	width:14px;
	height:62px;
	float:left;
}

.signinblue_right62
{
	background-position:0px -530px;
	width:14px;
	height:62px;
	float:left;
}

.signinblue_mid62
{
	background-position:0px -601px;
	height:62px;
	float:left;
	border:none;
	font-size:20px;
}


.signingrey_left62
{
	background-position:0px -672px;
	width:14px;
	height:62px;
	float:left;
}

.signingrey_right62
{
	background-position:0px -743px;
	width:14px;
	height:62px;
	float:left;
}

.signingrey_mid62
{
	background-position:0px -814px;
	height:62px;
	float:left;
	border:none;
	font-size:20px;
}

.signinorange_left62
{
	background-position:0px -882px;
	width:14px;
	height:62px;
	float:left;
}

.signinorange_right62
{
	background-position:0px -951px;
	width:14px;
	height:62px;
	float:left;
}

.signinorange_mid62
{
	background-position:0px -1023px;
	height:62px;
	float:left;
	border:none;
	font-size:20px;
}

/* End of Button Sprite Classes*/

.txt_paperbox_icon
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	font-weight:bold;
}

/* P-Check Microsite Classes */

.automated
{
	width:100%;
	height:100%;
	display:inline-block;
	float:left;
}

.sp_pl_icn
{
	margin:0px 0px 0px 20px;
	float:left;
}

.txt_automated
{
	float:left;
	margin:5px 10px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#666666;
}
	

.atuomated_status, .inprocess, ok
{
	float:right;
	margin:5px 20px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#5B73B5;
	width:80px;
}

.inprocess
{
	font-size:14px;
	font-weight:bold;
}

.ok
{
	color:#1CA955;
}

.WorksCited
{
    font-family: Courier New;
    font-size: 14px;
    text-align: justify;
}

/* End of P-Check Microsite Classes *//*Dialogue Box classes*/


.dialogue
{
	width:600px;
	height:100%;
	margin:auto;
	
}
.top
{
	width:600px;
	height:37px;
}


/*Simple Dialgoue Sprites */

.sp_dialogue2, .TL2D, .TR2D, .bg2-x, .BL2D, .BR2D, .bg2-x2
{
	background:url(../images/sp_dialogue2_new.jpg) no-repeat;
}

.TL2D{background-position: 0px 0px; width:36px; height:22px; float:left;}
.TR2D{background-position: 0px -55px; width:28px; height:22px; float:right;}
.bg2-x{background-position: 0px -181px; width:536px; height:20px; float:left; background-repeat:repeat-x;}

.BL2D{background-position: 0px -108px; width:36px; height:17px; float:left;}
.BR2D{background-position: 0px -154px; width:28px; height:17px; float:right;}
.bg2-x2{background-position: 0px -220px; width:536px; height:17px; float:left; background-repeat:repeat-x;}

.mid2
{
	width:590px;
	height:100%;
	display:inline-block;
	background:url(../images/bg_y-600.jpg) repeat-y;
	padding:0px 5px 0px 10px;
}


/*Dialogue Box 600 pixels classes*/

.dialogue600, 
.dialogue700
{
	margin:auto;
}
.dialogue600{width:600px;}
.dialogue700{width:700px;}

.top600
{
	width:600px;
	height:42px;
	background:url(../images/top600.png) no-repeat;
}
.top700
{
	width:734px;
	height:42px;
	background:url(../images/top700.png) no-repeat;
}
.top600XRight
{
	width:610px;
	height:42px;
	background:url(../images/top600XRight.png) no-repeat;
}

.mid600
{
	width:572px;
	background:url(../images/bg_vert600.png) repeat-y;
	height:100%;
	display:inline-block;
	padding:0px 16px 10px 20px;
	margin:0px;

}

.mid700
{
	width:694px;
	background:url(../images/bg_vert700.png) repeat-y;
	height:100%;
	display:inline-block;
	padding:0px 16px 10px 14px;
	margin:0px;

}

.footer600, 
.footer700
{
	height:40px;
	display:inline-block;
	padding:7px 14px 0px 7px;
	border-top: solid 1px #cccccc;
}
.footer600{width:549px;	margin:10px 0px 0px 1px;}
.footer700{width:673px;	margin:10px 0px 0px 0px;}

.heading{
	padding:0px 10px 5px 10px;
	margin:3px 0px 0px 0px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#4A7FBF;
	border-bottom: solid 3px #2F6AA9 ;
}

.dialogue900_heading2{
	background:#3A7EC0;
	width:851px;
	padding:10px 10px 0px 10px;
	margin:auto;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:45px;
	color:#FFFFFF;

}

.cont600, .cont700
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:10px 10px 0px 10px;
}

.btm600
{
	width:600px;
	height:17px;
	background:url(../images/btm600.png) no-repeat;
}
.btm700
{
	width:734px;
	height:17px;
	background:url(../images/btm700.png) no-repeat;
}

/*End of Dialogue Box 600 pixels classes*/

/* Signup Test Failed ******* Provider Signup Screens */

.signup_test_failed
{
	float:left;
	width:850px;
	margin:0px 0px 0px 0px;
}

.signup_complete, .signup_complete_grey
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#079648;
	margin:10px 20px 0px 10px;
	float:right;
	font-weight:bold;
	width:80px;
}

.signup_complete_grey
{
	color:#A5A6A7;
}


.signup_test_div
{
	float:left;
	width:400px;
	height:60px;
	padding: 0px 0px 10px 0px;
	margin:0px 0px 0px 0px;
	
}

.arrow_signup_status
{
	width:170px;
	margin:5px 5px 0px 0px;

	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	vertical-align:middle;
	float:right;
}

.arrow_bg
{
	padding:7px 0px 0px 0px;
	height:23px;
	background:#3A7EC0;
}

.signup_complete_info, .signup_complete_info2
{
	width:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#397FC1;
	padding-bottom:10px;
	margin:5px 0px 0px 0px;
	float:left;
	text-align:left;
}

.signup_complete_info2
{
	color:#A5A6A7;
}




/*Dialogue Box 900 pixels classes*/

.dialogue900
{
	width:900px;
	height:100%;
	margin:auto;
}

.top900
{
	width:900px;
	height:42px;
	background:url(../images/top900.png) no-repeat;
}


.mid900
{
	width:872px;
	height:100%;
	display:inline-block;
	background:url(../images/bg_vert900.png) repeat-y;
	padding:0px 16px 10px 20px;
	margin:0px;
}

.footer900
{
	width:850px;
	height:60px;
	display:inline-block;
	padding:10px 16px 0px 7px;
	margin:10px 0px 0px 0px;
	border-top: solid 3px #2F6AA9;
}

.cont900
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:10px 10px 0px 10px;
}

.btm900
{
	width:900px;
	height:17px;
	background:url(../images/btm900.png) no-repeat;
}
.top900_simple
{
	width:900px;
	height:16px;
	background:url(../images/top900_simple.png) no-repeat;
}
/*End of Dialogue Box 900 pixels classes*/


/*Dialogue Box 400 pixels classes*/

.dialogue400
{
	width:400px;
	height:100%;
	margin:auto;
}

.top400
{
	width:400px;
	height:42px;
	background:url(../images/top400.png) no-repeat;
}

.mid400
{
	width:372px;
	height:100%;
	display:inline-block;
	background:url(../images/bg_vert400.png) repeat-y;
	padding:0px 14px 10px 20px;
	margin:0px;
}

.footer400
{
	width:350px;
	height:40px;
	display:inline-block;
	padding:10px 16px 0px 7px;
	margin:10px 0px 0px 0px;
	border-top: solid 3px #2F6AA9;
}

.cont400
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:10px 10px 0px 10px;
	width:350px;
	margin:auto;
}

.btm400
{
	width:400px;
	height:17px;
	background:url(../images/btm400.png) no-repeat;
}

/*End of Dialogue Box 400 pixels classes*/



/*Dialogue Box 600 pixels classes*/

.dialogue600
{
	width:600px;
	height:100%;
	margin:auto;
}

.top600_simple
{
	width:600px;
	height:16px;
	background:url(../images/top600_simple.png) no-repeat;
}

.top600
{
	width:600px;
	height:42px;
	background:url(../images/top600.png) no-repeat;
}


.mid600
{
	width:572px;
	background:url(../images/bg_vert600.png) repeat-y;
	padding:0px 16px 10px 20px;
	margin:0px;
	height:100%;
	display:inline-block;
}


.cont_dialogue600
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	width:auto;
	margin:0px 10px 0px 0px;
	height:100%;
	width:550px;
	padding:0px 0px 0px 0px;
}

#quick_tip2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	width:auto;
	margin:0px 10px 0px 0px;
	height:100%;
	width:180px;
	padding:0px 0px 0px 0px;
	float:left;
}


.footer600
{
	width:549px;
	height:50px;
	display:inline-block;
	padding:7px 14px 0px 7px;
	margin:10px 0px 0px 1px;
	border-top: solid 1px #cccccc;
}

.heading
{
	padding:0px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#2375BC;
	border-bottom: solid 3px #2F6AA9 ;
}

.heading_grey
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#999999;
}


.heading_simple{
	padding:3px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	height:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#2375BC;
}

.heading_privacy
{
	padding:0px 10px 5px 10px;
	margin:0px 0px 0px 0px;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#2375BC;
	border-bottom: solid 3px #2F6AA9 ;
}

.heading_dialogue_inner{
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:28px;
	color:#2375BC;
}


.dialogue900_heading2{
	background:#3A7EC0;
	width:851px;
	padding:10px 10px 0px 10px;
	margin:auto;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:45px;
	color:#FFFFFF;

}

.cont600
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:10px 10px 0px 10px;
	height:100%;
	display:inline-block;
}

.btm600
{
	width:600px;
	height:17px;
	background:url(../images/btm600.png) no-repeat;
}



/*//////////////////////*/
/*End of Dialogue Box 600 pixels classes*/
/*Messaging screens classes*/
.messaging_grid
{
	padding:0px;
	width:998px;
}

.messaging_grid_icons{
	width:100%;
	padding:0 0 10px 0;
	float:left;
	border-bottom: dotted 2px #e5e5e5;
	margin-bottom: 10px;
}

.messaging_grid_header
{
	width:100%;
	border-bottom: solid 1px #E5E5E5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#C5C5C5;
}



.message_grid_row,
.message_grid_row_sel,
.message_grid_row_bold{
	width:100%;
	padding:6px 0px 3px 0px;
	border-bottom:solid 1px #E5E5E5;
	

}

.message_grid_row_sel,
.message_grid_row{
	font: normal 12px Arial, Helvetica, sans-serif;

}

.message_grid_row_sel
{
    background-color: #E6E6E6;
}

.message_grid_row_bold{
	font: bold 12px Arial, Helvetica, sans-serif;

}

.messaging_grid_col{
	color:#666666;
	font-variant:inherit;

}

.messaging_grid_footer{
	border-bottom: solid 1px #E5E5E5;
	width:100%;
	background:#f6f6f6;
	padding: 5px 0;
}

.divider{
	background-image: url(../images/divider.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:10px;
	width:100%;
	cursor:n-resize;
}

.message_details{
	border:solid 1px #E5E5E5;
	width:99.7%;
	float:left;
}
.message_body{
	
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#666;
	width:100%;
	overflow-y: scroll;
	min-height:300px;
}

.message_headers{
	background:#f6f6f6;
    float:left;	
	width:100%;
	border-bottom:1px #e5e5e5 solid;
}


/*END - Messaging Classes*/

.my_clip_button.active { color:#B8B8B8 }
.set_position{position:relative}


.SpecialCharPadding
{
	padding: 8px 0px;
}

.silverLightIframe
{
	visibility: hidden; height: 0; width: 0; border: 0px;
}
/*Gray and White List css*/

.List_Grey
{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	Padding-left:5px;
	background:#EEEEEE;
	color:#000000;
	height:20px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
}

.List_White
{
	list-style:inside;
	list-style-type:none;
	list-style-position:inside;
	Padding-left:5px;
	background:#FFFFFF;
	color:#000000;
	height:20px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
}

/*Splash Pages Top Nav*/
.splTopNav{overflow:hidden;}
.splTopNav .inner{color:#666666;float:right;font: normal 12px/100% arial;margin:4px 15px 10px 0;}
.splTopNav .inner a, .splTopNav .inner a:visited{color:#2375BC;text-decoration:none;}
.splTopNav .inner span{ padding:0 5px;}


.splashContents{}
/*Rounded box :: As used on Splash Pages, Sign in pages etc.*/
.roundedBox{position:relative;z-index:1;}
.roundedBox .pnlTop, .roundedBox .pnlMiddle, .roundedBox .pnlBottom{overflow:hidden;}
.roundedBox .pnlTop .pnlTopLeft, .roundedBox .pnlTop .pnlTopRight,.roundedBox .pnlTop .pnlTopMiddle, 
.roundedBox .pnlBottom .pnlBottomLeft, .roundedBox .pnlBottom .pnlBottomRight, .roundedBox .pnlBottom .pnlBottomMiddle,
.splashTabsLeft, .splashTabsRight, .splashTabsMiddle ul li, .footer .left, .footer .right{
	background: url(../images/layout_sprite.png) no-repeat; height:16px;
}

.roundedBox .pnlTop .pnlTopLeft{ background-position: 0 0; }
.roundedBox .pnlTop .pnlTopRight{ background-position: -16px 0;  }
.roundedBox .pnlTop .pnlTopMiddle{ background-position: 0px -33px; background-repeat:repeat-x; margin:0 16px;}
.roundedBox .pnlTop .pnlTopLeft, .roundedBox .pnlMiddle .pnlMiddleLeft, .roundedBox .pnlBottom .pnlBottomLeft{float:left;}
.roundedBox .pnlTop .pnlTopRight, .roundedBox .pnlMiddle .pnlMiddleRight, .roundedBox .pnlBottom .pnlBottomRight{float:right;}
.roundedBox .pnlTop .pnlTopLeft, .roundedBox .pnlTop .pnlTopRight, .roundedBox .pnlBottom .pnlBottomLeft, .roundedBox .pnlBottom .pnlBottomRight{width:16px;}
.roundedBox .pnlMiddle .pnlMiddleLeft, .roundedBox .pnlMiddle .pnlMiddleRight{background: url(../images/borders_sprite.png) repeat-y;width: 6px;margin-bottom: -32767px;padding-bottom: 32767px;}
.roundedBox .pnlMiddle .pnlMiddleLeft{ background-position:0 0;}
.roundedBox .pnlMiddle .pnlMiddleRight{ background-position:-6px 0;}
.roundedBox .pnlMiddle .pnlMiddleMiddle{ background-color:#fff; margin:0 6px;}
.roundedBox .pnlMiddle .pnlMiddleMiddle .inner{ padding:0 20px;}
.roundedBox .pnlBottom .pnlBottomLeft{ background-position: 0px -16px;  }
.roundedBox .pnlBottom .pnlBottomRight{ background-position: -16px -16px;}
.roundedBox .pnlBottom .pnlBottomMiddle{background-position: 0 -49px; background-repeat:repeat-x; margin: 0 16px;}

/*Shadow box as used on VerifySignup*/
.shadow-box{ margin:0 auto;}
.shadow-box .sbTop, .shadow-box .sbBottom{overflow:hidden;}
.shadow-box .sbTop .sbTopLeft,.shadow-box .sbTop .sbTopRight,.shadow-box .sbTop .sbTopMiddle, .shadow-box .sbBottom .sbBottomLeft,.shadow-box .sbBottom .sbBottomRight, .shadow-box .sbBottom .sbBottomMiddle{background: url(../images/layout_sprite.png) no-repeat;}
.shadow-box .sbTop .sbTopLeft, .shadow-box .sbBottom .sbBottomLeft{ float:left;}
.shadow-box .sbTop .sbTopRight, .shadow-box .sbBottom .sbBottomRight{ float:right;}
.shadow-box .sbTop .sbTopLeft{ background-position:0 -358px; height:10px; width:10px;}
.shadow-box .sbTop .sbTopRight{ background-position:-10px -358px; height:10px; width:12px;}
.shadow-box .sbTop .sbTopMiddle{ background-position: 0 -381px; background-repeat:repeat-x;height:10px; margin:0 12px 0 10px;}
.shadow-box .sbMiddle{ overflow:hidden;}
.shadow-box .sbMiddle .sbMiddleRight{ background:url(../images/borders_sprite.png) repeat-y; background-position:-12px 0; float:right; margin-bottom:-32767px; padding-bottom:32767px; width:12px;} 
.shadow-box .sbMiddle .sbMiddleMiddle{ background-color:#f4f4f4; border-left:1px solid #999; margin-right:12px; padding-left:8px;}
.shadow-box .sbBottom .sbBottomLeft{ background-position:0 -368px; height:12px; width:10px;}
.shadow-box .sbBottom .sbBottomRight{ background-position:-10px -368px; height:12px; width:12px;}
.shadow-box .sbBottom .sbBottomMiddle{ background-position: 0 -391px; background-repeat:repeat-x;height:12px; margin:0 12px 0 10px;}

/*Tabs on Splash Pages*/
.splashTabs{
	margin:auto;
	overflow:hidden;
	position:relative;
	top:-30px;
	width:884px;
	z-index:0;
}
.splashTabsLeft{background-position:0 -65px;float:left; width:18px;}
.splashTabsRight{background-position:right -65px;float:right; width:19px;}
.splashTabsMiddle{margin:0 19px 0 18px;}
.splashTabsLeft, .splashTabsRight, .splashTabsMiddle, .splashTabsMiddle ul li{ height:145px;}
.splashTabsMiddle ul{list-style:none;margin: 0;overflow:hidden;padding:0;}
.splashTabsMiddle ul li{background-position:0 -210px;background-repeat: repeat-x;float:left;padding:0;text-align:center;width:265px;}
.splashTabsMiddle ul li.divider{background-position:-18px -65px;cursor:default;width:26px;}
.splashTabsMiddle a, .splashTabsMiddle a:visited{color:#8DA9D8;display:block;font:bold 48px arial;letter-spacing:5px;margin-top:35px;text-decoration:none;}
.splashTabsMiddle a:hover{	color:#2375BC;}
.splashTabsMiddle span{color:#C0C0C1;font:bold 22px Arial;}

/*Common Footer*/
.footer-wrapper .footer{ margin:0 auto; width:850px;}
.footer .footerTop .left, .footer .footerTop .right,.footer .footerBottom .left, .footer .footerBottom .right{ height:11px; width:11px;}
.footer .footerTop .left, .footer .footerBottom .left{ float:left;}
.footer .footerTop .right, .footer .footerBottom .right{ float:right;}
.footer .footerTop .left{background-position: -32px 0;}
.footer .footerTop .right{background-position: -43px 0;}
.footer .footerTop .middle{border-top: 1px #87A8DB solid; height:10px; margin:0 11px;}

.footer .footerBottom .left{ background-position: -32px -11px;}
.footer .footerBottom .right{background-position: -43px -11px ;}
.footer .footerBottom .middle{border-bottom: 1px #87A8DB solid; height:10px; margin:0 11px;}
.footer .footerMiddle{background-color:#fff;  border-left: 1px #87A8DB solid; border-right: 1px #87A8DB solid; overflow:hidden;}
.footer .footerMiddle ul{list-style:none; margin:0; padding:0;}
.footer .footerMiddle li{ float:left; padding-left:50px; width:232px;}
.footer .footerMiddle li.middle{ border-left: 1px #87A8DB solid; border-right: 1px #87A8DB solid; height:225px;}
.footer .footerMiddle h3{color: #3B85D4; font:bold 28px arial; margin:0; padding:0;}
.footer .footerMiddle div{width:200px;}
.footer .footerMiddle a, .footer .footerMiddle a:visited{color:#B8B8B8; display:block; font:bold 16px arial; margin-left:18px; padding:5px 0; text-decoration:none;}
.footer .footerMiddle a:hover{ color:#666;}

/*Icon Buttons*/
.icon-button{ overflow:hidden;}
.icon-button .left, .icon-button .right, .icon-button .middle{ background:url(../images/buttons_sprite.png) no-repeat; height:50px;}
.icon-button .left{ float:left; width:46px;}
.icon-button .right{ float:right; width:7px;}
.icon-button .middle{ background-repeat:repeat-x; color:#fff; font: bold 18px arial;line-height:50px;  margin:0 7px 0 46px;text-align:center; text-shadow:0 1px 1px rgba(0,0,0,0.5);}
.icon-button .middle a, .icon-button .middle a:visited{ color:#fff; display:block; height:50px; text-decoration:none;}
	
	/*Blue Button*/
	.icon-button.blue .left{ background-position:0 -1365px;}
	.icon-button.blue .right{ background-position:-46px -1365px;}
	.icon-button.blue .middle{ background-position:0 -1620px;}
	
	/*Orange Button*/
	.icon-button.orange .left{ background-position:0 -1416px;}
	.icon-button.orange .right{ background-position:-46px -1416px;}
	.icon-button.orange .middle{ background-position:0 -1671px;}

	/*Cyan Button*/
	.icon-button.cyan .left{ background-position:0 -1467px;}
	.icon-button.cyan .right{ background-position:-46px -1467px;}
	.icon-button.cyan .middle{ background-position:0 -1722px;}
	
	/*Green Button*/
	.icon-button.green .left{ background-position:0 -1518px;}
	.icon-button.green .right{ background-position:-46px -1518px;}
	.icon-button.green .middle{ background-position:0 -1773px;}

	/*Grey Button*/
	.icon-button.grey .left{ background-position:0 -1569px;}
	.icon-button.grey .right{ background-position:-46px -1569px;}
	.icon-button.grey .middle{ background-position:0 -1824px;}

.icon-button .left span{display:block;}
.twitter-icon, .facebook-icon{ background:url(../images/sp_provider_profile.png) no-repeat; height:24px; width:24px;}
.facebook-icon{ background-position:0 -25px;}
	
.grid-altRow-color{background:#eee}

.active{color:#666666;}


/*Overriding table widht for Research Box > Note Details Screen*/
table.tabDetailsTable td table{width:140px !important;}

/*Status box style override*/
.sb-dlg-title{padding:0 0 10px 30px;}


/*Special Characters Dialog for Editor*/
td.specialCharContainer{padding-left:10px;}
td.specialCharContainer input{ 
	background-color:#F0F0F0;
	border-bottom:1px solid #77C1F9; 
	border-left:1px solid #D5ECFD; 
	border-top:1px solid #D5ECFD; 
	border-right:1px solid #77C1F9; 
	color:#333;
	font-size:12px;
	height:28px; 
	line-height:24px; 
	margin-bottom:4px;
	text-align:center; 
	width:28px;
}

/*Paper Box - Sharing - Permissions Grid*/
.PermissionsGrid, .PermissionsGrid tr, .PermissionsGrid td, .PermissionsGrid th{border:none; border-collapse:collapse; border-spacing:0;}


/*Edit Profile Nav - Monday, August 29, 2011 @ 10:14 AM */
.edit-pro-nav{list-style:none; margin:10px 0 0 20px; padding:0;}
.edit-pro-nav li{margin-bottom:20px; margin-right:10px;}
.edit-pro-nav h3{color:#2375BC; font:bold 18px Arial; margin:0; padding:0;}
.edit-pro-nav a{color:#666666; cursor:pointer; font:bold 14px Arial; text-decoration:none; margin:0 0 5px 20px; display:block;}
.edit-pro-nav a:hover, .edit-pro-nav a.current{color:#2375BC;}
