
.button1 {
	-moz-box-shadow: 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: 0px 1px 0px 0px #bbdaf7;
	box-shadow: 0px 1px 0px 0px #bbdaf7;
	background-color:#67D02E;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #67D02E;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
}.button1:hover {
	background-color:#33A722;
}.button1:active {
	position:relative;
	top:1px;
}.button1:visited {
        color: #ffffff;
    }

 .button2 {
	-moz-box-shadow: 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow: 0px 1px 0px 0px #bbdaf7;
	box-shadow: 0px 1px 0px 0px #bbdaf7;
	/*background-color:#67D02E;*/
    /*background-color: white;*/
    /*background-color: transparent;*/
    /*background-color: #C30E2E;*/
    background-color: #43B02A;

	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	/*border:1px solid #67D02E;*/
    border:2px solid #ccc;    

	display:inline-block;
	color:#ffffff;
    /*color: #073E79;*/
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 12px;
	text-decoration:none;
}.button2:hover {
	background-color: #ffd800;
}.button2:active {
	position:relative;
	top:1px;
}.button2:visited {
     /*background-color: #C30E2E;*/ 
     background-color: #43B02A; 
     color: #ffffff;
        /*color: #073E79;*/
    }
 .button2:link {
     /*background-color: #C30E2E;*/
     background-color: #43B02A; 
     color: #ffffff;
        /*color: #073E79;*/
    }


 .filterrow {
     padding: 2px 2px 2px 2px;
 }

.psFormNote {
    padding: 20px 10px 5px 20px;
    font-size: 12px;
    color: #333;
}


.gvHeader > th {
    text-align: left;
}


.notification
{
    
    /*NOTE: these2 enable fixed width tabs if they are html inline elements */
    display: inline-block; 
    vertical-align: top;
    min-height: 120px;
    min-width: 120px;
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff0), to(#fff)); 
    background: -webkit-linear-gradient(top, #fff, #ff0); 
    background: -moz-linear-gradient(top, #fff, #ff0); 
    background: -ms-linear-gradient(top, #fff, #ff0); 
    background: -o-linear-gradient(top, #fff, #ff0);
	color: #214C9A;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;  
    margin: 10px;
    padding: 12px 10px 10px 10px;
	text-decoration: none;
	border: 1px solid #b2b7bb;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.15);	
	
}



.psNotificationInfo
{
    border:1px solid #d9ebff;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    padding: 10px;
    /*margin-top: 14px;*/
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*background-color: #d9ebff;*/
    background-color: #ffffff;
    color: #095584;
    vertical-align:top;
}

.psNotificationAlert
{
    /*border:1px solid #ffff66;*/
    border:1px solid #ff5e00;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    padding: 10px;
    /*margin-top: 14px;*/
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*background-color: #ffff66;*/
    background-color: #ffffff;
    color: #095584;
    vertical-align:top;
}

.psNotificationError
{
    border:1px solid #ff6666;
    -moz-border-radius: 5px;
    border-radius: 5px; 
    padding: 10px;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    /*background-color: #ff6666;*/
    background-color: #ffffff;
    color: #095584;
}

.r3_notification_message
{
    margin-left: 10px;
    margin-right: 10px;
}

r3_notification_link
{
    margin-left: 10px;
    margin-right: 10px;
}

.r3_vmiddle
{
    vertical-align:middle;
}

.qtea-bigbutton {
    width: 240px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px !important;
    -moz-box-shadow: 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: 0px 1px 0px 0px #bbdaf7;
    box-shadow: 0px 1px 0px 0px #bbdaf7;
    /*background-color: #BA0C2F !important;*/
    background-color: #43B02A !important;    
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;    
    border: 2px solid #004C97;
    display: inline-block;
    color: #ffffff; 
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 12px;
    text-decoration: none;

    /*color: #C30E2E;*/
    /*background-color: #67D02E;*/
    /*PREV: yellow gradient*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8AF00), to(#fff)); 
    background: -webkit-linear-gradient(top, #fff, #F8AF00); 
    background: -moz-linear-gradient(top, #fff, #F8AF00); 
    background: -ms-linear-gradient(top, #fff, #F8AF00); 
    background: -o-linear-gradient(top, #fff, #F8AF00);*/
    /*alt: red gradient*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#BA0C2F), to(#fff)); 
    background: -webkit-linear-gradient(top, #fff, #BA0C2F); 
    background: -moz-linear-gradient(top, #fff, #BA0C2F); 
    background: -ms-linear-gradient(top, #fff, #BA0C2F); 
    background: -o-linear-gradient(top, #fff, #BA0C2F);*/
    /*-moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;*/
    /*border: 1px solid #67D02E;*/
     /*border: 2px solid #ccc;*/

}
.qtea-bigbutton:hover {
	/*background-color:#BA0C2F;*/ 
    background-color:#43B02A;
}
.qtea-bigbutton:active {
	position:relative;
	top:1px;
}
.qtea-bigbutton:visited {
     /*background-color:#BA0C2F;*/ 
     background-color:#43B02A;
     color: #ffffff; 
}
.qtea-bigbutton:link {     

     width: 240px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    -moz-box-shadow: 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow: 0px 1px 0px 0px #bbdaf7;
    box-shadow: 0px 1px 0px 0px #bbdaf7;
    /*background-color: #BA0C2F;*/
    background-color:#43B02A;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;    
    border: 2px solid #004C97;
    display: inline-block;
    color: #ffffff; 
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 12px;
    text-decoration: none;
}


 
.qtmenupanel{

    padding-left: 40px;
    padding-top: 20px;

}


#qtea-footer {
	/*width: 942px;*/
    width: 100%;
	/*height:8px;*/
	/*background-image: url('../images/footer.jpg');*/

    /*background: #1c6595 url('../images/footer.jpg') no-repeat 0 bottom;*/ 
    /*background: #1c6595 url('../images/footer_no_gray.jpg') no-repeat 0 bottom;*/ 
     background: #1c6595 url('../images/footer2.png') no-repeat 0 bottom; 
    height: 84px;

	/*border-top: 2px solid #d9d9d9;*/
	/*border-bottom: 2px solid #cdcdcd;*/
	/*float: left;*/
}


#qtea-footer2 {   

    height: 84px;
    background-color: #007dba;
    background-image: url('../images/footer2left.png'), url('../images/footer2center.png'), url('../images/footer2right.png');
    background-position: left bottom, center bottom, right bottom;
    background-repeat: no-repeat, repeat-x, no-repeat;
}

#qtea-footer3 {   

    height: 84px;
    /*background-color: #007dba;*/
    background-image: url('../images/footer2center.png');
    background-repeat: repeat-x;
    /*
    background-image: url('../images/footer2left.png'), url('../images/footer2center.png'), url('../images/footer2right.png');
    background-position: left bottom, center bottom, right bottom;
    background-repeat: no-repeat, repeat-x, no-repeat;*/
}

.footer-left {

    float: left;
    width: 336px;
    height: 84px;
    background-image: url('../images/footer2left.png');
    background-repeat: no-repeat;
}
.footer-center {
    float: left;
    height: 84px;
    /*width: 100%;*/
    background-image: url('../images/footer2center.png');
    background-repeat: repeat-x;
}
.footer-right {
    float: right;
    height: 84px;
    width: 624px;
    background-image: url('../images/footer2right.png');
    background-repeat: no-repeat;
}

.footer_bg {
	
     /*background-color: white ;
     padding-top: 8px;
	height: 39px;
    width: 100%;
	float: left;*/
}



#home_bg {
    /*background-image: url('../images/QuintilesHome6.png');*/
    background-image: url('../images/QuintilesHome7.png');
    /*width: 3300px;
    height: 2260px;*/
   width: 1000px;
   height: 647px;
   margin:0px auto;
   margin-top: 20px;
}

#homefooterlogo {
    float: right;
    height: 69px;
    width: 200px;
    /*background-image: url('../images/QuintilesLogo200.png');*/
    background-image: url('../images/IQVIALogo200.png');
    background-repeat: no-repeat;
}

.pagelinks{
    height: 20px;
    float: right;
}


/*#footer-left {
	background: #ffffff url('../images/corner_footer_left.jpg') no-repeat 0 bottom;
	float: left;
	height: 10px;
	_padding-top: 2px;
	width: 11px;
}

#footer-right {
	background: #ffffff url('../images/corner_footer_right.jpg') no-repeat 0 bottom;
	float: left;
	height: 10px;
	_padding-top: 2px;
	width: 11px;
}*/


.qtLoginPanel
{
    min-height: 300px;
    /*margin: 0 auto;*/
    margin-left: 10px;
    width: 550px;
    margin-top: 200px;  
}

.qtLoginPanelItem
{
   /*padding-left: 150px;*/
   padding-bottom: 10px;
}


.qtWelcome
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
	text-align:center;	
	padding-bottom: 10px;
}


.qtea-buttonleft
{
    border: none;
    color: white;
    /*background: #C30E2E;*/
    background: #43B02A; 
    padding: 0px 3px 0px 3px;
}
