
/* NEW EVENTS PAGE STYLES */

.inevent-company-features {
    width:630px;
    display: block;
    margin-top:20px;
    padding:0 10px;
}
.inevent-company-features h2 {
    font-weight:100;
    font-size:16px;
}
.inevent-company-description {
	display:block;
	width:630px;
	margin-top:20px;
	padding:0 10px;
}
.inevent-company-description p {
	font-size:14px;
}
.jssora05l, .jssora05r, .jssora05ldn, .jssora05rdn {
    position: absolute;
    cursor: pointer;
    display: block;
    background: url(../i/a17.png) no-repeat;
    overflow:hidden;
}
.jssora05l { background-position: -10px -40px; }
.jssora05r { background-position: -70px -40px; }
.jssora05l:hover { background-position: -130px -40px; }
.jssora05r:hover { background-position: -190px -40px; }
.jssora05ldn { background-position: -250px -40px; }
.jssora05rdn { background-position: -310px -40px; }
.event-elements {
    width:630px;
    display: block;
}
.event-elements p {
    display: inline-block!important;
    float:left!important;
    margin-right:10px;
}
.event-elements a {
    cursor:pointer;
}
.event-elements img {
    width:30px;
    margin-right:10px;
    margin-top: -7px;
    margin-bottom: 10px;
}
.event-icon {
    width:20px;
    float: left;
    display: inline-block;
    margin-right:10px;
}

.inevent-company-description hr {
    color:#ccc;
    margin:15px 0;
}
#appointmentTable {
    display: block;
    width:630px;
    margin-top:20px;
}
#appointmentTable table {
    width:100%;
}
#appointmentTable table thead {
    width:100%;
    height:35px;
    border-bottom:1px solid #ccc;
}
#appointmentTable table tr {
    padding:5px 0;
    height:35px;
}
#appointmentTable table thead tr {
    background:white!important;
}
#appointmentTable table tr td {
    text-align:center;
    vertical-align: middle;
}
#appointmentTable table tbody tr td .button {
    float:none;
    cursor: pointer;
}
#appointmentTable table tr td img {
    width:25px;
}
#appointmentTable table tr:nth-child(even){
    background:#f3f3f3;
}
#askQuestion {
    display: none;
    width:100%;
}
#askQuestion textarea {
    width:100%;
}
#askQuestion .button {
    float:right;
    margin:10px 0;
}
.question-wrapper {
    width: 100%;
    display: block;
}
.question-wrapper .button {
    margin:10px 0;
    float: right;
}
.-note {
    width:98%;
    margin:10px auto;
    border:1px solid #ccc;
    padding:5px;
}
.-note .button {
    float:right;
    cursor: pointer;
}
.-note-edit {
    width:300px;
    margin:0 auto;
    border:1px solid #ccc;
    padding:5px;
    text-align:center;
    display:none;
}
.-note-edit input[type=text] {
    height:22px;
    margin-bottom:10px;
    width:220px;
}
.-note-edit input[type=date]{
    height:22px;
    margin-bottom:10px;
    width:220px;
}
.-note-edit label {
    font-weight:bold;
    display:block;
}
.-note-edit input[type=radio]{
    margin:5px;
}
.-note-edit textarea {
    width:97%;
    margin-top:10px;
}
.-note-edit .button {
    margin:10px 0;
    cursor:pointer;
}

.-note-new {
    width:300px;
    margin:0 auto;
    border:1px solid #ccc;
    padding:5px;
    text-align:center;
    display:none;
}
.-note-new input[type=text] {
    height:22px;
    margin-bottom:10px;
    width:220px;
}
.-note-new input[type=date]{
    height:22px;
    margin-bottom:10px;
    width:220px;
}
.-note-new label {
    font-weight:bold;
    display:block;
}
.-note-new input[type=radio]{
    margin:5px;
}
.-note-new textarea {
    width:97%;
    margin-top:10px;
}
.-note-new .button {
    margin:10px 0;
    cursor:pointer;
}
.career-subscription {
    display: block;
}
.career-subscription .button {
    float:right;
    cursor: pointer;
}
.career-subscription a {
    cursor:pointer;
}
#inviteNetwork {
    display: none;
    width: 320px;
    padding: 5px;
    border: 1px solid #ccc;
    margin:10px auto;
}
#inviteNetwork form {
    width:310px;
}
#inviteNetwork input {
    width: 100%;
    height:22px;
    margin-bottom:5px;
}
#inviteNetwork .button {
    float:right;
}