﻿/************************************************************************
* Generic element styles
************************************************************************/
body
{
    margin:0;
    padding:0;
    background:#FFF;
    color:#000;
    font-family:Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
    line-height:18px;
    overflow:-moz-scrollbars-vertical;
}
form
{
    margin:0;
    padding:0;
}
* html a
{
	position:relative;	
}
a:link, a:visited
{
    color:#003467;
    text-decoration:none;
}
a:hover, a:active
{
	color:#003467;
    text-decoration:underline;
}
input, select, textarea
{ 
    font-family:Lucida Sans, Lucida Grande, Tahoma, Arial, Helvetica, Verdana, sans-serif;
    font-size:10px;
}
input.txt
{
	padding:1px 2px;
}

/* main master */
.PageHeader
{
	width:984px;
	height:30px;
	margin:0 auto;
	padding:0;
	background:url(/Images/bgPageHeader.png) no-repeat;
}
.PageBody
{
	width:984px;
	margin:0 auto;
	background:url(/Images/bgPageBody.png) repeat-y;
}
.PageFooter
{
	width:984px;
	margin:0 auto;
	padding:20px 0;
	background:url(/Images/bgPageFooter.png) no-repeat;
	color:#707070;
	text-align:center;
}
.HeaderContainer
{
	width:960px;
	height:30px;
	margin:0 auto;
	position:relative;
}
.BodyContainer
{
	width:960px;
	margin:0 auto;
}
.FooterContainer
{
	clear:both;
	width:960px;
	padding-top:10px;
    color:#707070;
    line-height:32px;
}

/* header positioning */
.HeaderOffset
{
	height:167px;
}

/* home page */
.HomeHeader
{
	width:960px;
	height:175px;
	margin:0 auto;
	position:absolute;
	top:22px;
	left:0;
	z-index:0;
	background:url(/Images/bgHomeHeader.png) no-repeat;
}
.homeLogo
{
	display:block;
	width:350px;
	height:130px;
	border:none;
	cursor:pointer;
	position:absolute;
	top:50px;
	left:108px;
	z-index:1;
}
.HomeContainer .ColumnLeft
{
    float:left;
    width:406px;
}
.HomeContainer .ColumnLeft .PageContent
{
	padding:50px;
}
.HomeContainer .ColumnRight
{
    float:right;
    width:554px;
}
.HomeContainer .ColumnRight .PageContent
{
	padding:0;
}

/* section pages */
.SectionHeader
{
	width:960px;
	height:175px;
	margin:0 auto;
	position:absolute;
	top:22px;
	left:0;
	z-index:0;
	background:url(/Images/bgSectionHeader.png) no-repeat left top;
}
.sectionLogo
{
	display:block;
	width:350px;
	height:130px;
	border:none;
	cursor:pointer;
	position:absolute;
	top:50px;
	left:30px;
	z-index:1;
}
.HeaderContainer .photo
{
	width:540px;
	height:175px;
	position:absolute;
	right:0;
	top:22px;
	z-index:1;
}
.SectionContainer
{
	min-height:670px;
	background:url(/Images/bgContentContainer.jpg) no-repeat left top;
}
.SectionContainer .ColumnLeft
{
	width:700px;
	float:left;
}
.SectionContainer .ColumnLeft .ContentPadding
{
	padding:30px 30px 30px 160px;
}
.SectionContainer .ColumnRight
{
	width:260px;
	float:right;
}
.SectionContainer .ColumnRight .ContentPadding
{
	padding:20px;
}

/* common styles */
.clear
{
	clear:both;
	height:0;
	visibility:hidden;
	overflow:hidden;
}
.spacer
{
	padding:10px;
}

/* Button panels */
.HeaderPanel
{
	border:none;
	border-bottom:solid 1px #9699ab;
}
.FooterPanel
{
	border:none;
	border-top:solid 1px #9699ab;
}
.HeaderPanel, .FooterPanel
{
	height:22px;
	margin:0;
	padding:0;
	background:url(/images/bgControlPanel.png) repeat-x center top;
	line-height:22px;
	text-align:center;
	overflow:hidden;
}
* html .HeaderPanel, * html .FooterPanel
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgControlPanel.png", sizingMethod="scale");
}
* html tr.HeaderPanel td, * html tr.FooterPanel td
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgControlPanel.png", sizingMethod="scale");
}

.ControlBar
{
	height:28px;
	border-bottom:solid 1px #333;
	background:url(/images/bgControlBar.png) no-repeat center center;
	margin:0;
	padding:0;
	line-height:28px;
}
.icon
{
	display:inline;
	float:left;
	margin-right:5px;
}
.thumb
{
	float:left;
	display:inline;
	margin-right:10px;
}




/* event dowload button */
.downloadevent img
{
    margin-right: 5px;
    vertical-align: middle;
    border: none;
}

/* label column */
.formlabel
{
    text-align:right;
    vertical-align: top;
}

/* value column */
.formvalue
{
    vertical-align: top;
}
.TextBox
{
	width:99%;
}

/* login controls */
#LoginBanner
{
	width:250px;
	position:absolute;
	top:5px;
	right:10px;
	z-index:99;
	text-align:right;
}
.Login
{
	margin:5px 0;
	text-align:right;
}
.LoginAvatar
{
	display:inline;
	float:right;
	margin-top:5px;
	margin-left:10px;
}
.txtInput
{
	width:200px;
	height:14px;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:10px;
	margin-bottom:3px;
	padding-bottom:0px;
}



/************************************************************************
* Upload Controls
************************************************************************/
.fileControls
{
	/*width:600px;*/
	float:left;
	position:relative;
	margin-right:40px;
}
#UploadProgress
{
	width:250px;
	float:right;
	position:relative;
}
.VideoUploadContainer
{
	width:550px;
	margin:20px auto;
}

/************************************************************************
* Member Details styles
************************************************************************/
#MemberDetails
{
	width:500px;
	float:left;
	position:relative;
}
#AvatarManager
{
	width:390px;
	float:right;
	position:relative;
}

/************************************************************************
* Mail controls
************************************************************************/
.LoadMail
{
	width:100%;
	min-height:480px;
	background:url(/images/bgLoadMail.png) no-repeat left top;
}
* html .LoadMail
{
	height:auto !important;
	height:480px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgLoadMail.png", sizingMethod="crop");
}
.LoadMail .TextBox
{
	background:#FFF;
	/*background:url(/images/bgTextBox.png) repeat-x;*/
	border:solid 1px #194a86;
	cursor:text;
}
/*
* html .LoadMail .TextBox
{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/bgTextBox.png", sizingMethod="scale");
	position:relative;
}
*/

.MailControls
{
	padding:10px;
	text-align:center;
}

.txtValidation
{
	color:#FF0000;
}


/* team */
.TeamButton, .TeamButtonActive
{
	float:left;
	padding:10px 10px 0;
	text-align:center;
}
a.TeamButton, a.TeamButtonActive
{
	display:block;
	text-decoration:none;
}
.TeamButton .ThumbContainer, 
.TeamButtonActive .ThumbContainer
{
	width:72px;
	height:96px;
	position:relative;
}
.TeamButton .ThumbContainer img, 
.TeamButtonActive .ThumbContainer img
{
	display:block;
	width:72px;
	height:96px;
	position:absolute;
	z-index:0;
}
a.TeamButton .dim
{
	width:72px;
	height:96px;
	background:url(/Images/Dim.png) repeat;
	position:absolute;
	z-index:1;
	visibility:visible;
}
a.TeamButton:hover .dim, 
a.TeamButton:active .dim, 
a.TeamButtonActive .dim
{
	visibility:hidden;
}
.TeamButton .name, .TeamButtonActive .name
{
	width:72px;
	height:24px;
	padding-top:5px;
	color:#003467;
	font-size:10px;
	line-height:12px;
	overflow:hidden;
}
.AttorneyList h2
{
	margin:0; padding:0;
}
.AttorneyList a
{
	color:#003467;
}

/* IE dotted outline removal */
* html a
{
	behavior: url(/scripts/onclickbehavior.htc);
}
/* Mozilla dotted outline removal */
:focus
{
	-moz-outline-style:none;
}
/* IE6 png */
* html .png
{
	border:none;
	behavior:url(/scripts/pngbehavior.htc);
	position:relative;
}
/* IE positioning fix */
* html .IEfix
{
	position:relative;
}