﻿/* Common CSS that potentially affects every page */
input, textarea, select
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #3d3d3b;
}

body, html
{
	margin:0;
	padding:0;
	color: Black;
}
form
{
		padding-top:0;
		margin-top:0;	
		margin-bottom:0;
		padding-bottom:0;
}
body
{
	background: White;
	width:990px;
	margin:auto;
}

body, td, th, label
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}
a, a:visited, a:active
{
	color: #075234;	
}
a:hover
{
  color: #7d5e20;
  text-decoration: underline;
}
.required
{
  font-weight: bold;
}
.small
{
	font-size: 10pt;
}
.large
{
	font-size: 10pt;
	font-weight: bold;
	color: #075234;
}
.info
{
	color: #866e01;
	font-weight: bold;
}
.indented
{
  margin-left: 15px;
}
p.indented
{
  margin-top: 8px;
  margin-left: 25px;
}
div.StatusNote
{
  background-color: #ebeadb;
  padding: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: solid black 1px;
}
h1 {
	font-family: Times New Roman;
	font-size: 16pt;
	margin-top: 20px;
  font-weight: normal;
}

h2 {
	font-family: Times New Roman;
	font-size: 16pt;
	color: #075234;
	margin-top: 20px;
  font-weight: normal;
	}
	
h3 {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 20px;
	}
h4 {
	font-family: Times New Roman;
	font-size: 12pt;
	color: #075234;
	font-weight: normal;
	margin-top: 20px;
	}
h5
{
  font-size: 9pt;
  font-weight: bold;
  margin: 5px 0px 5px 0px;
}
img
{
	border: 0;
}
.sectiontitle {
	font-family: Times New Roman;
	font-size: 12pt;
	border-bottom: 1px solid #e8dcbc;
	margin-top: -20px;
	margin-bottom: 25px;
}

.bold-highlight {
	font-weight: bold;
	}

.green-highlight {
	font-weight: bold;
	color: #075234;
	}

.gold-highlight {
	font-weight: bold;
	color: #7d5e20;
	}

.alert {
	font-weight: bold;
	color: red;
	}
hr
{
  border: 0;
  color: #d9d9d9;
  background-color: #d9d9d9;
  height: 1px;
}
.label
{
  vertical-align: top;
  text-align: right;
}
input.Button 
{	
  border: 1px solid black;
  font-weight: bold;
  font-size: 8pt;	
  color: #e8e2cc;	
  font-family: Century Gothic;	
  background-color: #866e01
}
.value
{
}
.small
{
  font-size: x-small;
}
.hidden
{
  display: none;
}
.shown
{
  display: inline;
}
.NoWrap
{
  white-space: nowrap;
}
#Container
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	/*height: 780px;*/
	padding:0px 20px 0px 20px;
	background-image:url(/Images/SiteBackground.gif);
	background-repeat:repeat-y;
/*	margin-top: 10px;*/
}
#HeaderContainer
{
	background: #c9b582 url(../Images/Common/header_background_interior.jpg) no-repeat;
	background-position: top right;
	position: relative;
	width:950px;
}
.WCLogo
{
  position: relative;
  left: 0px;
  top: 0px;
}
#Header
{
  background: #c9b582;
	height: 130px;
	MIN-height: 130px;
	width:950px;
}
#HeaderCurrentUserBox
{
	color: #8b5a2f;
	font-size: 14pt;
	font-family:Times New Roman;
	position: absolute;
	right: 20px;
	top: 5px;
}
#HeaderNavigation
{
	position: absolute;
	right: 9px;
	top: 45px;
	color: #392c10;
}
.SiteViewOptions
{
	position: absolute;
	right: 20px;
	top: 75px;
	text-align: right;
}
.SiteViewOptions ul
{  
  list-style: none;
}
.SiteViewOptions li
{
  display: inline;
}
.LoggedInAs
{
  cursor: default;
  text-decoration: none;
}
#HeaderNavigation ul
{
	list-style: none;
}
#HeaderNavigation li
{
	display: inline;
}
#HeaderNavigation img
{
	vertical-align: middle;
}
#HeaderNavigation a, #HeaderNavigation a:visited
{
	color: #392c10;
	font-size: 9px;
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
}
#NavigationBar
{
	height: 51px;
}
#NavigationBar ul
{
	list-style: none;
}
#NavigationBar li
{
	display: inline;
}
#NavigationBar ul ul
{
	border: solid 1px #A25F1B;
}
#NavigationBar ul ul a, #NavigationBar ul ul a:visited
{
	color: #A25F1B;
}
#Main
{
	background-color: #ffffff;
	min-height: 530px;
	overflow: hidden;
}
#MainContainer
{
  position: relative;
  background-color: #c9b582;
	top: 0px;
	width:950px;
}
#PrintLink
{
	position: absolute;
	right: 25px;
	top: 20px;
}
/*#ContentFooter
{
  margin-top: 10px;
  font-size: 9pt;
	clear: both;
	border-top: solid 1px #b7b4af;
	text-align: center;
}
#ContentFooter ul
{
  margin-top: 2px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
#ContentFooter ul li
{
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
}*/
#Footer
{
	clear: both;
	padding-top: 10px;
	padding-left: 3px;
	padding-bottom: 10px;
	width:950px;
}
#Footer ul
{
	border: solid 1px #9c9c9c;
	list-style: none;
	padding: 8px 20px 8px 20px;
	margin: 0;
}
#Footer li
{
	display: inline;
}
/*#Footer a, #Footer a:active, #Footer a:link
{
	color: #342b16;
	text-decoration: none;
}*/
/*#Footer a:hover
{
  color: #7d5e20;
	text-decoration: underline;
}*/
#FooterLeft
{
  width: 317px;
  text-align: center;
	font-size: 7pt;  
}
#FooterRight
{
  width: 625px;
  text-align: center;
	font-size: 7pt;  
}
#LoginBox
{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
#ChangePasswordBox
{
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  border: 1px solid #e2e1df;
  padding: 5px;
}
#LoginBox td
{
  font-size: 8pt;
}
#LoginBox .EmailAddress, #LoginBox .Password, #LoginBox .LoginButtons, #LoginBox .ForgottenPassword, #LoginBox .Instructions, #LoginBox .ForgottenPasswordMessage, #LoginBox .ForgottenPasswordButton
{
  margin: 10px;
  font-size: 8pt;
}
.ForgottonPassword
{
  display: none;
}
#LoginBox .Error
{
  margin: 10px; 
}
.LoginButton
{
  position: absolute;
  top: 150px;
  left: 250px;
}
#LoginFormButton
{
  position: absolute;
  top: 132px;
  right: 150px;
}
.login
{
  height: 350px;
  width: 43%;
  float: left;
  margin-left: 20px;
  border: 1px solid #c9b582;
  padding: 10px;
  background-color: #ebeadb;
}
#Register
{
  display: none;
}
#ForgottenEmailLabel
{
  margin-top: 10px;
}
#ForgottenEmailTextBox
{
  margin-top: 5px;
  margin-bottom: 10px;
}
#LoginBox div.EmailAddressText
{
  margin-top: 10px;
  margin-bottom: 10px;
}
.ErrorLabel
{
  color: Red;
}
td.Warning
{
  color: #d2691e;
}
.VerifyProfile
{
  font-weight: bold;
}
.InactiveLink
{
  color: #000;
}
.SideBarBox
{
	margin-bottom: 5px;
	padding: 20px;
	height: 142px;
	background-color: white;
	color: Black;
	font-size: 13px;
	max-height: 142px;
	overflow: hidden;
}
.SideBarBox a, .SideBarBox a:visited
{
	/*color: #95653f;*/
}
.SideBarBox p
{
	margin: 3px 0 0 3px;
}
.SideBarBox h1
{
	font-family: Times New Roman;
	font-size: 14pt;
	margin: 0 0 1px 0;
}
.SideBarBox ul
{
  margin-top: 0px;
  margin-left: 10px;
  padding-left: 0;
  font-family: Verdana;
}
.SideBarBox li
{
  margin-left: 12px;
  margin-bottom: 2px;
  padding: 0px 0px 0px 5px;
  font-size: 10pt;
}
.SideBarBox li a
{
  /*color: #6f5024;*/
}
#EducationEventsSideBarBox
{
	background-image: url(../Images/Common/SideBarBoxes/EducationEventsSideBarBoxBG.gif);
		background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	height: 152px;
	max-height: 152px;
}
#EducationEventsSideBarBox li, #EducationEventsSideBarBox ul
{
  list-style: none;
  margin-left: 0px;
  font-size: 10pt;
}
#AttorneySearchSideBarBox
{
	background-image: url(../Images/Common/SideBarBoxes/AttorneySearchSideBarBoxBG.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 10px;
	height: 152px;
	max-height: 152px;
}
#AttorneySearchSideBarBox input.TextBox
{
	margin-top: 8px;
	width: 270px;
	font-size: 10pt;
	z-index: -1;
}
#AttorneySearchSideBarBox input.Button
{
	margin-top: 8px;
	margin-left: 213px;
	width: 60px;
	font-size: x-small;
}
#AttorneySearchSideBarBox select
{
	margin-top: 8px; 
	width: 274px;
	font-size: 10pt;
}
ul.AspNet-Menu
{
	z-index: 999;
}
ul.AspNet-Menu ul
{
    background: white;
}
ul.AspNet-Menu ul li
{
    border-bottom: #ecdfd1;
    padding: 4px 8px 4px 8px;
    width: 200px;
}
ul.AspNet-Menu ul li:hover
{
	background-color: #f2f0eb;
}
th.Label
{
  text-align: right;
  width: 20%;
}
.paddedContainer
{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #d0d0bf;
}


/* CSS For Order History Tab in Member Profile  */
.Orders
{
  width: 100%;
}
.OrderHeader
{
  background-color:#c9b582;
}
.leftSideFloat
{
  clear: both;
  float: left;
  width: 407px;
}
.rightSideFloat
{
  float: left;
  margin-left: 10px;
  width: 485px;
  height: 100%;
}
.IE6DivHack
{
  /*Allows the floating divs within the div to show up in IE 6
  http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0 */
  height: 1%;
}


.ContentPanel
{
  font-size: 10pt;
  line-height: 140%;
  color: Black;
}
table.SubscriptionDetail
{
  border: 1px solid;
}
table.SubscriptionDetail td.Label
{
  font-weight: bold;
}

/* fix the line height for list items and header tags */
.ContentPanel h1, .ContentPanel h2, .ContentPanel h3, .ContentPanel h4, .ContentPanel h5, .ContentPanel h6,
.ContentPanel font[size="1"]
{
  line-height:normal;
}

