/*AlphaDog styles*/

body {
	font-size: 75%;
	font-size /**/: 80%;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	background: #D5D5D5;
}
p {
	margin: 0;
}
a:link {
	color: #990000;
}
a:visited {
	color: #727272;
}
a:hover, a:active {
	color: #727272;
}
h1, h2, h3, h4, h5, h6 {
	color: #990000;
}
h2, h3, h4, h5, h6 {
	margin-bottom: .3em;
}
.layWide {
	background: #fff;
}
.layWide #login {
	width: 600px;
	margin: 2em auto;
	padding: 1em;
	border: 1px solid #ccc;
	line-height: 2;
}
#pageWrapper {
	position: relative;
	width: 800px;
	background: #fff;
}

#pageWrapperWide {
	position: relative;
	background: #fff;
}


#headerImage {
	width: 800px;
	height: 90px;
	background: url(images/header.jpg) no-repeat;
}
#headerPicts {
	width: 800px;
	height: 68px;
	background: url(images/headerPicts.jpg) no-repeat;
}
#content {
	float: right;
	padding-top: 3em;
	padding-top /**/: 2.5em;
	width: 568px;
	width /**/: 590px;
	height: 400px;
	height /**/: auto;
	min-height: 400px;
}
.noMenu #content {
	width: 780px;
	float: left;
}
.breadcrumb {
	position: relative;
	left: 222px;
	left /**/: 202px;
	top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.breadcrumb, .breadcrumb a {
	color: #990000;
	font-size: 1.2em;
	text-decoration: none;
}
.greeting {
	padding: .5em;
}
#navL {
	width: 172px;
	margin-left: 12px;
	padding: 0px;
	margin-bottom: -20px;
	font-weight: bold;
	background: url(images/leftNavItem.jpg) repeat-y;
}
#navL ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
#navL li {
  margin: 0;
  border-bottom: 2px solid #fff;
}
#navL li a:link, #navL li a:visited {
  display: block;
  background: url(images/leftNavItem.jpg) repeat-y;
  color: #fff;
  padding-left: 5px;
  width: 167px;
}
#navL li a:hover {	
	color: #000;
	background: url(images/leftNavHover.jpg) repeat-y;
}
#navL ul ul {
	margin-top: -.5em;
}
#navL li li {
  border-bottom: 0;
  margin: 0;
}

#navL li li a:link, #navL li li a:visited {
	background: url(images/leftNavHover.jpg) repeat-y;
	color: #fff;  
	padding: 4px 5px 4px 10px;
	width: 152px;
}
#navL li li a:hover {
	color: #000;
}
#navL ul ul ul {
	margin-top: .2em;
}
#navL li li li a:link, #navL li li li a:visited {
  padding: 3px 5px 3px 15px;
  width: 132px;
}
#navL ul a.current  {
	color: #000;
	background: url(images/leftNavHover.jpg) repeat-y;
}
#navL a.current span {
	color: #000;
}
#navL .activeTop {
	background: url(images/leftNavHover.jpg) repeat-y;
}
#navL .activeTop a:link, #navL .activeTop a:visited {
	background: url(images/leftNavHover.jpg) repeat-y;
}
#navL .activeTop a:hover {
	color: #000;
}
#navL .menuEditLink a {
	background: none;
}

#navL .socialNetworking {
	display: block;
	text-align: center;
	padding: 2em .5em;
	color: #fff;
	
}
#navL .socialNetworking img {
	
}

#footer {
	text-align: left;
	border: none;
	font-size: 90%;
	padding-left: 180px;
	margin-left: 0;
	padding-bottom: 2em;
	line-height: 1.5;
	border-top: 1px solid #333;
	margin-top: 1em;
}
	
.contentIntro, .contentBody {
	padding-right: 1em;
}


.sidebar {
	margin-top: -30px;
	margin-top /**/: -40px;
	padding-left: .51em;
	padding-left /**/: 1em;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.sidebar h2 {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 1.3em;
}
.sidebar p {
	line-height: normal;
}

.detail p {
	line-height: normal;
}
td {
	vertical-align: top;
}

#google {
	display: none;
}


/*Form styles*/
	
#formAttributes .formDisplayText {
	padding: 0;
	margin: -1em 0 1em 0;
}	
#formAttributes legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #990000;
}
#formAttributes h3 {	
	margin-bottom: 0;
}
#formAttributes label {	
    float: left;
	width: 25%;
	padding: 0 1em 0 0;
	text-align: right;
}

#formAttributes br {
     clear: left;
}

#formAttributes .options {
     float: left;
     width: 50%;
     padding: 0;
}

#formAttributes .requiredField {
	font-weight: bold;
	color: #9c3152;
}

/**userTable**/

#userList {
	font-size: 100%;
}

