@font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial_0-webfont.eot');
    src: url('../fonts/arial_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arial_0-webfont.woff') format('woff'),
        url('../fonts/arial_0-webfont.ttf') format('truetype'),
        url('../fonts/arial_0-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit; font-family: 'arialregular'; font-size:12px;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:22px; margin:10px 0;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline; margin:0; padding:0; outline:0; border:0;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:normal; color:#505050; margin:0 0 10px 0;}
dl dt span{color:#F00;}
dd {margin:0 0 10px 0;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:normal; background:#c7c7c7; text-transform:uppercase; color:#505050; height:30px;}
thead th {color: #fff;background: #80ba27;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tr.tdwhite {background:#FFF; height:25px;}
tr.tdgrey {background:#efefef; height:25px;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.clearfix{clear:both;}

.wrapper{
    width:100%;
    float:left;
}
.topmainpart{
    width:100%;
    height:35px;
    background:#3c3c3c;
}
.topmainpart .topinnerpart{
    width:960px;
    margin:0 auto;
}
.topinnerpart .uname{
    float:right;
    color:#1ca33c;
    margin:8px 10px 0 0;
}
.topinnerpart .logout{
    float:right;
    color:#FFF;
    margin-top:8px;
    padding-left:10px;
    border-left:solid 1px #FFF;
}
.topinnerpart .logout a, .topinnerpart .logout a:visited{
    color:#FFF;
    margin: 0;
    text-decoration:none;
}
.header{
    margin:0 auto;
    width:960px;
}
.header .logoholder{
    float:left;
    width:219px;
    margin:16px 0;
}
.header .logoholder #home {
    display:block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width:219px;
    height:114px;
    float:left;
    background:url(../dhofartheme/images/logo.png) 0 0 no-repeat;
}
.partner_logoblock{
    width:213px;
    height:70px;
    float:right;
    margin-top:15px;
}
.nav {
    float:left;
    width:960px;
    height:54px;
    background:#80ba27;
}
.nav ul ul {
    display: none;
}

.nav ul li:hover > ul {
    display: block;
}
.nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    margin:0;
}
.nav ul:after {
    content: "";
    clear: both;
    display: block;
}
.nav ul li {
    float: left;
    width:160px;
    height:54px;
    /*line-height:40px;*/
}
.nav ul li:hover {
    background: #80ba27;
}
.nav ul li a {
    font-size:13px;
    width:150px;
    text-align:center;
    display: block;
    padding:15px 5px;
    margin: 0;
    color: #FFF;
    text-decoration: none;
}
.nav ul li:hover a {
    color: #fff;
}
.nav ul li a.active{
    color:#000000;
}
.nav ul ul {
    background: #80ba27;
    border-radius: 0px;
    padding: 0;
    position: absolute;
    top: 100%;
    left:10%;
    z-index:100;
}
.nav ul ul li {
    float: none;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: relative;
    line-height:normal;
    height:inherit;
}
.nav ul ul li a {
    text-align:center;
    color: #fff;
    margin: 0;
}
.nav ul ul li a:hover {
    /*        width: 94%;*/
    background: #1baa3d;
}
/*.nav ul ul ul {
	position: absolute;
	left: 100%;
	top:0;
	}*/
.footerouter{
    float:left;
    width:100%;
    height:42px;
    border-top:solid 3px #80ba27;
    background:#3c3c3c;
}
.footerouter .finner{
    width:960px;
    margin:10px auto 0 auto;
    text-align:center;
    color:#FFF;
}

.maincontainer{
    float:left;
    width:100%;
    margin-top:5px;
    min-height:400px;
    background:#e6e6e6;
}
.innercontainer{
    width:960px;
    margin:0 auto;
}
.logincontainer{
    width:335px;
    margin:40px auto;
    background:#FFF;
}
.logincontainer h2{
    color:#FFF;
    font-size:14px;
    text-transform:uppercase;
    background:#80ba27;
    padding:15px;
}
.logincontainer dl{
    width:305px;
    margin:0;
    padding:10px 15px;
    float:left
}
.logincontainer dt{
    font-size:16px;
    color:#3c3c3c;
    font-weight:normal;
    margin-bottom:10px;
}
.logincontainer dd{
    margin-bottom:10px;
    float:left;
    width:100%;
}
.logincontainer dd span{margin-top:20px; float:right;}
.logincontainer dd .inputfiled{
    width:294px;
}
.logincontainer dd a, a:visited{
    float:left;
    color:#80ba27;
    margin-top:10px;
    text-decoration:underline;
}
.logincontainer dd a:hover{
    text-decoration:none;
}
.logincontainer dd .applynow{
    width:118px;
    height:37px;
    border:0;
    margin:15px 0 0 0;
    float:right;
    background:url(../images/applynow-btn.png) no-repeat;
}
a.edit{
    display:block;
    width:16px;
    height:16px;
    float:left;
    background:url(../images/sprite_1.png) no-repeat 0 0;
}
a.lock img{
    display:block;
    width:20px;
    height:20px;
    margin-left:24px;
  
}
a.unlock img{
    display:block;  
    width:20px;
    height:20px;
    margin-left:24px;  
}
a.delete{
    display:block;
    width:12px;
    height:13px;
    float:left;
    margin-left:10px;
    background:url(../images/sprite_1.png) no-repeat 0 -29px;
}

a.checkmark {
    display: block;
    width: 20px;
    height: 18px;
    float: left;
    margin-left: 10px;
    background: url(../images/sprite_1.png) no-repeat 0 -124px
}


a.btnblue2{
    min-width:122px;
    height:25px;
    border:solid 2px #dbdbdb;
    color:#FFF;
    padding:10px;
    font-family: 'segoe_uiregular';
    font-size:14px;
    font-weight:bold;
    background:#80ba27;
    text-decoration:none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.viewdetail a, .viewdetail a:visited {
    color: #80ba27;
    text-decoration: none;
}
.viewdetail a:hover {
    text-decoration: underline;
}
#breadcrumbs {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    margin-top: 20px;
    padding: 6px 14px;
}
#breadcrumbs ul {
    margin: 0;
    overflow: hidden;
}
#breadcrumbs ul li {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 20px;
    list-style: none outside none;
}
#breadcrumbs .crumb_sep {
    margin: 10px 8px 0 8px;
    width:3px;
    height:9px;
    background:url(../images/arrow.png) no-repeat 0 0;
}
.errorSpan{font-size: 11px;color:red ;font-weight: 500; font-family: 'arialregular'; vertical-align: text-top;}
.pagediv{float: left; width: 100%; margin-bottom: 10px;}
.pagediv .prev{float: left;}
.pagediv .pageno{float: left; width: 90%; text-align: center;}
.pagediv .pageno a, .pagediv .pageno a:visited{text-decoration: underline;}
.pagediv .next{float: right;}
.image_thumb{
    border: 1px solid #BBBBBB;
    /*border-radius: 8px;*/
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25) inset;
    float: left;
    height: 100px;
    margin:0 10px 10px 0;
    width: 100px;
}
.image_thumb img{
    width: 100px;
    height: 100px;
}
.upload_style {
    float: left;
}

.label1{
    float: left;
    width: 140px;
    color: #505050;
}

.fmain_div {
    clear: both;
    /*    float: left;*/
    margin-left: 255px;
    width: 400px;
}
.fmain_div.pro_description{
	clear:inherit;
	margin-bottom:25px;
	}

.heading_sec{font-size:18px;color:#111111;background:#ccc; padding-left:10px; font-weight:normal;}
.tab_col{height:30px;border-top:1px solid #ccc;background:#FFF;font-size:12px;}
.tab_collast{height:30px;border-top:1px solid #ccc;border-bottom:1px solid #ccc;background:#FFF;font-size:12px;}
.tab_coll1{height:30px;border-top:1px solid #ccc;border-right:1px solid #ccc;background:#FFF;font-size:12px;text-align:center;}
.tab_coll11{height:30px;border-top:1px solid #ccc;background:#FFF;font-size:12px;text-align:center;}
.lasttd{height:20px;background:#FFF;border-top:1px solid #ccc;}
.listing{background:#FFF;margin:10px auto;}
.exception_list{background:#FFF; margin-bottom:15px;}
.exception_list ul{margin-left:50px;margin-top:10px;margin-bottom:0;}
.exception_list ul li{height:30px; font-size: 12px;color:#4d4d4d;}


#tooltip{
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba( 0, 0, 0, .5 );
    line-height: 1.5;
    color: #fff;
    background: #000;
    background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
    background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
    position: absolute;
    z-index: 100;
    padding: 15px;
}
#tooltip:after{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
    border-top-color: rgba( 0, 0, 0, .7 );
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}
#tooltip.top:after{
    border-top-color: transparent;
    border-bottom: 10px solid #333;
    border-bottom-color: rgba( 0, 0, 0, .6 );
    top: -20px;
    bottom: auto;
}
#tooltip.left:after{
    left: 10px;
    margin: 0;
}
#tooltip.right:after{
    right: 10px;
    left: auto;
    margin: 0;
}

.maintooltip{width:auto;height:auto;}
.tooltipclass{display:none;width:230px;border:#a7a6a6 1px solid;height:auto;padding:4px;background:#87cefa;position: absolute;margin-top: -20px;border-radius: 5px 5px 5px 5px; word-wrap: break-word;}
.tooltipclass1{display:none;width:250px;border:#a7a6a6 1px solid;height:auto;padding:4px;background:#87cefa;position: absolute;margin-top: -20px;border-radius: 5px 5px 5px 5px; word-wrap: break-word;}
.tooltipclass2{display:none;width:160px;border:#a7a6a6 1px solid;height:auto;padding:4px;background:#87cefa;position: absolute;margin-top: -20px;border-radius: 5px 5px 5px 5px; word-wrap:break-word;}
.maintooltip:hover .tooltipclass{display:block;}
.maintooltip:hover .tooltipclass1{display:block;}
.maintooltip:hover .tooltipclass2{display:block;}
.tooltipclass3{display:none;width:400px;border:#a7a6a6 1px solid;height:auto;padding:4px;background:#87cefa;position: absolute;margin-top: -31px;border-radius: 5px 5px 5px 5px;}
.maintooltip:hover .tooltipclass3{display:block;}
