

@media print
{  

/*@page {  size: landscape}*/
	
    .print,
    .back,
	.enrollbatches,
	.ppreviewaction,
	.cake-error
    {
        display: none !important;
    }
    
    table
    {
		border-top: 1px solid #ccc;	
    }
}

    table
    {
		border-top: 1px solid #ccc;
    	border-left: 1px solid #ccc;		
    }
    
    td,
    th
    {
	border-right: 1px solid #ccc;	
    border-bottom: 1px solid #ccc;
    padding: 2px 5px;
    }
    
    th
    {
	text-align: left;
    }
    .commhd{
	display: none;
    }
/* Panel Header */
.mws-panel {
	margin-bottom: 32px;
}

.mws-panel .mws-panel-header {
	background: url(../img/core/mws-panel-header-bg.png) repeat-x;
	height: 25px;
	position: relative;
	padding: 12px;
	font-size: 14px;
	width: 92%;
	/* CSS 3 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
}

.mws-panel .mws-panel-header span {
	line-height: 24px;
	display: block;
}

.mws-panel .mws-panel-header span.mws-ic {
	padding-left: 40px;
	background-position: 4px center;
}

.mws-panel .mws-panel-header span.mws-i-16 {
	padding-left: 32px;
	background-position: 8px center;
}

.mws-panel .mws-panel-header span.mws-i-24 {
	padding-left: 40px;
	background-position: 8px center;
}

.mws-panel .mws-panel-header .mws-collapse-button {
	width: 22px;
	height: 22px;
	display: block;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -11px;
}

.mws-panel .mws-panel-header .mws-collapse-button span {
	display: block;
	padding: 0;
	margin: 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	/* CSS 3 */
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.mws-panel .mws-panel-header .mws-collapse-button span.mws-collapsed {
	background-image: url(../img/core/mws-panel-button-icon-plus.png);
}

.mws-panel .mws-panel-header .mws-collapse-button span {
	background-image: url(../img/core/mws-panel-button-icon-min.png);
}

.mws-panel .mws-panel-body {
	background-color: #f8f8f8;
	margin: 0 2px;
	border: 1px solid #bcbcbc;
	border-top: 0;
	/* CSS 3 */
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
}

/* General Body */
.mws-panel .mws-panel-content {
	padding: 24px;
}

/* elFinder */
.mws-panel .el-finder {
	margin: 0 2px;
	width: auto;
	border-top: 0;
	/* CSS 3 */
	-webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	-khtml-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.15);
}

.ps {
	display: none;
}

.btPrint {
	background: url("../img/print_icon_small.gif") no-repeat scroll 0 0
		rgba(0, 0, 0, 0);
	color: #fff;
	padding-left: 23px;
	position: absolute;
	right: 12px;
	top: 12px;
}

/*.pft tr th:nth-child(10),
.pft tr td:nth-child(10){
	display: none;
}*/
.status_sel {
	background: url("../img/core/mws-panel-header-bg.png") repeat-x;
	border-radius: 3px;
	float: right;
	margin-top: -49px;
	padding: 5px 13px 4px 30px;
	margin-right: -122px;
	z-index: 999 !important;
}

.status_sel label {
	color: #fff;
}

.back {
	background: #C5D52B;
	padding: 3px 8px;
	width: 85px;
	text-align: center;
	margin: 5px 7px;
	border-radius: 6px;
}

.back a {
	text-decoration: none;
	padding: 3px 8px;
}

.cad {
	border: 10px solid #C0C0C0;
}

.cad ul {
	height: 290px;
}

.cad ul li {
	list-style: none;
	padding: 2px 5px 3px;
	font-size: 10px;
	font-family: Candara;
}

.idcardli {
	background: #F2F3F4;
	margin-bottom: 3px;
	vertical-align: middle;
	height: 14px;
	font-size: 9px;
	width: 170px;
	margin-left: 2px;
}

.card_bg {
	width: 170px;
	height: 280px;
	background: #FDF8EF;
}

.idhead {
	font-size: 12px;
	font-weight: bold;
	font-family: Revue-Thin Regular;
	color: #007CBD;
	padding-top: 5px !important;
	vertical-align: middle;
}

.id_name {
	background: none repeat scroll 0 0 #94c83d;
	margin-left: 5px; color : #fff;
	font-size: 11px !important;
	font-weight: bold;
	height: 15px;
	vertical-align: middle;
	width: 150px;
	text-transform: capitalize !important;
	float: left;
	color: #fff;
	text-align: center;
}

.li {
	margin-bottom: 1px;
	vertical-align: middle;
	line-height: 4px;
	font-size: 9px !important;
}

.li1 {
	font-size: 8px !important;
	font-family: lucida sans;
	background: #94C83D;
	color: #fff;
	vertical-align: bottom;
	height: 12px;
	clear: both;
	margin: 0 5px;
}

.li_op {
	font-size: 7px !important;
	text-align: center;
	vertical-align: middle;
	line-height: 5px;
}

.li-id {
	text-align: center;
	color: #3c3e3d;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 8px;
}

.li_sl {
	font-size: 7px !important;
	line-height: 6px;
	text-align: left;
	margin-top: -8px;
	color: #94c83d;
	margin-left: 33px;
}

.li_1{
	background: #ccc; clear: both; margin: 1px 5px;
}
.li_2{
	background: #ccc; clear: both; margin: 2px 5px;
}
.li_isu{
	width: 55px; float: left; padding-top: 3px; padding-bottom: 3px;
}
.li_isu2{
	float: left; width: 105px;padding-top: 3px; padding-bottom: 3px;
}
.li_val{
	width: 55px; float: left; padding-top: 6px; padding-bottom: 7px;
}
.li_val2{
	float: left; width: 105px; padding-top: 6px; padding-bottom: 7px;
}
.li_date{
	width: 55px; float: left; padding-top: 6px; padding-bottom: 6px;
}
.li_date2{
	float: left; width: 105px; padding-top: 6px; padding-bottom: 6px;
}
.li_addres{
	text-align: right; margin-left: 18px; padding-right: 5px; line-height: 12px; font-family: Candara;
}
.li_phone{
	text-align: right; padding-right: 5px; font-family: Candara; line-height: 0px; padding-top: 12px !important;
}
.li_emer{
	text-align: right; padding-right: 5px; font-family: Candara; line-height: 12px;
}
/* `XHTML, HTML4, HTML5 Reset
----------------------------------------------------------------------------------------------------*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: top;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}

	.fl {
		float: left;
	}
	.fr {
		float: right;
	}
	
	.cl{
		clear: both;
}
.w33{
	width: 33%;
}





