html, body {
	height: 100%;
}
body {
	margin: 0;
	background: #f7f7f7;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	cursor: default;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}
a:hover {
	border-bottom-color: #999;
}
p a {
	color: #45749b;
	/*border-bottom: 1px dotted;  */
}
p a:hover {
	border-bottom: 1px solid;
}
p.flat {
	text-indent: 0;
}

#dev_nav, #dev_nav2 {
	position: absolute;
	left: 5px;
	top: 5px;
	background: white;
	width: 160px;
	padding: 5px;
	text-align: left;
}
#dev_nav a, #dev_nav2 a {
	display: block;
	padding: 5px;
	border: none !important;
	color: #333;
}
#dev_nav a:hover, #dev_nav2 a:hover {
	color: white !important;
	background: #222;
}
#dev_nav hr, #dev_nav2 hr {
	border: none;
	height: 0px;
	overflow: hidden;
	margin: 0;
	background: none;
	border-bottom: 1px dotted #ccc;
}
#dev_nav2 {
	left: 180px;
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	font-family: Times New Roman, Georgia, sans-serif;
	color: #000;
}
h1 {
	background: #50585e url(/img/head_h1_back.jpg) no-repeat;
	padding: 15px;
	color: white;
	font-size: 20px;
	margin-bottom: 3px;
	position: relative;
}
h1 .subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 .subhead a {
	color: white;
	/*border-bottom: 1px dotted;*/
}
h1 .subhead a:hover {
	border-bottom-style: solid;
}

h2 {
	color: #444444;
	font-size: 18px;
	background: no-repeat left center;
	margin-bottom: 15px;
}
h2 .subhead, h3 .subhead {
	color: #798791;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
h2.container {
	margin: 0;
}
h2#active_members, h2#current_job_posts, h2#current_memos, h2#current_videos {
	margin-top: -30px;
}

h4 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
}

img {
	border: none;
}
p {
	margin: 0 0 10px 0;
	line-height: 18px;
}
ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.light_warning {
	font-weight: bold;
	color: #bd6363;
}
li {
	background: url(/img/bullet_blue.jpg) no-repeat 2px 8px;
	padding: 3px 0 2px 17px;
	margin-bottom: 1px;
}
hr, .hr {
	border-color: #ddd;
	border: none;
	height: 1px;
	overflow: hidden;
	background: url(/img/hr_dots.jpg) repeat-x;
	margin: 20px 0;
}

a.special_button {
	display: block;
	width: 250px;
	height: 25px;
	padding-top: 6px;
	overflow: hidden;
	text-align: center;
	color: white !important;
	background: url(/img/form_elements.jpg) no-repeat -690px -10px;
	font-size: 1.2em;
}
a.special_button:hover {
	background-position: -690px -51px;
	border: none !important;
}

.column {
	width: 307px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.problems {
	border: 2px solid #d15757;
	padding: 15px;
	margin-bottom: 15px;
}
.problems h4 {
	margin: 0 0 8px 0;
}
#primary_column .problems ul {
	margin-left: 5px;
}
.problems li {
	background-image: url(/img/bullet_red.jpg);
}

.none {
	font-style: italic;
}
.none a {
	/*border-bottom: 1px dotted; */
}
.none a:hover {
	border-bottom: 1px solid;
}

.alertbox {
	width: 450px;
	background: white;
	position: absolute;
	left: 50%;
	top: 180px;
	z-index: 102;
	margin-left: -285px;
	padding: 60px;
	background: url(/img/alert_tile.png);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/alert_tile.png", sizingMethod="scale");
}
.alertbox p {
	margin: 0;
	text-align: center;
	border: 2px solid #345d80;
	padding: 50px;
	background: white;
}

#top {
	background: #183c57 url(/img/page_top_stretch.png) center top repeat-x;
	min-width:1024px;
}
#logo {
	background: url(/img/page_top_bg.png) no-repeat center top;
}

#header, #content {
	margin: 0 auto;
}

#header 
{
  /*background: #183c57 url(/img/page_top_stretch.png) center top repeat-x;*/
	width: 1024px;
	height: 135px;
	position: relative;
}
#nav {
	float: right;
	margin-top: 33px;
	line-height: 10px;
}
#nav a {
	display: block;
	float: left;
	margin: 11px 10px 0px 10px;
	color: #cce0ef;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	position: relative;
}
#nav a:hover {
	color: white;
}
#nav a.selected {
	background: url(/img/nav_selected_back.jpg) no-repeat;
	color: white;
	margin: 0;
	padding: 11px 10px 0px 10px;
	height: 20px;
}
#nav a.selected span {
	position: absolute;
	right: -1px;
	top: 0px;
	display: block;
	width: 2px;
	height: 31px;
	background: url(/img/nav_selected_back.jpg) no-repeat right;
}

#content {
	background: url(/img/page_stretch.jpg) repeat-y;
	width: 1024px;
	margin-top: -36px;
	position: relative;
	z-index: 100;
}
#content_top {
	background: url(/img/page_content_top.jpg) no-repeat;
	padding: 1px;
}

#footer {
	padding: 12px 0px 35px 0px;
	background: url(/img/page_footer_bg.jpg) no-repeat;
	text-align: center;
	color: #999999;
	margin-top: 25px;
}
#footer_content {
	width: 667px;
}
#footer_links {
	margin-bottom: 6px;
}
#footer_links img {
	margin: 0 6px -5px 6px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: black;
}

input:focus, select:focus, textarea:focus {
	outline: 0 none;
}
input, select, textarea {
	margin-bottom: 10px;
}
select {
	width: 307px;
}
.radio {
	margin: 0;
}
input, .text {
	background: url(/img/form_elements.jpg) no-repeat;
}
.text, .long_text {
	background-position: -650px -264px;
	padding: 8px 9px 0 9px;
	height: 23px;
	width: 289px;
	border: none;
	color: #798791;
	cursor: default;
	resize: none;
}
.text:hover {/*background-position:-650px -305px;*/
}
.text:focus {
	background-position: -650px -346px;
	cursor: auto;
}
.long_text {
	width: 612px;
	background-position: -10px -264px;
}
.long_text:focus {
	background-position: -10px -346px;
}
textarea.text {
	width: 612px;
	padding-bottom: 8px;
	height: 164px;
	background-position: -10px -528px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
textarea.text:focus {
	background-position: -10px -908px;
}
optgroup {
	margin: 10px 0 0 6px;
}
#secondary_column .text {
	background-position: -10px -10px;
	width: 232px
}
#secondary_column .text:focus {
	background-position: -10px -92px;
}
#secondary_column select {
	width: 250px;
}
.submit, .submit_white, input.save, input.next, input.previous, input.skip, input.create, input.continue, input.continue_white, input.delete, input.add, input.remove_from_network, input.reset_password, input.send {
	width: 73px;
	height: 28px;
	background-position: -270px -92px;
	float: right;
	margin-bottom: 0;
	margin-top: 10px;
}
#secondary_column input {
	margin-top: 0;
}
.submit:hover, .submit_white:hover {
	background-position: -270px -130px;
}
.submit_white {
	background-position: -270px -168px;
}
.submit_white:hover {
	background-position: -270px -206px;
}
#primary_column .submit, #primary_column .submit_white {
	background-position: -270px -168px;
}
#primary_column .submit:hover, #primary_column .submit_white:hover {
	background-position: -270px -206px;
}
input.save {
	width: 56px;
	background-position: -353px -168px;
}
input.save:hover {
	background-position: -353px -206px;
}
input.next {
	width: 66px;
	background-position: -628px -168px;
	margin-left: 12px;
}
input.next:hover {
	background-position: -628px -206px;
}
input.previous {
	width: 93px;
	background-position: -704px -168px;
	float: left;
}
input.previous:hover {
	background-position: -704px -206px;
}
input.skip {
	width: 70px;
	background-position: -807px -168px;
}
input.skip:hover {
	background-position: -807px -206px;
}
input.create {
	width: 66px;
	background-position: -887px -168px;
}
input.create:hover {
	background-position: -887px -206px;
}
input.continue {
	width: 82px;
	background-position: -871px -92px;
}
input.continue:hover {
	background-position: -871px -130px;
}
input.continue_white {
	width: 82px;
	background-position: -871px -10px;
}
input.continue_white:hover {
	background-position: -871px -48px;
}
input.delete {
	width: 65px;
	background-position: -796px -92px;
	float: left;
}
input.delete:hover {
	background-position: -796px -131px;
}
input.add {
	width: 53px;
	background-position: -734px -92px;
}
input.add:hover {
	background-position: -734px -130px;
}
input.remove_from_network {
	width: 171px;
	background-position: -690px -10px;
	float: left;
}
input.remove_from_network:hover {
	background-position: -690px -48px;
}
input.reset_password {
	width: 124px;
	background-position: -10px -428px;
	float: left;
	margin-left: 10px;
}
input.reset_password:hover {
	background-position: -10px -466px;
}
input.send {
	width: 58px;
	background-position: -144px -428px;
}
input.send:hover {
	background-position: -144px -466px;
}
input.deny {
	width: 61px;
	background-position: -416px -130px;
}
input.deny:hover {
	background-position: -506px -130px;
}
input.approve {
	width: 80px;
	background-position: -594px -130px;
}
input.approve:hover {
	background-position: -665px -130px;
}



input.month, input.year {
	width: 23px;
	background-position: -10px -174px;
}
input.month:focus, input.year:focus {
	width: 23px;
	background-position: -61px -174px;
}
#save_cc_label {
	display: inline;
}
.radio_button {
	padding: 0 5px 0 0;
	cursor: default;
}

.videos #price_wrap, .videos #credit_wrap, #privileges_wrap, #status_wrap {
	float: right;
	margin-left: 17px;
}
.videos #price_wrap select, .videos #credit_wrap select, #privileges_wrap select, #status_wrap select {
	width: 145px;
}

.label, label {
	display: block;
	margin-bottom: 4px;
	cursor: default;
}
.checkbox {
	margin: 0;
}

#primary_column, #secondary_column {
	min-height: 600px;
}
#primary_column {
	float: left;
	width: 738px;
	padding: 2px;
}
.crumbs {
	height: 21px;
	padding: 4px 0 0 8px;
	color: #45749b;
}
.crumbs a, .crumbs span {
	display: block;
	float: left;
	color: #45749b;
	margin: 0 7px;
}
.crumbs a:hover {
	border-bottom: 1px solid #aaa;
}
.crumbs_home {
	padding-bottom: 2px;
}
.crumbs_home img {
	margin-top: 2px;
}
.crumbs img {
	float: left;
	margin-top: 2px;
}
#primary_column .container {
	padding: 15px;
}

#secondary_column {
	float: right;
	width: 278px;
	color: #3c4f5d;
	overflow: hidden;
}
#secondary_column a {
	color: #3c4f5d;
}
#secondary_column .container {
	padding: 16px 14px;
}
#secondary_column hr, #secondary_column .hr {
	height: 2px;
	background: url(/img/hr_secondary_column.jpg) repeat-x;
	margin: 0;
}
#secondary_column li {
	background-image: url(/img/bullet_blue_gray.gif);
	background-position: 4px 8px;
}
#secondary_column li.new {
	background-image: url(/img/bullet_yellow_white.jpg);
	background-color: white;
}
#secondary_column li.new a {
	color: #5b87ac;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	margin-bottom: 15px;
}
#user {
	height: 36px;
	color: #cce0ef;
	line-height: 7px;
	overflow: hidden;
}
#user div {
	padding-top: 5px;
	padding-right:5px;
	padding-left:5px;
}
#user a {
	color: white;
	/*border-bottom: 1px dotted white; */
}
#user a:hover {
	border-bottom: 0px solid white !important; 
}

#logout {
	/*float: left;
	/*background: url(../img/user_logout_divider.jpg) no-repeat left center;*/
	/*
  position:relative;
  top:2px;
  left:0px;  
  */
}

#logout_btn 
{
/*  position:relative;
  top:-20px;
  left:-15px;  
  height:50px; 
  background-color:Green; 
*/
  overflow: hidden;
  width:100%;
  height:auto;
}

li a:hover {
	color: black;
	border-bottom: 1px solid #93b9d8;
}
#secondary_column a:hover, #secondary_column li.new a:hover {
	border-bottom: 1px solid #b6bfc7;
}
#secondary_column h3.search {
	margin-bottom: 5px;
}
#secondary_column .all {
	float: right;
	border-bottom: 1px dotted;
	margin: 5px 0;
}

.alert {
	background: #fff6c2;
	border: 1px solid #ece3ac;
	color: #555;
	margin-bottom: 10px;
}
#secondary_column .alert {
	padding: 12px;
	margin: 2px;
}
.odd, .options td {
	background-color: #f3f6f9 !important;
}


/* paging */
.pages {
	margin: 10px auto 0 auto;
	color: #ccc;
}
.pages td {
	padding: 0 3px;
}
.pages a, .pages span {
	padding: 0 2px;
}
.pages a {
	color: #666;
	border-bottom: 1px solid #ccc;
}
.pages a:hover {
	color: #86afd0;
	border-color: #86afd0;
}
.pages .dots {
	color: #666;
}
.pages .prev {
	padding-right: 12px;
}
.pages .next {
	padding-left: 12px;
}
.pages span.prev, .pages span.next {
	color: #bbbbbb;
}
.pages .selected {
	color: #86afd0;
	font-weight: bold;
}


/* Lex Table */
.lex_table {
	margin-bottom: 10px;
}
.lex_table a, .light_list a {
	/*border-bottom: 1px dotted #ccc; */
}
.lex_table a:hover, .light_list a:hover {
	border-bottom: 1px solid #999;
}
.lex_table th {
	color: white;
	font-weight: bold;
	text-align: left;
}
.lex_table .th, .lex_table th {
	background: #5b87ac url(/img/table_header_stretch.gif) repeat-x !important;
}
/*.lex_table th.date, .lex_table th.company, .lex_table th.location {
background: url(/img/table_header_divider.gif) no-repeat;
}
*/
.lex_table td, .lex_table th {
	padding: 8px 15px;
}
.lex_table td {
	line-height: 16px;
	border-bottom: 1px solid #e8e8e8;
  vertical-align:top;
}
.lex_table .title {
	width: 466px;
}
.lex_table .title p {
	color: #AAA;
}
.lex_table .area {
	width: 135px;
}
.lex_table .date, .lex_table .progress {
	width: 135px;
	background: url(/img/table_divider_stretch.gif) repeat-y left top;
}
.lex_table .title, .lex_table .length, .lex_table .credits, .lex_table .area {
	background: url(/img/table_divider_stretch.gif) repeat-y left top;
}
.lex_table .details {
	color: #999;
	display: block;
	font-size: 11px;
}
.lex_table .details a {
	color: #5a87ac;
	border-bottom: 1px dotted;
}
.lex_table .details a:hover {
	border-bottom: 1px solid;
}
.lex_table .company, .lex_table .location {
	width: 190px;
	background: url(/img/table_divider_stretch.gif) repeat-y left top;
}
.lex_table .position {
	width: 191px;
}
.lex_table .odd td {
	background-color: #f3f6f9;
}


/* bar graph */
.bar_graph {
	background: url(/img/bar_graph_stretch.gif) repeat-y;
	padding: 6px 0 10px 0;
	position: relative;
	border: 1px solid #ccc;
	border-width: 1px 0;
	margin-top: 20px;
}
.bar .title {
	float: left;
	margin: 4px 3px 4px 5px;
	background: white;
}
.bar .date {
	font-size: .9em;
	color: #999;
	padding: 0;
}
.bars {
	position: relative;
	clear: left;
	overflow: hidden;
}
.bars .count {
	position: absolute;
	left: 6px;
	top: 3px;
	color: #7fadd3;
	background: white;
}
.b2 {
	background: #7fadd3;
	height: 20px;
	border: 1px solid #6293bc;
	border-left-width: 0;
	margin-left: -1px;
	position: relative;
	overflow: hidden;
}
.b2 .count {
	color: white;
	left: 7px;
	background: none;
}
.b2 .date {
	color: #d4e8f9;
}
.bars .cap {
	position: absolute;
	left: 1px;
	top: 0;
	background: #6293bc;
	width: 1px;
	height: 100%;
	overflow: hidden;
}

.bar_graph .percentages div {
	position: absolute;
	font-size: .9em;
	color: #999;
	top: -15px;
}
.percentages .p2 {
	left: 25%;
}
.percentages .p3 {
	left: 50%;
}
.percentages .p4 {
	left: 75%;
}
.percentages .p5 {
	right: 0;
}


.bar_graph hr {
	background: #eee;
	margin: 10px 0 6px 0;
}


/* Dashboard */
#dashboard {
	color: white;
	font-weight: bold;
	background: #5b87ac url(/img/table_header_stretch.gif) repeat-x;
	margin: 3px 0;
}
#dashboard a {
	display: block;
	float: left;
	padding: 8px 15px;
	background: url(/img/table_header_divider.gif) no-repeat right top;
	color: #cce0ef;
}
#dashboard a:hover {
	background-color: #5b87ac;
}
#dashboard a .count {
	color: white;
	font-weight: bold;
}
#dashboard a .icon {
	height: 14px;
	margin: 0 6px -4px 0;
	background: url(/img/dashboard_icons.jpg) no-repeat;
}
#dashboard a#dashboard_credits .icon {
	width: 17px;
	background-position: -1px 0px;
}
#dashboard a#dashboard_credits:hover .icon {
	background-position: -1px -15px;
}
#dashboard a#dashboard_memos .icon {
	width: 16px;
	background-position: -19px 0px;
}
#dashboard a#dashboard_memos:hover .icon {
	background-position: -19px -15px;
}
#dashboard a#dashboard_discussions .icon {
	width: 18px;
	background-position: -36px 0px;
}
#dashboard a#dashboard_discussions:hover .icon {
	background-position: -36px -15px;
}
#dashboard img.dashboard_arrow {
	margin: 0 0 0 10px;
}

.post_count {
	color: #5a87ac;
}

.progress_total {
	background: #e9e9e9;
	height: 15px;
	position: relative;
	color: #5a87ac;
}
.progress_tracked {
	background: #7fadd3;
	width: 0px;
	height: 13px;
	position: relative;
	overflow: hidden;
	color: white;
	border: 1px solid #6293bc;
}
.progress_number {
	position: absolute;
	left: 3px;
	top: 1px;
	font-size: 10px;
	line-height: 10px;
}


/* CLE Videos */
#lex_player {
	height: 290px;
	width: 946px;
	margin: 0 auto;
	padding-bottom: 70px;
	margin-top: -36px;
}

#primary_column #study_notes, #study_notes li, #study_notes dd {
	margin: 0;
	padding: 0;
	background: none;
}
#study_notes li {
	margin-bottom: 15px;
}
#study_notes dt {
	font-weight: bold;
}
#study_notes p {
	text-indent: 0;
	margin-bottom: 0;
}
.edit_note, .delete_note {
	font-size: .8em;
	padding: 0 3px;
}
ul.faq li {
	background: url(/img/bullet_blue.jpg) no-repeat 2px 8px;
	padding: 3px 0 2px 17px;
	margin-bottom: 1px;
}

#video_information p {
	text-indent: 0;
}


.info {
	width: 475px;
	float: left;
}
.info h4 {
	margin: 0;
}
.info h4 a {
	font-weight: bold;
}
.price {
	width: 125px;
	float: right;
	text-align: right;
}
.price h2 {
	font-size: 30px;
}
.price a {
	border-bottom: 1px dotted #ccc;
}

/* Discussions */
.discussions h2 {
	padding: 2px 0 2px 36px;
}
h2#areas_of_practice {
	background-image: url(/img/discussions_icon_areas.jpg);
}
h2#lexvid {
	background-image: url(/img/discussions_icon_lexvid.jpg);
}
h2#jobs {
	background-image: url(/img/discussions_icon_jobs.jpg);
}
h2#special {
	background-image: url(/img/discussions_icon_special.jpg);
}
h2#personal {
	background-image: url(/img/discussions_icon_personal.jpg);
}
h2#video {
	background-image: url(/img/discussions_icon_video.jpg);
}
#primary_column ul {
	margin-left: 21px;
}
.discussion_list .row .title, .discussion_list .row .date {
	padding: 9px 15px;
}

a#new_discussion, a#new_job {
	display: block;
	overflow: hidden;
	width: 265px;
	height: 0px;
	padding-top: 51px;
	background: url(/img/form_elements.jpg) -415px -10px;
	position: relative;
	left: -15px;
}
a#new_discussion:hover {
	background-position: -415px -71px;
	border: none;
}
a#new_job {
	background-position: -692px -428px;
}
a#new_job:hover {
	background-position: -692px -489px;
	border: none;
}

.reply {
	border: 1px solid #e8e8e8;
	padding: 6px 15px;
	margin-top: 3px;
}
.reply a {
	border-bottom: 1px dotted;
}
.reply a:hover {
	border-bottom: 1px solid;
}
.author_details, .reply_content {
	padding: 9px 0;
}
.author_details {
	float: left;
	width: 160px;
	border-right: 1px solid #e8e8e8;
}
.author_details img {
	display: block;
	width: 70px;
	height: 70px;
	background: #ccc;
	margin: 4px 0 10px 0;
}
#primary_column ul.author_info {
	margin: 0;
	font-size: 11px;
	color: #5a87ac;
}
ul.author_info li {
	background: none;
	padding: 0;
	margin: 0;
}

.reply_content {
	float: right;
	padding: 9px 0 9px 15px;
	width: 453px;
	position: relative;
	border-left: 1px solid #e8e8e8;
	margin-left: -1px;
}
.reply_count {
	float: right;
	color: #5a87ac;
}
.reply_date, .reply_options {
	margin-left: -15px;
	padding-left: 15px;
	color: #5a87ac;
}
.reply_date {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.quote {
	margin: 10px 4px;
	padding: 10px;
	border: 1px dotted #ccc;
	font-style: italic;
}
.quote a {
	color: #888;
}
.quote a:hover {
	color: #666;
}
.quote .quote {
	margin: 10px -6px;
}
.quote .clear {
	margin-bottom: -10px;
}
.quote_author {
	display: block;
	color: #333;
	margin-bottom: 4px;
}
.quote p {
	color: #888;
}
.reply_options {
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin-top: 10px;
}
.reply_options a, .reply_options span {
	display: block;
	float: left;
	margin-right: 10px;
}
.options_quote {
	padding-left: 12px;
	background: url(/img/discussions_quotes.gif) no-repeat left center;
}

.discussions ul .count {
	color: #acb5bc;
	font-size: .9em;
}

#primary_column ul.details {
	margin: 0;
	font-size: .9em;
}
ul.details li {
	padding: 0;
	background: none;
}
ul.details span {
	padding-right: 6px;
}

table.options {
	float: right;
	margin-top: -20px;
	margin-right: -1px;
}
table.options td {
	padding: 5px;
	width: 50px;
	text-align: center;
}

ol.evaluation {
	padding-left: 17px;
}
ol.evaluation li {
	background: none;
	list-style: outside decimal;
	padding: 0;
	padding-top: 20px;
	border-bottom: 1px solid #f3f6f9;
	margin: 0;
}
ol.evaluation li.last {
	border: none;
}

.details strong {
	font-weight: normal;
}


/* Account */
#avatar_box {
	padding-top: 7px;
	background: no-repeat center;
	border-top: 1px solid #dedede;
	width: 307px;
}
#avatar_img {
}
.revert {
	float: right;
	margin-right: 10px;
	display: block;
	width: 69px;
	height: 0;
	overflow: hidden;
	padding-top: 28px;
	background: url(/img/form_elements.jpg) no-repeat -419px -168px;
}
.revert:hover {
	background-position: -419px -206px;
}
.upload {
	width: 307px;
	overflow: hidden;
	position: relative;
}
#file {
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	z-index: 2;
	padding: 0;
	height: 31px;
	cursor: pointer !important;
}

.delete_account {
	display: block;
	width: 121px;
	height: 0px;
	overflow: hidden;
	padding-top: 28px;
	background: url(/img/form_elements.jpg) no-repeat -498px -168px;
}
.delete_account:hover {
	background-position: -498px -206px;
}


/* Admin */
#h_tabs {
	height: 28px;
	position: relative;
	top: 15px;
}
#h_tabs a, #h_tabs span {
	display: block;
	background: #6a7176;
	color: white;
	margin-right: 5px;
	float: left;
	padding: 6px 10px 0 10px;
	height: 22px;
	border: none;
}
#h_tabs span {
	color: #9da0a3;
}
#h_tabs a:hover {
	background: #838a8f;
}
#h_tabs a.selected {
	color: #333;
	background: white;
	font-weight: bold;
}

.admin_network #user, .admin_courses #user, .admin_members #user, .admin_jobs #user, .admin_memos #user {
	margin-bottom: 73px;
}

#primary_column .light_list {
	margin: 0;
}
.light_list li {
	padding: 8px;
	background-image: none;
	margin-bottom: -1px;
	position: relative;
}
#sort_list a {
	display: block;
	width: 15px;
	height: 15px;
	background: url(/img/icon_drag.gif) no-repeat center;
	position: absolute;
	right: 8px;
	top: 8px;
	text-indent: -1000px;
	overflow: hidden;
}
#sort_list a:hover {
	border: none;
}
.light_list a.delete {
	background-image: url(/img/icon_trash.gif);
	right: 30px;
}
.light_list .checkbox {
	float: right;
}
.light_list label {
	display: inline;
}

#sortList li {
	padding-right: 40px;
}


/* Jobs */
.view_job h2 {
	float: left;
	width: 120px;
	margin-bottom: 0;
}
.view_job .info {
	float: right;
	width: 470px;
	padding-left: 10px;
	border-left: 1px solid #e8e8e8;
}
.view_job .info h2 {
	float: none;
	width: auto;
	color: #45749b;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.view_job .info p {
	text-indent: 0;
}

#job_poster img {
	float: left;
	margin: 0 10px 10px 0;
}
#job_position, #job_requirements {
	padding-bottom: 30px;
}


/* Search Results */
.search_count {
	color: #c9cfd3;
	font-family: Georgia, Times New Roman, serif;
}
a#edit_search {
	float: right;
}
.search_results .lex_table .row .title {
	width: 441px;
	padding-left: 40px;
}
.row_number {
	display: block;
	font-weight: bold;
	color: #5a87ac;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -8px;
}


/* Misc Pages */
.faq #primary_column ul {
	margin-left: 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 1.2em;
}
a.top_link {
	float: right;
	border-bottom: 1px dotted #ccc;
}
a.top_link:hover {
	border-bottom: 1px solid #999;
}
.stressed {
	font-weight: bold;
	text-transform: uppercase;
}

.terms #primary_column ul {
	margin-left: 0;
	padding-left: 20px;
}
.terms #primary_column li {
	background: none;
	list-style: decimal outside;
	padding-left: 0;
}
.terms #primary_column ul ul li {
	list-style-type: lower-roman;
}

.privacy #primary_column ul {
	margin-left: 0;
}

#discussion_checkbox {
	text-align: right;
}
#discussion_checkbox .checkbox {
	float: right;
	margin-left: 4px;
}

/* Tooltip */
#qtip_help {
	background: #000;
	position: absolute;
	z-index: 1000;
	display: none;
	padding: 11px;
	width: 270px
}

#qtip_help .head {
	background: #427094;
	text-transform: uppercase;
	margin: -10px -10px 10px -10px;
	padding: 3px 13px 3px 7px;
	color: #fff;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

#qtip_help .state {
	text-transform: uppercase;
	float: left;
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	padding: 0 0 9px 0;
	margin: 0 0 9px 0;
	border-bottom: 1px solid #333;
	display: block;
	width: 100%;
}
#qtip_help .last {
	border-bottom: 0px solid #333 !important;
	margin: 0;
	padding: 0;
}
#qtip_help .state .title {
	font-weight: bold;
	width: 28px;
	float: left;
}
#qtip_help .state .details {
	float: left;
	color: #777;
}
#qtip_help .state .details strong {
	color: #fff;
}

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
}

#boxes #dlgLogin {
	background: url(http://www.lexvid.com/Static/img/GenericDialog.png) no-repeat 0 0 transparent;
	width: 350px;
	height: 275px;
	padding: 20px 0 15px 20px;
	color: #000;
}

#boxes #dlgLogin #title {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	width: 88%;
	margin-left: -10px;
	margin-top: -15px;
	height: 50px;
	text-align: center;
}
#boxes #dlgLogin #dlgButtons {
	width: 85%;
	text-align: center;
	margin-top: 25px;
}

/* Pulled in from other pages */
.col_dash {
	width: 195px;
	margin-right: 20px;
	float: left;
}
#welcome ul {
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}
.last {
	margin-right: 0 !important;
}
.clear {
	clear: both;
}

/* Added 01/11 */
.videobox {
	width: 162px;
	height: 217px;
	overflow: hidden;
	margin-right: 20px;
	float: left;
	background: #f3f6f9;
	margin-bottom: 15px;
	position: relative;
}

.videobox img:hover {
}

.videobox h3 {
	font-size:14px;
	padding:0px;
	margin:4px;
	text-align:center;
}

.videobox a:hover {
	color: #000;
}	

.videobox .watch_now {
	position:absolute;
	right:6px;
	top:108px;
	background:black;
	color:white;
	padding:2px 3px;
	font-size:11px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 90 )";
  filter: alpha(opacity= 90 );
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
}

.videobox .watch_now:hover {
	position:absolute;
	right:6px;
	top:108px;
	background:black;
	color:white;
	padding:2px 3px;
	font-size:11px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 70 )";
  filter: alpha(opacity= 70 );
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}

.header_logo {
	float: left;
	width: 304px;
	height: 98px;
	background: url(/img/lexvid_logo.png) no-repeat;
}

.header_logo:hover {
	float: left;
	width: 304px;
	height: 98px;
	background: url(/img/lexvid_logo_hover.png) no-repeat;
}

.n_more {
  float: right;
  border-bottom: 1px dotted #999; 
}

.twitter-share-button {
	margin-right: 8px;
}

.email_button {
  margin-right: 8px;
  padding: 2px;
  border: 1px solid #CCC;
  background-color: #EEE;
  border-radius: 3px;
  color: #666;
  padding-right: 4px;
}

.email_icon {
}
