
/* CORE LAYOUT ELEMENTS */

html {
	margin: 0;
	padding: 0;		
}

body {
	font-size:72.5%;
	padding:0;
	margin:0;	
	color:#000;	
	font-family:"Arial",sans-serif;		
	line-height:1.2em;
	font-weight: normal;

}

h1,h2,h3,p,table, ul {
	 margin-top:9px;
	 margin-bottom:9px
}

h1  { font-size:1.8em; color:#B40A03; line-height: 1.2em; padding:0; border-bottom: 2px dashed #565656; padding-bottom: 15px }	
p   { font-size:1.2em; font-weight: normal; }
li  { font-size:1.2em; margin-top:0.5em; margin-bottom:0.5em }
img { border: 0 }


/* STANDARD LM CSS ELEMENTS */

p.Error { color:#AA0000; border: 2px solid #AA0000; padding:10px; display:block; margin-top:5px }	

ul.HorizontalMenu {
	margin: 0;
	padding: 6px 0;
	text-align:left;
	width:100%
}

ul.HorizontalMenu li {
	list-style:none;
	display:inline;
	position :relative;
}

ul.HorizontalMenu a {
	padding:5px;
	text-decoration:underline;
	color:white;
	font-weight:bold;
	border-right: 2px solid white;
	background:#999900;
}

table, .PostList, .ThreadList, .ForumList { 
	margin-top:0;
	margin-bottom:0;
	padding:0;
	border-collapse:collapse; 
}

table td { vertical-align: top; }
table td, .PostList td, .ThreadList td, .ForumList td  { 
	padding:2px 4px; 

}

table tr  th, .PostList th, .ThreadList th, .ForumList tr th  {

	background-color:#ca5630;

}

table  th, .PostList th, .ThreadList th, .ForumList th { 
	font-weight:bold; 
	color:#FFF;
	font-size:1em;
}
table th, table td, .PostList th, .ThreadList th, .ForumList th, .PostList td, .ThreadList td, .ForumList td { padding: 5px; }

.PostList th, .ThreadList th, .ForumList th, .PostList td, .ThreadList td, .ForumList td { padding: 5px; border-right: 1px solid white; }

table tr.Heading2  th { 
	background-color:#D9E9FA;
	color:#000;
}

table tr.Footer  th { 
	background-color:#001CA8;
	background-color:#D9E9FA;
	color:#000;
}

table th a {
	color:#FFF;
	
}
	
table tr.row1, .PostList tr.row1, .ThreadList tr.row1, .ForumList tr.row1 { background-color:#fef2ae; }
table tr.row2, .PostList tr.row2, .ThreadList tr.row2, .ForumList tr.row2  { background-color:#fbe99b }

table.BrowseProfiles {
	border-collapse:collapse;
	width: 100%;
}

table.BrowseProfiles td {
	padding:0;
	padding:0;
	vertical-align:top
	
}


	
table.BrowseProfiles  div.ProfileName {

	font-weight:bold; 
	
	font-size:1em;
	line-height:1.5em;
	padding:5px 0px;
}

table.BrowseProfiles  div.ProfileDetails {

	font-size:1em;
	padding:10px;
}
	
#layout_inner_page {

	width:958px;
	min-width:958px;
	max-width:958px;
	text-align:left;
	padding:0;
	margin-left:auto;	
	margin-right:auto;
	
	/*position:relative;*/
	
	border-left: 5px solid #CA5630;
	border-right: 5px solid #CA5630;
	
}

#layout_page_body_inner {
	
	padding-left:0px;
	color:#000;
	/*font-weight:normal;*/
	font-size:0.8em;	
	padding:0;
	margin:0px;
	clear:none;
	float:right;
	/*margin-left:210px;	*/
	width:748px;
	
	position: relative;
}

#layout_page_content {

	margin-left:38px;
	margin-right:28px;
	
	overflow: auto;

}

#layout_navbar_left {
	
	float:left;
	width:210px; 
	z-index:15; 
	min-height:494px;
	background-color:white;
}

#layout_navbar_left ul {

	margin-left:28px;
	padding-left:0;
	line-height:1.0em

}

#layout_navbar_left li {
	list-style-type: none;
	padding:0;
	margin:5px 0px;
	border:0;
	position:relative;
	font-size: 1.0em;
}	



#layout_navbar_left a {

	color:#B40A03;
	font-weight:bold;
	text-decoration:none;
	font-size:0.9em;
	
}

#layout_main_content {

	width:100%;	
	padding:0;	
	left:0px;
}	


#layout_footer {
	text-align:center;
	margin-top:25px;
	
	clear: both;
}

#CopyrightNotice {

	font-size:0.9em;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;

}	

#layout_share {

	color:#000;
	padding-top:5px;
	padding-right:10px;
	height:15px;	
}

#layout_bottom_navigation {

	color:#000;
	padding-top:5px;
	font-weight:bold;		
}

#layout_bottom {

	background-color:#CA5630;
	clear:both; 
	width:100%; 
	height:5px;
	font-size:4px;
	line-height:4px;

}

#BrowseProfilesSearch {
	border:2px solid #E89E00; 
	background-color:#EDB535;
	margin-left:10px;
	margin-top:10px;	
}

#BrowseProfilesSearch th {
	padding: 2px 5px;
	margin:0;
	font-size:1.1em;
	color:white;
	background-color: #E89E00;
}

#BrowseProfilesSearch td {
	padding: 5px 10px;
	font-weight:bold;
}

#BrowseProfilesSearch .selector input, #BrowseProfilesSearch .selector select { width: 250px; }

.ProfileName  a:link, .ProfileName a:active, .ProfileName a:visited {
	text-decoration:underline
}

.right-button
{
	position:absolute; right:5px; top:5px;
}
