@charset "utf-8";
/* CSS Document */
body {
    color: #333333;
    margin: 0px;
    padding:0;
    width:100%;
    height: 100%;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size:11px;
    background:#FFFFFF;
}
.awmAnchor {
    position:relative;
    z-index:0;
}
table {
    border-collapse:collapse;
    border:0;
}
img {
    border:0px;
}
select {
    border: inset #CCCCCC 1px;
    font-size:11px;
}
textarea {
    border: inset #CCCCCC 1px;
    font-size:11px;
}
input[type=text] {
    border: inset #CCCCCC 1px;
    font-size:11px;
}
input[type=password] {
    border: inset #CCCCCC 1px;
}
input[type=button] {
    border: solid #060 1px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    background-image:url(/images/button-tile.gif);
    background-repeat: repeat-x;
}
input[type=submit] {
    border: solid #060 1px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    background-image:url(/images/submit_btn_bg.png);
    background-repeat: repeat-x;
}
input[type=reset] {
    border: solid #060 1px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
    background-image:url(/images/reset_btn_bg.png);
    background-repeat: repeat-x;
}
input[type=checkbox] {
    border: none;
}
.hide {
    display:none;
}
a {
    text-decoration:inherit;
    font-size:inherit;
    font-weight:inherit;
}
a:link {
    text-decoration:inherit;
}
a:visited {
    text-decoration:inherit;
}
a:hover {
    text-decoration:underline;
}
a:active {
    text-decoration:inherit;
}
.boldwhite1 {
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.darkgrey {
    color:#666666;
    font-size:10px;
}
.lightgrey {
    color:#CCCCCC;
    font-size:10px;
}
.blue-normal {
    color:#0000AA;
    font-size:10px;
}
.red-normal {
    color:#E10C00;
    font-size:10px;
}
.brown-normal {
    color:#804011;
    font-size:10px;
}
.black-normal {
    color:#000000;
    font-size:10px;
}
.Yellow-normal {
    color:#FFFF00;
    font-size:10px;
}
.brightgreen {
    color:#00FF00;
    font-size:10px;
}
.darkgreen {
    color:#009900;
    font-size:10px;
}
.shopitemdet {
    color:#99CCCC;
    font-size:10px;
}
.britepurple {
    color:#FF00FF;
    font-size:10px;
}
.darkpurple {
    color:#620964;
    font-size:10px;
}
.titles {
    font-size: 10px;
    font-weight:bold;
    color: #333333;
    text-align:right;
}
.quote {
    font-family: inherit;
    font-size: 9px;
    color: #666666;
    font-weight:bold;
}
form.clock {
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
div.nowrap {
    margin: 0px;
    padding: 0px;
}
li {
    padding-bottom: 1em;
}
li form {
    display: inline;
}
ul.main {
    margin: 0px;
    padding-left:2em;
    padding-right:2em;
}
.tab {
    white-space: nowrap;
    font-weight: bolder;
}
td.tab {
    width: 64px;
    text-align: center;
    background-color: #dfdfdf;
}
td.tab a {
    display: block;
}
td.activetab {
    background-color: silver;
}
.nospace {
    margin: 0px;
    padding: 0px;
}
.orangetext {
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    color: #FF9900;
}
.header {
    font-size: large;
    font-weight: bolder;
    color: #666666;
}
.white-normal {
    font-size: 11px;
    color: #FFFFFF;
}
.boldme {
    font-weight: bold;
}
.red-UL {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #6F0300;
}
.superscript {
    vertical-align: super;
    font-size: 7px;
}
.phpdigHighlight {
    color: #0000AA;
    font-weight: bold;
}
.phpdiginputtext {
    width: 300px;
    border: 1px solid #5577FF;
    padding:2px;
    font-size: 9pt;
}
.phpdigMessage {
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}
.phpdig {
    text-decoration: none;
    color: #5577FF;
    font-weight: bold;
}
.phpdig:hover {
    text-decoration: underline;
}
.phpdigText {
    font-size: 8pt;
}
.phpdigResult {
    border-top: 2px dotted #777777;
    padding-top: 5px;
    margin-right: 20px;
}
.tdGradient {
    width: 200px;
    height: 400px;
    background-image: url(tpl_img/cprgradient.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}
.tdLogo {
    width: 200px;
    height: 70px;
    background-image: url(tpl_img/cprlogo.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}
.tdTitle {
    width: 440px;
    height: 70px;
    background-image: url(tpl_img/cprtitle.jpg);
    background-repeat: no-repeat;
    padding: 0px;
}
.tdContent {
    width: 440px;
    padding: 11px;
}
.main {
    width: 640px;
    border-collapse: collapse;
    padding: 0px;
}
.color_table_outline {
    background-color: #cccccc;
    color: #000000;
    border: 1px solid #000000;
}
.color_top_bottom {
    background-color: #eeeeee;
    color: #000000;
}
.color_sub_top_bottom {
    background-color: #dddddd;
    color: #000000;
}
.color_table_cells {
    background-color: #ffffff;
    color: #000000;
}
.sidepane {
    background-color:#333333;
}
.shopbox {
    float:left;
    width:240px;
    height:320px;
    padding:4px;
    margin:4px;
    border: 1px ridge #F90;
}
.autobox {
    float:left;
    width:220px;
    height:400px;
    padding:4px;
    margin:4px;
    border: 1px ridge #F90;
}
.bizbox {
    float:left;
    width:300px;
    height:220px;
    padding:4px;
    margin:5px;
    border: 1px ridge #3A87DC;
}
.srvbox {
    float:left;
    width:220px;
    height:350px;
    padding:4px;
    margin:5px;
    border: 1px ridge #3A87DC;
}
.propertybox {
    float:left;
    width:220px;
    height:400px;
    padding:4px;
    margin:4px;
    border: 1px ridge #F90;
}
.pipsbox {
    float:left;
    width:240px;
    height:360px;
    padding:4px;
    margin:4px;
    border: 1px ridge #F90;
}
.jobsbox {
    float:left;
    width:200px;
    height:320px;
    padding:4px;
    margin:4px;
    border: 1px ridge #F90;
}
.mods {
    background-color: #F5F5F5;
    border:solid 1px #006600;
    width:300px;
}
.modtp {
    background-image:url(/images/mod_tp.jpg);
    height:30px;
    border:solid 1px #006600;
    font-size:12px;
    font-weight:bold;
    color:#666666;
}
.modpix {
    border:solid 1px #006600;
    width:100px;
}
.newslinks {
    background-color: #F5F5F5;
    border:solid 1px #006600;
    width:75px;
}
.blurblue {
    color: #5078B4;
}
.newslinktp {
    background-image:url(/images/mod_tp.jpg);
    height:25px;
    border:solid 1px #006600;
    font-size:9px;
    font-weight:bold;
    color:#333333;
}
.shopitemtitle {
    color:#666666;
    font-size:9px;
    font-weight:bold;
}
.shopitemhlite {
    color:#3366CC;
    font-size:9px;
}
.shopitemdet {
    color:#777777;
    font-size:9px;
}
h4 {
    margin:0;
    padding: 5px 0;
}
.LeftBox {
    border: solid #c5c5c5 1px;
    padding: 2px;
    background-color:#FFFFFF;
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    margin-right: 0;
    margin-bottom: 5px;
    margin-top:5px;
}
.RightBox {
    height:auto;
    padding: 2px;
    background-color:#FFFFFF;
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    border: solid #c5c5c5 1px;
    margin-top:5px;
}
.top90px {
    height: 90px;
    background-image: url(/images/logo_with_bg.png);
    background-position:left;
    background-repeat: no-repeat;
    margin-left: 20px;
}
div#mainMenu {
    height:47px;
    background-image:url(/images/menu_middle_bg.png);
    background-repeat:repeat-x;
    margin-left:5px;
}
.headerLeft {
    width:100%;
    height:260px;
    border: solid #c5c5c5 1px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color:#333333
}
.leftInnerBox {
    width: 50%;
    border: solid #d8d7d7 1px;
    background-color:#FFFFFF;
    padding: 10px;
    background-image:url(/images/innerbox_bg.jpg);
    background-position:top;
    background-repeat:repeat-x;
}
.searchBox {
    float:left;
    margin-left: 2%;
    margin-top: 0;
    border:solid #a7a7a7 1px;
    background:url(/images/serach_EnterBg.png) repeat-x;
    padding:10px;
    color:#FFFFFF;
}
#hdr {
    width: 100%;
    height: 160px;
    margin: 0;
    background: #eeeeee;
    color: #333333;
    background-image:url(/images/top_bgBIG.png);
    margin-bottom: 5px;
}
.grayBox {
    background-color: white;
    width: 100%;
    border:#CCCCCC solid 1px;
    margin-bottom:5px;
}
.grayBox div#heading {
    background-color: gray;
    height: 15px;
    line-height: 15px;
    color: white;
    font-weight:bold;
    padding: 5px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 5px;
    font-size:14px;
}
.blackBox {
    background-color: white;
    width: 100%;
    border:#CCCCCC solid 1px;
    margin-bottom:5px;
}
.blackBox div#heading {
    background-color: black;
    height: 15px;
    line-height: 15px;
    color: white;
    font-weight:bold;
    padding: 2px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 5px;
    font-size:14px;
}
.goldBox {
    background-color: white;
    width: 100%;
    border:#CCCCCC solid 1px;
    margin-bottom:5px;
}
.goldBox div#heading {
    background-color:  #da7429;
    height: 15px;
    line-height: 15px;
    color: white;
    font-weight:bold;
    padding: 2px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 5px;
    font-size:14px;
}
.darkBlueBox {
    background-color: white;
    width: 100%;
    border:#CCCCCC solid 1px;
    margin-bottom:5px;
}
.darkBlueBox div#heading {
    background-color:  #06424a;
    height: 15px;
    line-height: 15px;
    color: white;
    font-weight:bold;
    padding: 5px;
    border-bottom: #CCCCCC solid 1px;
    margin-bottom: 5px;
    font-size:14px;
}
.blue {
    color: #003689;
}
.red {
    color: red;
}
.gold {
    color: #e4dc3a;
}
.gray {
    color: gray;
}
.pink {
    color: #d94688;
}
.h1 {
    font-size:11px;
    font-weight:bolder;
    color:#3967B3;
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    border: solid #c5c5c5 1px;
    padding:2px;
}
.titles {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight:bold;
    color: #333333;
    text-align:right;
}
.frm_tl {
    background-image:url(/images/xbx_tl.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:10px;
    height:10px;
}
.frm_tr {
    background-image:url(/images/xbx_tr.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:10px;
    height:10px;
}
.frm_bl {
    background-image:url(/images/xbx_bl.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    width:10px;
    height:10px;
}
.frm_br {
    background-image:url(/images/xbx_br.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:10px;
    height:10px;
}
.frm_tp {
    background-image:url(/images/xbx_tp.png);
    background-repeat:repeat-x;
    background-position:top;
    height:10px;
}
.frm_bt {
    background-image:url(/images/xbx_bt.png);
    background-repeat:repeat-x;
    background-position:bottom;
    height:10px;
}
.frm_lf {
    background-image:url(/images/xbx_lf.png);
    background-repeat:repeat-y;
    background-position:left;
    width:10px;
}
.frm_rt {
    background-image:url(/images/xbx_rt.png);
    background-repeat:repeat-y;
    background-position:right;
    width:10px;
}
.frm_title {
    background-image:url(/images/or_rpt.gif);
    background-repeat:repeat;
    padding:2px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.frm_center {
    padding:4px;
    background-color:#CFCFCF;
    vertical-align:top;
}
.bx_tl {
    background-image:url(/images/box_red_tl.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:10px;
    height:10px;
}
.bx_tr {
    background-image:url(/images/box_red_tr.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:10px;
    height:10px;
}
.bx_bl {
    background-image:url(/images/box_red_bl.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    width:10px;
    height:10px;
}
.bx_br {
    background-image:url(/images/box_red_br.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:10px;
    height:10px;
}
.bx_tp {
    background-image:url(/images/box_red_t.png);
    background-repeat:repeat-x;
    background-position:top;
    height:10px;
}
.bx_bt {
    background-image:url(/images/box_red_b.png);
    background-repeat:repeat-x;
    background-position:bottom;
    height:10px;
}
.bx_lf {
    background-image:url(/images/box_red_l.png);
    background-repeat:repeat-y;
    background-position:left;
    width:10px;
}
.bx_rt {
    background-image:url(/images/box_red_r.png);
    background-repeat:repeat-y;
    background-position:right;
    width:10px;
}
.bx_title {
    background-image:url(/images/rd_rpt.gif);
    background-repeat:repeat;
    padding:2px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.bx_center {
    padding:4px;
    background-color:#F9EEED;
    vertical-align:top;
}
.bl_tl {
    background-image:url(/images/box_blue_tl.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:10px;
    height:10px;
}
.bl_tr {
    background-image:url(/images/box_blue_tr.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:10px;
    height:10px;
}
.bl_bl {
    background-image:url(/images/box_blue_bl.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    width:10px;
    height:10px;
}
.bl_br {
    background-image:url(/images/box_blue_br.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:10px;
    height:10px;
}
.bl_tp {
    background-image:url(/images/box_blue_t.png);
    background-repeat:repeat-x;
    background-position:top;
    height:10px;
}
.bl_bt {
    background-image:url(/images/box_blue_b.png);
    background-repeat:repeat-x;
    background-position:bottom;
    height:10px;
}
.bl_lf {
    background-image:url(/images/box_blue_l.png);
    background-repeat:repeat-y;
    background-position:left;
    width:10px;
}
.bl_rt {
    background-image:url(/images/box_blue_r.png);
    background-repeat:repeat-y;
    background-position:right;
    width:10px;
}
.bl_title {
    background-image:url(/images/mbl_rpt.gif);
    background-repeat:repeat;
    padding:2px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.bl_center {
    padding:4px;
    background-color:#E5EEFE;
    vertical-align:top;
}
.bp_tl {
    background-image:url(/images/box_purp_tl.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:10px;
    height:10px;
}
.bp_tr {
    background-image:url(/images/box_purp_tr.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:10px;
    height:10px;
}
.bp_bl {
    background-image:url(/images/box_purp_bl.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    width:10px;
    height:10px;
}
.bp_br {
    background-image:url(/images/box_purp_br.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:10px;
    height:10px;
}
.bp_tp {
    background-image:url(/images/box_purp_t.png);
    background-repeat:repeat-x;
    background-position:top;
    height:10px;
}
.bp_bt {
    background-image:url(/images/box_purp_b.png);
    background-repeat:repeat-x;
    background-position:bottom;
    height:10px;
}
.bp_lf {
    background-image:url(/images/box_purp_l.png);
    background-repeat:repeat-y;
    background-position:left;
    width:10px;
}
.bp_rt {
    background-image:url(/images/box_purp_r.png);
    background-repeat:repeat-y;
    background-position:right;
    width:10px;
}
.bp_title {
    background-image:url(/images/dpp_rpt.gif);
    background-repeat:repeat;
    padding:2px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.bp_center {
    padding:4px;
    background-color:#FFEEFF;
    vertical-align:top;
}
.bo_tl {
    background-image:url(/images/box_or_tl.png);
    background-repeat:no-repeat;
    background-position:top left;
    width:10px;
    height:10px;
}
.bo_tr {
    background-image:url(/images/box_or_tr.png);
    background-repeat:no-repeat;
    background-position:top right;
    width:10px;
    height:10px;
}
.bo_bl {
    background-image:url(/images/box_or_bl.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    width:10px;
    height:10px;
}
.bo_br {
    background-image:url(/images/box_or_br.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    width:10px;
    height:10px;
}
.bo_tp {
    background-image:url(/images/box_or_t.png);
    background-repeat:repeat-x;
    background-position:top;
    height:10px;
}
.bo_bt {
    background-image:url(/images/box_or_b.png);
    background-repeat:repeat-x;
    background-position:bottom;
    height:10px;
}
.bo_lf {
    background-image:url(/images/box_or_l.png);
    background-repeat:repeat-y;
    background-position:left;
    width:10px;
}
.bo_rt {
    background-image:url(/images/box_or_r.png);
    background-repeat:repeat-y;
    background-position:right;
    width:10px;
}
.bo_title {
    background-image:url(/images/or_rpt.gif);
    background-repeat:repeat;
    padding:2px;
    color:#FFFFFF;
    font-size:10px;
    font-weight:bold;
}
.bo_center {
    padding:4px;
    background-color:#FDEDD1;
    vertical-align:top;
}
.itemsections {
    position:relative;
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    height:160px;
    width:342px;
    margin-left:4px;
    margin-top:4px;
    padding:4px;
    float:left;
}
.itemfullsections {
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    height:160px;
    width:680px;
    margin-left:4px;
    margin-top:4px;
    padding:4px;
    float:left;
}
.rightitemsections {
    background-image:url(/images/box_bg.jpg);
    background-repeat: repeat-x;
    height:160px;
    width:220px;
    margin-left:4px;
    margin-top:0;
    padding:4px;
    float:left;
    border:#CCCCCC solid 1px;
}
.RightBoxheading {
    width:98%;
    background-color:#3967B3;
    font-size: 12px;
    font-weight:bold;
    padding:4px;
    margin:4px;
    float:left;
}
.mainleft {
    background-color:#333333;
    vertical-align:top;
    width:140px;
}
#container {
    width: 50%;
    border: 1px solid #ccc;
    padding: 20px;
}
h1 {
    font-size: 21px;
    margin:0 0 5px 0;
    padding:0;
}
h2 {
    font-size: 16px;
    color: #333;
    margin:0 0 10px 0;
    padding:0;
}
p {
    margin:3px;
    padding:0;
}
/******************************************************/
.error {
    color:red;
    font-weight:bold;
}
.loading {
    height: 16px;
    background: url('images/working.gif') 50% 50% no-repeat;
}
.static {
    color:#5D3126;
}
.errorbox {
    border: solid #F00 1px;
    padding: 5px;
    color: #F00;
    margin:10px;
    font-size:18px;
}
.errormsg {
    border:#990000 solid 1px;
    padding:3px;
    font-size:11px;
    background-color:#ECF29F;
    vertical-align:inherit;
    text-align:center;
    color:#FF0000;
}
/* The listed category on the right side of business directory index */
.rightCat {
    list-style: square;
    margin: 0px;
    padding:0px;
}
.rightCat li {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 15px;
    padding:1px;
}
.rightCat li a {
    color: #003366;
    text-decoration:none;
}
.rightCat li a:hover {
    text-decoration:underline;
    color:#006699;
}
.tiny_header {
    color:#000033;
    font-size:9px;
}
.tiny_header a {
    color:#000033;
}
.tiny_header a:hover {
    text-decoration:underline;
}
.link1 a {
    color:#003366;
    text-decoration: none;
}
.link1 a:hover {
    text-decoration:underline;
}
.txtdesc {
    height:50px;
    width: 300px;
}
.txtdesclng {
    height:100px;
    width: 620px;
}
.floatedchk {
    padding:10px;
    margin:5px;
    float:left;
}
.bidchat {
    background-color:#333333;
    color:#ccc;
    font-size:14px;
}
.bidder {
    color:#fff;
    font-size:12px;
    font-weight:bold;
}
.refelected_list_bar {
    height: 30px;
    border:1px solid #CCCCCC;
    background-image:url(/images/grey_reflected.gif);
    vertical-align:middle;
}
.avatar {
    background: url(/images/image-shadow.png) no-repeat center 99%;
    padding-bottom: 8px;
    cursor: pointer;
}

.picture_frame {
	text-align:center;
	background-color: #EFEDCB;
	padding: 10px;
	padding-bottom: 20px;
	border-left: #CCC 1px solid;
	border-top: #CCC 1px solid;
	border-right: #CCC 1px solid;
}
.row_paper_line {
	border-bottom: dotted 1px #999;
}
.exp_paper_line {
	border: dotted 1px #3B953B;
}
.skl_paper_line {
	border: dotted 1px #20A0E0;
}
.edu_paper_line {
	border: dotted 1px #EE8F10;
}
.awd_paper_line {
	border: dotted 1px #78257E;
}
.int_paper_line {
	border: dotted 1px #DE3F6F;
}
.row_zone_line {
	border-bottom: solid 1px #999;
}
