*{
padding:0;
margin:0;
outline:0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial;
}
/* remember to define focus styles! */
img, div { behavior: url(iepngfix.htc) }
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* HTML, BODY, GENERAL SETUP */


body{
background:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#333;
margin-bottom:20px;
font-weight:normal;
}

h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#333;
margin-bottom:15px;
font-weight:normal;
}


p
{
padding-bottom:15px;
line-height:normal;
}

ul{
list-style:none;
padding:0;
margin:0;
}

li{
padding:0;
margin:0;
}

a{
text-decoration:none;
color:#7ad3ed;
}

a:hover{
text-decoration:underline;
}

img{border:0;
outline:none;}


.clear{clear:both; font-size:0; height:0; line-height:0;}

.wrapper{
width:100%;
}

.wrap-header{
width:100%;
height:82px;
background:#28B7ED;
}

.header{
width:960px;
padding:33px 0 0 0;
margin:0 auto;
color:#fffffe;
}

.logo{
width:500px;
float:left;
}

.logo h1{
margin-bottom:0;
color:#fffffe;
font-size:22px;
}

.header-right{
width:300px;
float:right;
text-align:right;
}

.header-right a{
color:#fffffe;
}

.content{
width:960px;
padding:45px 0;
margin:0 auto;
}

.content-left{
width:710px;
float:left;

}

hr.border{
border-top:solid 1px #cfd4dc;
width:620px;
}

.form{

}

.form label{
display:block;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
line-height:27px;
width:170px;
vertical-align:top;
}

.input-field
{	
    background: url("../images/btn.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 4px 13px;
    width: 308px;
}
.input-field:focus
{ 
	background: url("../images/btn-focus.JPG") no-repeat scroll 0 0 transparent;
}
.input-field-error
{	
    background: url("../images/small-field-error.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 4px 13px;
    width: 308px;

}
.input-field-login
{
	background: url("../images/btn.jpg") no-repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 4px 13px;
    width: 309px;
}
.input-field-login:focus
{
	background: url("../images/btn-focus.JPG") no-repeat scroll 0 0 transparent;
}
.calander
{
	background-image: url("../images/calander.JPG");
    background-repeat: no-repeat;
    border: 0 none;
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 27px;
    margin-bottom: 15px;
    padding: 4px 13px 4px 40px;
    width: 308px;

}
.calander:focus
{
	background-image:url('../images/calander2.jpg');
	background-repeat:no-repeat;
	padding-left:40px;
}


.txta
{
	background: url("../images/text-normal.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 216px;
    padding: 13px;
    width: 415px;
}

textarea:focus{
	background: url("../images/txtarea2.jpg") no-repeat scroll 0 0 transparent;
}
.txta:focus{
	background: url("../images/txtarea2.jpg") no-repeat scroll 0 0 transparent;
}
.textareaerror{
	background: url("../images/errort.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    height: 216px;
    padding: 13px;
    width: 415px;
}

.error-box{
display:block;
position:relative;
}
.error-box1{
display:block;
left: 419px;
position: relative;
top: -217px;
}

.error-boxtop{
width:178px;
position:absolute;
left:0;
top:0;
padding-left:5px;
padding-top:13px;
background:url(../images/bg-error-top.gif) no-repeat left top ;
}

.error-boxbtm{
background:url(../images/bg-error-btm.gif) no-repeat left bottom #ec6a38 ;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
padding:0 20px 13px 15px;
line-height:16px;

}

.error-boxbtm span{
color:#9c3811;
font-weight:bold;
font-size:16px;
display:block;
float:left;
height:30px;
padding-right:15px;
}

.content-right{
background:url(../images/help.png) no-repeat left top;
width:200px;
height:303px;
float:right;
padding:12px 20px
}

.footer{
width:100%;
background:#525252;
text-align:center;
padding:50px 0;
font-size:12px;
color:#fff; 
}


.inner-left{
width:620px;
}


.nav{
border:solid 1px #000000;
border-left:none;
border-right:none;
height:32px;
margin-bottom:30px;
}

.nav li{
display:block;
float:left;
background:url(../images/bullet.gif) no-repeat left;
line-height:32px;
padding:0 20px 0 25px;
}

.nav li.first{
background:none;
padding-left:0;}


.nav li.firsta{
background:none;
padding-left:0;
text-decoration:none;
color:#333;
padding-left:0px;
}
.nav li.firsta a{
color:#333;
}

.nav li a{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#cfd4dc;
}

.nav li a:hover, .nav li.active a{
text-decoration:none;
color:#333;
}

.heading{
background:url(../images/tick.png) no-repeat left;
padding-left:25px;
}


.print-box{
width:576px;
height:306px;
padding:20px 27px 0 27px;
background:url(../images/bg-print-box.gif) no-repeat left top;
font-size:16px;
}

.print-box span{
color:#000000;
font-weight:normal;
}

.print-boxright{
width:145px;
float:right;
}

.pink-box{
width:566px;
height:36px;
background:url(../images/urgent-box.png) no-repeat left top;
padding:4px 13px;
line-height:36px;
color:#000000;
margin-bottom:22px;
}

.pink-box span{
color:#ff0000;
font-weight:normal;
}


.intro{
background:url(../images/bg-into.gif) no-repeat left top;
width:592px;
height:503px;
padding:18px;
padding-right:10px;
margin-bottom:20px;
}

.intro div{
width:582px;
height:503px;
overflow:auto;
padding-right:10px

}



.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


.login-box{
width:906px;
height:306px;
padding:20px 27px 0 27px;
background:url(../images/bg-login.jpg) no-repeat left top;
font-size:16px;
}
