/* Copyright © Pinmaps.net */
/* SITE STYLES */
/*------------------------------------------------*/
html, body, form {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #EAECE0;  /* #E5E5E5  #C7CBBA  #EAECE0  #D7D7CE*/
	background-image: none;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size:12px;
}
#wrapper {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0; 
	border-spacing:0;
	border: 0;
}	
td {
	padding-left:0px
}
td.class1 {
	padding-left:12px
}
td.class2 {
	padding-left:15px; 
	background-color:#4C79B2; 
	height:30px;
}

/*------------------------------------------------*/
/* SITE'S TOP MENU */
.topmenu { 
	border: 0px; 
	border-style: none;
	position: absolute; 
	top: 4px; 
	font-size: 12px;
	font-family: Arial,sans-serif;
}

/*------------------------------------------------*/
/* Site's menu  bar */
.menubar { 
	border-bottom: #959595 1px solid;
	border-top: #D7D7CE 3px solid;  
	background-color: #D7D7CE; 
	height:15px;
	text-align:left;
	font-size:12px; 
	padding-left:10px; padding-bottom:3px;
}

/*------------------------------------------------*/
/* Header - Footer */
.header { 
	border: 0px; 
	border-style: none;
	position: absolute; 
	top: 42px; 
}
.footer { 
	border-top: #696C37 thick solid; 
	background-color: #EAECE0; 
	border-bottom: none 0;
}

/*------------------------------------------------*/
/* MASTER PAGES */
td.topSite { /* Site & Users.Master */
	height: 98px; 
}
td.topBlog { /* Site & Users.Master */
	height: 101px; 
}
td.b1 { /* Site & Users.Master */
	height: 1px; 
	background-color:#696C37;
}
td.b2 { /* Users.Master */
	background-color:#ffffff; 
	width: 169px; 
	height: 56px; 
	border-right: solid thin silver; 
	text-align:center;
}
td.b3 { /* Users.Master */
	border-bottom: silver thin solid; 
	vertical-align:top;
	height: 20px;
	background-color:#fff;
}
td.b4 { /* Users.Master*/
	background-color:#ffffff; 
	border-right: solid silver thin; 
	vertical-align:top; 
	height: 66%; 
	width: 160px;
}
td.b5 { /* Site & Users.Master */
	border-top: #696C37 1px solid; 
	height: 46px; 
	background-color: #EAECE0;
}
td.phs { /* Site.Master */
	height: 76%;  /* 76% */
	width: 100%; 
	background-color:#ffffff; 
	vertical-align:top; 
	text-align:center;
}
td.phb { /* Blog.Master */
	height: 100%;
	width: 100%; 
	background-color:#ffffff; 
	vertical-align:top; 
	text-align:center;
}
td.phu { /* Users.Master */
	height: 69%;   /* 69% */
	width: 100%; 
	background-color:#ffffff; 
	vertical-align:top; 
	text-align:center;
}

/*------------------------------------------------*/
/* Sitemap (bread crums) */
.sitemapBlog {
	padding-left:10px; font-size:16px;
}
.sitemapBlog a:link {
	text-decoration: none;
	font-size:16px;
}
.sitemapBlog a:hover {
	font-size:16px;
	color:#0000cc;
	text-decoration: underline;
}
.sitemapBlog a:visited {
	padding-left:10px; font-size:16px;
}
.sitemap {
	padding-left:10px; font-size:24px;
}
.sitemap a:link {
	text-decoration: none;
	font-size:24px;
}
.sitemap a:hover {
	font-size:24px;
	color:#0000cc;
	text-decoration: underline;
}
.sitemap a:visited {
	padding-left:10px; font-size:24px;
}
.username {
	padding:2px 2px 2px 4px;
}
.pointname { /* ViewMap */
	padding:2px 10px 2px 6px;
}
.DivPointName { /* ViewMap */ 
	padding-left:10px;
}

/*------------------------------------------------*/
/* Table (UsersLeftMenu.ascx) */
.menu {
	margin           : 0px 10px;
}
.menutitle {
	margin-top       : 10 ;
	padding          : 2 5;
	color            : white;
	font-size        : smaller;
	font-weight      : bold;
}
.menupanel {
	margin-bottom    : 20;
	padding          : 5px 5px 5px 15px;
	background-color : #eee;
	font-size	     : 12px;
	line-height      : 1.4;
	color            : #246398;
}
.menupaneldriv {
	margin-bottom    : 20;
	padding          : 5 5 5 10;
	background-color : #ffffff;
	font-size        : x-small;
	line-height      : 1.4;
	color            : #246398;
}
.menutable {
	margin-bottom    : 20;
	padding          : 5 5 5 10;
	background-color : #ffffff;
	font-size        : smaller;
	line-height      : 1.4;
	color            : black;
}

/*------------------------------------------------*/
/*Affects only the UsersleftMenu.ascx */
.menuitem { 
	padding         : 5 0;
	/*line-height   : 2;*/
}
.menutext {
	padding       : 5 0;
	text-align    : center;
	font-family   : Verdana;
	color         : #ffffff;
}
img {
	border : 0; /* deprecated, but IE has a default of 2 */
	padding-left: 8px;
}
.smartimg {
	vertical-align : middle;
}
.cat7 {	background-color: #696C37;} /*#898181*/
.tex7 {	color: #696C37;}			/*#3E3E3E*/
.bdr7 {	border: 1px solid #696C37;} /*#444444*/

/*------------------------------------------------*/
/* link style (Back Button) */
.nav{
	display: block;
	width: 90px;
	height: 12px;
	text-align: center;
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #c0c0c0;
	padding: 5px 0px 5px;
}
a.nav:hover{
	font-size: x-small;
	color: #ffffff; 
	text-decoration: none;
    border: 1px solid #ffffff;
	background-color: #99b3cc;
}

/*------------------------------------------------*/
/* Content Tables Styles */	
.style1 {
	font-size: 11px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	font-family: Verdana;
	padding-left: 10px;
}
.style3 {
	color: #0000FF;
}
.style4 {
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana;
	padding-left: 0px;
}
.style5 {
	color: #FF0000;
}
.style6 {
	text-align: center;
}
.style7 {
	background-color:#99b3cc;
	height:12px;
}
.tableStyle {
	border-style: none;
	border-width: 0px;
}
.tablePreviewMap {
	border-style: none;
	border-width: 0px;
	width: 100px;
}

/*------------------------------------------------*/
/* Rounded Div Area */
.DivBorderArea {
	padding: 30px 0 30px 0;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.DivAreaRoundTop, .DivAreaRoundBottom {
	height: 5px;
}
.DivAreaRoundTop .a1, .DivAreaRoundTop .a2, .DivAreaRoundTop .a3, .DivAreaRoundTop .a4, 
.DivAreaRoundBottom .a1, .DivAreaRoundBottom .a2, .DivAreaRoundBottom .a3, .DivAreaRoundBottom .a4 {
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
}
.DivAreaRoundTop .a1, .DivAreaRoundBottom .a4 { 
	margin: 0 5px; 
	height: 0; 
	border-top: solid 1px; 
	border-left-width: 0; 
	border-right-width: 0; 
}
.DivAreaRoundTop .a2, .DivAreaRoundBottom .a3 {
	margin: 0 3px; 
	border-left-width: 2px; 
	border-right-width: 2px; 
}
.DivAreaRoundTop .a3, .DivAreaRoundBottom .a2 {
	margin: 0 2px; 
}
.DivAreaRoundTop .a4, .DivAreaRoundBottom .a1 { 
	margin: 0 1px; 
	height: 2px; 
}
.DivInnerArea {
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0 8px 8px 8px;
	overflow: hidden;
	min-height: 109px;
	margin: 0;
}
.DivContent {
	font-size: 85%;
}
.DivInnerArea, .DivAreaRoundTop .a1, .DivAreaRoundTop .a2, .DivAreaRoundTop .a3, .DivAreaRoundTop .a4, 
.DivAreaRoundBottom .a1, .DivAreaRoundBottom .a2, .DivAreaRoundBottom .a3, .DivAreaRoundBottom .a4 {
	background-color: #fff; /* #E2E2D9 #D7D7CE  #DDDDD4 #696C37 */
	border-color: #959595;
}
.tdInnerText {
	padding: 28px 2px 28px 2px; border-bottom: solid #ccc 1px; text-align:center; vertical-align:top; width:25%;
}
.tdTitle {
	padding: 28px 0 28px 0; border-bottom: solid #ccc 1px; text-align:center; font-family:Verdana; color:#444444; letter-spacing:0px; font-size:18px; font-weight:bold;
}
.tdSubTitle {
	padding: 8px 0; border-bottom: solid #ccc 1px; text-align:center; font-family:Verdana; font-size:13px;
}
.tdBottom {
	padding: 28px 0 18px 0; text-align:center;
}

/*------------------------------------------------*/
/* Help Page */
.DivAbout {
	width:950px; 
	margin: 0 auto;  
	border:solid 1px #959595; 
	background-color:#fff;  /* #E7E6E6 Lite Gray */
}
.tableHelp {
	width:650px;
	margin:0 0 15px 0;
	border:solid 1px #696C37;
    background-color: #fff;
    border-collapse:collapse;
}
.tableAbout {
	width:950px;
	margin:0 0 15px 0;
	border:solid 1px #696C37;
    background-color: #fff;
    border-collapse:collapse;
}
.tableGS {
	width:735px;
	margin:0 0 15px 0;
	border:solid 1px #696C37;
    background-color: #fff;
    border-collapse:collapse;
}
.tableHelp li {
	padding-bottom:6px;
}
.tableGS li {
	padding-bottom:6px;
}
.tableHelp span {
	font-weight:bold; color:#FE7D00; font-size:14px; padding-left:20px;
}
td.helpHeader { 
	padding:20px 0 0 35px;
}
td.helpSubHeader { 
	padding:0 0 0 35px;
}
td.question { 
	padding:10px 0 0 20px;
}
td.answer { 
	padding:20px 20px 0 20px;
	line-height:18px;
}
td.section { 
	padding:20px 20px 0 30px;
	line-height:16px;
}
td.Spacing {
	border-bottom: #EAECE0 5px solid; 
}
div.BackTop {
	text-align:center; 
	padding:25px 0 20px 0;
}
div.BackTop a:link, a:active { 
	color: #696C37; 
	font-weight: normal;
	text-decoration: none;
}
div.BackTop a:hover { 
  text-decoration: underline;
  color: #0000cc;
}
div.BackTop a:visited { 
	color: #D41818; 
	text-decoration: none;
}
td.sTitle {
	width:100%;
	text-align:left; 
	padding: 8px 0 8px 30px;
	font-family:Verdana; 
	font-size: 14px;
	color: #D41818;
	font-weight: bold; 
	text-decoration: none;
	background-color: #D7D7CE;
	border: dashed 1px #696C37;
}

/*------------------------------------------------*/
/* GridView */
.gridview .edit td,.gridview .create td {
	background: #DAFFCD;
	padding: 4px;
	border-bottom: solid 2px #FFFFFF;
	border-top: solid 2px #FFFFFF;
	text-align: center;
    margin: auto;
}
.gridview td {
	background: #EAECE0; /*Main Row #F7F6F3*/
	border: solid 1px #cccccc;  /* #C5DBF7 */
	color: #333333;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	padding: 5px 4px;
	text-align:center;
	margin: auto;
}
.gridview td a{
	color: #5A5C33;  /* #696C37 */
	font-weight: normal;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	padding: 2px;
	text-decoration: none;
}
.gridview td a:hover {
	color: #0000cc;
	font-weight: normal;
	text-decoration: underline;
}
.gridview th {  /*HEADER*/
	background: #696C37; 
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 0;
	padding: 4px;
	text-align: center;
}
.gridview th a{
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}
.gridview th a:hover{
	color: #00FF00;
	font-weight: bold;
	text-decoration: underline;
}
.gridview tr.even td,.detailsview tr.even td{
	background: #FFFFFF;
	color: #333333;
}
.gridview tr.header {
	background: #C5DBF7;
}
.gridview,.detailsview {
	width: 100%;
}
.gridview tr.footer td,.detailsview tr.footer td{
	background: #ff0000;
	color: #333333;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
}
.GridViewFooterStyle {
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
    text-align:center;
}
.GridViewRowStyle {
    background-color: #F7F6F3;
    color: #333333;
}
.GridViewPagerStyle {
    text-align: center;
    margin-left: auto;
    margin-right: auto; 
    background-color:#ffffff;
}
.spnLinks {
	color:#000000;
}
.center {
	text-align:center;
}
.divpos {
	position:absolute; top: 20%; left: 35%;
}

/*------------------------------------------------*/
/* DatailsView */
.detailsview {
	float: inherit;
	text-align: right;
	width: 325px;
	margin: 0 auto;
	border: solid 1px #cccccc;
}
.detailsview td {
	background: #EAECE0;
	color: #333333;
	padding: 10px 10px 10px 10px;
	width: 300px;
	margin: 0 auto;
}
.insertheader {
    color: #ffffff;
	background: #696C37 url('../images/add.gif') no-repeat 6px 50%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 12px; font-weight:bold;
	margin-top:25px;
	padding: 5px 0 5px 25px;
	width: 300px; 
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

/*------------------------------------------------*/
/* Comments page Dialog */
.Post {
	background-color:#ffffff;
	width: 640px;
	border:dotted 1px #444444;
	padding: 5px 0px 5px 5px;
}

/*------------------------------------------------*/
/* Login, Create User, Reset Passowrd Pages */
.login {
	text-align:center;
	margin: 0 auto; 
	width:425px;
	font-family: Verdana; 
	color:#333333;
	font-size:14px; 
	background-color:#F7F6F3; 
	border:solid 1px #696C37; 
	padding: 4px auto;
}
.tblogin {
	margin: 0 auto; 
	width:100%;
	border:solid 0px #696C37; 
	padding: 4px auto; 
	border-collapse:collapse;
}
.tdlogin {
	font-weight: bold; 
	font-size: 1.2em; 
	color: white; 
	background-color: #696C37; 
	width:100%; 
	text-align:left; 
	padding: 8px 0 8px 30px;
}
.tblreset {
	text-align:center;
	margin: 0 auto; 
	width:425px;
	font-family: Verdana; 
	color:#333333;
	font-size:14px; 
	background-color:#F7F6F3; 
	border:solid 1px #696C37; 
	padding: 4px auto;
	border-collapse:collapse;
}
.tdcreate {
	font-weight: bold; 
	font-size: 1.2em; 
	color: white; 
	background-color: #696C37; 
	width:100%; 
	text-align:center; 
	padding: 8px 0 8px 0;
}
.tdreset {
	color: black; 
	font-style: italic; 
	font-family: Verdana; 
	font-size:1em;
	text-align: center;
}
.outerdiv {
	text-align:center;
	margin: 0 auto;
	padding-top:40px;
	width:500px;
	border:solid 0px #696C37;
}
.create_user {
	text-align:center;
	margin: 0 auto; 
	width:525px;
	font-family: Verdana; 
	color:#333333;
	font-size:14px; 
	background-color:#F7F6F3; 
	border:solid 1px #696C37; 
	padding: 4px auto;
}
.cru_outerdiv {
	text-align:center;
	margin: 0 auto;
	padding-top:40px;
	width:700px;
	border:solid 0px #696C37;
}
.btnlogin {
	background-color:#FFFBFF;
	border: solid 1px #cccccc;
	font-family: Verdana;
	font-size:1em;
	color:#284775; 
	cursor:pointer;
	white-space: nowrap;
}
.btnlogin:hover {
	text-decoration: none;
	background-color:#dddddd;
	border: solid 1px #999999;
	font-family: Verdana;
	font-size:1em;
	color:#284775; 
}

/*------------------------------------------------*/
/* User Settings Page */
.outdiv {
	text-align:center;
	margin: 0 auto;
	width:650px;
	border:solid 0px #696C37;
}
.tblsettings {
	width:650px; 
	margin:20px 0 0 0; 
	text-align:left; 
	border:solid 1px #696C37; 
	background-color:#fff;  /* EAECE0 */
	border-collapse:collapse;
}
.tdheading {
	width:100%; 
	text-align:left; 
	padding: 8px 0 8px 30px;
	font-family:Verdana; 
	font-size:14px;
	color: #D41818; 
	font-weight:bold;
	text-decoration: none; 
	background-color:#D7D7CE;
	border: dashed 1px #696C37;
}
.btnsettings {
	width:650px; 
	margin:20px 0 20px 0; 
	text-align:center; 
	border:solid 0px #696C37;
	background-color:#fff;  
}
.spnsettings {
	color:#000000;  /* 5F5B5B */
	font-family:Verdana;
	font-size:8pt; 
	vertical-align:3px;
}
	
/*------------------------------------------------*/
/* Blog - Section */
.blogTitle  { 
	color: #D41818; 
	font-weight: normal;
	text-decoration: none; 
	font-size:18px;
}
.blogPost {
    width:50%;
	margin: 0 auto;
}
.postCredits {
	font-size:12px;
	font-weight:normal;
	color:#959595;
}
.authorInfo {
	font-size:10px;
	font-weight:normal;
	color:#959595;
}
.postContent {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana;
	color:#000000;
	line-height:18px;
}
.commentContent {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana;
	color:#000000;
}
.postCommentItem {
	padding:0 10px 0 10px;
	border:dotted 1px #444444; 
	color:#333333;
	background-color:#F7F6F3;
}
.postCommentAlternating {
	padding:0 10px 0 10px;
	border:dotted 1px #444444;
	color:#333333;
	background-color:#ffffff;
}
.editComment {
	padding:0 10px 0 10px;
	border:dotted 1px #444444; 
	color:#333333;
	background-color:#eee;
}
.divLeftMenu {
	width:100%;
	padding:30px 0 0 22px;
}
.spnLeftHeader {
	font-size:16px;
	color:#666666;
	font-weight:bold; 
	padding-bottom:8px;
}
.divLeftHeader {	
	padding:5px 0 0 10px;
	width:100%;
}

/*------------------------------------------------*/
/* Custom Grid View Pager */
.pagerOuterTable {
    border-collapse: collapse;
    border: 1px solid #696C37;
    background-color: #EAECE0;
    color: #39437e;
    margin-top:20px;
}
.pageCounter {
    font-family: Tahoma;
    font-size: 10pt;
    color: #ffffff;
    background-color: #696C37;
    text-align: center;
    vertical-align: middle;
    width:80px;
}
.pageFirstLast {
    font-family: Tahoma;
    font-size: 10pt;
    color: #4d5c93;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    width:45px;    
}
.pagePrevNextNumber {
    font-family: Tahoma;
    font-size: 10pt;
    color: #4d5c93;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;    
    width: 20px;
}
.pageCurrentNumber {
    font-family: Tahoma;
    font-size: 10pt;
    color: #4d5c93;
    font-weight: bold;
    background-color: #EAECE0;
    text-align: center;
    vertical-align: middle;    
    width: 20px;
}
.pageGroups {
    font-family: Tahoma;
    font-size: 10pt;
}
.pagerLink, .pagerLink#hover, .pagerLink#active, .pagerLink#visited {
    font-family: Tahoma;
    font-size: 10pt;
    color: #4d5c93;
    text-decoration: none;    
}
.pageNextBtn {
    font-family: Tahoma;
    font-size: 10pt;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;    
    width: 50px;
}

/*------------------------------------------------*/
/* FORMS STYLES */
/* Create Map */
.imIconOff {opacity:0.40;filter: alpha(opacity=40)}
.imIconOn {opacity:1.0;filter: alpha(opacity=100)}