html * {
    margin: 0; /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    color: #333;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    text-align: center;
    /*background: url(../images/headerstrip3.png) repeat-x;*/
    width: 100%;
    /*padding-top: 10px;*/
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
}

a:link, a:visited {
    color:#003399;
    /*font-weight: bold;*/
    text-decoration: none;
}

#leftNav a:link {
    color: #666;
    text-decoration:none;
}

#leftNav a:visited {
    color: #666;
    text-decoration:none;
}

a:hover {
    color: #333333;
    text-decoration: underline;
}

h1 {
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin: .4em 0 .5em 0;
}
h3 {
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin: .4em 0 .5em 0;
}
p {
    margin-bottom:18px;
    line-height:18px;
    padding: 0 50px 0 0;
}

strong, b {
font-weight:bold;
}

ul {
    padding-left: 15px;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 250px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.profInput {
    width: 175px;
}

.defaultInput {
    color:#CCCCCC;
}

.readonlyField {
    color:#CCCCCC;
}

.redborder {
    border: 1px solid red;
}

/* NAVIGATION MENU */

.nav {
    /*background:  url( ../images/skin/shadow.jpg ) bottom repeat-x;*/
    border: 1px solid #ccc;
    border-style: solid none solid none;
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 10px;
    padding: 0 5px;
}

.menuButton a {
    color: #333;
    padding: 4px 6px;
}

.menuButton a.home {
    background: url( ../images/skin/house.png ) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.list {
    background: url( ../images/skin/database_table.png ) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

.menuButton a.create {
    background: url( ../images/skin/database_add.png ) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url( ../images/skin/information.png ) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.message ul {
    list-style: none;
    padding: 0;
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url( ../images/skin/exclamation.png ) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}

td.errors input, td.errors textarea {
    border: 1px solid red;
}

.textareaError {
    border: 1px solid red;
}

td.chkboxerrors input {
    outline: 1px solid red;
    border: 1px solid red;
}

div.caution {
    /*background:#F3F8FC none repeat scroll 0%;*/
    background: #F3F8FC url( /images/warning12.jpg ) 8px 8px no-repeat;
    border:1px solid #B2D1FF;
    padding:5px 5px 3px 25px;
    margin: 7px 0 10px 0;
}

div.caution p {
    line-height:16px;
    padding: 0;
    margin-bottom:14px;
}

div.caution2 {
    /*background:#F3F8FC none repeat scroll 0%;*/
    background: #F3F8FC;
    border:1px solid #B2D1FF;
    padding:5px 5px 3px 10px;
    margin: 7px 0 10px 0;
}

div.caution2 p {
    line-height:16px;
    padding: 0;
    margin-bottom:14px;
}

.errField {
    border-color: red;
}

.red {
    color: #cc0000;
}

/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
}

tr {
    border: 0;
}

td, th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}

th {
    background: #fff url( ../images/skin/shadow.jpg );
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
    margin-right:10px;
}

th.asc a {
    background-image: url( ../images/skin/sorted_asc.gif );
}

th.desc a {
    background-image: url( ../images/skin/sorted_desc.gif );
}

.odd {
    background: #f7f7f7;
}

.even {
    background: #fff;
}


.doctable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}

.doctable tr {
    border:none;
}

.doctable td, .doctable th {
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.doctable th {
    background: none;
    color: #666;
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
}

/* LIST */

.list table {
    border-collapse: collapse;
}

.list th, .list td {
    border-left: 1px solid #ddd;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* PAGINATION */

.paginateButtons {
    background: #fff url( ../images/skin/shadow.jpg ) bottom repeat-x;
    border: 1px solid #ccc;
    border-top: 0;
    color: #666;
    font-size: 10px;
    overflow: hidden;
    padding: 10px 3px;
}

.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}

.paginateButtons span {
    padding: 2px 3px;
}

/* DIALOG */

.dialog table {
    padding: 5px 0;
}

.prop {
    padding: 5px;
}

.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}

.prop .nameR {
    text-align: right;
    width: 15%;
    white-space: nowrap;
}

.prop .nameRF {
    text-align: right;
    width: 125px;
    white-space: nowrap;
}

.prop .value {
    text-align: left;
    width: 85%;
}

.prop .valueL {
    text-align: left;
    width:370px;
}


.chkblbl {
    margin-left: 5px;
    vertical-align: top;
}

.radioC {
    vertical-align:top;
}

.radioC input {
    width:13px;
    height:13px;
    overflow:hidden;
    margin:0;
    padding:0;
    border:0;
}

/* ACTION BUTTONS */

.joinbutton {
    width: 85px;
    height: 26px;
    overflow: hidden;
}
.joinbutton input {
    background: #fff url( ../images/join_now.gif ) left no-repeat;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
    width: 85px;
    height: 26px;
}
.nextbutton {
    /*width: 60px;*/
    height: 26px;
    overflow: hidden;    
}
.nextbutton input {
    background: #fff url( ../images/next_btn.gif ) left no-repeat;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    /*margin-left: 3px;*/
    overflow: visible;
    padding: 2px 6px;
    width: 60px;
    height: 26px;
}
.finishbutton input {
    background: #fff url( ../images/finish2.gif ) left no-repeat;
    width:71px;
}
.loginbutton {
    width: 85px;
    height: 25px;
    overflow: hidden;
    padding: 10px 0 0 0;
    text-align: left;
}
.loginbutton input {
    background: #fff url( ../images/login.gif ) left no-repeat;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    overflow: visible;
    padding: 2px 6px;
    width: 85px;
    height: 25px;
    float: left;
}
.watchvideobutton {
    width: 167px;
    height: 40px;
    overflow: hidden;
}
.watchvideobutton input {
    background: #fff url( ../images/watchvideobutton.gif ) left no-repeat;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    overflow: visible;
    width: 167px;
    height: 40px;
}
.registerlink {
    padding: 10px 0 0 0;
    text-align: left;
    border: 0;
    cursor: pointer;
    color:#3687dc;
    text-decoration: none;
}
.registerlink a:link {
    color:#3687dc;
    text-decoration: none;
}
.registerlink a:visited {
    color:#3687dc;
    text-decoration: none;
}
.registerlink a:hover {
    color:#80848f;
    text-decoration: underline;
}
.buttons {
    color: #666;
    font-size: 10px;
    margin-top: 8px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0;
}

.button {
    display:block;
    float:left;
    border: 1px solid #ccc;
}

.buttons input {
    background: #eeefef;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    overflow: visible;
    padding: 2px 6px;
    margin:0;
}

.buttons input:disabled {
    color: #999;
}

.buttons input.delete {
    background: transparent url( ../images/skin/database_delete.png ) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.edit {
    background: transparent url( ../images/skin/database_edit.png ) 5px 50% no-repeat;
    padding-left: 28px;
}

.buttons input.save {
    background: transparent url( ../images/skin/database_save.png ) 5px 50% no-repeat;
    padding-left: 28px;
}

div#pagewrapper {

    text-align: left;
    border: #ccc 1px solid;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    padding-top: 20px;
    width: 900px;
    height: 900px;
    background-color: #fff;
}

div#pagewrapperEmbed {
    text-align:left;
    padding: 10px;
}

body.embed {
    background: none;
}


.logo {
    background:  url( ../images/logo2.png ) no-repeat top left;
    float: left;
}


.logo2 {
    background:  url( ../images/logo-2016-big.png ) no-repeat 10px 5px;
    background-size: auto 45px;
    float: left;
}


#nav-one {
    float: left;
    top: 6em;
    left: 0;
    width: 100px;
    background: #f5f5f5;
    color: maroon;
    border: 0px solid #c0c0c0;
    text-align: right;
    border: 1px solid #708090;
}

#main {
    float: right;
    margin-left: 15em;
    padding: 0 3em 1em;
    background: #eaeaea;
    border: 3px solid #708090;
    width: 600px;
}

/* NEW */

#welcome {
	float: right;
	padding-right: 0px;
    padding-top: 0px;
}

#fbcHeader {
    float:right;
    margin-left:10px;
    color: #FFFFFF;
    padding: 1em;
}

#welcomemember {
	float: right;
	padding-right: 30px;
    padding-top: 20px;
}

#greeting {
    font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif, bold;
    color: #000;
    float: left;
    /*line-height: 55px;*/
}

#greeting img {
    vertical-align:middle;
    margin-left:5px;
}

#signin {
    font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif, bold;
    color: #fff;
    width:45px;
    float: left;
    text-align: left;
    padding-top: 5px;
    padding-right:5px;
}
.checkbox {
    margin:0;
    width:12px;
    height:12px;
    overflow:hidden;
    border:none;
    vertical-align:bottom;
}

.submitdot {
    background: transparent url(../images/submit_dot.png) center no-repeat;
    float: left;
    width: 23px;
    height: 23px;
    border: none;
    cursor: pointer;
    padding-left: 5px;
}

.formreminder {
    font: 9px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    color: #000;
    text-align: left;
    padding-top: 2px;
    line-height: 9px;
}

.formreminder a:link,.formreminder a:visited {
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font: 9px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.formreminder a:hover {
    color: #000;
    text-decoration: underline;
    font-weight: normal;
    font: 9px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#pagewrapper2 {
     text-align: left;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    width: 960px;
}

#pagewrapper2Embed {
    text-align: left;
    margin-top: 0px;
    margin-left: 0;
    margin-right: auto; /* this centers wrapper */
    width: 100%;
}

#contentWrap {
    width:960px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    padding-bottom:10px;
    border-top:#ddd solid 3px;
}

#contentWrapEmbed {
    width:100%;
    margin-left: 0;
    margin-right: 0; /* this centers wrapper */
    border-top:#ddd solid 0px;
}

#contentleft {
    width: 185px;
    float: left;
    margin-top: 20px;
	margin-bottom: 20px;
	background-color: transparent;
    text-align: left;

}

#getStarted {
    padding-left:5px;
    color:#333333
}
#getStarted ul {
    list-style-type:none;
    padding-left:0;
}
#getStarted a {
    color: #333333;
}
#getStarted a:hover {
    text-decoration:none;
}
#getStarted li {
    padding:5px 0 5px 10px;
}
.getStartedN {
    font-size:24px;
}
.currentGS {
    background: transparent url(../images/blue_caret.png) no-repeat left center;
    padding-left: 10px;
    color:#0147bb;
}

#leftNav {
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif, normal;
    color: #666666;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    padding: 0 5px 5px 0;
}
#leftNav a:link {
    font-weight: bold;
}
#leftNav a:hover {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}
#leftNav a:visited {
    font-weight: bold;
}
#leftNav ul li {
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif, normal;
    border-top: 1px solid #e8eaea;
    padding: 5px 0 5px 10px;
    text-decoration: none;
    list-style-type: none;
	list-style-position: outside;
    /*margin-left:10px; */
}
#leftNav ul li a:link {
    font-weight: bold;
}
#leftNav ul ul li {
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif, normal;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    padding-left:10px;
    border:none;
}
#leftNav ul ul li a:link {
    font-weight: normal;
}
#leftNav ul ul li a:hover {
    font-weight: normal;
}
#leftNav ul ul li a:visited {
    font-weight: normal;
}
.current {
    background: transparent url(../images/blue_caret.png) no-repeat left center;
    padding-left: 10px;
    display: block;
    color:#0147bb;
    font-weight: bold;
}

/* Begin Public Homepage styles  */
#homecenter {
    width:960px;
    float: left;
    padding: 10px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#homemainmessage{
    width:100%;
    color:#333;
    float: right;
    padding: 10px 0 0Px 0;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    font: 24px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    text-align: center;
/*
    border-bottom:solid 1px #eeefef;
*/
}

#screencast {
    text-align: center;
    width: 50%;
    float:left;
    margin-top:10px;
    padding:8px;
    /*background: url( ../images/screencast_fpo.gif ) no-repeat top center;*/
    min-height: 357px;
    height: 357px;
}

#homepageImage {
    text-align: center;
    width: 100%;
    float:left;
    margin-top:10px;
    padding:8px;
    /*background: url( ../images/screencast_fpo.gif ) no-repeat top center;*/
    min-height: 357px;
    height: 357px;
}


#screencastPop {
    text-align: center;
    margin-bottom:10px;
    padding: 10px 15px 20px 15px;
    min-height: 357px;
    height: 357px;
}
#screentxt {
    width: 55%;
    float:left;
    min-height: 342px;
    height: 342px;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    color:#666666;
    padding: 15px 10px 5px 10px;
    /*margin: 0 0 10px 0;*/
}
#screentxt p {
    padding-right: 20px;
    font-size:12px;
}
#joinform {
    border-top:solid 1px #eeefef;
    padding-left: 10px;
  /*  padding-top: 10px;*/
    width:36%;
    float:right;
    color:#666666;
    margin: 15px 50px 10px 0;
}

/* Styles for where the reg form used to be on the homepage */
#partnerLinkGrid {
    border-top:solid 1px #eeefef;
    /*width:40%;*/
    width:391px;
    height:380px;
    float:right;
    margin: 0 10px 0 0;
}

#partnerLinkGrid img {
    display:block;
    border:none;
}

#partnerLinkGrid a {
    font-weight:bold;
    text-decoration: underline;
}

.embed {
    width:500px;
}

.embed #joinform {
    float:none;
    width: 370px;
    border: none;
    margin: 0;
    padding: 0;
}

#raveComment {
    width:350px;
}

.embed #raveComment {
    width:250px;
}

#joinform h1 {
    font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    color:#0147bb;
    font-weight: bold;
    display: block;
    padding: 0 0 10px 0;

}
#joinform fieldset {
    border: solid 0 transparent;
    padding-bottom: .5em;
    font-size: 0.9em;
    font-weight: normal;
}
#joinform fieldset p {
    margin-top:5px;
}
#joinform label {
    display:block;
}

#pRegForm input {
    width: 140px;
}

.infopanel {
    width: 215px;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    color:#666666;
    border-right: solid 1px #eeefef;
    float:left;
    padding: 10px 10px 5px 10px;
    margin: 0 0 10px 0;
}
.infopanel h1{
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    color:#0147bb;
    font-weight: bold;

}
.infopanel3 {
    width: 215px;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    color:#666666;
    float:left;
    padding: 10px 10px 5px 10px;
    margin: 0 0 10px 0;
}
.infopanel3 h1{
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    color:#0147bb;
    font-weight: bold;

}
.infopanelright {
    width: 215px;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    line-height: 16px;
    color:#666666;
    float:left;
    border-left: solid 1px #eeefef;
    padding: 10px 10px 5px 10px;
    margin: 0 0 10px 0;
}
.infopanelright h1{
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    margin-bottom: 5px;
    color:#0147bb;
    font-weight: bold;
}
.bodyicon {
    position: relative;
    top: 3px;
    padding: 0 2px 0 2px;
    width: 16px;
    line-height:16px;

}

/* End Public Homepage styles */

#contentcenter {
    width:730px;
    margin-top: 20px;
    margin-bottom: 15px;
    float: right;
    border-left: 1px solid #eeefef;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto; /* this centers wrapper */
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

#contentcenterEmbed {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0; /* this centers wrapper */
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}

.contentindent {
    margin-left: 20px;
}

.rightrail {
    width:35%;
    border-left:1px solid #EEEFEF;
    margin-top:20px;
    margin-bottom: 15px;
    padding-left: 20px;    
    float:left;
}

.prtnrquote {
    padding-bottom:15px;
}

.prtnrquote p {
    padding-right:25px;
}

.controller a {
    font-style:normal;
    font-size:12px;
    font-weight:normal;
}
.controller a:hover {
    font-style:normal;
    /*font-size:15px;*/
    font-weight:bold;
    background: #b2d1ff;
}

#footer {
	background-color: #fff;
	padding: 15px 10px 50px 0;
	margin-top: 5px;
	border-top: 5px solid #eeefef;
}

#footerLinks {
	float: right;
	padding-right: 0px;
	display: inline;
    color: #666666;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.footerLinks a:link {
    color: #666666;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}
.footerLinks a:hover {
    color: #666666;
    font-weight: normal;
    text-decoration: underline;
}

.footerLinks a:visited {
    color: #666666;
    font-weight: normal;
    /*text-decoration: none;*/
}

#footerLeft {
	float: left;
	padding-left: 10px;
    color: #949494;
    font: 11px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}



/* horizontal nav for build my network */

#midNav {
    margin-bottom: 10px;
}

#midNav #midNavSel {
    /*background-color: #ffffff;*/
}

#midNav #midNavSel a, #midNav #midNavSelF a {
    cursor: default;
    text-decoration: none;
    color: #0147bb;
    font-weight: bold;
    background: transparent url(../images/blue_caret.png) no-repeat left center;
    padding-left: 10px;
}

#midNav #midNavSel a {
    margin-left: 1em;
}


#midNav ul {
    margin: 0;
    list-style: none;
    font-size: 13px;
    padding: 5px 3px 0 0;
    float:left;
    width: 100%;
}

#midNav li {
    float:left;
    margin: 0;
}

#midNav a {
    display: block;
    padding: 0 1em;
    line-height: 2.1em;
    /*text-decoration: underline;*/
}

.midNavDvr {
    padding: 0;
    line-height: 2.1em;
}

#midNav .midNavFrst {
    padding-left: 0;
}

#midNav .manageMidNavFrst {
  padding-left: 0;
}


/* Sub-nav. /press */
#subNav {
    margin: 10px 0 20px 0;
}

#subNav a {
    padding: 0 3px;
    /*color: #666666*/
}

#subNavSel {
    font-size:14px;
}

/* Widget for selecting and creating friends lists */
.flistPicker ul {
    padding: 0 0 1px 0;
    margin: 0;
    list-style-type: none;
}

.flistPicker ul li {
    /*height: 1.5em;*/
    color: #333333
    /*text-align: center;*/
}

.flistPicker ul li img {
    vertical-align: middle;
}

.flistPicker ul li span {
    vertical-align: middle;
    display: block;
}

.flistPicker select {
    margin: 0;
}


/* tooltips */
.tooltip, .green {
    color:#191;
    text-decoration: underline;
    cursor:pointer;
}
.tooltip_content{
    font: 12px "Trebuchet MS",Verdana,Arial,sans-serif;
    overflow:hidden;
    margin:0;
    padding:0;
}
.tooltip_content h3 {
    margin:0;
    padding:0;
}
.alphacube_content {
    overflow:hidden;
}

.helptext p {
    line-height: 1.2em;
    padding: 0;
    margin-top:10px;
    margin-bottom: 0px;
}
.helptext h1 {
    font: 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
    color:#0147bb;
    padding: 0 0 5px 0;
}

.pressCoverage {
    margin-bottom: 20px;
}

.pressCoverage p {
    line-height: 16px;
}

/* borders used to keyline layout */
.onepxborder {
    border-bottom: 1px solid #eeefef;
    margin: 0 0 5px 0;
    clear: both;
}

/* icons used on home page */
#friendicon {
    border-width: 0px;
    width:95%;
    float: left;
    display: block;
    padding: 5px 10px 0 0;
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear:both;
}
#invitationsicon {
    border-width: 0px;
    width:95%;
    float: left;
    display: block;
    padding: 5px 10px 0 0;
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear:both;
}
#activityicon {
    border-width: 0px;
    width:95%;
    float: left;
    display: block;
    padding: 5px 10px 0 0;
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear:both;

}
#statsicon {
    border-width: 0px;
    width:95%;
    float: left;
    display: block;
    padding: 5px 10px 0 0;
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear:both;
}
#transicon {
    border-width: 0px;
    width:95%;
    float: left;
    display: block;
    padding: 5px 10px 0 0;
    color: #0147bb;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    clear:both;
}
.clear {
    clear:both;
}

.clearAfter:after {
    content:'';
    display:block;
    clear: both;
}

.clearN {
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#smLoader {
    /*border: 1px solid #CCCCCC;*/
    /*padding: 2px;*/
    width: 120px;
    /*background-color: #F3F8FC;*/
}


#userHomeMiddle {
    width:500px;

}

#userHomeMiddle p {
    margin-bottom:5px;
    margin-top:5px;

}

#userHomeMiddle li {
    margin-bottom:5px;
    margin-top:5px;

}


#userHomeRight {
    float:right;
    width: 200px;
}

#userHomeRight ul {
    margin-left:10px;
}

#userHomeRight ul li {
    margin-bottom:6px;
}

.newsItemBlock{
    /*border: solid black thin;*/

    padding-top:5px;
    padding-bottom:5px;
    padding-left:7px;

}

.newsItemSystemMessage {
    background: #f3f8fc ;
    border: 1px solid #b2d1ff;
    color: #000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 7px
}

.newsItemWelcomeMessage{
    background: #f3f8fc ;
    border: 1px solid #b2d1ff;
    color: #000;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 7px

}

.sortable{
    white-space:nowrap;
}

.newsItemDate {
    font-size:9px;
    color:#555;    
}

#jobdetails ul {
    padding: 0 0 0 15px;
    list-style-type:circle;
    margin-bottom:10px;
}
#jobdetails li {
    margin:3px 0;
}

.inputSourceList {
    margin-bottom:10px;
}

.inputSourceList div.inpSrcItem {
    float:left;
    padding:0 20px 10px 0;
    width: 110px;
}

.inputSourceList input  {
    background:#FFFFFF none repeat scroll 0%;
    border:0 none;
    margin:0;
    padding:0;
    width:13px;
    vertical-align:middle;
}

.facebookName {
    background-color:transparent;
    background-image:url(/images/fb_icon.gif);
    background-position:0 -3px;
    background-repeat:no-repeat;
    padding-left:18px;
}

#viewjsbox textarea {
    width: 700px;
    height: 250px;
    vertical-align: top;
}

.object {
    outline:none;
}

.prePopText {
    color:#8C8C8C;
}

/* For report section */
.reportTable td {
    text-align:right;
}

.catalogRow:hover {
    background: #EEEEEE;
}

#catalogItemCreatorForm label {
    width:70px;
    padding-top:10px;
    text-align: right;
    display: block;
    float:left;
    clear: both;
}

#catalogItemCreatorForm input {
    width: 390px;
    display: block;
    float:left;
    margin-top: 8px; ;
}

.TT3expandImg{
    background-image: url("/tra3/images/expand.png");
    display: inline-block;
    height: 10px;
    width: 21px;

    /* IE 7 fixes */
    *display:inline;
    zoom: 1;
}

.TT3collapseImg{
    background-image: url("/tra3/images/collapse.png");
    display: inline-block;
    height: 10px;
    width: 21px;

    /* IE 7 fixes */
    *display:inline;
    zoom: 1;
}


fieldset,
.property-list {
    margin: 0.6em 1.25em 0 1.25em;
    padding: 0.3em 1.8em 1.25em;
    position: relative;
    zoom: 1;
    border: none;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    margin-top: 1em;
}

.fieldcontain label,
.fieldcontain .property-label {
    color: #666666;
    text-align: right;
    width: 25%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    margin-left: 27%;
}


/* NAVIGATION MENU */

.nav {
    background-color: #efefef;
    padding: 0.5em 0.75em;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    -webkit-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    zoom: 1;
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 0.5em;
    padding: 0;
}

.nav a {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.nav a.home {
    background-image: url(../images/skin/house.png);
}

.nav a.list {
    background-image: url(../images/skin/database_table.png);
}

.nav a.create {
    background-image: url(../images/skin/database_add.png);
}

.expertBadge {
    font-weight:normal;
    background-color: #4e3790;
    color:#EEEEEE;
    padding:0 6px;
    font-size: 10px;
}

.staffBadge {
    font-weight:normal;
    background-color: #0a58aa;
    color:#EEEEEE;
    padding:0 6px;
    font-size: 10px;
}

.creatorBadge {
    font-weight:normal;
    background-color: #005f54;
    color:#EEEEEE;
    padding:0 6px;
    font-size: 10px;
}

.suggestedAction {
    background-color: #DDEAD3;
    padding: 6px;
    margin-top:1px;
    margin-bottom: 10px;
    border: 1px solid #D9D4AF;
}

/* moderation */
.multiItemContainer {
    margin: 0px 0pt 10px 12px;
    /*background-color:#F1F1F1;*/
    padding:10px;
    /*border:solid 1px #eee;*/
    overflow-x:auto;
    /*height:177px;*/
}

.qMultiItem {
    float:left;
    width:80px;
    /*height: 135px;*/
    margin-right:15px;
    position: relative;
}

.qMultiItemTitle {
    line-height: 1.2em;
    height: 2.4em;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  /* prevents extra lines from being visible */
    margin: 4px 0 5px 0;
}

.qMultiItemInfo {
    text-align: center;
    background-color: #FBFBFB;
    padding:3px;
}
