@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/bgd-tile.gif) repeat-x left top;
	font: 13px/140% "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	behavior: url(csshover.htc);
	color: #000000;
}

/* @group general */

a:link, a:visited {
	color: #d86600;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;

}

img {
	border: none;
}

#border {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}
#box {
	text-align: left;
	width: 932px;
	margin: 0 auto;
	top: 0px;
	position: relative;
	left: 0;
}


#footer {
	width: 100%;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	display: inline;
	height: 25px;
	margin: 10px 0 0;
	padding: 0;
	float: left;
}

/* @end */
#header {
	left: 0px;
	width: 100%;
	text-align: left;
	height: 140px;
	background-color: #FFF;
	margin-bottom: 15px;
	background-image: url(images/bgd-head-tile.gif);
}

/* @group memLog */

#header img {
	margin-left: 34px;
	margin-top: 30px;
}
#memLog {
	position: absolute;
	top: 20px;
	right: 25px;
	height: 98px;
	width: 260px;
	color: #FFF;
	background-image: url(images/bgd-memLog-tile.gif);
	border: 1px solid #000;
}

#memLog a {
	color: #ccc;
}

#memLog h3 {
	width: 100px;
	margin: 10px 0 0 10px;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	line-height: 18px;
}

#memLog p {
	margin: 10px 0 0 10px;
	padding: 0;
	width: 100px;
	font-size: 11px;
	line-height: 12px;
}

#memLog form input {
	width: 130px;
	margin-top: 5px;
	margin-right: 10px;
}

#memLog form input.logBut {
	margin-top: 5px;
	margin-right: 15px;
	width: 50px;
}

#memLog form {
	float: right;
	display: inline;
	text-align: right;
	margin: 7px 0 0;
	padding: 0;
}

#memLog p.avatarimg img.imgAvatar {
	margin: 0;
}

#memLog p.avatarimg {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
	right: -11px;
}

#memLog p.memDetails {
	width: 160px;
	margin-top: 10px;
}

#memLog h3.memLoggedIn {
	width: 130px;
}

/* @end */

/* @group ===== NAV */

#nav {
	height: 29px;
	width: 900px;
	color: #FFF;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	margin: 0px 0px 0px 20px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav li {
	margin: 0 3px;
	padding: 0;
	display: inline;
	float: left;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	background-color: #303030;
	
}

#nav li a {
	background-image: url(images/bgd-normal-tile.gif);
	color: #FFF;
	height: 29px;
	font-size: 11px;
	display: block;
	line-height: 29px;
	width: 144px;
}

#nav li a:hover {
	background-image: url(images/bgd-over-tile.gif);
}

#nav li.active a {
	color: #000;
	background: url(images/bgd-active-tile.gif) repeat-x left top;
}



/* @end */

/* @group CONTENT */

#cont-area {
	width: 100%;
	text-align: justify;
	min-height: 130px;
	background: #FFF url(images/bgd-cont-tile_hz.gif) repeat-y left top;
	padding: 10px 0px 20px;
	margin: 0 0px 0px;
	min-height: 800px;
	float: right;
	display: inline;
}

#cont-area-mem {
	width: 100%;
	text-align: justify;
	min-height: 130px;
	background: #FFF;
	margin: 0 0px 0px;
	padding: 10px 0px 5px;
}

#cont-area .side-bgd {
	width: 100%;
	background: url(images/bgd-side-tile.gif) repeat-x left top;
	height: 100%;
}

#cont-area div.breadcrum {
	width: 71%;
	margin-left: 20px;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
}

#banner  {
	height: 146px;
	width: 640px;
	background: #004b7e;
	border: 1px solid #000;
	margin: 10px 20px 20px 0;
	overflow: hidden;
	float: right;
	display: inline;
}

#cont-area img.imgCont {
	display: inline;
	float: right;
	margin: -10px 0 0;
	padding: 0;
}

#banner h1 {
	font-size: 24px;
	margin: 40px 0 0 20px;
	padding: 0;
	width: 100%;
	color: #FFF;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
}

#cont-area div.heading h2 {
	margin-left: 20px;
}
#content {
	width: 640px;
	margin: 20px;
	min-height: 500px;
	float: right;
	display: inline;
}

#content-mem{
	width: 90%;
	margin: 0 20px 20px;
}

#content-mem #content{
	width: 100%;
	float: none;
	display: block;
	background-color: #FFF;
	min-height: 300px;
}

#content h1.blogTitle {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #004b7e;
	width: 95%;
	text-align: left;

}

#content h1.blogTitle a {
	color: #004b7e;
}

#content div.entry p {
	margin-top: 6px;
	margin-bottom: 0;
}

#content div.entry a.readMore {
	margin-bottom: 10px;
}

#content p.blogDate {
	padding: 10px 0 0;
	margin: 20px 0 0;
	font-style: italic;
	font-size: 11px;
	color: #666;
	border-top: 2px solid #333;
}

#content p.blogFot {
	margin: 0 0 20px;
	background-color: #d5e1e9;
	padding: 5px 0 5px 5px;
	
}

#content div.eventSummary p.blogLocDate {
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin-bottom: 5px;
}

#content div.eventSummary p.blogLocEvent {
	font-size: 14px;
	padding: 0;
	margin-top: 0;
	font-weight: bold;
}

#content p.centrePara  {
	text-align: center;
}

#content .commentEntry p {
	font-size: 13px;
}

#content .commentEntry p.blogFot {
	font-size: 11px;
}

#content .commentEntry {
	font-size: 11px;
	border-top: 2px solid #999;
}

#content div.navi-pages p {
	border-bottom: 2px solid #999;
	padding-bottom: 10px;
	font-size: 10px;
}

/* @group sideBAR */

#side-bar {
	width: 252px;
	min-height: 550px;
	color: #FFF;
	font-size: 12px;
	padding: 0;
	margin: -10px 0 0;
	background: url(images/bgd-side.jpg) no-repeat left top;
	float: right;
	display: inline;
	text-align: left;
}

#side-bar a:link, #side-bar a:visited {
	color: #d86600;
	text-decoration: none;
}


#side-bar div.mediaSide p.moreLink {
	font-size: 10px;
	margin-bottom: 10px;
}

#side-bar li {
	list-style-type: square;
	font-size: 14px;
	padding: 2px 0;
}

#side-bar p.centreImg a img {
	margin-left: 20px;
}

#side-bar p.reportImg img{
	float: right;
	display: inline;
	margin-left: 10px;
}

#side-bar p.reportTxt {
	font-size: 11px;
}

#side-bar p.reportTxt .red{
	color: #CE1624;
}


tr.calendarHeader {

}

#side-bar table.calendarBG tbody tr td.calendarCell a {
	padding: 5px;
	margin: -5px;
}

#side-bar table.calendarBG {
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	cellspacing: 0;
}

#side-bar table.calendarBG tbody tr td.calendarBlank {
	color: #333;
}

#side-bar table.calendarBG tbody tr td.calendarCell:hover {
	background-color: #222;
}

#side-bar table.calendarBG tbody tr {
	padding: 0;
	margin: 0;
	border: 1px solid #000;
}

#side-bar table.calendarBG tbody tr td.calendarDayHeading {
	background-color: #000;
	border: 1px solid #000;
}

#side-bar h2 {
	padding: 10px 0 10px 10px;
	text-decoration: none;
	text-transform: capitalize;
	width: 242px;
	background-color: #FFF;
	color: #004b7e;
	font: normal normal 24px Georgia, "Times New Roman", Times, serif;
}

#side-bar h3 {
	padding: 0;
	margin: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 18px;

}

#side-bar p {
	margin: 10px;
	padding: 0;
}

#side-bar ul.cat-list {
	list-style-type: square;
	margin: 10px;
	font-size: 15px;
}

#side-bar ul.cat-list li {
	margin: 5px 0 0;
	padding: 0;
	text-transform: capitalize;
}

#side-bar hr {
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: none;
	border-top: 1px solid #FFF;
}

form#frmLocate {
	padding: 0 10px;
	font-size: 11px;
}

#side-bar .mediaSide h3 {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
	text-align: left;
}

#side-bar div.mediaSide p {
	margin-bottom: 2px;
	margin-top: 2px;
	text-align: left;
	color: #CCC;
}

#side-bar p.links a {
}

/* @end */

/* @end */

/* @group members */

.header_member_site {
	font-size: 20px;
	margin-left: 110px;
}

table.tableBorder {
	width: 890px;
}

table.tableBorder tbody tr td.tableCellOne {
	text-align: right;
}

 table.tableBorder tbody tr td.tableCellOne p {
	text-align: left;
}

table.tableBorder tbody tr td.tableCellTwo .defaultBold {
	font-weight: bold;
	padding-top: 5px;
}

table.tableBorder tbody tr td.tableCellOne div.itempadbig {
	text-align: left;
	margin-top: 10px;
}

table.tableBorder tbody tr td.tableCellTwo .itempad {
	font-style: italic;
	color: #999;
	font-size: 11px;
}

table.tableBorder tbody tr td.profileHeadingBG .tableHeading {
	font-size: 18px;
	padding-bottom: 10px;
}

#pageheader {
	background: #333 url(http://twoeyes.demo.netstart.net/images/bgd-memLog-tile.gif) repeat-x;
	height: 80px;
	margin: -10px -74px 10px -20px;
}

#pageheader div.heading h1 {
	margin: 0;
	line-height: 80px;
	color: #FFF;
	padding-left: 20px;
	font-size: 20px;
}

#content form table.tableborder tbody tr td.memberlistFooter {
	padding-top: 10px;
}
twoEyes-logo.gif#pageheader div.heading {
	color: #FFF;
	line-height: 80px;
	margin-left: 15px;
	font-size: 20px;
}

#member_login_form table.tableborder tbody tr td.profileHeadingBG div.tableHeading {
		font-size: 18px;
	padding-bottom: 10px;
}

#member_login_form table.tableborder tbody tr td.tableCellOne {
	padding-right: 20px;
	padding-bottom: 10px;
}

#member_login_form table.tableborder tbody tr td.tableCellTwo {
	padding-right: 20px;
}

#member_login_form table.tableborder tbody tr td.tableRowHeadingBold {
	padding-bottom: 10px;
	font-style: italic;
	color: #999;
	font-size: 11px;
}

#content table tbody tr td.profileMenu div.borderBot div.profileHead {
	font-weight: bold;
	margin-bottom: 10px;
}

#content table tbody tr td.profileMenu div.menuHeadingBG div.tableHeading {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#content table tbody tr td.profileMenu div.borderTopBot div.profileHead {
	font-weight: bold;
	margin-bottom: 10px;
}

#content table tbody tr td.tableborder table tbody tr td.profileHeadingBG div.tableHeading {
	font-weight: bold;
	margin-bottom: 10px;
}

#content table tbody tr td.tableborder table tbody tr td.tableCellTwo, #content table tbody tr td.tableborder table tbody tr td.tableCellOne {
	padding-bottom: 3px;
}

#content table tbody tr td.profileMenu div.profileMenuInner div.menuItem {
	margin-bottom: 3px;
}


form#email_console_form {
	background: #FFF;
}

/* @end */
