
BODY, p, td 
{
    font-family: Arial;    
    color: #000000; 
    font-size: 11px; 

}

UL
{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;	
	
}

OL
{
	margin-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	padding-top:0px;	
}

p
{
	margin:0px;
	line-height: 130%;
}

H1, H2, H3, H4 {
	font-family: Arial, Verdana;
	font-weight: bold;   
}

H6 
{
	font-family: Arial, Verdana;
	font-weight: normal;   	
}

H1 { font-size: 16px; }
H2 { font-size: 14px; }	
H3 { font-size: 15px; }	
H4 { font-size: 10px; }
H6 { font-size: 8px; }
	


input, textarea, select
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 11px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: Arial, Verdana;
}

.command
{
	border: 1px solid #444444;
	font-weight: bold;
	width: 90px;
	cursor: pointer;
	color: #444444;
	background-color: #eeeeee;
}

a:link
{
	color: #8D0122;	
	text-decoration: none;
	cursor:pointer;	
}


a:visited
{
	color: #8D0122;		
	text-decoration: none;
	cursor:pointer;	
}

#ctlGenericDataList_TableDataList a:link, #fieldlist a:link
{
	color: #000000;	
}

#ctlGenericDataList_TableDataList a:visited, #fieldlist a:visited
{
	color: #000000;	
}


select.submenu
{
	color: #000000;
	background-color: #FFFFFF;
	
	
}

.error
{
	font-weight: bold;	
	color: red;
}

.adminBody
{
	background-color: white;
	margin:0px;
}

div.copyText
{
	line-height: 150%;
}

td.copyText
{
	line-height: 150%;
}

@media print
{
	.noprint
	{
		display:none;
	}
	
}

@media screen
{
	.noprint
	{
		display:inline;		
	}
	
}
	
td.mediaManagerHeader
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 2px;
	COLOR: white;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: 2px solid #000000;
	BACKGROUND-COLOR: #E8E0DE;
	height: 20px;
	font-weight: bold;
}

td.mediaManagerFooter
{
	PADDING-RIGHT: 2px;
	PADDING-LEFT: 6px;
	PADDING-BOTTOM: 2px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #DDDDDD;
	height: 20;
}

td.mediaManagerList
{
	OVERFLOW: auto; 
	HEIGHT: 100%;
	vertical-align: top;
}

td.mediaManagerPreview
{
	PADDING-RIGHT:10px; 
	PADDING-LEFT:10px; 
	PADDING-BOTTOM:10px; 
	OVERFLOW:auto; 
	WIDTH:100%; 
	PADDING-TOP:10px; 
	HEIGHT:100%
}

td.adminHeader
{
    font-family:Arial, Verdana;
    color: #000000; 	 
	 font-size: 18px; 
	PADDING: 4px;	 
	BORDER-BOTTOM: 2px solid #000000;
	BACKGROUND-COLOR: #E8E0DE;
	height: 20px;
	font-weight: bold;
}

td.adminHeader2
{
    font-family: Arial, Verdana;  
    color: #000000;	 	 
	 font-size: 18px; 
	font-weight: bold;
}

label.adminLabel
{
	font-family: Arial, Verdana;
	color: #000000;	
	font-size: 11px;
	font-weight:bold;
}

.adminLabel2
{
	font-family: Arial, Verdana;
	color: #000000;	
	font-size: 11px;
}

td.adminLabel
{
	font-family: Arial, Verdana;
	color: #000000;	
	font-size: 11px;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;	
}

label.adminHeader
{
	color: #000000;	
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

label.adminHeader2
{
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

td.adminData
{
    color: #000000; 
    font-size: 11px; 
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

td.adminData ul
{
	list-style-image: url(../images/design/arrow.gif);
    list-style-type:square;
    
}



td.mainmenu
{
	color:#000000;
	padding:3px;	


	
}

td.mainmenuTitle
{
	color:#000000;
	padding:3px;
	/*border:1px solid;*/
	background:#8d0122;
	margin:0px;
	
}

a:link.mainmenu, a:visited.mainmenu, a:hover.mainmenu, a:active.mainmenu
{
	font-weight: bold;
	font-size: 10px;
	color: #aaaaaa;
	font-family: Arial, Verdana;
	text-decoration: none;
	
}



a:link.mainmenuTitle, a:visited.mainmenuTitle, a:hover.mainmenuTitle, a:active.mainmenuTitle
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	text-decoration: none;
	
}


td.mainmenuTitle a:hover.mainmenu, td.mainmenuTitle a.mainmenu, td.mainmenuTitle a:link.mainmenu,  td.mainmenuTitle a:active.mainmenu
{
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF !important;
	font-family: Arial, Verdana;
	text-decoration: none;
	
}

table.submenu
{
	width:100px;
	border-collapse:collapse;
	margin-top:6px;
	
}

/* Firefox adjustment using CSS Adjacent Selector rule*/
a + table.submenu
{
	width:100px;
	border-collapse:collapse;
	margin-top:0px !important;
	
}

td.submenu, td.submenuTitle
{
	width:100px;
	background-color: #8d0122;
	z-index: 200;
	margin: 0;
	padding:3px;
	border-bottom:1px solid #FFFFFF;
	
}



a:link.submenu, a:visited.submenu, a:hover.submenu, a:active.submenu
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: none;
	width:100px;
	
}

a:link.submenuTitle, a:visited.submenuTitle, a:hover.submenuTitle, a:active.submenuTitle
{
	font-weight: normal;
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Verdana;
	text-decoration: none;
	width:100px;
	
}

#ctlViewBarristerRight_divFieldTitle
{
	position:relative;
	
	width:138px;
	height:18px;
	left:-5px;
	border-top: dashed #eeeeee 1px;
	border-bottom: dashed #eeeeee 1px;
	color:#eeeeee;
	text-align:center;
	margin-top:30px;
	
}

#divFieldTitle
{
	position:relative;
	
	width:138px;
	height:18px;
	
	font-weight:bold;
	border-bottom: dashed #eeeeee 1px;
	color:#eeeeee;
	text-align:left;
	margin-top:4px;
	padding-left:2px;
	
}

#divNewsTitle, #ctlChambersMiniInfo_divNewsTitle
{
	position:relative;
	
	width:138px;
	height:18px;
	left:-5px;
	font-weight:bold;
	border-bottom: dashed #eeeeee 1px;
	color:#ffffff;
	text-align:left;
	margin-top:4px;
	padding-left:2px;
	
}

#divChambersMiniInfo
{
	padding-top:17px;
	text-align:left;
	color:#999999;
	padding-left:15px;
	width:150px;
}

#divChambersMiniInfo a
{	
	color:#cccccc;

}

#divChambersMiniInfo a:hover
{	
	color:#cccccc;
	text-decoration: underline;

}

.centerTable
{
	padding:0;
	padding-top:15px;
	/*border-left:1px dashed #ffffff;
	border-right:1px dashed #ffffff;*/
	height:300px;
	width:680px;
}

.rightPanel
{
	color:#eeeeee;
}
#ctlViewBarristerRight_lblName
{
	top:10px;
	color:#eeeeee;
}
#ctlViewBarristerRight_pnlBarristerLeft 
{
	width:140px;
	/*border:1px solid red;*/
	margin:0;
	padding:0px;
	
	
}
#ctlViewBarristerRight_pnlBarristerLeft #imgbox
{
	position:relative;
	text-align: center;
	top:10px;
	color:#eeeeee;
	
}
#ctlViewBarristerRight_pnlBarristerLeft #divOptions
{
	position:relative;
	width:140px;
	top:20px;
}



#ctlViewBarristerRight_pnlBarristerLeft a
{
	color:#eeeeee;
}

#ctlViewBarristerRight_pnlBarristerLeft a:hover
{
	text-decoration: underline;
	color:#eeeeee;
}

#ctlMemberAssociation_pnlMemberAssoc p 
{
	color: #eeeeee;
}
#ctlMemberAssociation_pnlMemberAssoc select 
{
	font-size:7pt;
}

#ctlBarristerFieldList_lblFieldBarristers ul
{
	
	list-style-image: url(../images/design/arrow.gif);

}
#ctlFields_pnlFields ul
{
	list-style-type:square;
	list-style-image: url(../images/design/arrow.gif);
	color: #8d0122;
	position:relative;
	left:-12px;
	
}
#ctlFields_pnlFields ul li
{
	padding:0px;
	margin:4px;
	
}

#ctlFields_pnlFields ul a:hover
{
	
	color: #eeeeee;
	text-decoration:underline;
	
}

#ctlViewBarristerRight_pnlFieldAreas
{
	text-align:left;
	
}

#ctlViewBarristerRight_pnlFieldAreas ul
{
	list-style-type:square;
	list-style-image: url(../images/design/arrow.gif);
	color: #8d0122;
	position:relative;
	left:-12px;
	
}

ul.squareul
{
	/*list-style-type:square;*/
	list-style-image: url(../images/design/arrow.gif);
	color: #8d0122;
} 



.leftnewsheading
{
	color:#FFFFFF;
	font-weight:bold;
	margin-top:15px;
}
/* orphaned class in GenericDataList*/
.newsHeading
{
	color:#AAAAAA;
}

@media print {
	.centerTable
	{
	padding:0;
	padding-top:15px;
	
	/*border-left:1px dashed #ffffff;
	border-right:1px dashed #ffffff;*/
	height:300px;
	width:680px;
	}
	
	 .memberHeader
	 {
		color:#444444;	
	 }
	
}



