﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
   /* font-size: .80em;*/
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}
h9
{
    font-size: 22px;
    /*color: Navy;*/
    font-family:Times New Roman;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0px;
    text-align:center;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

.page
{
    width: 95%;
   /* background-color: #D48988;*/
    background-color:white;
    margin: 20px auto 0px auto;
    border: none; /*1px solid #496077;*/
       
    min-width: 700px;
	max-width: 1700px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

.header
{
    background-position: 0% 0%;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 200px; 
	max-height:200px;
    background-color: #ffffff;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: -webkit-gradient(
	linear,
	right top,
	right bottom,
	color-stop(0.9, #FFFFFF),
	color-stop(0.3, #F4F5E7));
	
	background:-moz-linear-gradient(bottom,#ffffff,#F4F5E7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F4F5E7);
background-image:-ms-linear-gradient(bottom,#ffffff,#F4F5E7);

background: linear-gradient(#F4F5E7, #ffffff);
	}

.topSearch
{
    /*background-color:white!important*/
    }
	
	
	.ui-widget-content{background:none!important;}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.reliable
{
    color: #454F8C; max-height:180px;
    }
.main
{
    /*padding: 0px 12px;
    margin: 12px 2px 8px 2px;
    min-height: 420px;
    */
    width: 100%;
	/*padding: 0 0 100px;*/
	height: 1%;
	position: relative;
}


.main:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
.mainContainer {
	width: 100%;
	float: left;
	overflow: hidden;
}
.CenterDiv {
	padding: 0 160px 0 210px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.LeftDiv {
	float: left;
	/*width: 70%;*/
	max-width:95%;
	padding-top: 10px;
	/*position: relative;*/
	/*background: #B5E3FF;*/
	/*max-width:70%;*/
	
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.RightDiv {
	float: right;
	margin-right: -3px;
	width: 350px;
	margin-left: -150px;
	position: relative;
	/*background: #F4F5E7;*/
	max-width:350px;
	
	min-width:350px;
	
	height:100%!important;
}
.leftTD
{	
	
	background-image: -webkit-gradient(
	linear,
	right top,
	left top,
	color-stop(0.80, #FFFFFF),
	color-stop(0.34, #F4F5E7));
	
	background:-moz-linear-gradient(left,#ffffff,#F4F5E7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F4F5E7);
background-image:-ms-linear-gradient(left,#ffffff,#F4F5E7);
background: linear-gradient(to left, #F4F5E7, #ffffff);
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #BACFE4;
    padding: 8px 0px 0px 0px;
  /* margin: 0px auto;*/
    text-align: center;
    line-height: normal;
    color:black!important;
    
   /* margin: -100px auto 0;*/
   /*margin-top:-100px;*/
   width:100%;
	min-width: 768px;
	max-width: 1920px;
	height: 80px;
	position: relative; /*absolute;*/
	bottom:0;
	font-size:0.80em;
	
}
.footer a{text-decoration:none; color:Black;}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    width:100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%!important;
}

div.menu ul li
{
    
    width: 30%;
    height:20px;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    /*line-height: 1.35em;*/
    line-height:20px!important;
    height:20px;
    /*padding: 4px 20px;*/
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

.menuStaticItem
{
    
    background-image:url("/Styles/menu/main.gif");
    background-repeat:repeat-x;
    background-position:center;
  
   
    
    }
    

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%;
}

.loginDisplay
{
    font-size: 1.1em;
    /*display: block;*/
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.submitted{width:150px!important;}
    
    .ajax__combobox_itemlist {
max-height:100px!important; width:40px; overflow-x:hidden!important;margin-right:-10px!important;top:95px!important; left:185px!important;}
/*-----
.LeftDiv
{
    width:30%;
    
    }
.CenterDiv
{
    width:50%;
    
    }
.RightDiv
{
    width:20%;
    
    }
    */
    
ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:0;
	/*background-color:#dedede;
	
	border-width:1px;
	border-style:solid;
	border-color:#5f5f5f;
	
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	*/
	}
ul#css3menu1 ul{
	display:none;position:absolute; /*width: 92%;*/ 
	left:0;
	top:100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-moz-box-shadow:3.5px 3.5px 5px #000000;
	-webkit-box-shadow:3.5px 3.5px 5px #000000;
	box-shadow:3.5px 3.5px 5px #000000;
	*/
	
	background-color:#FFFFFF;
	/*border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	*/
	border-color:#d4d4d4;
	padding:0 10px 10px;
	filter:alpha(opacity=100)
	
	}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1 ul ul{
	opacity:1;}
ul#css3menu1{
	font-size:0;width:100%;z-index:999;position:relative;display:inline-block;zoom:1;padding:0 0%;margin:0 0%;
	*display:inline;*padding-right:1.56%;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;width:14.3%;}
ul#css3menu1 li.toplast{
	width:14.2%;}
body:first-of-type ul#css3menu1{
	display:inline-table;border-spacing:0px 0;}
body:first-of-type ul#css3menu1>li{
	display:table-cell;float:none;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:center;text-decoration:none;font:bold 14px Trebuchet MS;color:#000000;cursor:pointer;padding:2px 10px 2px 10px;
	background-color:#6D8CA0;
	background-image:url("mainbk.png");
	background-repeat:repeat;background-position:0 0;border-width:0 0 0 1px;border-style:solid;border-color:#C0C0C0;}
ul#css3menu1 ul li{
	float:none;margin:10px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:4px;background-color:#FFFFFF;background-image:none;border-width:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Tahoma;color:#000;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#4396E8;border-color:#C0C0C0;border-style:solid;color:#000000;text-shadow:#FFF 0 0 1px;
	/*background-image:url("mainbk.png");*/
	background-position:0 100px;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;background-position:right center;background-repeat:no-repeat;padding-right:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#FFFFFF;background-image:none;color:#4396E8;text-decoration:none;}
/*	
ul#css3menu1 li.topfirst>a{
	border-radius:6px 0 0 0;-moz-border-radius:6px 0 0 0;-webkit-border-radius:6px;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-webkit-border-bottom-right-radius:0;}
ul#css3menu1 li.toplast>a{
	border-radius:0 0 6px 0;-moz-border-radius:0 0 6px 0;-webkit-border-radius:0;-webkit-border-bottom-right-radius:6px;}
*/
@-moz-document url-prefix(){body:first-of-type ul#css3menu1{display:inline-block} body:first-of-type ul#css3menu1>li{display:block;float:left !important;}}
@media only screen and (max-width:192px),only screen and (max-device-width:192px){
ul#css3menu1>li:nth-child(1){width:50%}ul#css3menu1>li:nth-child(2){width:50%}ul#css3menu1>li:nth-child(3){width:100%}body:first-of-type ul#css3menu1{display:inline-block} body:first-of-type ul#css3menu1>li{display:block;float:left !important;}}
@media only screen and (max-width:128px),only screen and (max-device-width:128px){
ul#css3menu1>li:nth-child(1){width:100%}ul#css3menu1>li:nth-child(2){width:100%}ul#css3menu1>li:nth-child(3){width:100%}}der-color:#D9D9D9;font:'13px Arial,sans-serif","normal 13px Arial,sans-serif"';color:#55de3d;text-decoration:none;}


/*Tabbed search*/



/* .ajax__tab_header - A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_outer - An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. */
/* .ajax__tab_inner	 - An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. */
/* .ajax__tab_tab - An element of the tab that contains the text content. Child CSS classes:none. */
/* .ajax__tab_body - A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none. */
/* .ajax__tab_hover - This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. */
/* .ajax__tab_active - This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. */   

/* XP IE7 theme - Backgrounds */
.visoft__tab_xpie7 .ajax__tab_header					{ background:#95907A url(mainbk.png) repeat;  
                                    					   border-radius: 6px 0 6px 0;
                                                            -moz-border-radius: 6px 0 6px 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0;
                                                           border:solid 1px black;
                                                            }
.visoft__tab_xpie7 .ajax__tab_inner 					{/* background: #dedede url(mainbk.png) repeat;
                                                            border-radius: 6px 0 0 0;
                                                            -moz-border-radius: 6px 0 0 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 0;
                                                            -webkit-border-bottom-right-radius: 0;*/}
.visoft__tab_xpie7 .ajax__tab_outer						{/* background: #dedede url(mainbk.png) repeat;
                                                            border-radius: 0 0 6px 0;
                                                            -moz-border-radius: 0 0 6px 0;
                                                            -webkit-border-top-left-radius: 0;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0;*/}
.visoft__tab_xpie7 .ajax__tab_tab						{ background:#95907A url(mainbk.png) repeat; 
                                 						  border-radius: 6px 0 6px 0;
                                                            -moz-border-radius: 6px 0 6px 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0;  
                                                            border:solid 1px black;                                                        
                                                            }
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_outer	{ /*background: #dedede url(mainbk.png) repeat;
                                                            border-radius: 0 0 6px 0;
                                                            -moz-border-radius: 0 0 6px 0;
                                                            -webkit-border-top-left-radius: 0;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0 */}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_inner	{/*background: #dedede url(mainbk.png) repeat;
                                                            border-radius: 6px 0 0 0;
                                                            -moz-border-radius: 6px 0 0 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 0;
                                                            -webkit-border-bottom-right-radius: 0;*/}
.visoft__tab_xpie7 .ajax__tab_hover .ajax__tab_tab		{ background:#F9F7E2 url(mainbk.png) repeat; 
                                                  		  border-radius: 6px 0 6px 0;
                                                            -moz-border-radius: 6px 0 6px 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0;
                                                            border:solid 1px black;
                                                            }
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_outer	{/*background: #741201 url(mainbk.png) repeat;
                                                            border-radius: 0 0 6px 0;
                                                            -moz-border-radius: 0 0 6px 0;
                                                            -webkit-border-top-left-radius: 0;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0*/ }
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_inner	{/*background: #741201 url(mainbk.png) repeat;
                                                            border-radius: 6px 0 0 0;
                                                            -moz-border-radius: 6px 0 0 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 0;
                                                            -webkit-border-bottom-right-radius: 0; */}
.visoft__tab_xpie7 .ajax__tab_active .ajax__tab_tab		{ background:#F9F7E2 url(mainbk.png) repeat; 
                                                   		  border-radius: 6px 0 6px 0;
                                                            -moz-border-radius: 6px 0 6px 0;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 0;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 0;
                                                            border:1px solid black;
                                                            }

/* XP IE7 theme - Other Styles */
.visoft__tab_xpie7 .ajax__tab_header 					{ font-family:verdana,tahoma,helvetica;font-size:11px; }
.visoft__tab_xpie7 .ajax__tab_outer						{ height:20px; }
.visoft__tab_xpie7 .ajax__tab_inner						{ padding-left:0px; }
.visoft__tab_xpie7 .ajax__tab_tab						{ padding: 3px 40px;margin:0; color:Black;}
.visoft__tab_xpie7 .ajax__tab_body						{ font-family:verdana,tahoma,helvetica;color:black; height:60px!important; font-size:10pt;border:1px solid black;border-top:0;padding:8px;background-color:#F9F7E2; }

.ajax__combobox_inputcontainer
{
 top:0!important;   
    }
    
    
    .QuickSearchPanel
    {border:1px solid 4396e8!important;
     background:#82A9D0;
     color:White;
text-shadow:0!important;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
        }
        
        
        
        .RoundYellowDiv
        {
             border-radius: 5px 5px 5px 5px;
                                            -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px; -webkit-border-top-right-radius: 5px;
                                            -webkit-border-bottom-right-radius: 5px; border: 1px solid gray; margin: 0px 2px 2px 2px;
                                            background-color: #82A9D0;
                                            color:white;
                                            background-image:url("mainbk.png");
											cursor:pointer;
											background-position:0 100px;
            
            }
            
            .RoundYellowDivLeft
        {
            
            -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
background-color: #82A9D0;
                                            color:white;
                                            background-image:url("mainbk.png");
											cursor:pointer;
											background-position:0 100px;
            
            }
            
            
            .RoundYellowDivRight
        {
            
            -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;

background-color: #82A9D0;
                                            color:white;
                                            background-image:url("mainbk.png");
											cursor:pointer;
											background-position:0 100px;
            
            }
            
            
            
            .ui-widget-header 
            {
                border-right: 1px solid #aaaaaa;
                border-left: 1px solid #aaaaaa;
                border-bottom: 1px solid #aaaaaa;

            color: #82A9D0;
            font-weight: bold;
            background:none!important;
            
}

.ui-tabs-panel 
{
    background-color:#82A9D0!important;
    }
    
    .ui-widget-header .ui-state-active {

/*background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
/*background: url("mainbk.png")!important;*/
background-color:#82A9D0!important;
}

 .ui-widget-header .ui-state-hover {

/*background: url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;*/
/*background: url("mainbk.png")!important;*/
background-color:#BACFE4!important;
}


.StructureImageHome
{
    margin-bottom:20px;
    margin-top:20px;
    background-color:White;
    }
    
    
    
    .watermarked
    {
      color:Gray;
        
        }
        
        
        
.homeArticle
{
    width:90%;
    min-height:170px;
	/*max-height:550px;*/
    background-color:#F4F5E7;
	color:Black!important;
    display: inline-grid;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align:left;
    border-radius: 6px;
                                                            -moz-border-radius: 6px;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 6px;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 6px;
                                                            //border:1px solid black;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    
    
    
    } 
    
    .homeArticle1
{
    width:90%;
    min-height:170px;
	/*max-height:550px;*/
    background-color:#F4F5E7;
	color:Black!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
    border-radius: 6px;
                                                            -moz-border-radius: 6px;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 6px;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 6px;
                                                            border:1px solid black;
    
    
    
    } 
    
/*    
    
    .ui-widget {
font-size: 10px!important;
}   
*/
#mainContainer .ui-widget-content
{
   background-color:white!important;
    }

	
.collapseImgDiv	{
width:99%; height:240px;align:center;vertical-align:middle;display:table-cell;min-width:200px;
margin: 0 auto;
}

 .magnifier
        {
            height: 5px !important;
            width: 200px;
            float: right;
        }
        
		 .magnifier a
        {
            bottom: 0%;
            background-image: url('http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png');
            background-size:20px auto;
            border: none !important;
			
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png',
sizingMethod='scale')\0/;
        }
		
		 .magnifier a:hover
        {
            bottom: 0%;
            background-size:20px auto;
            border: none !important;
			background-color:gray;
			
			
        }
		
		.magnifier .ui-state-default
		{
		    bottom: 0%!important;
            background-image: url('http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png')!important;
            background-size:20px auto!important;
            border: none !important;
			
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png',
sizingMethod='scale')\0/;
		    
		    
		    
		    }
		.magnifier .ui-state-active
		{
		    bottom: 0%!important;
            background-image: url('http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png')!important;
            background-size:20px auto!important;
            border: none !important;
			
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png',
sizingMethod='scale')\0/;
		    
		    
		    
		    }
		
		.magnifier .ui-state-focus
		{
		    bottom: 0%!important;
            background-image: url('http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png')!important;
            background-size:20px auto!important;
            border: none !important;
			
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='http://b.dryicons.com/images/icon_sets/stickers_icon_set/png/128x128/search_magnifier.png',
sizingMethod='scale')\0/;
		    
		    
		    
		    }

.collapseImg{width:95%; max-height:95%;margin: 0 auto; width:auto;}
.collapseImgRes{max-width:95%; max-height:95%;margin: 0 auto;width:auto;}


.articleBody{width: 50%; max-width:100%; float: left; min-width:310px;}
.articleBody1{width: 50%; max-width:100%; float: left; min-width:225px;}

.articleBodySlim{width: 85%; max-width:100%; min-width:310px; margin: 0 auto;}

.modalBackground {
	background-color:#BACFE4;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}

.carousel-caption p{line-height:14px!important;}

.modalPanel{height:100%;max-height:100%!important;min-height:100%!important;
            top:0!important;}
           
           
.media iframe {

height: 100%;

}

.media{height:100%!important; max-height:99%!important;min-height:99%!important;}


#QuickSearchAnnVolList1_QuickSearchAnnVolList1_TextBox{width:50px;}

.gobtn{height:21px;}

.textQuickSearchRight{width:100%;}
.watermarked{width:100%;}

.slidesRight{max-height:300px!important;}
.slidesjs-container{max-height:300px!important;}
.slidesjs-control{max-height:300px!important;}

.homeAuthors{margin-bottom:5px;}



#rotateText {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: tb-rl;
    width:25px;
    white-space: nowrap
}



.alpha60
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(0, 0, 0) transparent; /* RGBa with 0.6 opacity */
    background: rgba(0, 0, 0, 0.6); /* For IE 5.5 - 7*/
    filter<span style="color: rgb(0, 0, 0); font-family: Consolas, 'Lucida Console', monospace; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: pre-wrap; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); display: inline !important; float: none;">ui-tabs-anchor</span>: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}


        
.transparent20 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

  /* IE 5-7 */
  filter: alpha(opacity=20);

  /* Netscape */
  -moz-opacity: 0.2;

  /* Safari 1.x */
  -khtml-opacity: 0.2;

  /* Good browsers */
  opacity: 0.2;
}

.transparent50 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* IE 5-7 */
  filter: alpha(opacity=50);

  /* Netscape */
  -moz-opacity: 0.5;

  /* Safari 1.x */
  -khtml-opacity: 0.5;

  /* Good browsers */
  opacity: 0.5;
}

.transparent80 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";

  /* IE 5-7 */
  filter: alpha(opacity=80);

  /* Netscape */
  -moz-opacity: .8;

  /* Safari 1.x */
  -khtml-opacity: .8;

  /* Good browsers */
  opacity: .8;
}

.transparent0 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;

  /* Good browsers */
  opacity: 0;
}

.transparent100 {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1.0.;

  /* Safari 1.x */
  -khtml-opacity: 1.0;

  /* Good browsers */
  opacity: 1.0;
}
.ContentWrapperText
{
    background-color:White;
    color:Black;
    padding:5px;
    width:70%;
    min-width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align:justify;
	
    }
	
	#ContentWrapper
	{
		
	background: linear-gradient(#ffffff,#F4F5E7);
		
	}
    
.FileUploadClass
    {
        font-size: 5px;
        z-index: 500;
        position: relative;
        z-index: 10;
    }
    .FileUploadClass input[type=file]
    {
        background: transparent;
        border: 0px;
        opacity: 0;
        filter: alpha(opacity = 0);
		cursor: hand;
		cursor: pointer;
    }
    .FakeFileUpload
    {
        position: relative;
        z-index:1;
    }
    .FakeFileUploadDiv
    { 
        margin-left: 390px;
        margin-top: 5px;
        border:0px;
        position: absolute;
        z-index:5;
    }
    
    .hazardTable
    {
        
        background-color:White;background-color: white;
padding: 15px;
margin-top: 50px;
        border-radius: 6px;
                                                            -moz-border-radius: 6px;
                                                            -webkit-border-top-left-radius: 6px;
                                                            -webkit-border-bottom-left-radius: 6px;
                                                            -webkit-border-top-right-radius: 6px;
                                                            -webkit-border-bottom-right-radius: 6px;
                                                            border:1px solid black;
                                                            color:Black;
        }
        
        
        .highLight
        {
            font-size:12px;
            font-weight:bold;
            background-color:Yellow;
            }
.crossRef
{
	
	border:0px!important;
	height:12px!important;
	margin:0px!important;
	padding:0px!important;
	background:none!important;
	float:none!important;
}


 .uploadHidder
            {
                position: absolute;
    
    width: 100%;
    left:0px;
    margin:0 auto;
    height:calc(100% - 340px);
    background-color: rgba(0,0,0,0.2);
    z-index: 100000;
                }
				
#notesRight img{max-width:100%;}


.procCheck{display:none;}

.ajax__fileupload_uploadbutton{display:none;}

.ajax__fileupload_footer{height:0px!important;}


.scclabel{font-size:12px; color:red;}

.blockwarning p{margin-top:5px; margin-bottom:5px;}

.procedureText img{max-width:100%!important;}
.authlist img{width:100px!important;max-width:100px!important;}
.acc_container img{max-width:100px;}


.shadowbox
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)!important;
}