@font-face {
    font-family: 'TitilliumText22LThin';
    src: url('../font/TitilliumText22L001-webfont.eot');
    src: url('../font/TitilliumText22L001-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L001-webfont.woff') format('woff'),
         url('../font/TitilliumText22L001-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L001-webfont.svg#TitilliumText22LThin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LLight';
    src: url('../font/TitilliumText22L002-webfont.eot');
    src: url('../font/TitilliumText22L002-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L002-webfont.woff') format('woff'),
         url('../font/TitilliumText22L002-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L002-webfont.svg#TitilliumText22LLight') format('svg');
    font-weight: normal;
   font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LRegular';
    src: url('../font/TitilliumText22L003-webfont.eot');
    src: url('../font/TitilliumText22L003-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L003-webfont.woff') format('woff'),
         url('../font/TitilliumText22L003-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L003-webfont.svg#TitilliumText22LRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TitilliumText22LMedium';
    src: url('../font/TitilliumText22L004-webfont.eot');
    src: url('../font/TitilliumText22L004-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L004-webfont.woff') format('woff'),
         url('../font/TitilliumText22L004-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L004-webfont.svg#TitilliumText22LMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('../font/TitilliumText22L005-webfont.eot');
    src: url('../font/TitilliumText22L005-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L005-webfont.woff') format('woff'),
         url('../font/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'TitilliumText22LXBold';
    src: url('../font/TitilliumText22L006-webfont.eot');
    src: url('../font/TitilliumText22L006-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../font/TitilliumText22L006-webfont.woff') format('woff'),
         url('../font/TitilliumText22L006-webfont.ttf') format('truetype'),
         url('../font/TitilliumText22L006-webfont.svg#TitilliumText22LXBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*{
	margin:0;
	padding:0;
	}

 body{
     /*font-family: 'TitilliumText22LRegular';
	 background:url(images/pattern/1.png);*/
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:16px;
	 }
	 a
	 {
		 text-decoration:none;
		 color:#D5861C;
	 }
	  a:hover
	 {
		 text-decoration:underline;
	 }
	 table td
	 {
		/* vertical-align:top;*/}
#top_wrapper{
	min-width:1050px;
	height:140px;
    background:#fff;
	}
#top_wrapper_inner{
	margin:0 auto;
	width:1050px;
	height:140px;
	}
	
#logo_wrapper{
	width:178px;
	height:140px;
	float:left;
	}
#logo_wrapper a img{
	border:0;
	}	
ul#top_menu{
	float:right;
	margin-top:18px;
	}
ul#top_menu li{
	position:relative;
	list-style:none;
	float:left;
	z-index:100;
	background:#FE536c;
	margin-right:1px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	/*border-left:1px solid #ddd;*/
	}	
ul#top_menu li:first-child{
	}		
ul#top_menu li a{
	line-height:15px;
	padding:15px 16px 15px 16px;
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
	display:block;
	white-space:nowrap;
	text-transform:uppercase;
	}	
ul#top_menu li:hover{
	background:#FE536c;
	}	
ul#top_menu li:hover a{
		color:#fff;
}	
ul.submenu{
	display:none;
	position:absolute;
	left:0;
	background:#5bb5bd;
	min-width:200px;
	padding:3px;
	opacity:0.9;
	top:45px;
	}
ul#top_menu li:hover ul.submenu{
	display:block;
	}	
	.leftarrow
	{
		background:url(images/arrowleft.png) right center no-repeat;
	}
ul.submenu li{
	width:100%;
	background:#FE536c !important;
	border-radius: 0px  !important;
	border-style:dashed;
	border-color:#FFFFFF;
	border-width:0px 0 1px 0;
	}	
ul.submenu li a{
	text-transform:capitalize !important;
}
ul.submenu li:hover{
	background:#FE536c !important;

	}
ul.submenu li:hover a{
	color:#fff !important;
	}		
	ul.submenuleft{
	display:none;
	position:absolute;
	left:202px;
	background:#026490;
	min-width:200px;
	padding:3px;
	opacity:0.9;
	top:-3px;
	}
ul#submenu li:hover ul.submenuleft{
	display:block;
	}	
ul.submenuleft li{
	width:100%;
	background:#026490 !important;
	border-radius: 0px  !important;
	border-style:dashed;
	border-color:#FFFFFF;
	border-width:0px 0 1px 0;
	}	

ul.submenuleft li:hover{
	background:#1B3A5C !important;
	bo
	}
ul.submenuleft li:hover a{
	color:#fff !important;
	}			
	
#main_wrapper{
	min-width:1050px;
	background:url(images/pattern/1.png);
	border-top:10px solid #FE536c;
	}	
#main_wrapper_inner{
    margin:0 auto;
	width:1050px;
	min-height:750px;
	background:#fff;
	position:relative;
	padding-top:10px;
	border:1px solid #E8E8E8;
	}	
.shadow-l {
    background: url("images/shadow-l.png") no-repeat  0 0;
    height: 686px;
    left: -25px;
    position: absolute;
    top: 0;
    width: 25px;
}
.shadow-r {
    background: url("images/shadow-r.png") no-repeat  0 0;
    height: 686px;
    position: absolute;
    right: -25px;
    top: 0;
    width: 25px;
}
.shadow-b {
    background: url("images/shadow-b.png") no-repeat center top;
    height: 20px;
    left: 0;
	/*bottom:0;*/
    position: absolute;
    width: 900px;
}

/******LOGIN STYLES******/
#login_wrapper{
    width:874px;
	min-height:400px;
	margin:58px auto;
	background:#ebf1f7;
}
#login_wrapper_top{
    height:65px;
	font-size:24px;
	background:url('images/regicon.png') no-repeat 5px center #e0eaf4;
	border-top:1px #c9d8e7 solid;
	border-bottom:1px #c9d8e7 solid;
	text-indent:57px;
	line-height:65px;
}

#login_wrapper_content{
min-height:300px;
}
#error_wrapper_login
{
	min-height:75px;
	font-size:14px;
	padding:10px 200px 10px 200px;
}
#error_login{
    background-color: #FFEBE8;
    border-color: #CC0000;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    margin-top: 18px;
    padding: 12px;
}
 #login_tbl_wrap{
 	width:400px;
	margin:0 auto;
}
table.tbl_login td{
padding:10px 0 10px 0;
}
table.tbl_login label {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:0.001em;
}
table.tbl_login input[type="text"],input[type="password"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:245px;
 }
 table.tbl_login select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
}
#login_wrapper_bottom{
    height:65px;
 	border-top:1px #c9d8e7 solid;
	border-bottom:1px #c9d8e7 solid;
}
#login_wrapper_bottom input[type="submit"]
{
	background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 37px;
    padding:0 20px 0 20px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
	float:right;
	margin:15px 20px 0px 0px;
}
#login_wrapper_bottom input[type="submit"]:hover
{
	background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
/******LOGIN STYLES ENDS******/

#reg_step_wrapper{
/*	border:1px solid red;*/
	}	
#reg_step_wrapper h1{
color:#000;
padding:10px;
font-weight:normal;
text-indent:15px;
font-size:18px;
text-align:center;
	}
.wz-navWrapper {
    background: url("images/wizardbx-bg.png") repeat-x scroll 0 0 transparent;
    height: 57px;
    margin:10px 0 10px 40px;
    padding: 0;
    position: relative;
    width: 630px;
	margin:0 auto;
}
.wz-navWrapper ul {
    list-style:none outside none;
    margin:0;
    padding:0;
}	
.wz-navWrapper li {
    float: left;
    margin: 0;
    padding: 0;
}
.wz-navWrapper li.sstep {
    background: url("images/wizard-nav-bg.png") no-repeat scroll 0 -66px transparent;
    height: 32px;
    left: 147px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}

.wz-navWrapper li.tstep {
    background: url("images/wizard-nav-bg.png") no-repeat scroll 0 -132px transparent;
    height: 32px;
    left: 292px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.wz-navWrapper li.fostep {
    background: url("images/wizard-nav-bg.png") no-repeat scroll 0 -198px transparent;
    height: 32px;
    left: 449px;
    position: absolute;
    text-indent: -999px;
    top: 12px;
    width: 32px;
}
.wz-navWrapper li.fistep {
    background: url("images/wizard-nav-bg.png") no-repeat scroll 0 -264px transparent;
    height: 32px;
    left: 800px;
    position: absolute;
    text-indent: -9999px;
    top: 12px;
    width: 32px;
}
.wz-navWrapper li.fstep-Current{width:57px; height:56px;position:absolute; top:0px; left:-2px; background:url(images/wizard-nav-bg.png) no-repeat -42px -4px;text-indent:-999px;}
.wz-navWrapper li.sstep-Current{width:57px; height:56px;position:absolute; top:0px; left:136px; background:url(images/wizard-nav-bg.png) no-repeat -42px -70px;text-indent:-999px;}
.wz-navWrapper li.tstep-Current{width:57px; height:56px;position:absolute; top:0px; left:277px; background:url(images/wizard-nav-bg.png) no-repeat -42px -136px;text-indent:-999px;}
.wz-navWrapper li.fostep-Current{width:57px; height:56px;position:absolute; top:0px; left:431px; background:url(images/wizard-nav-bg.png) no-repeat -42px -202px;text-indent:-999px;}
.wz-navWrapper li.fistep-Current{width:57px; height:56px;position:absolute; top:0px; left:600px; background:url(images/wizard-nav-bg.png) no-repeat -42px -267px;text-indent:-9999px;}

.wz-navWrapper li.fstep-Completed{width:32px; height:32px;position:absolute; top:12px; left:-2px; background:url(images/wizard-nav-bg.png) no-repeat 0px -33px;text-indent:-999px;}
.wz-navWrapper li.sstep-Completed{width:32px; height:32px;position:absolute; top:12px; left:136px; background:url(images/wizard-nav-bg.png) no-repeat 0px -99px;text-indent:-999px;}
.wz-navWrapper li.tstep-Completed{width:32px; height:32px;position:absolute; top:12px; left:277px; background:url(images/wizard-nav-bg.png) no-repeat 0px -165px;text-indent:-999px;}
.wz-navWrapper li.fostep-Completed{width:32px; height:32px;position:absolute; top:12px; left:431px; background:url(images/wizard-nav-bg.png) no-repeat 0px -231px;text-indent:-999px;}
.wz-navWrapper li.fistep-Completed{width:32px; height:32px;position:absolute; top:12px; left:600px; background:url(images/wizard-nav-bg.png) no-repeat 0px -297px;text-indent:-9999px;}
.captionWrapper {
    height: 57px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 745px;
	/*margin-left:30px;*/
}
.captionWrapper ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.captionWrapper li {
    float: left;
    margin: 0;
    padding: 0 0px 0 0;
    width: 145px;
}
.captionWrapper li.last {
    padding: 0;
}
.captionWrapper li h2{
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 0;
	text-align:center;
}
.captionWrapper li h2.cur{
    color: #2BAD0F;
}
.captionWrapper li span {
    color: #999999;
    display: block;
    font-size: 12px;
    padding-left: 10px;
	text-align:center;
}
.clear{
	clear:both;
	}
#form_container{
	width:1000px;
	 border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 8px #E7E5E5;
	min-height:425px;
	margin:10px auto;
	background:#fff;
	}
#form_container h2 {
    border-bottom: 1px solid #DDDDDD;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 20px;
}
#form_container h2 span {
    color: #2BAD0F;
}
.formConInner {
    padding: 20px;
    position: relative;
	line-height:30px;
	text-align:justify;
}
#form_container h3{
    border-bottom: 1px dashed #DDDDDD;
    color: #D5861C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 6px;
}
#form_container h1{
    border-bottom: 1px dashed #DDDDDD;
    color: #D5861C;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px 0 6px;
}
#form_container h1 a{
    color: #D5861C;
    font-size: 16px;
    font-weight: bold;
	text-decoration:none;
}
#form_container h1 a:hover{
	text-decoration:underline;
}
table.tbl_form td:first-child{

}
table.tbl_form td{
padding:10px 0 10px 0;
}
table.tbl_form label {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing:0.001em;
}
table.tbl_form input[type="text"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:245px;
 }
 table.tbl_form select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
}
 table.tbl_form select.selPreference{
 width:252px;
 }
 table.tbl_form select.errorSelect{
 border:1px solid red !important;
 }
 table.tbl_form textarea{
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
	text-transform:capitalize;
    padding:3px;
	width:245px;
	height:75px;
	resize:none;
 }
table.tbl_form  #cast_wrap {
    position: relative;
}
table.tbl_form  #ajax_loader_cast {
    background: url("images/loadergreen.gif") no-repeat scroll center center #FFFFFF;
    display: none;
    height: 25px;
    right:0;
    margin: -13px 0 0 -35px;
    position: absolute;
    top: 47%;
    width: 25px;
    z-index: 9999;
}

span.required{
color:red;
}
.formbut {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbut:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
.formbutfirst {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:10px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbutlast {
    background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 36px;
    margin: 0;
    padding:0 20px;
	margin-left:420px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
.formbut:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
a.bttnPrev{
text-decoration:none;
padding:2px 18px;
 background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    margin: 0;
	margin-left:318px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
a.bttnPrevlast{
text-decoration:none;
padding:2px 18px;
 background: url("images/frmbttbg.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #B58530;
    border-radius: 4px 4px 4px 4px;
    color: #633C15;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
	float:left;
    margin: 0;
	margin-left:400px;
	outline:medium none;
    text-shadow: 0.1em 0.1em #FDBD59;
}
a.bttnPrev:hover{
    background: url("images/frmbttbg-h.png") repeat-x scroll 0 0 transparent;
}
.tittle
{
	color:#0075AA;
	font-size:21px;
	padding-top:23px;
	width:837px;
	text-transform:uppercase;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
}
.agree
{
	height:47px;
	padding:15px;
	width: 930px;
	border:1px #E3E3E3 solid;
	overflow:auto;
	font-size:18px;
}
.agree span
{
	font-weight:bold;
}
.username
{
	font-size:40px;
	text-align:center;
}




.errorSummary{
background:#F7F7F7;
color:#C00;
padding:0px 10px;
border:2px #C00 solid;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-weight:bold;
}
.errorSummary p{
	 color:#C00;
	 padding:10px;
 }
 .errorSummary ul{
 margin:5px 0 5px 50px;
 }
  .errorSummary ul li{
  list-style:outside circle;
  line-height:24px;
  }
  span.errors{
  color:red;
  }
.preference_wrap{
min-height:100px;
 } 
.preference_wrap_left{
width:48%;
min-height:100px;
float:left;
} 
.preference_wrap_right{
width:48%;
min-height:100px;
float:right;
} 
.details_wrap{
min-height:100px;
 } 
.details_wrap_left{
width:48%;
min-height:100px;
float:left;
border: 1px solid #C5C5C5;
} 
.details_wrap_right{
width:48%;
min-height:100px;
float:right;
border: 1px solid #C5C5C5;
} 
.head{
    background-color: #E3E3E3;
    border-color: #C5C5C5;
    border-style: solid;
    border-width:0 0 1px 0;
	line-height: 18px;
 min-height: 18px;
 padding: 0.1em 0.1em 0.1em;
font-weight:normal;
 color:#2E2E2E;	
}
.tbl_wrapper{
    border: 1px solid #C5C5C5;
}
.u-grid-header table, .u-grid-content table, .u-grid-footer table {
    table-layout: fixed;
}
.u-grid-header{
    background-color: #E3E3E3;
    border-color: #C5C5C5;
    border-style: solid;
    border-width:0 0 1px 0;
 }
 table.tbl_users_head {
    width: 100%;
}
 table.tbl_users_head thead th {
 line-height: 18px;
 min-height: 18px;
 padding: 0.5em 0.6em 0.4em;
overflow:hidden;
font-weight:normal;
border-color:#C5C5C5;
border-style: solid;
border-width: 0 0 0 1px;
 font-weight: normal;
 overflow: hidden;
 text-align:left;
 padding: 0.5em 0.6em 0.4em;
 text-overflow: ellipsis;
 color:#2E2E2E;
}
table.tbl_users_head thead th:first-child {
    border-left-width:0;
}
.u-grid-content {
    position: relative;
    width: 100%;
}

table.tbl_users_content {
    width: 100%;
}
table.tbl_users_content tbody td {
 border-style: solid;
 border-width: 0 0 1px 1px;
 line-height: 1.6em;
 overflow: hidden;
 padding: 0.4em 0.6em;
 text-overflow: ellipsis;
 vertical-align: middle;
 border-color:#C5C5C5;
}
table.tbl_users_content tbody td:first-child {
    border-left-width: 0;
}
table.tbl_users_content tr.rowodd{
background-color: #FFFFFF;
}
table.tbl_users_content tr.roweven{
background-color: #F5F5F5;
}
table.tbl_users_content tr.noborder td{
border-bottom-width:0;
}
table.tbl_users_content input[type="text"] {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
	width:98%;
	text-transform:capitalize;
 }
 table.tbl_users_content input[type="text"].tright{
 text-align:right;
 }
  table.tbl_users_content tbody label{
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
  }
 table.tbl_users_content tbody select {
    background:#FBFBFB;
    border:1px solid #DDDDDD;
    box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.2) inset;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 17px;
    font-weight:bold;
    outline: medium none;
    padding:3px;
}
.u-grid-footer{
 border-color:#C5C5C5;
 border-style:solid;
 border-width:1px 0px 0px 0;
 background-color:#E3E3E3;
}
table.tbl_users_footer {
    width: 100%;
}
table.tbl_users_footer tfoot th {
 line-height: 18px;
 min-height: 18px;
 padding: 0.5em 0.6em 0.4em;
overflow:hidden;
font-weight:normal;
border-color:#C5C5C5;
border-style: solid;
border-width: 0 0 0 1px;
 font-weight: normal;
 overflow: hidden;
 text-align:left;
 padding: 0.5em 0.6em 0.4em;
 text-overflow: ellipsis;
 white-space: nowrap;
 color:#2E2E2E;
}
table.tbl_users_footer tfoot th span{
float:right;
}
 p.note{
 color:#000;
 font-size:14px;
 margin:0 0 10px 0;
 }

 #image_div{
	width:150px;
	height:150px;
	overflow:hidden;
	position:relative;
	border:2px solid #999;
	}

#image_div img{
	width:100%;
	height:100%;
	}	
#ajax_loader_image{
    background: url("images/loader.gif") no-repeat scroll center center;
    height:48px;
    left:56%;
    margin: -13px 0 0 -35px;
    position: absolute;
    top:45%;
    width:48px;
    z-index: 9999;
}

#footer_wrap{
	height:85px;
	background:#FE536c;
	min-width:1050px;
	}	
#footer_inner{
	width:1050px;
	height:80px;
	margin:0 auto;
	}	
#copy_right{
	font-size:12px;
	color:#fff;
	float:left;
	margin-top:45px;
	font-weight:bold;
	}	
#powered{
	float:left;
	margin:35px 0 0 203px;
	background:url(images/logiprompt.png) no-repeat 5px center;
	padding:10px 0 10px 35px;
	color:#ddd;
	font-size:12px;
	font-weight:bold;
	}	
#powered a{text-decoration:none;color:#fff;}	
ul#social_wrap{
	float:right;
	height:30px;
	margin-top:28px;
	}	
ul#social_wrap li{
	float:left;
	list-style:none;
		width:28px;
	height:28px;
	margin-left:5px;
	}
	ul#social_wrap li:first-child{
		margin-left:0;
		}
ul#social_wrap li a{

	}
.scrollup{
	width:63px;
	height:63px;
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	text-indent:-9999px;
	background: url('images/icon_top.png') no-repeat;
}
.tick{
width:16px;
height:16px;
background: url('images/tick.png') no-repeat;
padding:0 10px 5px 10px;
}
.bttnwrapper {
    height: 40px;
    padding: 20px 0 0;
    text-align: center;
}
#contact
{
	width:317px;
	float:left;
		text-align:left;
}
#contact span
{
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
}
.tittle
{
	color:#0075AA;
	font-size:21px;
	padding-top:23px;
	width:846px;
	text-transform:uppercase;
	color:#000000;
	font-family:"Times New Roman", Times, serif;
	height:55px;
}
.distance
{
	font-style:italic;
	font-size:12px !important;
}
#adminpanel
{
	float: left;
    margin: 0;
    padding: 0 5px;
	background:#FE536c;
	border-radius:10px;
	cursor:pointer;
	position:relative;
	float:right;
	margin-top:-44px;
}
#adminpanel ul
{
	list-style: none outside none;
    margin: 0;
    padding: 0;
	
	
}
#adminpanel ul li
{   
    float: left;
    margin: 0;
    padding: 0;
}
#adminpanel ul li a
{
	background:url(images/arrow.png) right center no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    height: 22px;
    margin: 0;
    padding: 7px;
    text-decoration: none;
    width: 118px;
	line-height:22px;
	
}
div.submenudropdown
{
top:30px;
width:145px;
background: url("images/arrowtop.png") no-repeat scroll 18px 1px transparent;
padding-top:5px;
right:0px;
position:absolute;
z-index:9999
}
div.submenudropdown ul{
list-style:none;
border:1px solid #ddd;
background:#fff;
border-top:1px solid #fff;
box-shadow:2px 2px 2px #000;
-moz-border-radius:0 0 5px 5px;
-webkit-border-radius:0 0 5px 5px;
border-radius:0 0 5px 5px;
overflow:hidden;
	}
div.submenudropdown ul li{
	display:block !important;
	border:none !important;
	}	
div.submenudropdown  li a {
   color: #000 !important;
   width:135px !important;
   padding:6px;
   cursor: pointer;
  text-decoration:none;
}
div.submenudropdown ul li a:hover{
    background:#3C7397 !important;
    color: #FFFFFF  !important;
	display:block !important;
    text-decoration: none;
}	
#rightstatus
{
	float:left;width:500px; border-radius:20px;background:#EBF1F7;padding:20px;
}
#statusmenu
{
		float:right;width:365px; border-radius:20px;background:#EBF1F7;padding:20px;

	}