/* MEDISOFT */

body
{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #034ea2;
	background: #ffffff;
}

#divAddIn a.medisoft, #divAddIn a.medisoft:visited
{
	color: #034ea2;
	text-decoration:none;
	font-weight:bold;
}

#divAddIn a.medisoft:hover
{
	background-color: #034ea2;
	color:White;
}

#divAddIn
{
	margin-top:30px;
	text-align:center;
}

a.medisoft, a.medisoft:visited
{
	color:Blue;
	text-decoration:none;
}

a.medisoft:hover
{
	background-color:#034ea2;
	color:White;
}

div.versionCheck
{
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
div.ChangePassword
{
	background-image: url(../__Images__/loginBack_body.png);
	background-repeat:no-repeat;
 	background-position:center 45px;	
	width: 500px;
	margin-left:auto;
	margin-right:auto;
    margin-top:0px;
    margin-bottom:0px;
	padding-bottom:45px;
	*padding-bottom:20px; 		/* IE7 */
	padding:0px 10px 0px 2px;
}

div.version
{
	text-align:center;
	font-weight:bold;
	color:#034ea2;
}

div.browserCheck 
{
	text-align:center;
	font-weight:bold;
	color:#034ea2;
}

div.browserCheck a:link, div.browserCheck a:visited
{
	font-weight:bold;
	color:#034ea2;
}

div.version a:link, div.version a:visited
{
	font-weight:bold;
	color:#034ea2;
}

div.outerLoginBlock
{
	margin-top:0px;
	padding-bottom:45px;
	*padding-bottom:20px; 		/* IE7 */
	background-image: url(../__Images__/loginBack_body.png);
	background-repeat:no-repeat;
 	background-position:center bottom;	
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

table.outerLoginBlock
{
	margin-left:auto;
	margin-right:auto;
}

table.ChangePassword
{
	margin-left:auto;
	margin-right:auto;
}

table.outerLoginBlock td
{
	padding:5px;
}

table.loginBlock
{
	
	width:450px;
	margin: 0px 20px 20px 20px;
}

table.tblChangePassword
{
	
	width:450px;
	margin: 0px 20px 20px 20px;
}

table.loginBlock th
{
	
	color:#034ea2;
	font-size:18px;
	padding: 0px 20px 0px 20px;
	height:70px;
	vertical-align:top;
	text-align:center;
}

table.loginBlock th div
{
	margin-top:10px;
}

table.loginBlock th img
{
	margin-top:10px;
}

table.loginBlock td.label
{
	text-align:right;
	padding: 0px 10px 0px 20px;
}

table.tblChangePassword td.label
{
	text-align:right;
	padding: 0px 10px 0px 20px;	
}

table.loginBlock td.input
{
	padding: 5px 10px 5px 10px;
	width:280px;
	text-align:left;
	
}

table.loginBlock td.submit
{
	text-align:center;
	padding: 10px 0px 5px 0px;
	
}

.login
{
	width:200px;
}

.password
{
	width:200px;
}

table.languageSelector
{
	margin-left:37px;
	float: left;
}

table.languageSelector td.label
{
	padding-right:10px;
	text-align:left;
}

table.languageSelector td.input
{
	text-align:left;
	padding-left:0px;
}

div.recoverPW
{
	float:right;
	margin-right:40px;
	padding-top:5px;
}

div.pwRecovered
{
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	color:#034ea2;
	width:300px;

}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////// Password recovery */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.loginLogo1
{
	
}

.loginLogo2
{
	display:none;
}

div.divMedisoft
{
	position:absolute;
	right:10px;
	bottom:114px;
	font-weight:bold;
	color:#034ea2;
}

div.divMedisoft a:link, div.divMedisoft a:visited
{
	font-weight:bold;
	color:#034ea2;
}

#divControls
{
	text-align:center;
}

#divRecoveryText
{
	text-align:center;
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

#tblControls
{
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}
/* /////////////////////////////////////////////////////////////////////////// */
/* // Custom style override ////////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */
body
{
	margin: 0;
	padding: 0;
    background-image:url("../__Images__/login.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

select 
{
	border:solid 1px #17A8A3 !important;
	color: #A39A94 !important;
	background-color:#f9f9f9;
	min-width:115px;
}

div.version
{
	padding-top:6px;
	padding-left: 220px; 
	color:#17A8A3;
	font-size:10px;
	font-weight:normal;
}

.version a {
	color:#17A8A3 !important;
}

div.version a:link, div.version a:visited
{
	color:gray;
}

div.outerLoginBlock
{
	margin-top:180px;
    background-repeat: no-repeat;
    background-position: center top;
	height:312px;	
	padding-bottom:0px;
	width: 480px;
	color:#17A8A3 !important;
}

input.login, input.password
{
	padding-top:4px;
	padding-bottom:4px;
	background-color:#f9f9f9;
	border:solid 1px #17A8A3;
	border-radius: 0px;
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 	
}

div.outerLoginBlock a.medisoft:link, div.outerLoginBlock a.medisoft:visited 
{
	color:gray;
	color:#17A8A3 !important;
	font-size: 11.5px !important;
}

div.outerLoginBlock a.medisoft:hover,
a.medisoft:hover
{
	text-decoration: underline;
	background-color: #FFF !important;
}

table.outerLoginBlock
{
	color:gray;
	padding: 0;
}

table.tblChangePassword
{
	margin: 0 20px 20px 20px;
}

table.loginBlock {
	width: 430px;
}

table.loginBlock th
{
	color: #17A8A3;
	font-size:20px;
	padding: 20px 20px 0px 20px;
	height:70px;
	vertical-align:top;
	text-align:center;
}

table.loginBlock td.label
{
	padding: 0;
	color: #A39A94 !important;
}

table.loginBlock td.input
{
	color: #A39A94 !important;
}

div.outerLoginBlock
{
	background-image: none;
	background-color: rgba(256, 256, 256, 0.9);
	background: url('../__Images__/white_90.png')\9;
	border: 1px solid #17A8A3;
}

table.loginBlock td {
	padding: 0;
}
input:not([type="button"]):not([type="submit"]), select {
	font-size: 11.5px !important;
	color: #A39A94 !important;
	padding: 8px;
}

select {
	padding: 5px;	
}

input[type='button'] , input[type='submit'] {
	background-position: right center !important;
	height: 30px !important;
	margin-left: -31px !important;
} 



