/*DMS starts here*/

/********** Miscellaneous ************/

/* Hidden obj */
.hidden {
    display:none;
}

/*Interactive*/
.interactiveDes {
	background: url('/uscourts/images/interactive_icon.png') no-repeat 0 97%;
}
.interactiveDes a{
 color: #7e6b59 !important;
 display:block;
 font-size: 12px;
 text-decoration: none;
 padding: 0 0 10px 35px;
}
.interactiveDes a:hover{cursor:pointer;
}

/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {background-color: #EFEFEF; padding: 4px; margin-bottom: 0;}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}
.left,.alignleft {float: left;}
.right,.alignright {float: right;}
.photoAlignLeft {float: left; padding-right:10px;}																																																																																																																	
.photoAlignRight {float: right; padding-left:10px;}			
.photoCaption p {font-size: 12px; color:#7e6b59; vertical-align: top; clear: both; text-align: left; padding-left:5px;margin-top:0px;padding-top:0px;}		
.photoExpand {font-size:12px; font-style:italic !important; color:#8D9298; text-align:center; margin:0px;padding:0px;}
span.photoCredit {font-size:10px; font-family:Arial, Helvetica, sans-serif; color:#000;margin:0px; padding:0px;font-style:normal;}
.imageBorder {border:4px solid #efefef;}


/* box */
.blueCallOut{background: #B3BCC4; color: #7e6b59; margin-bottom: 20px; padding: 10px;}
.blueCallOut h3{color: #182854; font-size: 13px;}

.textBoxRight {width: 230px; padding: 0 1em; float: right; margin-left: 20px;}
.textBoxLeft {width: 230px; padding: 0 1em; float: left; margin-right: 20px;}
.tbTan{background-color:#F7F3DF; border:4px solid #EAE2B3;}
.tbTan p{color: #544931;}

.textBoxNav {width: 220px; padding: 1em; border: #E0ECFA 2px solid; background: #EEF5FD; color: #7e6b59;}
.textBoxNav a {color: #1673b6; font-size: 12px; }
.textBoxNav a:hover {color: #00235d; text-decoration: underline;}
.textBoxNav ul li {list-style-type: square; margin-left: 15px;}


/*table*/
table.blue { margin: 1em; border-collapse: collapse; font: 12px Arial, Helvetica, sans-serif;}
table.blue td, table.blue th{padding: .5em !important; border: 1px #ccc solid; background-color: #eff5fb; vertical-align:top;}
table.blue thead, table.blue thead th { background-color: #182854 !important; color:#FFF; border-top: 4px solid #871517; vertical-align:top;} 


/*Font Style*/
p.tableBlueHeader {color: #182854; font-weight: bold; margin: 2px;}
p.tableWhiteHeader {color: #ffffff; font-weight: bold; margin: 2px;}
p.tableTanHeader {color: #c5aa63; font-weight: bold; margin: 2px;}

/*Separator*/
.separator{display: block; margin: 30px 0; clear:both;}
.content-separator{
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
  margin: 20px 0;
}
/*____________________________________________________________*/
.printOnly{	display:none;}	

ul li {
	color:#333;
}
ol {
	padding-left:25px;
}
ol li
{
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #333;
	list-style-type: decimal;
	padding-bottom:3px;
}
ol.numericList li{
	list-style-type: decimal;
}
ol.upperRomanList li{
	list-style-type:upper-roman;
}
ul.upperRomanList li{
	list-style-type:upper-roman;
}
ol.lowerRomanList li{
	list-style-type:lower-roman;
}
ul.lowerRomanList li{
	list-style-type:lower-roman;
}
ol.upperAlphaList li{
	list-style-type:upper-alpha;
}
ul.upperAlphaList li{
	list-style-type:upper-alpha;
}
ol.lowerAlphaList li{
	list-style-type:lower-alpha;
}
ul.lowerAlphaList li{
	list-style-type:lower-alpha;
}
ol.blankList li{
	list-style-type: none;
}
ul.blankList li{
	list-style-type: none;
}
.footnote {
    font-size:x-small;
    font-style:italic !important;
    color:#8D9298;

}

.dataTable {
	border-collapse:collapse;
}

.dataTable td {
	border:1px solid #828b95; 
	padding:5px;
}

table.dataTablePadded {
	border-collapse:collapse;
}

table.dataTablePadded tr td {
	border:1px solid #828b95; 
	padding:7px;
}
.relatedItems {
	border:1px solid #828b95; 
	width: 300px;
	float:right;
    margin-left:10px !important;
	clear:both;
	padding-bottom:10px;
	margin-bottom:5px;
}
.bottomBorder {
		border-bottom:1px solid #828b95;
}

/* placeholder background for layout purposes.  Simply remove the placeholder class when ready to publish  */
.placeholder {
    background-image:url(/uscourts/images/placeholder.gif);
    background-repeat:repeat;
    border:1px solid #000;
} 


/* Alphabetical Glossary */

.firstUL{
	padding:0px 0px 0px 10px;
	margin:0px;
	background-color:#182854;
}

.firstUL li {
	background:transparent url(/images/link_sprite_img.jpg) no-repeat scroll 0 0;
	display:inline;
	font-family:'Arial',Verdana,Tahoma;
	font-size:14px;
	font-weight:bold;
	padding:10px 6px 15px;
	line-height:50px;
	cursor:pointer;
}

.firstUL li.selected{
	background:transparent url(/images/link_sprite_img.jpg) no-repeat scroll 0px -38px;
	color:#871517;
	font-weight:bold;
}

#body-container{
	width:100%;
	height:500px;
	margin:0 auto;
	border:1px solid #CFDCEE;
}

#body-container .glossary-container{
	clear:both;
}

#body-container .content-container{
	height:430px;
	width:100%;
	overflow:auto;
	font-family:'Arial',Verdana,Tahoma;
	font-size:10pt;
	clear:both;
}

#body-container .content-container div{
	padding-left:10px;
	border-bottom:1px #666666 solid;
}

#body-container .content-container div h2{
	margin-top:0px;
}

#body-container .content-container p.return-to-top{
	color:#3787d5;
	text-decoration:underline;
	text-align:right;
	margin-right:10px;
	cursor:pointer;
}
.glossary-container ul li {
	padding:10px 5px 15px;
	line-height:50px;
	cursor:pointer;
	margin: 0px !important;
}

/*Court Locator*/
#formCourtLocator
{
    width: 100%;
    margin: 0 auto;
}

.locatorInput
{
    margin-right: 20px;
}
.btnSubmit
{
    width: 100px;
    float: left;
		font-size: 18px;
}
.searchButton
{
    background-color: #256DB3;
    color: #fff;
		font-size: 14px !important;
		font-weight: bold;
    margin: 10px 0 10px 10px;
}

.valSummary
{
    font-size: 13px;		
		margin: 0px;
}
.headerBlue
{
    background-color: #182854;
    color: #fff;
    font-weight: bold;
		line-height:24px;
		font-size: 14px;
}
.results
{
    font: 12px Arial, Helvetica, sans-serif;
    color: #333;
    text-align: center;
		line-height:22px;
}

.courtLocatorGrd 
{
	  margin: 20px 0 !important;	
	
}

.pagerStyle
{
	margin-right: 20px;
	color: #ff0000;
	font-weight: bold;
	font-size: 14px;
}
.HideRow 
{
  
	display:none;
}
.clearBorder{
	border: 1px #FFF;
}

.returnSearch {
 font-size: 12px !important;
 font-weight: bold;
 margin-bottom: 10px;
}

.returnResult {
 font-size: 13px !important;
 font-weight: bold;
 margin-top: 20px !important;
 color: #871517 !important;
}

	
/*News Module*/


.sf_newsTitle{
	font-family: Arial, Helvetica, San-serif !important;
	font-size:12px !important;
	font-weight: bold !important;
	background-image: url(Images/Common/blueArrow.gif) !important;
	background-repeat:no-repeat !important;
	background-position:left !important;
	padding-left: 10px !important;	
	}	

.sf_newsList p{
	padding-left: 10px;
	}
	
.sf_newsList li{

	padding-bottom: 15px !important;
	}
	
.sf_newsDate{
	font-style:italic !important;
	padding-left: 10px;
	color: #666;
	margin-top: 5px;
	}
ol.sf_pager li {
	list-style-type: none !important;
	}

/*News Archive Module*/
.RadTreeView .rtUL .rtIn {
	color: #1673B6 !important;
	font-family:Arial,Helvetica,sans-serif !important;
	
	}

.RadTreeView .rtLI .rtFirst {
	color: #00C;
	}

/* The Third Branch */

.ttbQuestion {
    float:left;
    width:27px;
    height:26px;
    padding-right:5px;
    background-image:url(/uscourts/News/TTB/2010-04/images/letter_Q.gif);
    background-repeat:no-repeat;
}

.ttbAnswer {
    float:left;
    width:27px;
    height:25px;
    padding-right:5px;
    background-image:url(/uscourts/News/TTB/2010-04/images/letter_A.gif);
    background-repeat:no-repeat;

}
.ttbQuote {
	border-top:2px solid #182854;
	border-bottom:3px solid #182854;
	text-align:center;
	padding:15px;
	margin:10px;
}
.ttbQuote span.main{
	color:#871517;
	font-size:16px;

	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.ttbQuote span.author{
	color:#828b95;
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	font-family: Tahoma, Geneva, sans-serif;
	padding-top:10px;
}
.ttbYellowCallout {
	background-color:#e8dead;
	padding:15px;
	margin:10px;
	
}

span.blueSubTitle {
    font-weight:bold;
    color:#004a8c;
    font-style:normal;
}

span.redSubTitle {
    font-weight:bold;
    color:#871517;
    font-style:normal;
}


/* Side Column - ColllapsiblePanel (Find Information On)*/
.sidecolumn ul li {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:150%;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 0 20px;

}
.sidecolumn .CollapsiblePanelTab ul li {
color:#113268 !important;
text-decoration: none !important;	

}
.sidecolumn .CollapsiblePanelTab {
text-decoration: none !important;
}
.sidecolumn a {
color: #1673b6;
	}
	
.sidecolumn a:hover {
color: #113268;
	}
.sidecolumn .CollapsiblePanelContent ul li {
background-image:url(Images/Common/blueArrow.gif) !important;
background-position:0px 5px !important;
background-repeat:no-repeat !important;
margin-left: -10px;
padding-left: 10px;
}

/*Education Resources -  Resource Go-Kit*/
			.boxgrid{ 
				width: 157px; 
				height: 202px; 
				margin:10px; 
				float:left; 
				background:#EBF2FA; 
				border: solid 2px #9a9ba3; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{ 
					padding: 0 10px; 
					color:#afafaf; 
					font-weight:bold; 
					font:10pt "Lucida Grande", Arial, sans-serif; 
				}

/*Jquery Content Navigation*/
.contentnavcontainer
{
   width:600px;
   margin-top:20px;
}
.msg_body
{
  border:1px solid #CCCCCC;
  padding: 5px;
  width: 600px;
  background-color:#F4F4F8;
  text-align:justify;
  position:absolute;
}
.contentnavlinkclass
{
  
  color:#006699;
}

/*   design layouts for Judicial Vacancies landing page- which is a manual page for the moment  */

    .manualTable table {border-collapse:collapse;}
    .manualTable table tbody tr td {padding:10px;  font-family:Verdana, Arial, Helvetica, sans-serif; font-size:small;}
    .manualTable table tbody tr td.subheader {background-color:#E6E6E6;border:1px solid #E1E1E1;}
    .manualTable .dataOddRow {background-color:#edf4fe; }
    .manualTable .dataEvenRow {background-color:#FFFFFF; }
    .manualTable .subtotal{background-color:#E6E6E6;border:1px solid #E1E1E1;}
    .manualTable .total{background-color:#CDCDCD; font-weight:bold;border:1px solid #E1E1E1;}
    .manualTable p, li {font-family:Verdana, Geneva, sans-serif; font-size:x-small;}
    .manualTable h3{font-family:Verdana, Geneva, sans-serif; }
