body {
    margin: 0px 0px 0px 0px;
    font:12px/normal verdana, Trebuchet, Helvetica, arial, sans-serif;
    color: #444444;
    font-size: 12px;
    background-color: #FFFFFF;
}
form, p, fieldset, h1, h2, h3, h4, h5, h6{
    margin:0px; 
    padding:0px;
}

img{
    border:none;
}

table{
    border-spacing:0px;
    padding:0px;
    border:0px;
}

table td{
/*    vertical-align:top;*/
    word-wrap:break-word;
}

a{
    outline:none;
    text-decoration:none;
}

a:link {
    color: #4389EF;
    font-weight:normal;
}

a:visited {
    color: #4389EF;
    font-weight:normal;
}
a:active {
    color: #4389EF;
    font-weight:normal;
}

a:hover {
    color: #FF6633;
    font-weight:normal;
}

h1{  
    font-weight:bolder;
    font-size:19px;
    color:#F0E68C;  
    text-decoration:none;
    margin-bottom:3px;
}

h2{  
    font-weight:bolder;
    font-size:17px;
    color:#4A90C6;
    text-decoration:none;
    margin-bottom:3px;
}

h3{  
    font-weight:bold;
    font-size:15px;
    color: #7f0000;
    text-decoration:none;
    margin-bottom:3px;
}

h4{  
    font-weight:bolder;
    font-size:13px;
    color:#4A90C6;
    text-decoration:none;
    margin-bottom:3px;
}   

h5{  
    font-weight:bolder;
    font-size:12px;
    color:#ff00ff   ;
    text-decoration:none;
}

.cls{/* For clear the float status */
    clear:both;
}

.spacer{ /* for 10px space */
    height:10px; 
    clear:both;
}

/* Classes for input, textarea, buttons etc. */
input[type=text]{
    font-size:12px;
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) 0px -1px repeat-x;
    height:16px;
}

input[type=textbox]{
    font-size:12px;
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) 0px -1px repeat-x;
    height:16px;
}

input[type=password]{
    font-size:12px;
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) 0px -1px repeat-x;
    height:16px;
}

select{
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) left top repeat-x;
/*    height:26px;*/
    border: 1px solid #888888;
    font-size: 12px;
}

/* from style for ie6  */

.textBox{
    font-size:12px;
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) 0px -1px repeat-x;
    height:16px;
}

.select{
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) left top repeat-x;
    height:26px;
}

.textarea{
    font-size:12px;
    border:1px solid #999;
    background:#fff url(images/input_bg.jpg) 0px -1px repeat-x;
}

.btn_style{
    font-size:12px;
    border:1px solid #ccc;
    background:url(images/btn_gredient_sample.png)left top repeat-x;
}

/* END */

.button {
    height:auto;
    width:auto;
    border: 1px solid #444444;
    background-color: #ffffff;
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    background-image: url(images/formButtonBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.button:hover, .button:focus {
    border: 1px solid #444444;
    background-color: #ffffff;
    font-size: 12px;
    color: #444444;
    font-weight: normal;
    background-image: url(images/formButtonBgOn.gif);
    background-repeat: repeat-x;
    background-position: top;
}

select.multiple {
    height:130px;
    width:150px; 
    border: 1px solid #888888;
    font-size: 12px;
    background-color: #ffffff;
}

select.flexible {
    min-height:130px;
    max-height:500px;
    min-width:150px; 
    max-width: 500px;
    border: 1px solid #888888;
    font-size: 12px;
    background-color: #ffffff;
}

.author {
    margin: 0px 0px 0px 0px;
    color: #444444;
    font-size: 5px;
    background-color: #CECECE;
}

.banner {
    margin: 0px 0px 0px 0px;
}

.bannerTd  {/* used in Odb4_2/banner.html */
    background-image: url(images/banner.gif);
}

table.listView {
    font-size:1.0em;
    border:1px solid #cccccc;
    border-collapse:collapse;
    cursor:default;
}

table.listView td {
   text-align:left;
   border:1px solid #B5B5B5;
   padding-right: 5px;
   padding-left: 5px;
}

table.listView th {
   text-align:left;
   font-weight:normal;
   border:1px solid #B5B5B5;
   padding-right: 5px;
   padding-left: 5px;
}

table.listView thead td, table thead th {
    background-image:url(images/ft-head.gif);
    background-repeat:no-repeat;
    background-position:top right;
}

table.listView thead td.selectedUp, table thead th.selectedUp {
    background-image:url(images/ft-headup.gif);
}

table.listView thead td.selectedDown, table thead th.selectedDown {
    background-image:url(images/ft-headdown.gif);
}

table.listView tbody tr td {
    border-bottom:1px solid #ddd;
}

table.listView tbody tr.alt td{
    background: #e3edfa;
}

table.listView tbody tr.selected td{
    background: yellow;
}

table.listView tbody tr:hover td{
    background: #a6c2e7;
}

table.listView tbody tr.selected:hover td{
    background:#ff9;
}

table.editView {
    text-align:left;
    font-size:1.0em;
    border:1px solid #cccccc;
    border-collapse:collapse;
    cursor:default;
}

table.editView tr td {
    border:1px solid #ddd;
}

table.editAdminView {
    text-align:left;
    font-size:1.0em;
    border:1px solid #cccccc;
    border-collapse:collapse;
    cursor:default;
}

table.editAdminView tr td {
    border:0px;
}

table.messages {
    font-size:12px;
    border:1px solid #cccccc;
    border-collapse:collapse;
    cursor:default;
}

table.dialog {
    font-size:12px;
    border:1px solid #cccccc;
    border-collapse:collapse;
    cursor:default;
}

.page_list {
    width:100%;
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-align: left;
    background-color: #f8f7f7;
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}

.page_list_left_box {
    width:25%;
}

.page_list_right_box {
    width:75%;
}

/* as per html 5 */
.full_table_width {
    width:100%;
    border-spacing:0px;
    border:0px;
    padding:0px;
}

.formHeader {
        font-size: 12px;
        color: #666666;
        font-weight: bold;
        text-align: left;
        background-color: #f8f7f7;
        background-image: url(images/listViewBg.gif);
        background-repeat: repeat-x;
        background-position: bottom;
        padding-left: 5px;
        padding-right: 5px;
        height: 20px;
}

.formSubHeader {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-align: left;
    background-color: #f8f7f7;
    background-image: url(images/listViewBg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}
/* Property Box */

.propertyBox {
    border: 1px solid #222222;
}

.propertyHeader {
    font-size: 12px;
    background-color: #666666;
    color: #eeeeee;
    padding: 5px;
}

a.manageImageLinks:link, a.manageImageLinks:visited, a.manageImageLinks:hover {
    color: #ffffff;
    padding: 3px;
    font-weight: normal;
    text-decoration: none;    
}

.propertyName {
    background-color: #e9e9e9;
    color: #444444;
    padding: 3px;
    text-align: left;
    font-weight: bold;
}

.propertyValue {
    background-color: #fafafa;
    color: #444444;
    padding: 3px;
    text-align: left;
}

.hilite_propertyName {
    background-color: #002EB8;
    color: #ffffff;
    padding: 3px;
    text-align: left;
    font-weight: bold;
}

a.hilite_propertyName:visited, a.hilite_propertyName:hover, a.hilite_propertyName:link {
    color: #ffffff;
    font-weight:normal;
}

.hilite_propertyValue {
    background-color: yellow;
    color: #444444;
    padding: 3px;
    text-align: left;
}

.propertyTableLine {
    background-color: #dddddd;
}        

a:hover {
    color: #cc0000;
    text-decoration: none;
    font-weight:normal;
}

a.navlink:link, a.toplink:link {
    color: #336699;
    font-weight: bold;
    text-decoration: none;
}

a.navlink:visited, a.toplink:visited {
    color: #336699;
    font-weight: bold;
    text-decoration: none;
}

a.navlink:hover, a.toplink:hover {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}
a.navlink:active, a.toplink:active {
    color: #cc0000;
    font-weight: bold;
    text-decoration: none;
}

/* classes for path picker */
.path_picker{
    float:left;
}

.path_picker > select {
    height: 18px;
    vertical-align: middle;
    font-size: 12px !important;
    line-height: 12px;
}

.path_picker select > option {
    height: 18px !important;
    font-size: 12px !important;
}

.path_picker_buttons > a {
    color: #000000;
}

/* classes related to hobjectpicker */
a.hpicker_selected_text{
    color:#575757;
    font-size:12px;
    font-weight:bold;
    cursor:pointer;
    position:relative;
    z-index:100;
}

.hpicker_menu, .list_picker_menu {
    overflow: scroll !important; 
    position: absolute; 
    width: 200px; 
    height: 250px; 
    background: #f8f8f8;
    border:1px solid #000000;
}

.hpicker_menu ul, .list_picker_menu ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
    font-size:11px;
    color:#56594B;
    font-variant:normal;
    line-height:normal;
    width:165px;
    display:block;
}

.hpicker_menu ul li, .list_picker_menu ul li {
    width: 100%;
    padding-left:2px;
    margin:0;
    border:0;
    display:block;
    text-align:left;
}

.hpicker_menu li ul, .list_picker_menu li ul {
    left: 0; /* Set 1px less than menu width */
    display: none;
    padding-left:15px;
    width:90%
}

.hpicker_menu ul li input {
    left:-2px;
    position: absolute;
}

.hpicker_menu ul li a, .hpicker_menu ul li a:link, .hpicker_menu ul li a:visited {
    display: block;
    position:relative;
    text-decoration: none;
    color: #56594B;
    padding: 2px 2px 2px 2px;/*12px;*/
    z-index:200;
    white-space:nowrap;
/*    background:url('images/arrow.png') no-repeat left 0.5em;*/
    margin-left:10px;
}

.hpicker_menu ul li a:hover, .list_picker_menu ul li a:hover {
    display: block;
    position:relative;
    padding: 2px 2px 2px 2px;/*12px;*/
    z-index:200;
    white-space:nowrap;
    /*background:url('images/arrow.png') no-repeat left 0.5em;*/
    color: #000000;
    cursor: pointer;
    text-decoration:underline;
}

.hpicker_menu ul li a.onhover, .list_picker_menu ul li a.onhover {
    color: #000000;
    cursor: pointer;
    text-decoration:underline;
}

.hpicker_menu ul li a.leaf_node, .list_picker_menu ul li a.leaf_node {
    /*background:url('images/bullet1.png') no-repeat left center;*/
}

.hpicker_menu ul li a.loading, .list_picker_menu ul li a.loading {
    background:url('images/loading.gif') no-repeat left center;
    line-height:20px;
    padding:2px 2px 2px 20px;
}

.themes{
    float:left; 
    width:214px; 
    border:1px solid #ccc; 
    height:185px; 
    overflow:auto;
}

/* classes related to list_view picker */

.list_picker_menu ul li a, .list_picker_menu ul li a:link, .list_picker_menu ul li a:visited {
    display: block;
    position:relative;
    text-decoration: none;
    color: #56594B;
    padding: 2px 2px 2px 2px;/*12px;*/
    z-index:200;
    white-space:nowrap;
    /*background:url('images/arrow.png') no-repeat left 0.5em;*/
    margin-left:10px;
}

.list_picker_menu ul li input {
    left:-2px;
    position: absolute;
}

.list_picker ul li a.selected {
    color: #ff0000;
}

/* Class related Image Striper */
.image-strip-header {
    margin:0px; 
    display:block; 
    background:#ffffff url(images/imagestrip_header.jpg) left top repeat; 
    padding:5px; 
    color:#fff; 
    font-weight:bold; 
    line-height:16px; 
    height:16px; 
    border-bottom:1px solid #ccc;
}

.image-strip-header a{
    color:#174B5F; 
    cursor:pointer;
}

.image-strip-block{
    float:left; 
    width:544px; 
    border:1px solid #ccc;
    min-height:180px; 
    height:auto !important; 
    height:180px;
}

.image-strip-thumbs-container{
    float:left; 
    overflow:hidden; 
    position:relative; 
    width:544px;
}

.image-strip-thumbs-inner-container{
    position:relative; 
    width:100000px;
}

.image-strip-thumbnail-groups{
    float:left;
}

.image-strip-visible-thumbs{
    float:left; 
    margin:7px; 
    position:relative; 
    display:block; 
    visibility:visible;
}

.image-strip-hide-thumbs{
    float:left; 
    margin:7px; 
    position:relative; 
    display:block; 
    visibility:hidden;
}

.image-strip-right-Arrow{
    cursor: pointer; 
    float: right;
}

.image-strip-radio-btn{float:left;}

.image-strip-imgThumb{
    border:1px solid #ccc; 
    cursor:pointer; 
    display:block;
}

.image-strip-radio-name{
    line-height:20px; 
    float:left; 
    word-wrap:break-word; 
    width:100px;
}

.image-strip-unseldivs{
    float:left;
    margin:7px;
    position:relative;
    display:none;
}

.image-strip-selDivs{
    float:left; 
    margin:7px; 
    position:relative; 
    display:block;
}

/* Image striper end */

.error_message {
    background-color: #FFFFCC;
    border: 1px solid #CD3D18;
    color: red;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.success_message {
    background-color: #FFFFCC;
    border: 1px solid #CD3D18;
    color: green;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.info_message {
    font-size: 12px;
    font-weight: normal;
    padding: 2px 2px 2px 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*From Classified.css*/

.header { 
    font-size: 14px;
    color: #00008B;
    font-weight: bold;
    text-align: left;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #666;
    height: 20px;
}

.tdleft { 
    font-size: 12px;
    color: black;
    font-weight: bold;
    text-align: left;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
}

.formListHeader {
    font-size: 12px;
    color: #666666;
    font-weight: bold;
    text-align: left;
    background-color: #DDF0F1;;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #666;
    height: 20px;
}

.nt3{
    font-weight:normal;
    font-size:12px;
    color:#000;
    text-decoration:none;
}

.nt5{
    font-weight:normal;
    font-size:14px;
    color:#000;
    text-align:justify;
    text-decoration:none;
}

.frmh{
    font-weight:normal;
    font-size:12px;
    color:#000;
    text-align:justify;
}

.frmp{
    font-weight:normal;
    font-size:12px;
    color:#ffd700;
    text-align:justify;
}

.ntfh{
    font-weight:bolder;
    font-size:12px;
    color:#000;
    text-align:justify;
    background: url(images/tbg.jpg) repeat-x;
    height: 20px;    
}

.ntfsh{
    background:#FBB847;
    font-weight:bolder;
    font-size:12px;
    color:#191970;
    text-align:justify;      
}

.ntf1{ 
     background: url(images/cbg2.jpg) repeat-x;
     font-weight:bold;
     font-size:12px;
     color:#000;
     text-align:justify;
}
  
.imgtdtop { 
    background: url(images/imgbg1.jpg) no-repeat center center;
    font-weight:bold;
    font-size:12px;
    color:#000;
    text-align:justify;
}

.imgtd { 
    background: url(images/imgbg2.jpg) repeat-y center center;
    font-weight:bold;
    font-size:12px;
    color:#000;
    text-align:justify;
}
  
.imgtdbot { 
    background: url(images/imgbg3.jpg) no-repeat center center;
    font-weight:bold;
    font-size:12px;
    color:#000;
    text-align:justify;
}

.ntf2{ 
    background: url(images/cbg.jpg) repeat-x;
    font-weight:bold;
    font-size:12px;
    color:#000;
    text-align:justify;
}
  
.tb{
    border:1px solid #CC9900;
}
 
.com{
    font-weight:normal;
    font-size:11px;
    color:#F0E68C;  
}
 
.copy{
    font-weight:normal;
    font-size:11px;
    color:#F0E68C;  
}
/* Used in classified4_2 */ 
legend { 
    color: #900; 
    font-size:12px;
    margin-left:5px; 
    padding:0 6px 0 6px; 
    font-weight:bold; 
} 

fieldset, .outerbox { 
    border:1px solid #6987bc; 
    margin:2px 0 2px 0; 
    padding:0px; 
}
/* used in classified menu */

.topNavigation {
    text-align:left;
    font-size: 12px;
    font-weight: bold;
    color:#666666;
}

a.topNavigationLink:link {   
    font-size: 12px; 
    color: #666666; 
    text-decoration: none; 
    font-weight:bold;
}

a.topNavigationLink:hover {   
    font-size: 12px; 
    color: #666666; 
    font-weight:bold; 
    text-decoration:underline;
}

a.topNavigationLink:active {   
    font-size: 12px; 
    color: #666666; 
    text-decoration: none; 
    font-weight:bold;
}

a.topNavigationLink:visited  {   
    font-size: 12px; 
    color: #666666; 
    text-decoration: none; 
    font-weight:bold;
}


.content-right { /* to set content in right side */
    float:right;
}

.content-left { /* to set content in left side */
    float:left;
}

.text-center { /* for text center align */
    text-align:center;
}

.text-right { /*  for text right alignment */
    text-align:right;
}

.text-left { /*  for text left alignment */
    text-align:left;
}

.text-middle { /* for text middle align */
    display:table-cell;
    vertical-align:middle;
}

.text-bottom { /* for text bottom align */
    display:table-cell;
    vertical-align:bottom;
}

.text-top { /* for text top align */
    display:table-cell;
    vertical-align:top;
}

/* STYLE FOR ZOOMING FEATURE  */

.imagezoom_box { /* for image zoom magnifying glass & position */
    border:0px solid; 
    position:relative;
    cursor:url(themes/en/default/images/zoom_in.cur), url(images/zoom_in.cur), pointer !important;
}

.imagezoom_box1 { /* for image box only */
    border:0px solid; 
    position:relative;
}

.imagezoom_bottomimage  { /*for image zoom positioning of thumbnail*/
    z-index:2;
    border:0px;
}

.imagezoom_loaderHide { /* class for loader */
     position: absolute;
     top:40px;
     left:40px;
     display:none;
     z-index:6;
}

.imagezoom_closeimageClass {  /* class for close tag body */
     position: absolute; 
     right: 0px; 
     width: 25px; 
     height: 20px;
     background:#000000;
     text-align:center;
     color:#ffffff;
     font-weight:bold;
     cursor:pointer;
}

.zoomContainer {
     background:#000000;
     border:5px solid #000000;
     z-index:1200;
}

/* classes for accordion control */

.accordionTitle, .accordionContent, .accordionContainer {
    position:relative;
    width:200px;
}

.accordionTitle {
    line-height:20px;
    overflow:hidden;
    cursor:pointer;
    font-family:Arial;
    font-size:8pt;
    font-weight:bold;
    vertical-align:middle;
    text-align:center;
    background-color:#E0E0E0;
    border-top:1px solid #000000;
}

.accordionContent {
    height:0px;
    overflow:auto;
    display:none;
    border-top:1px solid #000000;
}

.accordionContainer {
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
