﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #696969;
}
.topheader{
	text-align:center;
	border-top:10px solid #10A3CD;
	border-bottom:75px solid #10A3CD;
	padding:10px 0;
}
.main
{
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 974px;
}
.inner-left
{
    float: left;
    margin-right: 8px;
    width: 738px;
}

.inner-left-box
{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 4px 6px 0 #999999;
    margin-bottom: 15px;
    padding: 10px;
}
.inner-right
{
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 4px 6px 0 #999999;
    float: left;
    min-height: 400px;
    padding: 10px;
    width: 206px;
}
#wpmem_reg .button_div, #wpmem_login .button_div
{
    height: 35px;
    padding: 6px 0;
    text-align: right;
    width: 74%;
}

#wpmem_reg .req
{
    color: #bd3500;
    font-size: 22px;
    line-height: 50%;
}

#wpmem_reg select
{
    border: 1px solid #ccc;
    border-radius: 2px;
    color: rgb(43, 43, 43);
    margin: 5px 0;
    padding: 8px 10px 7px;
    width: 100%;
}
.bluebg
{
    background:#10a3cd;
}
#wpmem_reg, #wpmem_login
{
    color: #164458;
    line-height: 1.5;
}
#wpmem_msg, .wpmem_msg
{
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid lightGrey;
    border-radius: 3px;
    padding: 20px 0 0;
    margin-bottom: 10px;
}







a:link, a:visited
{
    color: #666;
}

a:hover
{
    color: #666;
    text-decoration: underline;
}

a:active
{
    color: #666;
}




/* HEADINGS   
----------------------------------------------------------*/


h1, h2, h3, h4, h5, h6
{
    color: #3c3c3c;
    font-weight: 600;
    line-height: 1.1em;
    margin: 0;
    padding: 0 0 0.3em;
}
h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 17px;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}




/* popup css
----------------------------------------------------------*/
.cover
{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: gray;
    filter: alpha(Opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.dialog
{
    display: none;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    width: 500px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index: 100;
    background: white;
    padding: 2px;
    font: 10pt tahoma;
    border: 1px solid #F9F9F9;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Tab panel
----------------------------------------------------------*/
.tabheadercontainer
{
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
}
.selecttab
{
    line-height: 30px;
    padding-left: 10px;
    padding: 0 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #585858;
    margin: 0 1px;
    border: 1px solid #DADADA;
    border-bottom: 0px;
}
.selecttab span
{
    color: #fff;
    font-size: 20px;
}
.tabcontainer
{
    clear: both;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    border: 1px solid #C5C5C5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
}
.tabheader
{
    line-height: 30px;
    padding-left: 10px;
    padding: 0 5px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin: 0 1px;
    border: 1px solid #DADADA;
    border-bottom: 0px;
    background-color: #E3E3E3;
    border-bottom: 0px;
}
.tabheader span
{
    color: #5A5A5A;
    font-size: 20px;
}
.tabheader:hover
{
    background-color: #585858;
}
.tabheader:hover span
{
    color: #fff;
}
/* ----------------------------------------------------------*/

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#wpmem_reg fieldset, #wpmem_login fieldset
{
    border: medium none;
    margin: 40px 0;
    padding: 0;
}
#wpmem_reg legend
{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #164458;
}
#wpmem_login legend
{
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    color: #fff;
}

#wpmem_reg .div_text, #wpmem_reg .div_textarea, #wpmem_reg .div_select, #wpmem_login .div_text, #wpmem_reg .div_checkbox
{
    margin: 0 0 14px;
    width: 74%;
}




input[type="text"], textarea, input[type="password"], select
{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: rgb(43, 43, 43);
    padding: 4px 5px;
    box-shadow: 0 0 1px #ccc, 0 1px 10px #eee inset;
    -moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
}
input[type="text"]:focus, textarea:focus
{
    background: #fff;
    border: 1px solid #CACACA;
    box-shadow: 0 0 3px #aaa;
    padding-right: 8px;
}
textarea, .textbox, .username, .password
{
    width: 100%;
}

.tbl input[type="text"], .tbl textarea, .tbl input[type="text"], .tbl input[type="password"], .tbl textarea, .tbl select
{
    width: 80%;
}
.tbl tr td
{
    padding: 5px 0px;
}
#wpmem_reg input, #wpmem_reg button, #wpmem_reg select, #wpmem_reg textarea, #wpmem_login input, #wpmem_login button
{
    box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}
.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px;
    border-top: 7px solid #10A3CD;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    width: 100%;
}

.logo
{
    float: left;
    margin-bottom: 3px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}



.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    height: 35px;
    background: #10A3CD;
    padding: 5px 1%;
    width: 974px;
    margin-left: auto;
    margin-right: auto;
}
#usernamediv
{
    float: left;
    text-align: right;
    float: right;
}
.nav
{
    background-color: #10a3cd;
    float: left;
}

.nav ul
{
    margin: 0;
    padding: 0;
}
.nav li
{
    display: inline-block;
    padding: 8px 0 8px 40px;
    margin-right: 10px;
}
.nav li#menu-item-23
{
    background: url(../images/industry.png) left center no-repeat;
}
.nav li#menu-item-2483
{
    background: url(../images/opportunity.png) left center no-repeat;
}
.nav li#menu-item-20
{
    background: url(../images/subscriber.png) left center no-repeat;
}
.nav li#menu-item-21
{
    background: url("../images/myoffice_icon.png") left center no-repeat;
}
.nav li#menu-item-22
{
    background: url("../images/admin.png") left center no-repeat;
}



.nav li#interface
{
    background: url(../images/interface.png) left center no-repeat;
}
.nav li#login
{
    background: url(../images/login.png) left center no-repeat;
}
.nav li#logout
{
    background: url(../images/logout.png) left center no-repeat;
}
.nav li#setting
{
    background: url(../images/setting.png) left center no-repeat;
}
.nav li#signup
{
    background: url(../images/signup.png) left center no-repeat;
}
.nav a
{
    text-decoration: none;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Comic Sans MS";
    font-size: 14px;
}
.nav a:hover
{
}
.active
{
    background-color: #707070 !important;
}
.nav li ul
{
    display: none;
    width: 170px;
    background: #707070;
    position: absolute;
    margin-top: 7px;
}
.nav li:hover ul
{
    display: block;
}
.nav li ul li
{
    width: 100%;
    float: left;
}
.nav li ul li a
{
    text-decoration: none;
    color: #FFF;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 13px;
}
.search_box
{
    float: right;
}
.search_box input[type="text"]
{
    padding: 5px;
}
.search_box input[type="submit"]
{
    width: 35px;
    height: 35px;
    background: url(../icons/search.png) left center no-repeat;
    font-size: 0;
    border: 0;
    vertical-align: middle;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    padding: 2px 10px 2px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px;
}



fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: larger;
    font-weight: 800;
    padding: 2px 4px 8px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}


/* button
----------------------------------------------------------*/
.lnkbtn
{
    background-color: #3ea4c2;
    border: 0px solid #ccc;
    border-radius: 3px;
    color: White !important;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
}
.lnkbtn1
{
    color: #3ea4c2 !important;
    font-size: 14px;
    padding: 5px;
    text-decoration: underline;
}

.btnsave
{
    background-image: url('../images/save_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 79px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btncancel
{
    background-image: url('../images/cancel_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 82px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btnnext
{
    background-image: url('../images/next_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 80px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btnback
{
    background-image: url('../images/back_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 80px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btnhome
{
    background-image: url('../images/home_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 80px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btnnewpage
{
    background-image: url('../images/Add_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 97px;
    height: 33px;
    background-color: transparent;
    border: 0 none !important;
}
.btnlogin
{
    background-image: url('login_btn.png');
    background-repeat: no-repeat;
    color: transparent;
    width: 96px;
    height: 39px;
    background-color: transparent;
    border: 0 none !important;
	display:inline-block;
}
a.btnsignup
{
    background-image: url('signup_btn.png');
    background-repeat: no-repeat;
    color: transparent;
    width: 95px;
    height: 39px;
    background-color: transparent;
    border: 0 none !important;
	display:inline-block;
	vertical-align:top;
	font-size:0px;
}
.btnedit
{
    background-image: url('../images/edit_icon.png');
    background-repeat: no-repeat;
    color: transparent;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 0 none !important;
}
.btnsearch
{
    background-image: url('../images/search_btn.jpg');
    background-repeat: no-repeat;
    color: transparent;
    width: 91px;
    height: 30px;
    background-color: transparent;
    border: 0 none !important;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    height: 80px;
    text-align: center;
    width: 100%;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}


.logout
{
    color: #FFF !important;
    text-decoration: underline;
    text-align: center;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
}

.logout:hover
{
    color: #FFF;
}

.logout:active, .logout:active:after, .logout:active:before
{
    -webkit-box-shadow: none;
    box-shadow: none;
}
.name
{
    display: inline-block;
    position: relative;
    color: #FFF !important;
    text-shadow: 0 1px 0 black;
    text-decoration: none;
    text-align: center;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 700;
}
/*grid view*/
.gvalternate
{
    background-color: #E9EDF4;
}
.gvfooter
{
    background-color: #E7E7E7;
    font-size: 12px;
}
.gvpager
{
    background-color: #E1E1E1;
    font-size: 12px;
}

.gvheader
{
    background-color: #4F81BD;
    font-weight: bold;
    color: #FFF;
    font-size: 14px;
}
.gvitem td, .gvheader th
{
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.gvitem
{
    background-color: #D0D8E8;
}
.gvheader th
{
    height: 30px;
}
.gvalternate td
{
    height: 25px;
}

.gvmain tr td
{
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    height: 25px;
}
.gvmain tr td span, .gvmain tr td a
{
    color: #52524E;
    font-size: 13px;
}
.gvmain
{
    border: 1px solid #FFF;
    border-collapse: separate !important;
}
.dlmain
{
}
.dlmain span
{
    font-size: 13px;
    color: #444444;
    line-height: 15px;
}
.dlitem
{
    background-image: url('../images/middle_GRD.jpg');
    background-repeat: repeat-x;
    background-size: 100% 70%;
    padding: 5px;
}
.mailheader
{
    color: #565656;
    height: 35px;
    line-height: 35px;
    font-size: 25px;
    border-bottom: 1px solid #CACACA;
}
.tblmyoffice
{
    padding-top: 20px;
}
.tblmyoffice tr td
{
    box-shadow: 0 0 3px #ccc, 0 10px 15px #eee inset;
}
.tblmyoffice tr td:hover
{
    box-shadow: 0 0 3px #ccc, 0 25px 20px #eee inset !important;
}

.myofficetitle
{
    text-align: center;
    font-size: 18px;
    color: #565656;
}
.myofficedesc
{
    text-align: center;
    font-size: 12px;
    color: Gray;
    line-height: 20px;
    display: none;
}
.myofficeicons
{
    text-align: center;
}
.myofficeicons img
{
    border: 0px !important;
    height: 100px;
    width: 100px;
}
.tblmyoffice a:link, #tblmyoffice a:hover
{
    text-decoration: none !important;
    margin: 10px;
}
.divWaiting
{
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}

/*new*/

.new
{
    background-image: url("../images/new.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
}

.new:hover
{
    background-image: url("../images/new.png");
    height: 18px;
    width: 18px;
    background-position: center -17px;
}

.old
{
    background-image: url("../images/old.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
}

.old:hover
{
    background-image: url("../images/old.png");
    height: 18px;
    width: 18px;
    background-position: center -17px;
}

.send
{
    background-image: url("../images/send.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
}

.send:hover
{
    background-image: url("../images/send.png");
    height: 18px;
    width: 18px;
    background-position: center -17px;
}

.replay
{
    background-image: url("../images/replay.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
}

.replay:hover
{
    background-image: url("../images/replay.png");
    height: 18px;
    width: 18px;
    background-position: center -17px;
}


.forword
{
    background-image: url("../images/forword.png");
    height: 18px;
    width: 18px;
    cursor: pointer;
    float: right;
}

.forword:hover
{
    background-image: url("../images/forword.png");
    height: 18px;
    width: 18px;
    background-position: center -17px;
}


