
Body
{
overflow: -moz-scrollbars-vertical;	

}
BODY, p, td 
{
    font-family: Arial;    
    color: #000000; 
    font-size: 11px; 
	/*background-color:#e5e5e5;*/
	
}

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: #1B4692;	
	text-decoration: none;
	cursor:pointer;	
}


a:visited
{
	color: #1B4692;		
	text-decoration: none;
	cursor:pointer;	
}


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%;
}

	
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;
    
}

table.mainmenu
{
	margin-top:15px;
	margin-left:15px;
	width:130px;
	text-align:left;
}


td.mainmenu
{
	color:#000000;
	padding:3px;	


	
}

td.mainmenuTitle
{
	color:#000000;
	padding:3px;
	/*border:1px solid;*/
	background:#1B4692;
	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;
	margin-left:80px;
}

/* 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: #1B4692;
	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:60px;
	/*border-left:1px dashed #ffffff;
	border-right:1px dashed #ffffff;*/
	height:400px;
	width:585px;/*785px;*/
	text-align:left;
	
}

div#wrapper
{
	margin-top:3px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	border: 1px solid #1B4692;
	background-color:#FFFFFF;
	
}
div#footer
{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
}

#menupanel
{
	BACKGROUND:#FFFFFF;
	background-image:url(../images/Design/sa_archbar_b.gif);
	background-position:0px 0px;
}

.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-type:none;
	margin-left:13px;
	
	/*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;
}





#ctlNewMenu_pnlMenu
{
	padding:0;

	margin-top:55px;
	margin-left:11px;
	margin-bottom:10px;
	font-size:14px;
}

#ctlNewMenu_pnlMenu a:link, #ctlNewMenu_pnlMenu a:visited, #ctlNewMenu_pnlMenu a:hover, #ctlNewMenu_pnlMenu a:active
{
	font-family: Arial;
	color:#1B4692;
	/*color:#BFC0C2;*/
	font-weight:bold;
}

#ctlNewMenu_pnlMenu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ctlNewMenu_pnlMenu ul ul
{
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	margin:5px;
	display:none;
		
}

#ctlNewMenu_pnlMenu ul li
{
	padding:5px;
	width:160px;	
}

#ctlNewMenu_pnlMenu ul li ul li
{
	
	padding:2px;
	font-size:12px;
	width:110px;
}

#ctlNewMenu_pnlMenu a.pageactive
{
	color: #808284;
}

@media print {
	.centerTable
	{
	padding:0;
	padding-top:15px;
	
	/*border-left:1px dashed #ffffff;
	border-right:1px dashed #ffffff;*/
	
	width:565px;
	}
	
	 .memberHeader
	 {
		color:#1B4692;	
	 }
	 
	 .noprint
	 {
		display:none;
	 }
	 
	 .printonly
	 {
		display:block;
	 }
	 
	 div#wrapper
	 {
		border:1px solid #FFFFFF;
	 }
	 
	 div#footer
	{
	
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:center;
	}
	
}

@media screen
{
	.noprint
	{
		display:inline;		
	}
	
	.printonly
	{
		display:none;	
	}
	
}

#ctlGenericDataList_TableDataList
{
	/*border:1px solid blue;*/
}

#ctlGenericDataList_TableDataList table
{
	/*border:1px solid green;*/
}


