@charset "utf-8";

@import url("jquery-ui-themes/smoothness/jquery-ui.css");
/* css document */

/* ---------->>> reset <<<-----------*/
body { margin:0px; padding:0px; font: 10pt helvetica; line-height: 1.5em; color: #5c5c5c; text-align:left; }
body a:link, body a:visited, body a:hover { color: #000000; text-decoration:underline; text-align:left; cursor:pointer; outline:none; }
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, form, label, legend { margin:0; padding:0; border:0; }
b, strong { font-weight: bolder; }
p { margin-bottom:7px; padding:0px }
a img { border:none; }
 
* html .clearfix { height: 1%;  }
*+html .clearfix { display: inline-block;  }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#s4-ribbonrow { line-height: 1em; }
/* ---------->>> reset ends <<<-----------*/


/* ---------->>> column widths <<<-----------*/
.columnwidth1 { width:1%; float:left; }
.columnwidth2 { width:2%; float:left; }
.columnwidth3 { width:3%; float:left; }
.columnwidth4 { width:4%; float:left; }
.columnwidth5 { width:5%; float:left; }
.columnwidth6 { width:6%; float:left; }
.columnwidth7 { width:7%; float:left; }
.columnwidth8 {width:8%; float:left; }
.columnwidth9 {width:9%; float:left; }
.columnwidth10 { width:10%; float:left; }
.columnwidth11 { width:11%; float:left; }
.columnwidth12 { width:12%; float:left; }
.columnwidth13 { width:13%; float:left; }
.columnwidth14 { width:14%; float:left; }
.columnwidth15 { width:15%; float:left; }
.columnwidth20 { width:20%; float:left; }
.columnwidth23 {width:23%; float:left; }
.columnwidth25 { width:25%; float:left; }
.columnwidth27 {width:27%; float:left; }
.columnwidth30 { width:30%; float:left; }
.columnwidth35 { width:35%; float:left; }
.columnwidth40 { width:40%; float:left; }
.columnwidth45 { width:45%; float:left; }
.columnwidth50 { width:50%; float:left; }
.columnwidth55 { width:55%; float:left; }
.columnwidth60 { width:60%; float:left; }
.columnwidth65 { width:65%; float:left; }
.columnwidth70 { width:70%; float:left; }
.columnwidth75 { width:75%; float:left; }
.columnwidth80 { width:80%; float:left; }
.columnwidth85 { width:85%; float:left; }
.columnwidth90 { width:90%; float:left; }
.columnwidth95 { width:95%; float:left; }
.columnwidth100 { width:100%; }
/* ---------->>> column widths ends <<<-----------*/


/*------------->>> Positioning<<<---------------------*/
.positionrelative{position:relative;}
.positionabsolute{position:absolute;}
/*------------->>> Positioning<<<---------------------*/


/* ---------->>> floats - allows you to position the element to the left or right <<<-----------*/
.floatleft { float:left }
.floatright { float:right }
.floatnone{float:none}
/* ---------->>> floats <<<-----------*/


/* ---------->>> backgroundcolor styles <<<-----------*/
.bgcolor1 { background-color:#1b639d; }
.bgcolor2 { background-color:#dedede }
.bgimg { background:url(../images/bg1.png) repeat }
/* ---------->>> backgroundcolor styles ends <<<-----------*/


/* ---------->>> text styles <<<-----------*/
h1, h2, h3, h4, h5, h6 { font-family: arial, helvetica; }

.textstyle1 {  color:#b8b8b8; }
.textstyle1 a:link, .textstyle1 a:visited {  color:#b8b8b8; text-decoration:underline }
.textstyle1 a:hover {  color:#b8b8b8; text-decoration:none }
.textstyle2 {  color:#ffffff; }
.textstyle2 a:link, .textstyle2 a:visited { color:#ffffff; text-decoration:underline }
.textstyle2 a:hover {  color:#ffffff; text-decoration:none }
.textstyle3 { font-weight:normal; font-size: 1.3em; color:#000000; }
.textstyle3 a:link, .textstyle3 a:visited {  color:#000000; text-decoration:underline }
.textstyle3 a:hover {color:#000000; text-decoration:none }
.textstyle4 { color:#095daa; }
.textstyle4 a:link, .textstyle4 a:visited { color:#095daa; text-decoration:underline }
.textstyle4 a:hover { color:#095daa; text-decoration:none }
/*transform text to upper case*/
.texttransformupper { text-transform:uppercase; }
.texttransformlower { text-transform:lowercase; }
/* ---------->>> text styles ends <<<-----------*/


/* ---------->>> text alignment <<<-----------*/
.textaligncenter { text-align:center }
.textalignleft { text-align:left }
.textalignright { text-align:right }
/* ---------->>> text alignment <<<-----------*/



/* ---------->>> list styles <<<-----------*/
/*no bullets*/
.liststyle1 ul { margin:0px; padding:0px; }
.liststyle1 ul li { margin:0px; padding:0px 0px 7px 0px; list-style-type:none; }
/*circle bullet*/
.liststyle2 ul { margin:0px; padding:0px; }
.liststyle2 ul li { margin:2px 0px 2px 15px; padding:0px; list-style-type:circle; }
/*square bullet*/
.liststyle3 ul { margin:0px; padding:0px; }
.liststyle3 ul li { margin:2px 0px 2px 15px; padding:0px; list-style-type:square; }
/* custom bullet*/
.liststyle4 ul { margin:0px; padding:0px; }
.liststyle4 ul li { margin:2px 0px 2px 15px; padding:0px 0px 7px 0px; list-style-image:url(../images/bullet1.png) }
/* ---------->>> list styles ends <<<-----------*/


/* ---------->>> border styles <<<-----------*/
.borderstyle1 { border:1px solid #cccccc; }
.borderstyle1left { border-left:1px solid #cccccc; }
.borderstyle1right { border-right:1px solid #cccccc; }
.borderstyle1top { border-top:1px solid #cccccc; }
.borderstyle1bottom { border-bottom:1px solid #cccccc; }
/*dotted border style*/
.borderstyle2 { border:1px solid #0c4777; }
.borderstyle2left { border-left:1px solid #0c4777; }
.borderstyle2right { border-right:1px solid #0c4777; }
.borderstyle2top { border-top:1px solid #0c4777; }
.borderstyle2bottom { border-bottom:1px solid #0c4777; }
/* ---------->>> border styles ends<<<-----------*/


/* ---------->>> paddings - clears an area around the content (inside the border) of an element <<<-----------*/
.padding0{padding:0px}
.padding1{padding:1px}
.padding2 { padding:2px }
.padding5 { padding:5px }
.padding10 { padding:10px; }
.padding15 { padding:15px; }
.padding20 { padding:20px; }
.padding25 { padding:25px; }
.padding30 { padding:30px; }
.padding35 { padding:35px; }
.padding40 { padding:40px; }
.padding45 { padding:45px; }
.padding50 { padding:50px; }
.paddingtop2 { padding-top:2px; }
.paddingtop5 { padding-top:5px; }
.paddingtop10 { padding-top:10px; }
.paddingtop15 { padding-top:15px; }
.paddingtop20 { padding-top:20px; }
.paddingtop25 { padding-top:25px; }
.paddingtop30 { padding-top:30px; }
.paddingtop35 { padding-top:35px; }
.paddingtop40 { padding-top:40px; }
.paddingtop45 { padding-top:45px; }
.paddingtop50 { padding-top:50px; }
.paddingright2 { padding-right:2px; }
.paddingright5 { padding-right:5px; }
.paddingright10 { padding-right:10px; }
.paddingright15 { padding-right:15px; }
.paddingright20 { padding-right:20px; }
.paddingright25 { padding-right:25px; }
.paddingright30 { padding-right:30px; }
.paddingright35 { padding-right:35px; }
.paddingright40 { padding-right:40px; }
.paddingright45 { padding-right:45px; }
.paddingright50 { padding-right:50px; }
.paddingbottom2 { padding-bottom:2px; }
.paddingbottom5 { padding-bottom:5px; }
.paddingbottom10 { padding-bottom:10px; }
.paddingbottom15 { padding-bottom:15px; }
.paddingbottom20 { padding-bottom:20px; }
.paddingbottom25 { padding-bottom:25px; }
.paddingbottom30 { padding-bottom:30px; }
.paddingbottom35 { padding-bottom:35px; }
.paddingbottom40 { padding-bottom:40px; }
.paddingbottom45 { padding-bottom:45px; }
.paddingbottom50 { padding-bottom:50px; }
.paddingleft2 { padding-left:2px; }
.paddingleft5 { padding-left:5px; }
.paddingleft10 { padding-left:10px; }
.paddingleft15 { padding-left:15px; }
.paddingleft20 { padding-left:20px; }
.paddingleft25 { padding-left:25px; }
.paddingleft30 { padding-left:30px; }
.paddingleft35 { padding-left:35px; }
.paddingleft40 { padding-left:40px; }
.paddingleft45 { padding-left:45px; }
.paddingleft50 { padding-left:50px; }
/* ---------->>> paddings <<<-----------*/


/* ---------->>>  margins - clears an area around an element (outside the border)  <<<-----------*/
.margin0{margin:0px}
.margin1 { margin:1px }
.margin2 { margin:2px }
.margin5 { margin:5px }
.margin10 { margin:10px; }
.margin15 { margin:15px; }
.margin20 { margin:20px; }
.margin25 { margin:25px; }
.margin30 { margin:30px; }
.margin35 { margin:35px; }
.margin40 { margin:40px; }
.margin45 { margin:45px; }
.margin50 { margin:50px; }
.margintop5 { margin-top:5px; }
.margintop10 { margin-top:10px; }
.margintop15 { margin-top:15px; }
.margintop20 { margin-top:20px; }
.margintop25 { margin-top:25px; }
.margintop30 { margin-top:30px; }
.margintop35 { margin-top:35px; }
.margintop40 { margin-top:40px; }
.margintop45 { margin-top:45px; }
.margintop50 { margin-top:50px; }
.marginright5 { margin-right:5px; }
.marginright10 { margin-right:10px; }
.marginright15 { margin-right:15px; }
.marginright20 { margin-right:20px; }
.marginright25 { margin-right:25px; }
.marginright30 { margin-right:30px; }
.marginright35 { margin-right:35px; }
.marginright40 { margin-right:40px; }
.marginright45 { margin-right:45px; }
.marginright50 { margin-right:50px; }
.marginbottom5 { margin-bottom:5px; }
.marginbottom10 { margin-bottom:10px; }
.marginbottom15 { margin-bottom:15px; }
.marginbottom20 { margin-bottom:20px; }
.marginbottom25 { margin-bottom:25px; }
.marginbottom30 { margin-bottom:30px; }
.marginbottom35 { margin-bottom:35px; }
.marginbottom40 { margin-bottom:40px; }
.marginbottom45 { margin-bottom:45px; }
.marginbottom50 { margin-bottom:50px; }
.marginleft5 { margin-left:5px; }
.marginleft10 { margin-left:10px; }
.marginleft15 { margin-left:15px; }
.marginleft20 { margin-left:20px; }
.marginleft25 { margin-left:25px; }
.marginleft30 { margin-left:30px; }
.marginleft35 { margin-left:35px; }
.marginleft40 { margin-left:40px; }
.marginleft45 { margin-left:45px; }
.marginleft50 { margin-left:50px; }
/*to make the div center align*/
.divcenter { margin: 0 auto }
/* ---------->>> margins <<<-----------*/


/* ---------->>> two column with equal height <<<-----------*/

#twocolumn .container2 { float:left; width:100%; overflow:hidden; position:relative; }
#twocolumn .container1 { float:left; width:100%; position:relative; right:80%;}
#twocolumn .col1 { float:left; width:20%; position:relative; left:80%; }
#twocolumn .col2 { float:left; width:80%; position:relative; left:80%;  }

/* ---------->>> two column with equal height ends <<<-----------*/

/* ---------->>> three column with equal height ends <<<-----------*/
#threecolumn .container3 { float:left; width:100%; overflow:hidden; position:relative; }
#threecolumn .container2 { float:left; width:100%; position:relative; right:30%; }
#threecolumn .container1 { float:left; width:100%; position:relative; right:40%; }
#threecolumn .col1 { float:left; width:30%; position:relative; left:70%; overflow:hidden; }
#threecolumn .col2 { float:left; width:40%; position:relative; left:70%; overflow:hidden; }
#threecolumn .col3 { float:left; width:30%; position:relative; left:70%; overflow:hidden; }

/* ---------->>> three column with equal height ends <<<-----------*/



/* ---------->>> form styles <<<-----------*/
/*data grid*/
.formtableheader { font-weight: bold; color:#ffffff; background-color:#266aa9; word-wrap: break-word; line-height:20px; }
.formtablesubheader { color: #000000; background-color:#b7c3cf; padding:5px; word-wrap: break-word; }
.formtablerow { color: #000000; background-color:#eef2f6; text-decoration: none; padding:5px; word-wrap: break-word; }
.formtablerowalt { color: #000000; background-color:#e2e7ec; text-decoration: none; padding:5px; word-wrap: break-word; }
.formtablefooter { color:#ffffff; padding:5px; }
.formbackground { background-color:#858585; }
/*data grid ends*/

/* ---------->>> form label and text <<<-----------*/

form { padding:0px; margin:0px; }
.formlabeltext { color:#7a7a7a; }
.formlabeltextheader { color:#7a7a7a; }
.formlabelheader { font-weight: bold; font-size: 1.2em; color: #c88415; padding-left:4px; text-align:left; line-height:25px; }
.formlabelsubheader { color: #7a7a7a; }
.formtextfield { color: #7a7a7a; border: 1px solid #cacaca; background-color:#ffffff; }
.requiredfield { background-color:#efefef; }
.requiredlabel { color:#ff0000; text-align:center; }
.formtextarea { color: #7a7a7a; text-decoration: none; border:1px solid #cacaca; }
/*end form label and text*/

/* ---------->>> form messages <<<-----------*/
.formerrortext { color: #af0202; text-align:left;}
.formmessagetext { color: #0962b4; text-align:left;}
/* ---------->>> form messages ends<<<-----------*/

/* ---------->>> form button <<<-----------*/

/*active button*/

/*inactive*/

/*flexible button*/
a.flex_btn {/* sliding right image */font-size: .8em; background: transparent url('../images/flex_btn_right.png') no-repeat scroll top right; display: block; float: left; height: 24px; /* change this value according to image height */ margin-right: 6px; padding-right: 9px; /* chenge this value according to right image width 

*//* font properties */ /* font properties */ text-decoration: none; color: #ffffff; }
a.flex_btn:link, a.flex_btn:visited, a.flex_btn:hover { text-decoration: none; color: #ffffff;  }
a.flex_btn span {/* background left image */ background: transparent url('../images/flex_btn_left.png') no-repeat; display: block; line-height: 20px; /* 

change this value according to buttong height */ padding: 2px 0 2px 9px; }
a.flex_btn:hover span { text-decoration:none; outline:none; }
/* /*flexible button ends*/
/* ---------->>> form button ends<<<-----------*/


select {  color:#7a7a7a; background-color:#ffffff; border:1px solid #cacaca; }
.formbullet { background:url(../images/build_formbullet.png) no-repeat left top; width:12px; }

/* ---------->>> iframe <<<-----------*/
.iframetransbg { background:none; border:none; }
.iframepopupbg { background:none transparent; border:none; }
/* ---------->>> iframe ends <<<-----------*/

/* ---------->>> pagination <<<-----------*/
.pagination { width:100%; margin:0 auto; height:30px; color:#555555; text-decoration:none; }
.pagination ul { margin:0 auto; text-align:center; list-style:none; }
.pagination a:link, .pagination a:visited, .pagination a:hover { color:#555555; text-align:left; cursor:pointer; text-decoration:none; background-color:#cccccc; border:1px solid #000000; padding:3px 5px; margin:0px 2px }
.paginationactive {font-weight: bold; color:#ffffff; text-decoration:none; text-align:left; background-color:#676767; border:1px solid #000000; padding:3px 5px; margin:0px 2px }
/* ---------->>> pagination ends<<<-----------*/

.step_active { background:url(../images/step_active.png) no-repeat; color:#ffffff; font-weight: bold; width:21px; line-height:21px; text-align:center }
.step_inactive { background:url(../images/step_inactive.png) no-repeat; color:#ffffff;  width:21px; line-height:21px; text-align:center }
/* ---------->>> tabs <<<-----------*/
.formtabactive { background-color:#006699; color:#ffffff; height:30px; line-height:30px; width:150px; text-align:center; cursor:pointer }
.formtabinactive { background-color:#cccccc; color:#7d7d7d; height:30px; line-height:30px; width:150px; text-align:center; cursor:pointer }

/*tabs with image*/
.tabnavbar { float:left; width:300px; }
.tabnavbar ul { margin:0px; padding:0px; display:inline; list-style:none; }
.tabnavbar ul li { margin:0px; padding:0px; display:inline; list-style:none; float:left; background:url(../images/formtabinactive.jpg) no-repeat left; height:32px; width:121px; margin-right:3px; }
.tabnavbar ul li a { text-align:left; font-weight: bold; color:#2d3c4d; text-decoration:none; line-height:32px; width:121px; display:inline-block; padding-left:10px; vertical-align:middle }
.tabnavbar ul li a span, .tabnavbar ul li.active span { text-align:left; height:20px; display:inline-block; padding-left:10px; vertical-align:middle; padding-right:5px; }
.tabnavbar ul li a:hover { background:url(../images/formtabactive.jpg) no-repeat top left; text-align:left; color: #2d3c4d; text-decoration:none; line-height:32px; width:121px; display:inline-block; padding-left:10px; vertical-align:middle }
.tabnavbar ul li a:focus { background:url(../images/formtabactive.jpg) no-repeat top left; text-align:left;color: #2d3c4d; text-decoration:none; line-height:32px; width:121px; display:inline-block; padding-left:10px; vertical-align:middle }
.tabnavbar ul li.active { background:url(../images/formtabactive.jpg) no-repeat top left; text-align:left; color: #2d3c4d; text-decoration:none; line-height:32px; width:121px; display:inline-block; padding-left:10px; }
/*tabs with image ends here*/

/*flexible tabs*/

a.flextabactive {/* sliding right image */ background: transparent url('../images/flextabactive_right.png') no-repeat scroll top right; display: block; float: 
left; height: 32px; /* change this value according to image height */ margin-right: 12px; padding-right: 12px; /* chenge this value according to right image 
width *//* font properties *//* font properties */ text-decoration: none; color: #ffffff;  }
a.flextabactive:link, a.flextabactive:visited, a.flextabactive:hover { text-decoration: none; color: #ffffff; }
a.flextabactive span {/* background left image */ background: transparent url('../images/flextabactive_left.png') no-repeat; display: block; line-height: 28px; /* change this value according to buttong height */ padding: 2px 0 2px 9px; }
a.flextabactive:hover span { text-decoration:none; outline:none; }
a.flextabinactive {/* sliding right image */ background: transparent url('../images/flextabinactive_right.png') no-repeat scroll top right; display: block; float: left; height: 32px; /* change this value according to image height */ margin-right: 12px; padding-right: 12px; /* chenge this value according to 

right image width *//* font properties */ /* font properties */ text-decoration: none; color: #ffffff;  }
a.flextabinactive:link, a.flextabinactive:visited, a.flextabinactive:hover { text-decoration: none; color: #ffffff;  }
a.flextabinactive span {/* background left image */ background: transparent url('../images/flextabinactive_left.png') no-repeat; display: block; line-height: 28px; /* change this value according to buttong height */ padding: 2px 0 2px 9px; }
a.flextabinactive:hover span { text-decoration:none; outline:none; }
/*flexible tabs ends*/

/* ---------->>> form styles <<<-----------*/

.box_shadow1 { background:url(../images/box_shadow1.png) no-repeat center; height:50px; width:82px; word-wrap: break-word; }
.box_shadow2 { background:url(../images/box_shadow2.png) no-repeat center; height:125px; width:117px; word-wrap: break-word; }


/* ---------->>> page structure <<<-----------*/
#wrapper { width:100%; }
#innerwrapper { width:1000px; margin:0 auto; }
#headerwrapper { height:200px; width:1000px; margin:0 auto; color:#000000 }
.headerleft { width:700px; }
.headerright { width:300px }
/* ---------->>> page structure ends <<<-----------*/


/* ---------->>> navigation starts <<<-----------*/

/*for horizontal menu*/
#navwrapper { width:1000px; }
#nav { width:1000px; padding:0; margin:0; }
.mainnav ul { margin:0px; padding:0px; }
/* --------------// top level menus starts //----------- */
.mainnav ul li { position: relative; display: inline; float: left; }
.mainnav ul li.mainnavlink a { display: block; }
.mainnav ul li.mainnavlinkactive a { display: block;  }
.mainnav ul li.mainnavlinkactive a:link, .mainnav ul li.mainnavlinkactive a:visited, .mainnav ul li.mainnavlinkactive a:hover { text-decoration:none;  }
/* --------------// top level menus ends //----------- */

/* --------------// sub level menus starts //----------- */
.mainnav ul li ul { position: absolute; left: 0; display: block; visibility:hidden; margin:-1px 0px 0px 0px; padding:0px; z-index:10000; }
.mainnav ul li ul li ul { display:none; margin:0px; padding:0px; }
.mainnav ul li.mainnavlink ul li a, .mainnav ul li.mainnavlinkactive ul li a { width: 160px; display:block; padding:8px; border-bottom:1px solid #ffffff; border-right:1px solid #ffffff; }
.mainnav ul li.mainnavlink ul li a:hover, .mainnav ul li.mainnavlinkactive ul li a:hover { text-decoration:none; background:#858585; }
.mainnav ul li.mainnavdivider img { display:none; }
.downarrowclass { position:relative; margin-top:-10px }
.rightarrowclass { position: absolute; margin-top:0px; right: 5px;}
/*horizontal menu settings ends*/


/*vertical menu settings*/
/*
#navwrapper { background-color:#ff0000;width:250px; }
#nav { width:250px; padding:0; margin:0; }
.mainnav ul { margin:0px; padding:0px; }

.mainnav ul li { position: relative; display: block;  }
.mainnav ul li.mainnavlink a { display: block; }
.mainnav ul li.mainnavlink a:link, .mainnav ul li.mainnavlink a:visited { font:normal 15px arial; color:#ffffff; text-decoration:none; padding:9px 10px 14px  17px; }
.mainnav ul li.mainnavlink a:hover { font:normal 15px arial; color:#df9e37; text-decoration:none; padding:9px 10px 14px 17px; }
.mainnavlinkactive { font:normal 15px arial; color:#df9e37; text-decoration:none;}
.mainnav ul li.mainnavlinkactive a { display: block;  padding:9px 0px 14px 17px; }
.mainnav ul li.mainnavlinkactive a:link, .mainnav ul li.mainnavlinkactive a:visited, .mainnav ul li.mainnavlinkactive a:hover { font:normal 15px arial; color:#bbe1ff; text-decoration:none;  padding:9px 0px 14px 17px; }



.mainnav ul li ul { position: absolute; left: 0; display: block; visibility:hidden; margin:-40px 0px 0px 250px; padding:0px; z-index:10000; }
.mainnav ul li ul li ul { display:none; margin:0px; padding:0px; }
.mainnav ul li.mainnavlink ul li a, .mainnav ul li.mainnavlinkactive ul li a { width: 160px; display:block; padding:8px; border-bottom:1px solid #ffffff; border-right:1px solid #ffffff; }

.mainnav ul li.mainnavlink ul li a:link, .mainnav ul li.mainnavlink ul li a:visited, .mainnav ul li.mainnavlinkactive ul li a:link, .mainnav ul  li.mainnavlinkactive ul li a:visited { font:normal 13px arial; color:#ffffff; text-decoration:none; text-align:left; padding:10px 5px 5px 13px; display:block; height:20px; background:#858585; }

.mainnav ul li.mainnavlink ul li a:hover, .mainnav ul li.mainnavlinkactive ul li a:hover { font:normal 13px arial; color:#fccb5d; text-  decoration:none;
background:#858585; }
.mainnav ul li.mainnavdivider img { display:none; }

.downarrowclass { position:relative; margin-top:-10px }
.rightarrowclass { position: absolute; margin-top:0px; right: 5px; }*/
/*vertical menu settings ends*/
/* ---------->>> navigation ends <<<-----------*/



/* ---------->>> social networking <<<-----------*/
#iconlist { width:100% }
#iconlist ul { margin:0px; padding:0px; }
#iconlist ul li { display:inline; float:left; padding:0px 2px }
/* ---------->>> social networking ends <<<-----------*/


/* ---------->>> footer <<<-----------*/
#footerwrapper { width:1000px; margin:0 auto; color:#ffffff }
.footerlinks { color:#cacaca; text-decoration:none; line-height:18px; word-wrap:break-word; }
.footerlinks a:link, .footerlinks a:visited {  color:#cacaca; text-decoration:none; cursor:pointer; line-height:18px; word-wrap:break-word; }
.footerlinks a:hover { color:#ffffff; text-decoration: none; text-decoration:none; cursor:pointer; line-height:18px; word-wrap:break-word; }
#footertextwrapper { width:100% }
.pwby_text { float:left; margin-left:410px; padding-right:5px;  color:#c2c2c2; }
.pwby_img { float:left; }
/* ---------->>> footer ends <<<-----------*/



/* ---------->>> jquerry classes starts <<<-----------*/

/* tipsy tooltip */

.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/* end tipsy tooltip */


/* auto complete */
.dropdown-wrapper input { border: 1px solid black; height:24px; padding:0px 0px 0px 4px; width:290px; }
dropdown-wrapper .wrapper { padding:150px 0px 0px 100px; }
dropdown-wrapper .search_ac { padding:5px; border:1px solid black; width:400px; background:#000; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; -ms-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -o-border-top-left-radius: 10px; -ms-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; border-top-left-radius: 10px; opqcity:0.2; padding: 10px; }
dropdown-wrapper span.highlight { background:orange; }
.dropdown-wrapper { background:#000; opacity:0.75; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; -ms-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px; -ms-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; }
.dropdown-wrapper ul { margin:0px; padding:0px; }
.dropdown-wrapper li { list-style-type:none; padding: 10px; color:#888; font-size:13px; }
.dropdown-wrapper .dropdown-item { border-bottom:1px solid #222; color:#fff; font-size:15px; }
.dropdown-item .phone, .dropdown-item .email, .dropdown-item i { font-size:13px; color:#888; margin-top:6px; }
.dropdown-item i { font-style:italic; font-size:13px; padding-left:4px; }
.dropdown-wrapper li a { color:#fff; }
.dropdown-wrapper li.active { background-color: blue; }
dropdown-wrapper #fader { margin:0px; padding:0px; }
/* end auto complete */
 
 /* form builder 
.formbuilder .formdivrow  {margin: 4px;}
.formbuilder .formlabeltext {height: 22px; float: left;padding-top: 6px; min-width: 75px;}
.formbuilder .formtextfield {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;padding: 2px;}
.formbuilder select  {margin-top: 3px;}
.formbuilder .formtextfield.focusField {border: 1px solid #6699CC;border-radius: 3px 3px 3px 3px;padding: 2px;}
.formbuilder .formlabeltext.view {height: 22px;color: #000000}
*/


div.formdivrow { display:inline-block; width:100%;margin:4px;}
div.formdivrow .formlabeltext { float: left;  min-width: 75px;}
div.formdivrow .formtextfield {border: 1px solid #CCCCCC;border-radius: 3px 3px 3px 3px;padding: 2px;}
div.formdivcolumn { float:none; padding-right: 10px;}
div.formdivcolumn label { float:left;}

/* end form builder */

 
 /* report builder */

/* report form header */

.reportContainer {
 margin: 0 auto;
 width: 900px;
}
.reportContainer a { text-decoration: none; }
.reportfilter table { margin: 5px 0; }
.reportfilter table tr td { padding-left: 5px; }
.reportfilter { background-color: #EBEBEB; border: 1px solid #CCC; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; color: #222; }
/* end report form header */

/* table */
.tablesorter { margin: 10px 0; }
.tablesorter tr { background: #E8EDFF; }
.tablesorter tbody tr:hover { background: #D0DAFD; }
.tablesorter td { border-bottom: 1px solid #fff; color: #669; padding: 8px; }
.tablesorter th { background: #B9C9FE; color: #039; padding: 8px; text-align: left; }
.tablesorter .top-left { background: url(../images/top-left.png) no-repeat left -1px #B9C9FE; }
.tablesorter .top-right { background: url(../images/top-right.png) no-repeat right -1px #B9C9FE; }
.tablesorter .bottom-left { background: url(../images/bottom-left.png) no-repeat left bottom #E8EDFF; }
.tablesorter .bottom-right { background: url(../images/bottom-right.png) no-repeat right bottom #E8EDFF; }
.pagination span, .pagination a { margin: 0 5px; }
.tablesorter .icons { background-image: url(images/ui-icons_888888_256x240.png); width: 16px; height: 16px; display: block; float:right; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.tablesorter .icon-down { background-position: -64px -16px; }
.tablesorter .icon-both { background-position: -128px 0; }
.tablesorter .icon-up { background-position: 0 -16px; }
/* end table */

/* report pagination */

.pagination .page { background: #DDDDDD; border: 1px solid gray; margin: 0 5px; padding: 4px; }
.pagination .current { border: none; color: black; margin: 0 5px; padding: 4px; }
.pagination .prev_next { border: none; }
.pagination .page a { text-decoration: none; }
/* end report pagination */

/* end report builder */


/* generic reportbuilder and datatable*/
.dataTables_wrapper table tr {  height: 28px; }
.dataTables_wrapper table tr.odd { background: #d7ebf9;}
.dataTables_wrapper table tr.even {background: #e4f1fb;} 
.dataTables_wrapper table tbody tr:hover { background: #D0DAFD; }
.dataTables_wrapper table td { color:#669; padding: 1px;  }
.dataTables_wrapper table th { color: #039; text-align: left; }
/* end generic reportbuilder and datatable */

/*---------validation file---------------*/

	
/* form field validation */
 input.error, select.error { background-color: #FBEBED !important; border: 1px solid #D8888E !important; }
label.error, div.error { background: url("../images/bg.png") repeat scroll 0 0 transparent; color: #FFFFFF; display: block; float: left; height: 24px; line-height: 23px; padding: 0 3px; width: auto; }
.lp { background: url("../images/lp.png") no-repeat scroll 0 0 transparent; float: left; height: 24px; width: 8px; display:block; }
.rp { background: url("../images/rp.png") no-repeat scroll 0 0 transparent; float: left; height: 24px; width: 8px; display:block; }
/* form field validation */

/* notice box */
div.divMsgError { background-attachment: scroll; background-color: #C00; border-bottom-color: #CD0A0A; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #CD0A0A; border-left-style: solid; border-left-width: 1px; border-right-color: #CD0A0A; border-right-style: solid; border-right-width: 1px; border-top-color: #CD0A0A; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-style: solid; border-top-width: 1px; color: white; display: block; height: 52px; margin-bottom: 15px; margin-top: 20px; outline-color: #915608; padding-left: 7px; padding-right: 7px; width: 400px; }
div.divMsgSuccess, div.MsgSuccessAuto { background-color: #285C00; border-bottom-color: #72B42D; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #72B42D; border-left-style: solid; border-left-width: 1px; border-right-color: #72B42D; border-right-style: solid; border-right-width: 1px; border-top-color: #72B42D; border-top-left-radius: 10px; border-top-right-radius: 10px; border-top-style: solid; border-top-width: 1px; color: white; display: block; height: 52px; outline-color: #915608; padding-left: 7px; padding-right: 7px; width: 400px; }
div.divMsgWarning { background-color: #F8DA4E; border-bottom-color: #FCD113; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #FCD113; border-left-style: solid; border-left-width: 1px; border-right-color: #FCD113; border-right-style: solid; border-right-width: 1px; border-top-color: #FCD113; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top-style: solid; border-top-width: 1px; color: #915608; display: block; height: 52px; margin-bottom: 15px; margin-top: 20px; outline-color: #915608; padding-left: 7px; padding-right: 7px; width: 400px; }
/* end notice box*/


/* jquery file upload */
/*
 * jQuery File Upload Plugin CSS 4.1
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://creativecommons.org/licenses/MIT/
 */


a { color: gray; }
form.file_upload { position: relative; overflow: hidden; direction: ltr; cursor: pointer; text-align: center; color: #333; font-weight: bold; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; width: 15em; height: 2.5em; line-height: 2.5em; background: palegreen; border: 1px solid limegreen; }
form.file_upload_small { width: 15em; height: 2.5em; line-height: 2.5em; font-size: 100%; background: palegreen; border: 1px solid limegreen; }
form.file_upload_large { width: 100%; height: 7em; line-height: 7em; font-size: 2em; background: palegreen; border: 1px solid limegreen; }
form.file_upload_highlight, form.file_upload:hover { background: lawngreen; }
form.file_upload input { position: absolute; top: 0; right: 0; margin: 0; border: 300px solid transparent; opacity: 0; -ms-filter: 'alpha(opacity=0)'; filter: alpha(opacity=0); -o-transform: translate(-300px, -300px) scale(10); -moz-transform: translate(-800px, 0) scale(10); cursor: pointer; height: 100%; }
:root form.file_upload input { height: auto; }
form.file_upload button, .no-js .file_upload_label, .no-js .file_upload_overall_progress, .no-js .file_upload_buttons { display: none; }
.file_upload .file_upload_label, .file_upload .file_upload_overall_progress, .file_upload .file_upload_buttons { display: block; }
.file_upload img { border: none; }
.progressbar, .progressbar div { border: 1px solid #aaa; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.progressbar div { width: 100%; height: 100%; margin: -1px; }
.file_upload_progress .ui-progressbar-value, .file_upload_overall_progress .ui-progressbar-value, .progressbar div { background: url(../images/pbar-ani.gif); }
.file_upload_progress div { width: 150px; height: 17px; }
.file_upload_overall_progress div { width: 350px; height: 17px; }
.file_upload .file_name { padding: 0 10px; font-size: 1.1em; }
.file_upload .file_size { padding: 0 10px 0 0; text-align: right; font-size: 1.1em; }
.file_upload .files, .file_upload_overall_progress { margin: 10px 0; }
.file_upload .ui-widget { font-size: 1em; }
#loading { background: url("../images/loading.gif") no-repeat scroll 0 0 transparent; height: 64px; left: 50%; margin: -32px 0 0 -32px; position: absolute; top: 50%; width: 64px; z-index: 999; }
/* end jquery file upload */



.paging_two_button .ui-button { float: left; cursor: pointer; * cursor: hand;
}
.paging_full_numbers .ui-button { padding: 2px 6px; margin: 0; cursor: pointer; * cursor: hand;
}
.dataTables_paginate .ui-button { margin-right: -0.1em !important; }
.paging_full_numbers { width: 350px !important; }
.dataTables_wrapper .ui-toolbar { padding: 5px; }
.dataTables_paginate { width: auto; }
.dataTables_info { padding-top: 3px; }
table.display thead th { padding: 3px 0px 3px 10px; cursor: pointer; * cursor: hand;
}
div.dataTables_wrapper .ui-widget-header { font-weight: normal; }
table.display { margin: 0 auto; width: 100%; clear: both; border-collapse: collapse; }
table.display td.center { text-align: center; }
/*
 * Sort arrow icon positioning
 */
table.display thead th div.DataTables_sort_wrapper { position: relative; padding-right: 20px; padding-right: 20px; }
table.display thead th div.DataTables_sort_wrapper span { position: absolute; top: 50%; margin-top: -8px; right: 0; }
.dataTables_length { width: 40%; float: left; height: 22px;}
.dataTables_length select { width:60px; }
.dataTables_filter { width: 50%; float: right; text-align: right; }
.dataTables_info { text-align: center; height:20px; }
.dataTables_paginate { float: right; text-align: right; }
.dataTables_processing { display: inline; }
.dataTables_SelectInfo { float:right; }








/* DashBoard CSS */

.dashboardcontentwrap { width: 100%; min-height: 400px; }
.drop { border: 1px dotted black; width: 100%; margin: 7px 0px; }
.widgets { width: 200px; float: left; }
.column { margin-right: .1%; margin-top: 5px; min-height: 400px; float: left; width: 100%; }
.dragbox { overflow:hidden; margin-bottom: 5px; margin-right:5px; }
.dragbox-content { min-height: 100px; margin: 0px; padding: 0.4em; font-family: 'Lucida Grande', Verdana; font-size: 0.8em; line-height: 1.5em; overflow:auto; }
.placeholder { background: #f0f0f0; border: 3px dashed #2175bc; height: auto; list-style-type: none; }
div.left { float: left; }
div.right { float: right; }
.portlet-header { margin: 0.2em; padding-bottom: 4px; padding-left: 0.2em; }
.portlet-header .ui-icon { float: right; }
.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: auto; }
.ui-sortable-placeholder * { visibility: hidden; }
.hide { display: none; }
.ui-widget-header { cursor: move; }
.ui-icon-minusthick, .ui-icon-close, .ui-icon-pencil, .ui-icon-refresh, .ui-icon-plusthick { cursor: pointer; }
.clear { clear: both; }

/* end of dashboard */
/* image map CSS  */
.ui-image-map-content {  font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 14px;}
/*.ui-image-map-working-area-wrap {float: left;width: 650px;height: 400px;border: 1px solid black;overflow: auto;}*/
.ui-image-map-working-area {position: relative;float: left;width: 650px;height: 400px;border: 1px solid black;overflow: none;}
.ui-image-map-menu {float: left;width: 150px;}
.ui-image-map-draggable {top: 0;left: 0;/*    border: 1px solid black;*/position: absolute;min-height: 1px;min-width: 1px;height: 50px;width: 50px;float: left;overflow: hidden;opacity: 1 !important;filter: Alpha(Opacity=100) !important;}
.ui-image-map-rectangle{border: 2px solid black;}
.ui-image-map-circle{border: 2px solid lime;}
.ui-image-map-square{border: 2px solid blue;}
.ui-image-map-draggable-active {border: 2px dashed #1DD9F2 !important;cursor: move;}
.ui-image-map-cleaner {clear: both;}
.ui-image-map-data-form {background: white;display: none;position: absolute;z-index: 999;border:1px solid gray;width: 250px;}
.ui-image-map-load-form {background: white;display: none;position: absolute;z-index: 999;border:1px solid gray;}
.ui-image-map-tip {position: absolute;border: 1px solid gray;background: white;color: black;z-index: 100;padding: 5px;}
.ui-image-map-tip-delete{font-size: 12px;line-height: 14px;cursor: pointer;color: white;padding: 2px;background-color: gray;}
/* end of imageMap CSS */
/* loading class css */
#page_loading {background: #FFF1A8; line-height: 14px; padding: 10px 30px;  text-align: center; z-index: 99999; width: 210px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; top: 0px;}
#page_loading_shield {background: white; position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; opacity: 0.5; filter: alpha(opacity=50); z-index: 99998}
/*#loading_throbber {left: 50%; width: 50%; position: relative; margin: 5px 0px}*/ 
#page_loading.modal {position: fixed; left: 45%; top: 0px}
#page_loading.non-modal {position: fixed; top: 0px}
/* end of loading class css */

/* jsTree CSS */
/*
 * jsTree default theme 1.0
 * Supported features: dots/no-dots, icons/no-icons, focused, loading
 * Supported plugins: ui (hovered, clicked), checkbox, contextmenu, search
 */

.jstree-default li, 
.jstree-default ins { background-image:url("../images/d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-default li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-default li.jstree-last { background:transparent; }
.jstree-default .jstree-open > ins { background-position:-72px 0; }
.jstree-default .jstree-closed > ins { background-position:-54px 0; }
.jstree-default .jstree-leaf > ins { background-position:-36px 0; }

.jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
.jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
.jstree-default a .jstree-icon { background-position:-56px -19px; }
.jstree-default a.jstree-loading .jstree-icon { background:url("../images/throbber.gif") center center no-repeat !important; }

.jstree-default.jstree-focused { background:#ffffee; }

.jstree-default .jstree-no-dots li, 
.jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-default .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-default .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-default .jstree-no-icons a .jstree-icon { display:none; }

.jstree-default .jstree-search { font-style:italic; }

.jstree-default .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-default .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-default ins { background:transparent !important; }
#vakata-dragged.jstree-default .jstree-ok { background:url("../images/d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-default .jstree-invalid { background:url("../images/d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-default { background:url("../images/d.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-default a.jstree-search { color:aqua; }
.jstree-default .jstree-locked a { color:silver; cursor:default; }

#vakata-contextmenu.jstree-default-context, 
#vakata-contextmenu.jstree-default-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-default-context li { }
#vakata-contextmenu.jstree-default-context a { color:black; }
#vakata-contextmenu.jstree-default-context a:hover, 
#vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a, 
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
.jstree-default li, 
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid, 
#vakata-dragged.jstree-default .jstree-ok, 
#jstree-marker.jstree-default { _background-image:url("../images/d.gif"); }
.jstree-default .jstree-open ins { _background-position:-72px 0; }
.jstree-default .jstree-closed ins { _background-position:-54px 0; }
.jstree-default .jstree-leaf ins { _background-position:-36px 0; }
.jstree-default a ins.jstree-icon { _background-position:-56px -19px; }
#vakata-contextmenu.jstree-default-context ins { _display:none; }
#vakata-contextmenu.jstree-default-context li { _zoom:1; }
.jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
/* IE6 END */
/* end of jsTree CSS */
/* chosen dropdown list */
div.chzn-container {font-size: 13px;position: relative;}
div.chzn-container input {background: #fff;background: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);background: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  border: 1px solid #aaa;font-family: sans-serif;font-size: 1em;margin: 0px;padding: 4px 5px;outline: none;-moz-border-radius: 3px;-webkit-border-radius: 3px;
  -o-border-radius: 3px;-ms-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;}
div.chzn-container textarea:focus {border-color: #058cf5;-moz-box-shadow: 0px 0px 3px #aaa;-webkit-box-shadow: 0px 0px 3px #aaa;box-shadow: 0px 0px 3px #aaa;}
div.chzn-container div.chzn-drop { background: #FFF; border: 1px solid #aaa; border-width: 0 1px 1px; left: 0;
  position: absolute; top: 29px; -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.15); box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);z-index: 20;}
div.chzn-container-single div.chzn-drop {-moz-border-radius: 0 0 4px 4px;-webkit-border-radius: 0 0 4px 4px;-o-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;-khtml-border-radius: 0 0 4px 4px;border-radius: 0 0 4px 4px;}
/* SINGLE */
div.chzn-container a.chzn-single.error {background: #FBEBED !important; border: 1px solid #D8888E !important;}
div.chzn-container a.chzn-single {
  background: #FFF;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 50%);
  border: 1px solid #aaa; display: block; overflow: hidden; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
  -ms-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; height: 25px; color: #444; line-height: 26px; padding: 0px 0px 0px 8px;
  position: relative; text-decoration: none; z-index: 19; white-space: nowrap;}
div.chzn-container a.chzn-single span { display: block; margin-right: 26px; overflow: hidden; text-overflow: ellipsis; }
div.chzn-container a.chzn-single div { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px; -o-border-bottom-right-radius: 4px; -ms-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;   background: #ccc; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%); background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  border-left: 1px solid #aaa; display: block; height: 100%;position: absolute;right: 0;top: 0;width: 18px;}
div.chzn-container a.chzn-single div b { background: url('../images/chosen-sprite.png') no-repeat 0 1px; display: block; width: 100%; height: 100%;}
div.chzn-container div.chzn-search {padding: 3px 4px; margin: 0px; white-space: nowrap; }
div.chzn-container div.chzn-search input { background: url('../images/chosen-sprite.png') no-repeat 97% -35px, #ffffff;
  background: url('../images/chosen-sprite.png') no-repeat 97% -35px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../images/chosen-sprite.png') no-repeat 97% -35px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../images/chosen-sprite.png') no-repeat 97% -35px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%); -moz-border-radius: 0px; -webkit-border-radius: 0px;
  -o-border-radius: 0px; -ms-border-radius: 0px; -khtml-border-radius: 0px; border-radius: 0px; margin: 1px 0; outline: 0; }
/* Multi */
div.chzn-container ul.chzn-choices.error {background: #FBEBED !important; border: 1px solid #D8888E !important; }
div.chzn-container ul.chzn-choices {background: #fff; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%); background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  margin: 0;cursor: text;border: 1px solid #aaa;overflow: hidden;height: auto !important;height: 1%;padding: 0;position: relative;}
div.chzn-container ul.chzn-choices:focus {border-color: #058cf5;-moz-box-shadow: 0px 0px 5px #999;-webkit-box-shadow: 0px 0px 5px #999;box-shadow: 0px 0px 5px #999;}
div.chzn-container ul.chzn-choices li {float: left;list-style-type: none;margin: 0px;}
div.chzn-container ul.chzn-choices li.search-field {margin: 0px;white-space: nowrap;padding: 0px;}
div.chzn-container ul.chzn-choices li.search-field input {color: #666;background: transparent !important;border: 0px !important;padding: 5px; margin: 1px 0;
  outline: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;}
div.chzn-container ul.chzn-choices li.search-field input.default {color: #999;}
div.chzn-container ul.chzn-choices li.search-choice {-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee)); background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%); color: #333; border: 1px solid #b4b4b4; line-height: 13px; padding: 3px 19px 3px 6px; position: relative; margin: 3px 0px 3px 5px;}
div.chzn-container ul.chzn-choices li.search-choice span { cursor: default; }
div.chzn-container ul.chzn-choices li.search-choice.search-choice-focus { background: #d4d4d4; }
div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close { position: absolute; right: 5px; top: 6px; display: block; width: 8px; height: 9px; font-size: 1px; background: url(../images/chosen-sprite.png) right top no-repeat;}
div.chzn-container ul.chzn-choices li.search-choice a.search-choice-close:hover { background-position: right -9px; }
div.chzn-container ul.chzn-choices li.search-choice.search-choice-focus a.search-choice-close { background-position: right -9px; }
/* Results */
div.chzn-container ul.chzn-results { margin: 0 4px 4px 0; max-height: 190px; padding: 0 0 0 4px; position: relative; overflow-x: hidden; overflow-y: auto; z-index: 20; }
div.chzn-container-multi ul.chzn-results { margin: -1px 0 0; padding: 0;}
div.chzn-container-multi ul.chzn-results li { border-left: 0px !important; border-right: 0px !important; }
div.chzn-container ul.chzn-results li { line-height: 80%; padding: 7px 7px 8px; z-index: 22; margin: 0; list-style-type: none; }
div.chzn-container ul.chzn-results li.active-result {cursor: pointer; }
div.chzn-container ul.chzn-results li em {font-style: normal; background: #FEFFDC;}
div.chzn-container ul.chzn-results li.highlighted {background: #3875d7; color: #fff; }
div.chzn-container ul.chzn-results li.highlighted em {background: transparent; }
div.chzn-container ul.chzn-results li.no-results { background: #F4F4F4;}
div.chzn-container ul.chzn-results li.group-result {cursor: default; color: #999; font-weight: bold; }
div.chzn-container ul.chzn-results li.group-option {padding-left: 20px; }
div.chzn-container-multi div.chzn-drop li.result-selected {display: none;}
/* Active */
div.chzn-container-active a.chzn-single {-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); border: 1px solid #5897fb; }
div.chzn-container-active a.chzn-single-with-drop {border: 1px solid #aaa; border-width: 1px 1px 1px; -moz-box-shadow:  0px 1px 0px #FFF inset; -webkit-box-shadow:  0px 1px 0px #FFF inset;
  box-shadow: 0px 1px 0px #FFF inset; background: #EEE; background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
div.chzn-container-active a.chzn-single-with-drop div { background: transparent; border-left: none; }
div.chzn-container-active a.chzn-single-with-drop div b {  background-position: -18px 1px; }
div.chzn-container-active ul.chzn-choices { z-index: 21; -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3); border: 1px solid #5897fb;}
div.chzn-container-active ul.chzn-choices input { color: #111 !important; }
/* end of chosen dropdown list */ 
/* Datatable Sort Wrapper Span*/
div.DataTables_sort_wrapper {
    position: relative;
    padding-right: 20px;
    padding-right: 20px;
}
div.DataTables_sort_wrapper span {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 0;
}

.formlabelheader a.arrow {
width: 11px;
height: 10px;
display: block;
background: transparent url(/Themes/rentcafe/images/greyarrow-side.png) no-repeat 0 0;
position: relative;
float:left;
top: 8px;
margin-right: 5px;
}

#PasswordHeaderDiv .formlabelheader a.arrow.open {
background: transparent url(/Themes/rentcafe/images/greyarrow-downsmall.png) no-repeat 0 0;
top: 10px;
}
/* End */
