/** 
Business Law Styles 
	-Modify the ABA buckets for Business Law Colors
	-Form Styles
	-Book Feed Mod
	-Meeting Styles
**/

.noshow{display: none;}

.boxtitle, .boxcontent {	
	max-width: 500px; 
}
.boxtitle{
	color: #ffffff;
	padding: 0 2px 4px 2px;
	font-family: Verdana;
	font-size: 12px;
}
.boxcontent{
	color: #000000;
	padding: 4px 4px 4px 4px;
	font-family: Arial;
	font-size: 12px;
}



/** Clip Content That's Too Wide **/
.module-content {
overflow: hidden;
}

/**
.module-content p {
width: 100%;
overflow: hidden;
}
**/


/** Form Styles **/
#content input[type="text"], #content select, #content textarea{
background: #f5efda;
}
select{
font-size: 100%;
font-style: none;
}
#comfoo optgroup{
font: inherit;
font-weight: bold;
color: #870005;
}
#comfoo optgroup option{
font-weight: normal;
color: #000;
}

#search_comfoo optgroup{
font: inherit;
font-weight: bold;
color: #870005;
}
#search_comfoo optgroup option{
font-weight: normal;
color: #000;
}

.redcount{
border: 0;
background: transparent !important;
background-color: transparent !important;
color: #aa0006;
font-size: 130%;
font-weight: bold;
text-align: center;
}


.com-drop{
width:98%;
background: #ddf6ff;
background-color: #ddf6ff;
padding:4px;
border:1px solid #76b5fb;
margin: 0;
}

.com-drop .com-title{
font-weight: bold;
color: #5888bc;
}


/** Meeting Box Styles **/

/** straight up dashed box **/
.meeting-box{
width:400px;
background:#d1e3eb;
padding:8px;
border:thin dashed #0000ff;
margin: 0 30px 15px 30px;
}

/** fancy dancy box **/
.meeting-box2{
	width:780px;
	background-image: url('/buslaw/images/template/meetingpages/l-r-border_white.jpg');
	background-repeat:repeat-y;
	background-color:white;
	padding:0 0 25px 0;
	margin: 0 0 0 0;
}
.meeting-box2 h2 {
	background: white;
	background-image: url('/buslaw/images/template/meetingpages/blue1_white.jpg');
	background-repeat:no-repeat;
	padding:20px 20px 20px 20px;
	margin-bottom: 15px;
	margin-top:0;
	font-size:14px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 15px;
	text-align:left;
	color: #ffffff;
}
.meeting-box2 h2 div{
font-size:12px; 
color:white;
font-weight: normal;
}
.meeting-box2-content {
	padding: 0;
	margin:0 15px 0 0;
	width:680px; 
}
.meeting-box2-footer {
	width:708px;
	padding:0 0 25px 0;
	margin: 0 0 0 0;
	background-color: white;
	background-image: url('/buslaw/images/template/meetingpages/footer.jpg');
	background-repeat:no-repeat;
	}
.meeting-box2 h2 a{
	color:#D1E3EB
}


/** Text styles **/
.urgent{
font-weight: bold;
color: #8c0c12;
}
a.urgent {color: #8c0c12;}
a.urgent:link {}
a.urgent:visited {color: #8c0c12;}
a.urgent:hover {color: #8c0c12;}
a.urgent:active {color: #8c0c12;}


.date 
{
font-size: 11px;
color: #666666;
}

.unavailable 
{
color: #b9b9b9;
}



.module-band1 {padding: 3px 5px;
	font-size: 90%;
	border-top: 1px solid #999;
	background: #ededed;}

.module-band1 p {margin: 0;
	padding: 0;
	}


.module-band2 {padding: 3px 5px;
	font-size: 90%;
	border-top: 1px solid #999;
	background: #FFFFFF;}

.module-band2 p {margin: 0;
	padding: 0;
	}
