﻿.MainPage
{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-image:url(images/bg_main_page.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: White;
}
.MainPage .MainTable
{
	width:100%;
	height:100%;
}
.MainPage .TopStrip
{
	width:100%;
	height:72px;
	background-image:url(images/bg_main_top_strip.gif);
	background-repeat:repeat-x;
	background-position:top;
}
.MainPage .SubTable
{
	width:1000px;
}
.SequelMedLogo
{
	width:337px;
	height:65px;
	border:0px;
	background-image:url(images/sm_logo.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-top: 85px;
	margin-bottom: 50px;
}
.MainPage img.ContactNo
{
	width:152px;
	height:24px;
	border:0px;
	background-image:url(images/bg_main_top_contactno.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-left:15px;
	margin-top: 20px;
}
.MainPage img.ContactUs
{
	width:103px;
	height:24px;
	border:0px;
	background-image:url(images/bg_main_top_contactus.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.MainPage .LeftColumn
{
	width:674px;
}
.MainPage .Divider
{
	width:50px;
	height:246px;
	vertical-align:middle;
	background-image:url(images/main_page_loginform_separator.png);
	background-repeat:no-repeat;
	background-position:center;
}
.MainPage .RightColumn
{
	width:276px;
	padding-left: 30px;
	text-align: left;
}
.MainPage .ColumnTitle
{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 24px;
	font-weight:bolder;
}
.MainPage .TitleText
{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 14px;
	font-weight:bold;
	width: 200px;
	float:left;
}
.MainPage .NormalText
{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 14px;
}

.MainPage .NormalText A
{
	color: Maroon;
	text-decoration:underline;
}
.MainPage .NormalText A:hover
{
	color: #000;
	text-decoration:none;
}

.MainPage .loginBtn{
	border-bottom: 1px solid #5db6dc;
	border-right: 1px solid #5db6dc;
	border-top: 1px solid #84d1f3;
	border-left: 1px solid #84d1f3;
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 13px;
	color: #0467a2;
	height: 14px;
	width: 60px;
	text-align: center;
	text-decoration: none;
	background-image: url(images/bg_btnLink.gif);
	background-repeat: repeat-x;
	border-radius:2px;
	padding:1px 5px 7px 5px;
	margin-top:20px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    display: block;
}

.MainPage .loginBtn:hover{
	border-bottom: 1px solid #3897bf;
	border-right: 1px solid #3897bf;
	border-top: 1px solid #94d7f4;
	border-left: 1px solid #94d7f4;
	color: #000;
	background-image: url(images/bg_btnLink_hover.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}


.MainPage .loginTxtInput {
	border: 1px solid #b7b6b6;
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 11px;
	color: #000;
	width: 140px;
	padding-left: 3px;
	padding-right: 3px;
	height: 18px;
}

.MainPage .loginFt{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-weight: bold;
	margin-bottom:3px;
	margin-top: 10px;
}

.MainPage .loginErrorMessage{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 14px;
	color: red;
}

.MainPage .loginInfo
{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 20px;
}
.MainPage .loginInfo b
{
	font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 20px;
	color: Maroon;
}

.MainPage .BigButton{
    width:200px;
    height:41px;
    display:block;
    line-height:25px;
    text-align:center;
    font-family: Segoe UI,Tahoma,Verdana,Arial;
	font-size: 20px;
	font-weight:bold;
	color: #0370ae;
	border-top: 2px solid #7dd3fc;
	border-left: 2px solid #7dd3fc;
	border-bottom: 2px solid #038cdb;
	border-right: 2px solid #038cdb;
	
	background-image: url(images/bg_big_button.gif);
	background-position: center;
	background-repeat: no-repeat;
	padding:13px 10px 3px 10px;
	-moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top:42px;
}
.MainPage .BigButton:hover{
	background-image: url(images/bg_big_button_hover.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.iconAlert
{
    background-image: url(images/error.png);
	background-position: center;
	background-repeat: no-repeat;
    width: 57px;
    height: 50px;
    margin-right: 30px;
}
.text4
{
    font-size: 20px;
}