@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400);

@font-face {
    font-family: 'lucida_sansregular';
    src: url('lsans-webfont.eot');
    src: url('lsans-webfont.eot?#iefix') format('embedded-opentype'),
         url('lsans-webfont.woff') format('woff'),
         url('lsans-webfont.ttf') format('truetype'),
         url('lsans-webfont.svg#lucida_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lucida_sansdemibold';
    src: url('lsansd-webfont.eot');
    src: url('lsansd-webfont.eot?#iefix') format('embedded-opentype'),
         url('lsansd-webfont.woff') format('woff'),
         url('lsansd-webfont.ttf') format('truetype'),
         url('lsansd-webfont.svg#lucida_sansdemibold_roman') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'universcondccondc';
    src: url('universcondc-webfont.eot');
    src: url('universcondc-webfont.eot?#iefix') format('embedded-opentype'),
         url('universcondc-webfont.woff') format('woff'),
         url('universcondc-webfont.ttf') format('truetype'),
         url('universcondc-webfont.svg#universcondccondc') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { font-family:"lucida_sansregular",Arial,Helvetica,sans-serif;color:#676767; background:url('pagebg.png');margin:0px;padding:0px; }

h1,h2,h3,h4,h5		{ margin-top: 25px; margin-bottom: 20px;border-bottom:0px solid #AAA;bottom-padding:3px;font-family: "universcondccondc",Arial,Helvetica,sans-serif; color: #505E71;
text-transform: uppercase;}

a					{ text-decoration:none;color:#0645AD; }
a:hover, a:focus	{ text-decoration:underline; }
#leftmenu a{color:#E89A27;}
#headfade		{ background-color:#FFF; background-size:cover;width:100%;height:10em;background-image:url('page-fade.jpg');background-position:bottom left;background-repeat:repeat-x; }
#search input	{ float:left;z-index:10; }
#search button	{ padding:0px;margin:0px;margin-top:2px; }
#searchbutton	{ background-color:transparent;cursor:pointer;border:0px;margin-left:-18px !important; }

#leftmenu ul,#leftmenu li	{ padding:0px;margin:0px;font-family: "universcondccondc",Arial,Helvetica,sans-serif, sans-serif; }
#loggedinas, #search		{ float:right;padding:5px; top:0px;line-height:2em; }
#loggedinas{color:white;}
#loggedinas a{color:white;}
#logo			{ position:absolute; margin-left:-9px; margin-top:-10px;top:0px;left:7px;padding:0px; }
#viewhistory	{ float:right; }
#panel			{ position:absolute;top:130px;width:16em;left:0px; }
#panel ul,
#panel p,
#panel h1		{ padding-left:1.5em; }
#panel ul li	{ list-style:none;list-style-image:none;list-style-type:none;padding:0px;margin:0px; }
#container		{ padding:3em; padding-top: 1em;margin-left:16em;background-color:#FFF;color:#676767;min-height:30em;border:1px solid #a7d7f9;border-right:0px solid #a7d7f9; position:relative;}
#footer			{ margin-left:15em;margin-top:0px;padding:0.75em;}
#footer p		{ color:#333;font-size:0.7em; }
pre				{ font-size:9pt !important;background-color:#EEE;padding:5px;border:1px solid #AAA; }

div.image_frame { border: 1px solid gray; display: inline-block; padding: 4px; }
div.image_frame .caption { border: 1px solid #E0E0E0; padding: 4px; }

div.floatleft, table.floatleft { border: 0 none; margin: 0 0.5em 0.5em 0; }
div.floatright, table.floatright, div.floatleft, table.floatleft { position: relative; }
div.floatleft, table.floatleft { clear: left; float: left; }

div.floatright, table.floatright { border: 0 none;margin: 0 0 0.5em 0.5em; }
div.floatright, table.floatright, div.floatleft, table.floatleft { position: relative; }
div.floatright, table.floatright { clear: right; float: right; }

.center * { margin-left: auto; margin-right: auto; }
.center { text-align: center; width: 100%; }
hr{
margin-top: 10px;
}

.request_button{
   
    position:fixed;
   display:none; 

}

.request_button span{
    /*display:block;
    transform:rotate(-90deg);*/
}
.top-request-trial-button{
   padding: 5px 10px;
   left:5%;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#win {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    background: url(/Images/win.png);
    display: none;
    height: 100%;
    width: 100%;
}
#cancel{
	display:block; 
	float:right; 
	width:15px; 
	height:15px; 
	background:url(/Images/close.gif) no-repeat; 
	cursor:pointer;
	position:absolute;
	top:4px;
	right:4px;
}
#obj {
    display: none;
}

.close-button {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 20px;
        height: 21px;
        background: url(../../../Images/Close-WF.png) no-repeat;
        background-size:cover;
    }

.close-button:hover {
            cursor: pointer;
        }

    #iframeDiv {
    width: 90%;
    height: 100%;
}
    #popup {
    padding: 0;
    position: fixed;
    /*width:640px;*/
    left: 66% !important;
    right: 0;
    height: 100%;
    float: right;
    text-align: center;
    z-index: 3000;
    background-color: rgb(255,255,255);
    color: white;
}
#PopupHeader {
    margin-top: 60px;
    color: #2e2e2e;
    width: 90%;
    margin-left: auto;
}




