#cas form {display:block; margin:18px 0 0; padding:0; width:100%; background:#fff;}
    #cas fieldset {border:0; margin:0; padding:0; float:left; clear:none; width:auto;}
        #cas fieldset legend {display:none;}

        #cas #login {float:left; margin:0 -296px 0 0; padding:15px; width:458px; min-height:15em; background:#eee; position:relative; border:0;}
        #cas #login:before {line-height:0.1; font-size:1px; background:transparent url("/ingsso/images/key-point_tr-b1833987f05094fc84eed727f933b01f.gif") no-repeat top right; margin:-15px -15px 0 -15px; height:15px; display:block; content:url("/ingsso/images/key-point_tl-8f89764a000796c6d880688fcf019996.gif");}
        #cas #login:after {display:block; clear:both; padding-top:15px; line-height:0.1; font-size:1px; content:url("/ingsso/images/key-point_bl-53ded699be9e043b779f7f104f941ee9.gif"); margin:-15px; height:8px; background:transparent url("/ingsso/images/key-point_br-51b8de47add3caf96c7c783f2a7ace60.gif") scroll no-repeat bottom right;}
            #cas #login h2 {border-bottom:1px solid #ddd; padding:3px 0; font:normal 400 17px Georgia, "Times New Roman", Times, serif; color:#333;}
            #cas #login label {font-size:11px;}
            #cas #login label span.accesskey {text-decoration:underline;}
            #cas #login input {letter-spacing:1px;}
            #cas #login .check input {position:relative; left:-4px; height:auto;}
            #cas #login .check label {float:none; xwidth:auto; line-height:1.8;}
            #cas #login .btn-row {position:relative; top:15px; padding-top:10px; border-top:1px solid #ddd;}
            * html #cas #login .btn-row {top:5px;} /* IE6 */
            #cas #login .btn-submit {float:none; clear:none; display:inline; letter-spacing:0;}
            * html #cas #login .btn-submit {background:#ffd;}
            #cas #login .btn-reset {float:none; clear:none; margin-left:5px; border:0; border-left:1px solid #ddd; background:transparent; color:#777; text-transform:lowercase; letter-spacing:0;}

    #cas #sidebar {float:left; margin-left:596px; padding:18px 15px;}
        #cas #sidebar h3 {font:normal 400 14px Georgia, "Times New Roman", Times, serif; color:#555; margin:18px 0 0; padding:6px 0 3px;}
        #cas #sidebar p {margin:0 0 18px; padding:0; color:#555; font-size:1.1em;}

        #cas #list-languages ul {margin:0; padding:0; line-height:1.5; list-style:none;}
            #cas #list-languages ul li {display:inline; padding:0 5px; border-right:1px solid #ccc;}
            #cas #list-languages ul li.first {padding-left:0;}
            #cas #list-languages ul li.last {padding-right:0; border:0;}

#cas #footer p {margin:0 0 1em 0; padding:0;}

/* RESET --------------------------------- */
/* reset some properties for elements since defaults are not crossbrowser - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html,div,span,h1,h2,h3,p,a,img,ul,li,fieldset,form,label,legend {margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
:focus {outline:1;}
ul {list-style:none; font-size:1.1em; padding:0 0 18px 40px;}

/* browser default font-size is 16px which is too big so we make it 16px x 62.5% = 10px */
    /* body {font:normal 400 62.5%/1.0 Arial, Verdana, sans-serif; min-width:960px; background:#fff; color:#333;} */

 /*
 - used to clear or contain floats within a non-floated container
 - this ruleset is used by UAs that handle :after - not IE - see ie_cas.css for IE fix 
http://www.positioniseverything.net/easyclearing.html and http://www.ejeliot.com/blog/59 */
#header:after, #content:after, #footer:after, .clearfix:after {content:"."; clear:both; display:block; height:0; visibility:hidden;}


/* HEADER --------------------------------- */
#header {position:relative; top:0; left:0; padding-top:52px; background:#fff url(../images/loginHeader.gif) no-repeat scroll 25px 10px;}
    #header h1#app-name {clear:both; padding:0 0 0 25px; background:#210f7a; color:#fff; font:normal 400 2.8em/2.5em Georgia,"Times New Roman", serif;} /* d21033 */

/* CONTENT --------------------------------- */
#content {clear:both; padding:1px 0; margin:0 25px 2em;}
    #content h2 {margin:0 0 .5em 0; font-size:1.3em; font-weight:400; color:#000; xborder-bottom:1px solid #eee; padding:3px 0; xletter-spacing:-1px;}
    #content h3 {font:1em arial, helvetica, sans-serif; font-weight:400;}

    #content p {line-height:1.5; font-size:1.1em; padding:0 0 18px;}

/* FOOTER --------------------------------- */
#footer {clear:both; position:relative; margin:0 25px 1em; border-top:0px solid#ccc; padding:10px 0 1px 10px; background:transparent; color:#999;}
    #footer img#logo {position:absolute; right:0; top:0; margin-top:10px;}
    #footer div {clear:left; margin:1em 5px .5em; overflow:hidden;}

/* MESSAGES --------------------------------- */
.info, .errors, .success {clear:both; margin:18px 0; padding:20px 20px 20px 100px; font-size:12px; line-height:1.5;}
.info {border:1px dotted 008;    background:#eff url(/ingsso/images/info-43330a95100d726159c7728f4bb9c2cf.gif) no-repeat 20px 18px; color:#008;}
.errors {border:1px dotted #d21033; color:#d21033; padding-bottom: 10px;}
.success {border:1px dotted #390; background:#dfa url(/ingsso/images/confirm-715229bcfb223e0b19c2397f754302d7.gif) no-repeat 20px 18px; color:#000000;}
    #content .errors h2, #content .success h2 {font-family:Georgia,"Times New Roman",Times,serif; font-size:18px; line-height:48px; font-weight:400; margin:0 18px 0 0; padding:0;}
    #content .success h2 {color: #008 !important;}
    #content .errors h2 {color:#b00 !important;}
    #content .success h2 {color:#060 !important;}


/* static messages */
#content #msg p {padding:0;}

/* FORMS --------------------------------- */
    label {cursor:pointer; font-size:1.1em; color:#000000;}
    /* input {border-width:1px; font-family:Verdana,sans-serif; font-size:1.1em; color:#000; padding:3px; min-height:1.5em;} */
    input.btn-submit {border-width:2px;}


    .fm-v div.row {float:left; margin:0; padding:.5em 0; width:100%;}
    .fm-v div.row2 {float:left; margin-top:5px; padding:.0em 0; width:100%;}
    .fm-v div.row label {float:left; width:100%; line-height:1.5;}
    .fm-v div.row input.btn-submit {display:block; margin:0;}


/* highlight errors */
    input.error {background:#FFEFEF; color:#b00;}

/* mark as required */
    .required {background:#ffd;}
    .error {background:#ffefef;}
    input.required {border-width:1px;}

/* start of ingenuity specific css */
body{
    font-family: arial, Verdana, sans-serif;
    text-align:center;
    background:white;
    height:100%;
    margin:5px;
    padding: 0 0 0 0;
}

td img {display: block;}

.genericSuccess {
       height: 500px; vertical-align: top; text-align:left; 
       padding-left: 50px !important; 
       padding-top:30px !important;
}

#ingcontainer{
	width:1024px;
	margin:0 auto;
}

#loginBox{
	background-color: #e6e8ed;
	text-align: left;
}

#loginBox p{
	font-size:12px;
}

#loginBox a{
	color:#368bd1;
}

.labelTxt {
	color:#646363;
	font-size:14px;
}

.label {
	font-size:14px;
}

.table_border_vertical_0252a2, .table_border_vertical_0252a2_clean {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0252a2;
	border-right-color: #0252a2;
	border-bottom-color: #0252a2;
	border-left-color: #0252a2;
}

table.table_border_vertical_0252a2 td {
	vertical-align: top;
}

.ingContentTable {
 	border-spacing: 0;
 	border-collapse: collapse;
}

.ingContentTable td {
	padding: 0px;
}

.loginTable {
	border: 0;
	border-spacing: 0;
	vertical-align: middle;
}
.loginTable td {
	padding: 5px !important;
}

/* START rounded corner css tricks from http://jonraasch.com/blog/css-rounded-corners-in-all-browsers and customized */
.rounded-corners-all {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.rounded-corners-top {
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.rounded-corners-bottom {
	-webkit-border-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
/* END rounded corner css tricks from http://jonraasch.com/blog/css-rounded-corners-in-all-browsers */

#loginContainerDiv {	
	float:left;width:500px; height:300px; margin-left:25px;border: 0;
	background-color: #e6e8ed;
}

#customSupportContainerDiv {	
	float:left;width:350px; height:300px; margin-left:25px;border: 0;
	background-color: #e6e8ed;
}

#advertisementDiv {	
	float:left;width:875px; height:250px; margin-left:25px;padding-top:0px; border: 0;
	background-color: #e6e8ed;
}

#promoContainerDiv {
	float:left;
	width:875px;
	height:250px;
	margin-left:25px;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #e6e8ed;
}

.outerInfoBox {
	background-color: #00549D;
	margin: 10px 5px 5px 5px;
	height: inherit;
}

.innerInfoBox {
	padding: 5px 0px 5px 10px;
	background-color: #e6e8ed;
}

#contactOuterDiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 300px;
	padding-left: 25px;
	color: #999999;
}
#contactOuterDiv a{
	color:#999999;
	text-decoration:none;
}
#contactOuterDiv a:hover{
	text-decoration:underline;
}

.tableTitle {
	color: #ffffff;
	background-color: #00549D;
	font-size: 16px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 7px;
	padding-left: 10px;
	height: 26px;
}

.tokenSentTableTitle {
    height: 26px;
}

.tableContent {
	color: #000000;
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
}

/* START iframe stuff. Used to be in-line to accomodate IE when displaying login in iframe */
.loginButton {
		width: 155px;
		height: 36px;
		border: 0px;
	}

.label2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;;
	font-size: 14px;
	text-align: left;
}

.rememberMeTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 12px;
	text-align: left;
}

.forgotPasswordTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 14px;
}

.noteTxt {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
}

.inputTxt {
	border: 1px solid #ccc;
	height: 20px;
	#margin-left: 10px;
}
/* END iframe stuff */

.redtext { color: #ff0000;}
.clearall { clear:all;}
img { border: 0px; }

/* css for login page Qiagen header */

        .top-line div {
            border-left: #00549d 1px solid;
            border-right: #00549d 1px solid;
            border-top: #00549d 1px solid;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: 10px;
        }

        .red-line {
            border-bottom: #ee0000 2px solid;
        }

        .section-content {
            width: 900px;
            margin: 0 auto;
			position: relative;
        }

        .section-content .logo {
            padding: 10px;
            background: white;
            position: relative;
            z-index: 1;
            min-height:50px;
            max-width: 60px;
            margin-bottom: -20px;
        }

        #ingcontainer {
            padding-top: 45px;
        }

		input#submit, #goToIPAInterpretButton {
			background-color: rgb(0,178,36);
			color: #fff;
			font-size: 14px;
			padding: 6px 40px;
			border-radius: 9px;
			border: 0;
			margin: 0;
		}

		#goToIPAInterpretButton {
			padding: 6px 30px;
		}

#togglePassword {
	margin-left: -25px;
	font-size: 0.73em;
	cursor: pointer;
}

.logininfo {
	font-size: 12px;
	display: inline-block;
	float: right;
	margin-right: 15px;
	padding-top: 0px;
	position: absolute;
	right: -50px;
	top: 20px;
}

.button {
	width: 50px;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	line-height: 20px;

	border-radius:4px;
	color:#333;
	text-align:center;
	text-shadow:0 1px 1px rgba(255,255,255,.75);
	vertical-align:middle;
	cursor:pointer;
	background-color:#f5f5f5;
	background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e6e6e6));
	background-image:linear-gradient(top,#fff,#e6e6e6);
	background-image:-moz-linear-gradient(top,#fff,#e6e6e6);
	background-repeat:repeat-x;
	border:1px solid #ccc;
	border-color:#e6e6e6 #e6e6e6 #b3b3b3;
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)
}
.button:hover {
	cursor:pointer;
	color:#000;
	text-decoration:none;
	background-color:#e6e6e6;
	background-position:0 -15px;
	-webkit-transition:background-position .1s linear;
	transition:background-position .1s linear
}

.ipInfoDiv{
   margin-top: 15px;
   text-align: center;
   font-size:13px;
}
/* end */

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    opacity: 0.7;
    background-color: #fff;
    text-align: center;
}

input#submit, #goToIPAInterpretButton {
    cursor:pointer;
}

#loading-image-login {
    position: absolute;
    top: 50%;
    left: 35%;
    z-index: 100;
}

form.is-submitting input#submit {
    background-color: gray;
    box-shadow: none;
}

/* SSO help page */
.ssoTableContainer {
	border-left: #00549d 1px solid;
	border-right: #00549d 1px solid;
}
.ssoTableTitle {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
h2.ssoTableSubTitle {
	font-weight: bold;
	font-size: 1.5em;
}
h3.ssoTableSubTitle {
	font-weight: bold;
	font-size: 1.1em;
}
.ssoTableInfo {
	border-radius: 10px;
	background-color: #e6e8ed;
	text-align: left;
	margin: 0 10px 0 10px;
}
.ssoTableInfo img {
	border: 1px solid lightgray;
}
/* SSO help page end */

/* end of ingenuity specific css */

