@charset "utf-8";


body {
	background-color: #F0F0F0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

body, span, div, p, i, li, td, option, select, textarea, input, button {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

input[type=text], input[type=password] {
	line-height: 18px;
	height: 20px;
	margin: 1px;
	vertical-align:text-bottom;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

input[type=password] {
	font-size: 18px;
	color: #0055FF;
	width: 120px;
}

#infowin_vp {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	display: table;
	
	z-index: 10000;
}

#infowin_vp div.infowin_vp_cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.full_table {
	width: 100%;
	height: 100%;
	display: table;
	border-collapse: collapse;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
}

.table {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	display: inline-table;
}

.table_row {
	display: table-row;
	margin: 0px;
	padding: 0px;
}

.cell-v_center {
	display: table-cell;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
}

.chit_structure {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	display: table;
	position:static;
	border-collapse: collapse;
}
.chit_structure div.top_menu {
	height: 55px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

.chit_structure div.top_menu div {
	padding: 5px;
	margin: 0px;
}

.chit_structure div.top_menu div img.smart_logo {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:15px;
	margin-top:15px;
}

.main_structure {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	display: table;
	border-collapse: collapse;
}

.main_structure div.top_menu {
	height: 55px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table-cell;
}

.main_structure div.top_menu div {
	padding: 5px;
	margin: 0px;
}

.main_structure div.top_menu div img.smart_logo {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left:15px;
	margin-top:15px;
}

div.main_enrollment {
	display: table-row;
	height: 100%;
	width: 100%;
	margin-left:20px;
	padding-left:20px;
}

div.main_enrollment div.doctors {
	display: table-cell;
	height: 100%;
	width: 220px;
	text-align: center;
	vertical-align: top;
}

div.main_enrollment div.search {
	display: table-cell;
	height: 100%;
	padding-left:50px;
}

.main_structure div.main_complete{
	height: 100%;
	width: 100%;
	overflow:auto;
	/*display: table-cell;*/
}


.must {
	
}


