
/* general page layout
--------------------------------*/

body
{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #222;
}
a:link, a:visited
{
    color: #333;
}
input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
textarea.t1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.validator
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: red;
}
div#pageWrapper
{
    width: 980px;
    background: url(../images/bg-general.png) no-repeat;
    margin: 0px auto;
    padding: 10px 15px 0px 25px;
}
div#pageWrapper1
{
    width: 980px;
    background-color: #e2e2e2;
    margin: 0px auto;
    padding: 10px 15px 0px 25px;
}
/* header
--------------------------------*/
.logo
{
    background: transparent;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    zoom: 1;
}
#logoImg
{
    float: left;
    border: 0;
    margin: 0;
}
div#header a
{
    outline: none;
}

#mainTabs
{
    width: 717px;
    height: 51px;
    margin-left: 236px;
    padding: 5px 20px 0px 5px;
    position: relative; /*left:-10px;*/
    left: -7px;
    background: url(../images/tabs-bg-general.gif) no-repeat;
    text-align: right;
    font-size: 14px;
    line-height: 40px;
}

#mainTabs ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#mainTabs ul li
{
    float: left;
    margin: 0px,0px;
    padding-left: 0px;
    padding-right: 0px;
}

#mainTabs ul li a
{
    background: url(../images/tabs-bg-item.png) no-repeat;
    height: 39px;
    width: 80px;
    display: block;
    left: -28px;
    top: 0px;
    text-align: center;
}

#mainTabs ul li a:link, #mainTabs ul li a:visited
{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

#mainTabs ul li a:hover
{
    background: url(../images/tabs-bg-item-hover.png) no-repeat;
    color: #FFF;
}

#mainTabs ul li span
{
    display: block;
    width: 78px;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
}

.contactLink a:link, .contactLink a:visited
{
    text-decoration: none;
    font-size: 13px;
    color: #333;
}
.contactLink a:hover
{
    text-decoration: underline;
}

/* login form
-----------------------------------*/
div#loginForm
{
    margin-top: 10px;
    margin-left: 220px;
    padding-left: 50px;
}

div#loginForm table td.lgInput
{
    background: url(../images/login-bg-input.png) no-repeat;
    width: 203px;
    padding: 0px 14px;
    height: 30px;
}
div#loginForm table th
{
    font-size: 14px;
    font-weight: normal;
}

div#loginForm table input.lgInput
{
    background: none;
    width: 205px;
    margin: 0px;
    border: 0;
    font-size: 14px;
}
div#loginForm table td.button
{
    text-align: center;
}

div#loginForm table td.button input
{
    font-size: 14px;
    background: url(../images/login-bg-button.png) no-repeat;
    width: 118px;
    height: 32px;
    border: 0;
    cursor: pointer;
}

/* content
-----------------------------------*/
div#content
{
    margin: 0px;
    margin-top: 10px;
}
div.pictureHolderLock
{
    float: left;
    width: 212px;
    padding: 10px 10px;
    padding-top: 117px;
    height: 312px;
    margin: 13px;
    background: url(../images/pic-holder-lock-bg.png) no-repeat; /*background:url(../images/pic-holder-bg.png) no-repeat;*/
    text-align: center; /* actually for images*/
}
div.pictureHolderLock img
{
    border: 0;
}
div.pictureHolder
{
    float: left;
    width: 212px;
    padding: 10px 10px;
    padding-top: 117px;
    height: 312px;
    margin-left: 0px;
    margin: 13px;
    background: url(../images/pic-holder-bg.png) no-repeat;
    text-align: center; /* actually for images*/
}
div.pictureHolder img
{
    border: 0;
}
div#pictureHolder3
{
    height: 312px;
    margin-right: 0px;
}
div#ph1
{
    height: 312px;
    margin-right: 0px;
}
div#ph2
{
    height: 312px;
    margin-right: 0px;
}
div#ph3
{
    height: 312px;
    margin-right: 0px;
}
div#ph4
{
    height: 312px;
    margin-right: 0px;
}
div.pictureHolder img
{
    margin: 0px;
}

a.bigButton
{
    text-decoration: none;
    color: #333;
}


span.bigButton
{
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    display: block;
    width: 200px;
    height: 55px;
    text-align: center;
    background: url(../images/big-button-bg.png) no-repeat;
    padding-top: 10px;
}

div#toolbarRight
{
    margin: 0px 15px 0px 0px;
    width: 226px;
    float: right;
    color: #888;
}

div.toolbarUnit
{
    margin: 0px;
    padding: 0px;
    font-size: 90%;
}
div.toolbarLabel
{
    margin: 0px;
    padding-top: 18px;
    height: 30px;
    background: url(../images/toolbarRight-bg-top.png);
    color: #111;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
div.toolbarUnit div.toolbarUnitText
{
    margin: 0px;
    height: 176px;
    width: 186px; /*Mr IE 6 !!!*/
    padding: 0px 20px;
    background: url(../images/toolbarRight-bg-middle.png) repeat-y;
}
div.toolbarUnit div.toolbarUnitBottom
{
    height: 31px;
    margin: 0px;
    padding: 0px;
    background: url(../images/toolbarRight-bg-bottom.png);
}
/* footer
-----------------------------------*/
div#footer
{
    margin: 0px;
    padding: 10px 25px;
    line-height: 30px;
    height: 56px;
    background: url(../images/footer-bg.png) no-repeat;
    clear: both;
    color: #888;
    font-weight: bold;
    font-size: 12px;
}
div#footer a:link, div#footer a:visited
{
    color: #888;
    text-decoration: none;
}

div#CPRAndTM
{
    float: right;
}

/* generic
-----------------------------------*/
.washed
{
    font-size: 80%;
    color: #888;
    text-decoration: none;
}
.gridTableRow1
{
    background-color: White;
    height: 25px;
    text-align: left;
    border-style: None;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.gridTableRow2
{
    background-color: #F8F8F8;
    height: 25px;
    text-align: left;
    border-style: None;
    padding-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.gridTopHeader
{
    background-color: #F8F8F8;
    text-align: left;
    border-style: None;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    padding-left: 2px;
    height: 34px;
}
.MenuHeader
{
    background-color: #4682b4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

.MenuItem
{
    background-color: #F1F1F4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4682b4;
}
.MenuItemAlternet
{
    background-color: #D4D4D7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #4682b4;
}
.HyperLink
{
}
.menuHolder
{
    background: #EEEEEE;
}
.menuHolder td
{
    padding-top: 5px;
}
.editControlHolder
{
    background: #EEEEEE;
}
.editControlHolder td
{
    /*border:solid 1px #c7c7c7;*/
    border-left: solid 1px #c7c7c7;
    border-right: solid 1px #c7c7c7;
    border-top: solid 1px #c7c7c7;
    border-bottom: solid 1px #c7c7c7;
    border: solid 1px #c7c7c7;
}
.editControlHolderNoBorder td
{
    /*border:solid 1px #c7c7c7; 	border-left:none 1px #c7c7c7; 	border-right:solid 1px #c7c7c7; 	border-top:solid 1px #c7c7c7; 	border-bottom:solid 1px #c7c7c7; 	border:solid 1px #c7c7c7;*/
    border: none;
}
.editControlHolderNoBorder table
{
    /*border:solid 1px #c7c7c7; 	border-left:none 1px #c7c7c7; 	border-right:solid 1px #c7c7c7; 	border-top:solid 1px #c7c7c7; 	border-bottom:solid 1px #c7c7c7; 	border:solid 1px #c7c7c7;*/
    border: none;
}
.selectedTab
{
    font-weight: bold;
    color: white;
    background-color: steelblue;
}
.selectedTab a:link, .selectedTab a:visited
{
    font-weight: bold;
    color: white;
}
.reply-button
{
    /*background:url(../Images/login-bg-button.png) no-repeat; 	width:118; 	height:32px; 	border:0;*/
    cursor: pointer;
    font-size: 14px;
}
.logo
{
    max-height: 137px;
    max-width: 236px;
}
.label-wrap
{
    overflow: hidden;
}



.Buttonnew
{
    background: url(../images/tabs-bg-item.png) no-repeat;
    height: 39px;
    width: 80px;
    display: block;
    text-align: center;
}

/*- Menu Tabs 5--------------------------- */

#tabs5
{
    float: left;
    font-size: 93%;
    line-height: normal;
    display: inline;
    margin: 0;
    padding: 0;
}
/*  #tabs5 ul {
          margin:0;
          padding:10px 10px 0 10px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      } */
.seton
{
    float: left;
    background: url("../images/tabright5.gif") no-repeat right top;
    padding: 4px 4px 4px 3px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color: black;
}
.setOff
{
    float: left;
    background: url("../images/Current.gif") no-repeat right top;
    padding: 4px 4px 4px 3px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    color: black;
}
#tabs5 a
{
    float: left;
    background: url("../images/tableft5.gif") no-repeat left top;
    padding: 0 0 0 0px;
    text-align: center;
    text-decoration: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
#tabs5 a span
{
    float: left;
    display: block;
    background: url("../images/tabright5.gif") no-repeat right top;
    text-align: center;
    padding: 4px 4px 4px 3px;
    font-size: 10px;
    color: black;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span
{
    float: none;
}
/* End IE5-Mac hack */
#tabs5 a:hover span
{
    color: black;
}

#tabs5 a:hover
{
    background-position: 0% -42px;
}
#tabs5 a:hover span
{
    background-position: 100% -42px;
}

#tabs5 #current a
{
    background-position: 0% -42px;
}
#tabs5 #current a span
{
    background: url("../images/Current.gif") no-repeat right top;
}

.inputBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.dropdown
{
    font-family: Arial, Helvetica, sans-serif;
    border-style: groove;
    color: #333;
}

.label
{
    display: block;
    overflow: visible;
    vertical-align: middle;
    white-space: normal;
    width: 100px;
    word-wrap: break-word;
}


table.radioSet td input
{
    float: left;
}

table.radioSet label
{
    display: block;
    margin: 0 0 0 25px;
}
.reply-body-text
{
    vertical-align: bottom;
    text-align: right;
    margin-right: 8px;
}

.popup
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1000;
}
.popupInner
{
    position: absolute;
    top: 40%;
    left: 40%;
    padding: 10px;
    z-index: 5;
    background-color: Gray;
}
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalBox
{
    background-color: #f5f5f5;
    border-width: 7px;
    border-style: solid;
    border-color: Gray;
}
.modalBox caption
{
    background-repeat: repeat-x;
}

/* tweb modal dialog styles */
.modalPanelTitle td
{
    padding: 3px;
    font-weight: bold;
    font-size: 0.9em;
    cursor: pointer;
    color: black;
    font-family: Verdana;
    width: 100%;
    height: 30px;
    background-color: #6f90dc;
}

.modalPanel
{
    z-index: 500;
    width: 500px;
    border: solid 1px #275473;
    position: absolute;
    border-collapse: collapse;
    background-color: #f0faff;
}

.modalPanel td
{
    vertical-align: top;
}

.titleIcon
{
    padding-right: 20px;
}
.ratingStar
{
    white-space: nowrap;
    margin: 0px;
    height: 14px;
}
.ratingStar .ratingItem
{
    font-size: 0pt;
    width: 17px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    cursor: pointer;
}
.ratingStar .Filled
{
    background-image: url(../images/StarSSq16_li.png);
    
}
.ratingStar .Empty
{
    background-image: url(../images/StarU16_tr.png);
}
.ratingStar .Saved
{
    background-image: url(../images/ratingStarSaved.png);
}

/* new styles for new master page*/
.gradiant
{
    background: #BEBEBE;
    background: -moz-linear-gradient(top, #DDD, #666);
    background: -webkit-gradient(linear, left top, left bottom, from(#DDD), to(#666));
    border: 1px solid #B6B6B6;
    color: #444;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#DDDDDD', EndColorStr='#666666');
    text-shadow: 0 1px 0 #DDD;
}


.gradientV
{
    /* fallback (Opera) */
    background: #A2A2A2; /* Mozilla: */
    background: -moz-linear-gradient(top, #EEEEEE, #A2A2A2); /* Chrome, Safari:*/
    background: -webkit-gradient(linear,                 left top, left bottom, from(#EEEEEE), to(#A2A2A2)) fixed; /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(                 StartColorStr='#EEEEEE', EndColorStr='#A2A2A2', GradientType=0);
    height: auto;
}

.gradientH
{
    /* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */ /* fallback (Opera) */
    background: #008800; /* Mozilla: */
    background: -moz-linear-gradient(left, #00FF00, #000000); /* Chrome, Safari:*/
    background: -webkit-gradient(linear,                 left top, right top, from(#00FF00), to(#000000)); /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(                 StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
}

.gradiantbody
{
    background: #8F8C8C url('../images/bg-new.png') repeat-x;
}
#divMain
{
    width: 1000px;
    text-indent: auto;
    background-color: White;
    border: 1px solid #CCCCCC;
    height: 100%;
}

/* Login Panel */
.LoginLabel
{
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

#divTopMenu
{
    margin-bottom: 10px;
    margin-top: 10px;
    border-top: 1px solid #EEEEEE;
    background: url('../images/bgNav.gif') repeat-x;
    height: 25px;
}

.MenuLink
{
    font-family: Arial;
    font-size: 13px;
    color: #A2A2A2;
    font-weight: bold;
    text-decoration: none;
}
.TopLink
{
    font-family: Arial;
    font-size: 13px;
    text-decoration: none;
}
.logotd
{
    background: white;
    border: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    zoom: 1;
}
.imglogo
{
    float: left;
    border: 0;
    margin: 0;
}
#divContent
{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#divFooter
{
    width: 1000px;
    text-align: left;
    padding-top: 5px;
    color: White;
    font-family: Arial;
    font-size: 11px;
    height: 20px;
}

/* css for home pages */

.divPh
{
    float: left;
    width: 200px;
    height: 280px;
    margin: 10px;
    text-align: center;
    padding-top: 90px;
    padding-left: 10px;
}

.divPhlock
{
    float: left;
    width: 200px;
    height: 280px;
    margin: 10px;
    text-align: center;
    padding-top: 90px;
    padding-left: 10px;
    background-image: url('../images/pic-holder-lock-bg-w.png');
}
.newstext
{
    font-size: 13px;
    color: #A2A2A2;
    font-family: Arial;
    font-weight: bold;
    width: 186px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.newsdiv
{
    float: left;
    width: 186px;
    height: 100%;
    margin: 10px;
    text-align: center;
    border-left: 1px solid #CCCCCC;
    padding-left: 10px;
    font-size: 13px;
    color: #A2A2A2;
    font-family: Verdana;
    font-weight: bold;
}

.contenttd
{
    padding-right: 0px;
    padding-left: 0px;
    height: 400px;
    width: 100%;
}

.contenttd td
{
    padding-top: 2px;
}

/*#progressBackgroundFilter { 
  position:fixed; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  z-index:100; 
  height:100%;
  filter:alpha(opacity=1);
} 
#processMessage {  
  position:absolute;  
  top:3%;  
  left:88%; 
  padding:10px; 
  width:8%; 
  z-index:1001;
  background-color:White;
  color:Black;
} */
.autocomplete_completionListElement
{
    margin: 0px;
    background-color: Window;
    color: windowtext;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    width: 240px;
    padding-left: 0px;
}

/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
{
    background-color: #ffff99;
    color: black;
    padding: 1px;
}

/* AutoComplete item */
.autocomplete_listItem
{
    background-color: window;
    color: windowtext;
    padding: 1px;
}

div#progressBackgroundFilter
{
    /*background-color:#d1d1d1; 	 */
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 100;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
div#processMessage
{
    position: absolute;
    top: 5.5%;
    left: 79.5%;
    padding: 10px;
    width: 8%;
    z-index: 1001;
    background-color: #F8F8F8;
    color: Black;
}

