
html {
	height: 100%;
}

body {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
	background: #ffffff none repeat scroll 0%;
	color: #46494c;
	height: 100%;
	margin: 0;
	padding: 0;
}

table {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
}

th {
	text-align: left;
}

td {
	vertical-align: top;
}

form {
	margin: 0;
}

input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px;
	border: 1px solid #cfd8e7;
	margin: 1px 0px 1px 0px;
	padding:1px 2px;
}

/*
input[type="text"] {
	height: 18px;
	padding:1px 2px 1px 2px;
}
input[type="password"] {
	height: 18px;
	padding:1px 2px 1px 2px;
}
*/
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
  box-shadow: 0 0 5px #ff9933;
  -moz-box-shadow: 0 0 5px #ff9933;
  -webkit-box-shadow: 0 0 5px #ff9933;
 }


input[type="radio"] {
	border: none;
}

input[type="checkbox"] {
	border: none;
}

input.nobd {
	border: none;
}

input.jsdate {
	border: none;
	color: #46494c;
	font-size: 12px;
	font-size-adjust: 0.49;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
}
input.jsdate:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

a, a:visited {
	text-decoration: none;
	color: #2938ef;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

hr {
	border: none;
	border-bottom: 1px solid #d3d3c1;
}

h2 {
	font-size: 28px;
	font-weight: bold;
}
.h2fontsize {
	font-size: 28px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

sup {
	font-size: 20%;
	line-height: 250%;
	vertical-align:top;
}

/*
a:hover {
	background: #d3d3c1 none repeat scroll 0%;
}
*/
/* this doesn't work - need to hide the hover effect in the table from IE
   as otherwise the header row disappears 
table.contact a:hover {
}
*/

#centrebody {
	width: 1009px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	position:relative;
	background: #ffffff none repeat scroll 0%;
	min-height: 100%;
}

#leftcolumn {
	float: left;
    width: 150px;
	height: 100%;
	/* z-index: 10; */
    position: relative;
}

#main {
	width: 856px;
	margin-left: 150px;
    position: relative;
}

#header {
	background: #ff9933 none repeat scroll 0%;
    border-bottom: 1px solid #ff6600;
    margin-left: -1px;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	height: 39px;
	color: #ffffff;
	font-size: 27px;
	padding-top:10px;
	/* z-index: 100; */
    position: relative;
}

#o {
	background: #ff9933 none repeat scroll 0%;
    border-bottom: 6px solid #ff6600;
    border-right: 1px solid #ff6600;
    #border-right: 1px solid #ff9933;
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 32px 0 24px 14px;
}

#o:hover {
	text-decoration: none;
	color: #d3d3c1;
}

#ocodesheader {
	position: relative;
	float: right;
	margin-top: -2px;
	margin-right: 6px;
	color: #ffffff;
	font-size: 40px;
}

#userinfo {
	background: #f8f8f8 none repeat scroll 0%;
    border-right: 1px solid #d3d3c1;
    border-bottom: 1px solid #d3d3c1;
	padding: 2px 8px 2px 9px;
	font-size: 13px;
	min-height: 250px;
}

#userocode {
	color: #ff9933;
}
#shortcode {
	color: #ff9933;
	font-size: 42px;
	line-height: 40px;
}
#smsinfo {
	font-size: 11px;
}
#socialmedia {
	margin: 14px 0 8px 0;
	font-size: 11px;
}

.midalign {
	margin: 0 1px 6px 0;
	vertical-align: middle;
}

.tweet .tweet_list {
	-webkit-border-radius: .5em;
	margin: 0;
	padding: 0;
}
.tweet .tweet_list li {
	overflow: auto;
	padding: 0px 0px 8px 2px;
}
.tweet .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img {
	vertical-align: middle;
}
#tagline {
	text-align: center;
}
#menu {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	background-color: #ff9933;
	font-size: 20px;
	padding: 3px 0 0 20px;
}

#menu a:visited, #menu a {
	color: #ffffff;
	margin: 10px;
	padding: 1px;
	width: 67px;
}

#menu a:hover {
	text-decoration: none;
	color: #d3d3c1;
}


#content {
	min-height: 450px;
	padding: 12px;
	margin-left: -1px;
	border-bottom: 1px solid #d3d3c1;
	border-left: 1px solid #d3d3c1;
	border-right: 1px solid #d3d3c1;
	z-index: 1;
    position: relative;
}

#indexcontent {
	margin-left: auto;
	margin-right: auto;
	width: 745px;
}
#ocodesbox {
	width: 255px;
	border: 1px solid #d3d3c1;
	padding: 4px;
	float: left;
}
#ocodeslogo {
	background: #ff9933 none repeat scroll 0%;
	color: #ffffff;
	font-size: 44px;
	line-height: 50px;
	padding: 20px 10px;
	text-align: center;
}

#strap {
	font-size: 32px;
	line-height: 34px;
	padding: 16px 10px;
	float: left;
	margin-left: 18px;
	border-top: 1px solid #d3d3c1;
	border-bottom: 1px solid #d3d3c1;
}
#br {
	width: 745px;
	height: 98px;
}
#firstrow {
	margin-top: 20px;
	height: 98px;
	padding-bottom: 20px;
}
#secondrow {
	/* min-height: 340px; */
	padding-top: 20px;
}
#signup, #code {
	background: #dee5ef none repeat scroll 0%;
	border: 1px solid #cfd8e7;
	float: left;
	margin-left: 18px;
	width: 380px;
	min-height: 260px;
	display: block;
	padding: 12px 30px 0px 30px;
}

#centred {
	background: #f8f8f8 none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 580px;
	min-height: 300px;
	display: block;
	padding: 20px;
	margin: 60px auto 30px auto;
}

#sharecentred {
	background: #f8f8f8 none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	display: block;
	padding: 20px 0 20px 60px;
	margin: 10px auto 20px auto;
	float: left;
	width: 95%;
}

#terms {
	background: white none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 560px;
	height: 300px;
	overflow: auto;
}
#termsform {
	margin-left: 15px;
}

#logindiv {
	background: #f8f8f8 none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 380px;
	min-height: 200px;
	display: block;
	padding: 20px;
	margin: auto;
	margin-top: 60px;
}

#col_one {
	width: 559px;
	/* height: 470px; */
	float: left;
}
#col_two {
	padding-top:14px;
	/* height: 500px; */
}

#homecontent {
	margin-left: 17px;
	margin-right: auto;
	width: 810px;
	font-family: Georgia, Serif;
}
#aboutus {
	margin: 12px 0 8px 0;
	font-size: 22px;
	line-height: 28px;
}
#homepagetopimg {
	background: #ffffff url('http://www.ocodes.com/static/images/HomePageTopper.png') no-repeat scroll right;
	height: 256px;
	width: 830px;
	margin: 24px 0 24px -12px;
}
#movieboxouter {
	background: #dee5ef none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 562px;
	height: 327px;
	padding: 8px;
	margin-bottom: 8px;
}
#moviebox {
	background: white none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 560px;
	height: 325px;
	display: block;
}
#homemain {
	float: left;
}
#calltoaction {
	background: #ffffff url('http://www.ocodes.com/static/images/CallToActionBoxes.png') no-repeat scroll right;
	height: 207px;
	width: 606px;
	float: left;
	margin: 18px 0 0 -20px;
}
#personalblurb {
	position: relative;
	top: 64px;
	left: 48px;
	width: 230px;
	height: 70px;
	font-size: 18px;
}
#personalnumber {
	position: relative;
	top: 78px;
	left: 79px;
	width: 120px;
	height: 30px;
	color: #ff9933;
	background: #ffffff none repeat scroll 0%;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 28px;
}
#personalshowme {
	position: relative;
	top: 68px;
	left: 194px;
	width: 100px;
}
#businessblurb {
	position: relative;
	top: -50px;
	left: 338px;
	width: 248px;
	height: 70px;
	font-size: 18px;
}
#businessshowme {
	position: relative;
	top: -17px;
	left: 350px;
	width: 100px;
}
#businessregister {
	left: 470px;
	position: relative;
	top: -57px;
	width: 100px;
}
#businessbox {
	background: #ffffff url('http://www.ocodes.com/static/images/Business-Codes-Box.jpg') no-repeat scroll right;
	height: 196px;
	width: 288px;
	float: left;
	margin-left: 15px;
}
#whatshot {
	background: #ffffff url('http://www.ocodes.com/static/images/WhatsHot.png') no-repeat scroll right top;
	float: left;
	margin: -50px 0 0 16px;
	padding: 72px 0 0 0px;
}
#whatshottitle{
	font-size: 24px;
}
#whatshot br {
	margin-bottom: 6px;
}
#accountwrapper {
	background: #dee5ef none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 529px;
	padding: 8px;
}
#account {
	background: white none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 527px;
	height: 310px;
	display: block;
}
#userprefswrapper {
	background: #dee5ef none repeat scroll 0%;
	padding: 8px;
	border: 1px solid #d3d3c1;
	width: 529px;
}
#userprefs {
	background: white none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 511px;
	display: block;
	padding: 8px;
}
#currentbillingouter {
	background: #dee5ef none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 562px;
	height: 327px;
	padding: 8px;
	margin-bottom: 8px;
}
#currentbilling {
	background: white none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	width: 536px;
	height: 301px;
	padding: 12px;
	display: block;
}
#leftcol {
	width: 255px;
	padding: 4px;
	float: left;
}
#blurb {
	width: 255px;
	display: block;
	line-height: 20px;
}
#blurb ol  {
	padding-left: 0px;
}
#blurb ol li {
	list-style-position:outside;
	list-style-type:none;
	padding: 0px 0px 10px 28px;
	font-size: 16px;
	line-height: 24px;
}
#blurb_one {
	background: transparent url(http://www.ocodes.com//static/images/bullet1.png) no-repeat scroll 0px 1px;
}
#blurb_two {
	background: transparent url(http://www.ocodes.com//static/images/bullet2.png) no-repeat scroll 0px 1px;
}
#blurb_three {
	background: transparent url(http://www.ocodes.com//static/images/bullet3.png) no-repeat scroll 0px 1px;
}
#blurb_four {
	background: transparent url(http://www.ocodes.com//static/images/bullet4.png) no-repeat scroll 0px 1px;
}
#find_friends_left {
	display: block;
}
#search_loggedout_name {
	float: left;
	border: 1px solid #ff9933;
}
#searchglass {
	border: 1px solid #ff9933;
	float: left;
	width: 17px;
	height: 18px;
	background: #ff9933;
}

#find {
	clear: both;
	border-top: 1px solid #d3d3c1;
	background-color: #f8f8f8;
	height: 40px;
}

.toolbar {
	border: 1px solid #99908c;
	background-color: #ffffff;
}
.toolbar a:hover, .toolbar img:hover {
	background: #d3d3c1 none repeat scroll 0%;
	text-decoration: none;
}

.tools1 {
	padding: 5px;
}
.tools1 a {
	padding: 5px;
}

.tools2 {
	padding: 4px;
	border-top: 1px solid #f8f8f8;
	height: 34px;
}
.tools2 img {
	/* padding needs to be like this to make the background hover look right */
	padding: 5px;
	vertical-align: middle;
}

#contacts, .contacts {
	border: 1px solid #99908c;
	background-color: #ffffff;
	height: 437px;
	overflow: auto;
	overflow-x: hidden;
}

#contacts .anchor {
	font-weight: bold;
	color: #ff9933;
}

div.contactsCardTable {
	border: 1px solid #cfd8e7;
	background-color: #ffffff;
	height: 95px;
	overflow: auto;
	overflow-x: hidden;
}

div.Tall {
	height: 200px;
}

table.fb>tbody td {
	vertical-align: text-bottom;
}
.fb_label {
	text-align: right;
	width: 110px;
}

.fb_submit {
	text-align: right;
}

table.contact {
	/* hide the border collapse from FF, only needed in IE */
	empty-cells: show;
	#border-collapse: collapse; 
	/* 100% width for Firefox, 98% for IE */
	width: 100%;
	#width: 98%;
	border-spacing: 0px;
	font-size: 12px;
}
table.contactsCardTable {
	#width: 94%;
}
table.contact>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow-x: hidden;
	overflow-y: auto; 
}
#contactsTableBody {
	height: 414px;
}
tbody.contactsCardTableBody {
	height: 75px;
	overflow-y: auto; 
}
tbody.Tall {
	height: 180px;
	overflow-y: auto; 
}
/*
tbody.contactsCardTableBody tr:hover {
	background: #f8f8f8 none repeat scroll 0 0 !important;
}
*/

table.contact tr {	/* IE 6 */
	height: 22px;
}
table.contact>thead tr {
	/* with the following property, IE7 keeps table heading on screen when scrolling,
	   BUT if you scroll to the bottom of the table and click to a differen tab,
	   then come back, the heading jumps above the table. So don't use it for now - 
	   but maybe try it in IE8.
	   Doesn't work in IE8 either. :-( */
	/* position:relative; */
	background-color: #f8f8f8;
	height: 20px;
}
table.contact>tbody tr {	/* IE requires this selector, although FF doesn't */
	height: 22px;
}
table.contact th {
	border-right: 1px solid #99908c;
	vertical-align: middle;
	padding-left: 10px;
}
table.contact td {
	border-bottom: 1px dotted #d3d3c1;
	border-right: 1px solid #99908c;
	padding-left: 10px;
	vertical-align: middle;
}
table.contactsCardTable th, table.contactsCardTable td {
	padding-left: 3px;
	padding-right: 3px;
	border-right: none;
}
table.contact th.box, table.contact td.box {
	width: 20px;
	height: 22px;
	padding: 0px 0px 0px 6px;
	border-right: none;
}
table.contact td.nobd, table.contact th.nobd {
	border-right: none;
}
table.contact td.nobdb {
	border-right: none;
	border-bottom: none;
}
td.ct, th.ct {
	width: 180px;
}
td.bt, th.bt {
	width: 140px;
	text-wrap: unrestricted;
	word-wrap: break-word;
}
th.num, td.num {
	padding: 0px 6px;
	text-align: right;
}
table.contact td.penult {
	border-bottom: 1px solid #99908c;
}
table.contact td.bottom {
	border: none;
}

table.report {
	/* hide the border collapse from FF, only needed in IE */
	empty-cells: show;
	#border-collapse: collapse; 
	/* 100% width for Firefox, 98% for IE */
	width: 100%;
	#width: 98%;
	border-spacing: 0px;
	font-size: 12px;
}
table.report>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow-x: hidden;
	overflow-y: auto; 
}
table.report tr {	/* IE 6 */
	height: 22px;
}
table.report>thead tr {
	/* with the following property, IE7 keeps table heading on screen when scrolling,
	   BUT if you scroll to the bottom of the table and click to a differen tab,
	   then come back, the heading jumps above the table. So don't use it for now - 
	   but maybe try it in IE8 */
	/* position:relative; */
	background-color: #f8f8f8;
	height: 20px;
}
table.report>tbody tr {	/* IE requires this selector, although FF doesn't */
	height: 22px;
}
table.report th {
	border-right: 1px solid #99908c;
	vertical-align: middle;
	padding: 1px 6px;
}
table.report td {
	border-bottom: 1px dotted #d3d3c1;
	border-right: 1px solid #99908c;
	padding: 1px 6px;
	vertical-align: middle;
}
table.report th.box, table.report td.box {
	width: 20px;
	height: 22px;
	padding: 0px 0px 0px 6px;
	border-right: none;
}
table.report td.nobd, table.report th.nobd {
	border-right: none;
}
table.report td.nobdb {
	border-right: none;
	border-bottom: none;
}
table.report td.penult {
	border-bottom: 1px solid #99908c;
}
table.report td.bottom {
	border: none;
}
#contactShadow {
	display: none;
	position: absolute;
	width: 529px;
	min-height: 200px;
	background:  url(http://www.ocodes.com//static/images/25black.png) repeat scroll 0%;
}

#contactLayer {
	padding: 5px;
	position:relative;
	left:-5px;
	top:-5px;
	min-height: 335px;
	border: 1px solid #d3d3c1;
	background-color: #ffffff;
	z-index: 1000;
	/* filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8; */
}

#codeShadow {
	display: none;
	position: absolute;
	width: 529px;
	min-height: 200px;
	background:  url(http://www.ocodes.com//static/images/25black.png) repeat scroll 0%;
}

#codeLayer {
	padding: 5px;
	position:relative;
	left:-5px;
	top:-5px;
	min-height: 335px;
	border: 1px solid #d3d3c1;
	background-color: #ffffff;
	z-index: 1000;
	/* filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8; */
}
#code_container {
	position: relative; 
	height: 30px;
	width: 482px;
	margin-top: 20px;
}

.bar {
  background-color: #ff9933;
  color: #ffffff;
  cursor: move;
  font-weight: bold;
  padding: 2px;
}
.bigbar {
  background-color: #ff9933;
  color: #ffffff;
  cursor: move;
  padding: 8px 8px 8px 14px;
  margin-bottom: 8px;
}

#tab_container {
	position: relative; 
	height: 30px;
	margin-top: 20px;
}
#card_box_container {
	position: relative;
/*	width:300px;
	height:200px; */
}
div.tabbed_pane_tab
{
	padding: 6px 2px 2px 2px;
	text-align: center;
	vertical-align: middle;
	float: left;
	width: 70px;
	height: 20px;
	color: #336797;
	background-color: #dee5ef;
	border-color: #ff9933;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	cursor: pointer;
}
div.selected_tab {
	color: black;
	background-color: white;
	border-style: solid;
	border-width: 1px 1px 0px;
}
div.tab_spacer {
	width: 3px;
	padding: 4px 0px;
	background-color: white;
}
div.card_box {
/*	position: absolute;
	width:300px;
	height:200px;
	text-align: center; */
	padding: 20px;
}
div.hidden {
	display: none;
}
.card_table {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 12px;
}
.cardlbl {
	width: 100px;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px; */
	vertical-align: baseline;
	text-align: right;
}
.topalign {
	vertical-align: top;
}
td.cardfld {
	width: 300px;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px; */
	vertical-align: baseline;
}

input.cardfld, input.cardcodefld {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
	/* font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px; */
	vertical-align: baseline;
}

span.cardfld {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 13px;
	vertical-align: baseline;
}

input.inputadjust {
	vertical-align: bottom;
	margin-right: 5px;
}

input.selectadjust {
	vertical-align: text-bottom;
	margin-right: 5px;
}

#fileload {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px;
	border: 1px solid #cfd8e7;
	margin: 1px 0px 1px 0px;
	padding:1px 2px;
}

#codefile {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
	font-size-adjust: 0.53;
	font-size: 11px;
	border: 0px solid #cfd8e7;
	/* margin: 1px 0px 1px 0px;
	padding:1px 2px; */
}

#footer {
	font-family: "Gill Sans", Verdana, Helvetica, Arial, Sans-Serif;
	font-size-adjust: 0.45;
	background-color: #ffffff;
	margin-top: 8px;
}

#footerright {
	float: right;
}

#copyright {
	margin-left: 10px;
}

#moviecontainer {
}
.popupcontainer {
	position: fixed;
	display: none;
	top: 0pt;
	left: 0pt;
	-moz-background-clip: border;
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	z-index: 1000;
	width: 100%;
	height: 100%;
}
#moviebackground {
}
.popupbackground {
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	opacity: 0.5;
	filter:alpha(opacity=50);
	width: 100%;
	height: 100%;
}
#moviesurround {
}
.popupsurround {
	z-index: 2000; 
	position: fixed;
	top: 0pt; 
	left: 0pt; 
	-moz-background-clip: border; 
	-moz-background-origin: padding;
	-moz-background-inline-policy: continuous;
	width: 100%;
	height: 100%;
}
#movieborder {
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	position: relative;
	top:50%;
	margin:-200px auto;
	width: 620px;
	height: 445px;
}
#moviepopup {
	opacity: 1;
	width: 560px;
	height: 325px;
	position: relative;
	top: 12px;
	left: 30px;
}
#movieclosecontrol {
	position: relative;
	width: 100px;
	top: 24px;
	left: 490px;
}
#dialogborder {
	background: rgb(0, 0, 0) none repeat scroll 0% 0%;
	position: relative;
	top:50%;
	margin:-200px auto;
	width: 620px;
	height: 445px;
}
#dialogpopup {
	opacity: 1;
	width: 560px;
	height: 325px;
	position: relative;
	top: 30px;
	left: 30px;
}
#dialogclosecontrol {
	position: relative;
	width: 100px;
	top: 70px;
	left: 490px;
}
.whitetitle {
	color: #ffffff;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 28px;
	font-weight: bold;
	padding: 12px 0 0 0;
	text-align: center;
}
.closecontrol {
	color: #ffffff;
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 28px;
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}
.closecontrol:hover {
	text-decoration: underline;
}

.shortcode {
	color: #ff9933;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
}
.shortcode:hover {
	text-decoration: underline;
}
.rounded {
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cleardefault  {
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 5px;
	border-radius: 4px;
	color: #d3d3c1;
}

.bold {
	font-weight: bold;
}

.WhiteOnGreen {
	color: #ffffff;
	background-color: #75b159;
}
.orange {
	color: #ff9933;
}
.green {
	color: #75b159;
}
.orangeOnWhite {
	color: #ff9933;
	background-color: #ffffff;
}
.WhiteOnOrange {
	background-color: #ff9933;
	color: #ffffff;
}
.WhiteOnGrey {
	color: #ffffff;
	background-color: #d3d3c1;
}
.grey {
	color: #99908c;
}
.bodycolor {
	color: #46494c;
}
.message {
	color: #75b159;
}

.error {
	color: #cc3400;
}
.bigfont {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 28px;
	font-weight: bold;
	margin: 0px;
}
.bigspace {
	line-height: 50px;
}
.sharetext {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	font-size-adjust: 0.54;
	line-height: 14px;
	color: #808080;
}
.largeText {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 16px;
	line-height: 21px;
}
.mediumText {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 14px;
	line-height: 19px;
}
.largeTexta {
	font-family: Georgia, Serif;
	font-size-adjust: 0.49;
	font-size: 17px;
	line-height: 17px;
}
.largeTextb {
	font-family: Calibri, Helvetica, Arial, Verdana, Sans-Serif;
	font-size-adjust: 0.49;
	font-size: 17px;
	line-height: 22px;
}
.lineBottom {
	border-bottom: 1px solid #d3d3c1;
	padding: 10px 0 10px 0;
}
#hoverpopup {
/* tooltip styling */
	display:none;
	z-index: 3000;
	background:url(http://www.ocodes.com/static/images/black_arrow_left.png);
	height:180px;
	width:230px; 
	padding:20px 10px 10px 30px;
	font-size:11px;
	color:#fff;
}

/* tooltip styling
.tooltip {
	display:none;
	z-index: 3000;
	background:url(http://www.ocodes.com/static/images/black_arrow_big.png);
	height:163px;
	padding:40px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}
*/

/* table.tpop {
	background: #f8f8f8 none repeat scroll 0 0 !important;
	border: 3px solid #99908c;
	color: #ff9933;
	border-spacing: 0px;
}
*/
table.tpop th, table.tpop td {
	padding: 4px;
	font-size: 13px;
}
table.tpop th {
	color: #ff9933;
}
.button_link {
	cursor: pointer;
	border: 1px outset #d3d3c1;
	padding: 3px 10px;
	height: 25px;
}
.button_link:active, .bizform_button:active {
	background-color: #d3d3c1;
	color: #ffffff;	
}
.fb_button {
	color: #ffffff;
	background-color: #75b159;
	cursor: pointer;
	border: 1px outset #d3d3c1;
	padding: 3px 10px;
	height: 25px;
}

.fb_radio {
	margin: 5px 3px 0px 0px;
}

.bizform_required {
	font-weight: bold;
}
.bizform_label {
	font-size: 14px;
	text-align: right;
	width: 150px;
}
td.bizform_field, td.bizform_label {
	vertical-align: baseline;
	padding: 2px;
}
.bizform_labelafter {
}
.bizform_input, .bizform_password {
	font-size: 14px;
	padding: 3px;
}
.bizform_submit {
	text-align: right;
}
.bizform_button {
	color: #ffffff;
	background-color: #75b159;
	cursor: pointer;
	border: 1px outset #d3d3c1;
	padding: 3px 10px;
	height: 25px;
}

.tandcs {
	font-size: 9px;
}

.link {
	cursor: pointer;
	text-decoration: none;
	color: #2938ef;
}

.link:hover {
	text-decoration: underline;
}

.movielink {
	cursor: pointer;
	text-decoration: none;
	color: #2938ef;
	/* color: #999999; */
}

.movielink:hover {
	color: #ff9933;
	text-decoration: underline;
}

.thirteen {
	font-size: 13px;
}

.lblpop {
	cursor: pointer;
	text-decoration: none;
}

.current {
	color: #ff9933;
}

.clearall {
	clear: left;
}

.spacer {
	float: left;
	width: 20px;
	height: 183px;
}

.padbottom {
	margin-bottom: 6px;
}

.smallmargin {
	margin: 0 0 3px 0;
}

.input_invalid {
	border: 1px solid #ff9933;
}

.inset {
	background: #dee5ef none repeat scroll 0%;
	border: 1px solid #d3d3c1;
	padding: 10px;
	margin: 8px 0;
	font-weight: bold;
}

.borderbox {
	border: 1px solid #99908c;
	background-color: #ffffff;
	overflow: auto;
	overflow-x: hidden;
}

.hrdark {
	border: none;
	border-bottom: 1px solid #abaaa8;
	/* #d3d3c1; */
}

div.add {
	background: transparent url(http://www.ocodes.com/static/images/add.png) no-repeat scroll 0px 1px;
	margin:14px 0px 0px 5px;
	padding: 3px 0px 0px 22px;
	height: 20px;
}

div.remove {
	background: transparent url(http://www.ocodes.com/static/images/remove.png) no-repeat scroll 0px 1px;
	margin:0px 0px 0px 5px;
	padding: 3px 0px 0px 22px;
	height: 20px;
}

@media print{
#contacts {
	height: auto;
	overflow: visible; 
}
#contactsTableBody {
	height: auto;
}
div.contactsCardTable {
	overflow: visible; 
}
table.contact>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: visible; 
}
tbody.contactsCardTableBody {
	overflow: visible; 
}
tbody.Tall {
	overflow: visible; 
}
table.report>tbody	{  /* child selector syntax which IE6 and older do not support*/
	overflow: visible; 
}
.noprint {
	display: none;
}
}

/* toolbar */

#sidebar_container { 
        position: fixed; 
        top: 8px; 
        right: 0; 
        width: 380px; 
        height: 100%; 
        background: url('/static/images/sidebar_back.png') repeat-y; 
}
#sidebar_header { 
    position: fixed; top: 0; right: 0;
     width: 355px; 
     padding: 20px 0 0 25px; 
     background: url('/static/images/sidebar_top.png') no-repeat 0px 0px; }
#sidebar_container_inner { 
    position: fixed; 
        top: 36px; 
        right: 10px; width: 343px; 
        height: 86%; 
        margin-bottom:20px;
        padding: 0px 10px 30px; 
        overflow-x: hidden; 
        overflow-y: scroll; 
        background-color: #fff;  }

#logo {
    width:156px;
    height:35px;
    position:absolute;
    top:7px;
    left:20px;
}
#_b_close {
    position:absolute;
    right:8px;
    top:12px;
}

