/*	
	fc14.2.css

	Bootstrap has breakpoints at 768px, 992px, 1200px and coincidentally enough so do we
*/

body 
{ 
	background-color: #333333; 
	margin-top:0px; 
	font-family: segoe ui, verdana, helvetica, sans-serif;
	text-align: center;
}

a { color: #208020; text-decoration: none; }
a:visited { color: #208020; text-decoration: none; }
a:hover { color: #66cc66; text-decoration: none; }

hr { noshade: true; height:1px; color:#338033; }
.hr1 { noshade: true; height:2px; color:#66cc66; margin:1px; padding:0px;border:0px; font-size:1px; }
.hr2 { noshade: true; height:2px; color:#339933; margin:1px; padding:0px;border:0px; font-size:1px;}
.fakehr { font-size: 1px; background-color: #66cc66; height:2px; margin-top:4px; }

td { border-top: none !important; }

.red { color: #cc0000; }
.green { color: #208020; }
.blue { color: #0000cc; }
.gray { color: #808080; }
.right { text-align: right; }
.graybg { 
	background-color: #e0e0e0; 
	border-radius: 10px;
}
.datatable
{
	background-color: #e0e0e0; 
	border-radius: 10px;
	padding: 8px;
	color: black;
}
.fc-data-table-font
{
	font-size: 11px;
	background-color: white;
}
.fc-gray-cell
{
	background-color: #e0e0e0;
	padding: 4px;
	border: 2px solid white;
	vertical-align: top;
}
 .disc A:visited {color: #80a080; }

.thead { background-color: #ccdcb9; }
.fc-tbl-head-left { background-color: #ccdcb9; text-align: left; padding: 2px; }
.fc-tbl-head-right { background-color: #ccdcb9; text-align: right;  padding: 2px;}
.fc-tbl-head-center { background-color: #ccdcb9; text-align: center;  padding: 2px;}
.fc-cell-right { text-align: right; padding: 2px; }
.fc-cell-left { text-align: left; padding: 2px; }
.fc-cell { border: 1px solid silver; padding: 2px; text-align: right; }
.fc-celll { border: 1px solid silver; padding: 2px; text-align: left; }

.lightLink { color:white; text-decoration: none; font-weight: bold;}
.lightLink:visited { color:white; text-decoration: none; font-weight: bold;}
.lightLink:active { color:white; text-decoration: none; font-weight: bold;}
.lightLink:hover { color: white; text-decoration: underline; font-weight: bold;}

.menuLink:link { color:#d0c0ff; text-decoration: underline;  }
.menuLink:visited { color:#d0c0ff; text-decoration: underline; }
.menuLink:active { color:#d0c0ff; text-decoration: underline; }
.menuLink:hover { color: #d0c0ff; text-decoration: underline; }
.menuLink2:link { color:#f0f040; text-decoration: underline; }
.menuLink2:visited { color:#f0f040; text-decoration: underline; }
.menuLink2:active { color:#f0f040; text-decoration: underline; }
.menuLink2:hover { color: #f0f040; text-decoration: underline; }

.menuItem { display: inline;  }
.menuItem2 { display: none; }

.accentLink { color:#d0c0ff; text-decoration: none; font-weight: bold; }
.accentLink:visited { color:#d0c0ff; text-decoration: none;  font-weight: bold;}
.accentLink:active { color:#d0c0ff; text-decoration: none;  font-weight: bold;}
.accentLink:hover { color: #d0c0ff; text-decoration: underline;  font-weight: bold;}

.accent2Link { color:#f0f040; text-decoration: none; }
.accent2Link:visited { color:#f0f040; text-decoration: none; }
.accent2Link:active { color:#f0f040; text-decoration: none; }
.accent2Link:hover { color: #f0f040; text-decoration: underline; }

.colorLight { color: #e0e0e0; }
.colorWhite { color: #ffffff; }
.colorAccent { color: #d0c0ff; }
.colorAccent2 { color: #f0f040; }

.colorText { color: #003333; }
.bgcolorMedGreen { background-color: #338033; }

.resultstable
{
	margin-left: 10px;
}
.middlecontent
{
	width: 60%;
	overflow: auto;
}
.widecontent
{
	width: 80%;
	overflow: auto;
}
.dbtopic
{
	border:1px solid gray;
	padding:5px;
	background-color:#f0f0f0;
	border-radius: 10px;
}

#logo { 
	color: #f0f040; 
	font-size: 60px; 
	font-weight: normal; 
	font-family: segoe ui,lucida grande,sans-serif; 
}
#net { 
	color: #f0f040; 
	font-size: 24px; 
	font-weight: normal; 
	font-family: segoe ui,lucida grande,sans-serif; 
}
#logodiv { 
	padding-left: 20px; 
	padding-top: 10px; 
}

#pagediv {
	background-color: #006633;
}

#mottodiv { 
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #f0f040;
	padding-bottom: 8px;
	padding-top: 3px;
}
#addiv
{
	clear: left;
	text-align: center;
}
#skydiv
{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}
#adcode
{
	width: 728px;
	height: 90px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#charity
{
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	

#menudiv
{
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}
#logindiv
{
	text-align: center;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: yellow;
}


#contentdiv
{
	padding: 10px;
	border-radius: 10px;
	text-align: left;
	background-color: white;
	color: black;
	font-size: 13px;
}
#rightdiv
{
	text-align: left;
	color: white;
}
#footerdiv
{
	color: white;
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

.headerdiv
{
	color: white;
	font-size: 16px;
}

#resultsdiv
{
	margin-left: 10px;
}
#tourdiv
{
	color: white;
	text-align: left;
	padding-left: 6px;
}

.float-right-sm {
	width: 120px;
	border: 0px;
	float: right;
}
.float-left-sm {
	width: 120px;
	border: 0px;
	float: left;
	margin-right: 10px;
}
.float-left-md {
	width: 200px;
	border: 0px;
	float: left;
	margin-right: 10px;
}
.float-right-md {
	width: 200px;
	border: 0px;
	float: right;
}
#banfrmdiv
{
	width: 100%;
	height: 90px;
}
#banfrmsmdiv
{
	width: 100%;
	height: 60px;
}
#skyfrmdiv
{
	width: 100%;
	height: 600px;
}
#idspacer
{
	height: 0px;
}
.faq-question
{
	font-weight: bold;
	margin-top: 16px;
}


/* SMALL */
@media (min-width: 768px)
{
}

/* MEDIUM */
@media (min-width: 992px)
{
	body { background-color: #333333; }
	#mottodiv { font-size: 20px; padding-top: 69px; padding-right: 30px; }
	.menuLink:link { color:#d0c0ff; text-decoration: none;  }
	.menuLink:visited { color:#d0c0ff; text-decoration: none; }
	.menuLink:active { color:#d0c0ff; text-decoration: none;  }
	.menuLink:hover { color: #d0c0ff; text-decoration: underline; }
	.menuLink2:link { color:#f0f040; text-decoration: none; }
	.menuLink2:visited { color:#f0f040; text-decoration: none; }
	.menuLink2:active { color:#f0f040; text-decoration: none; }
	.menuLink2:hover { color: #f0f040; text-decoration: underline; }

	.menuItem { display: block;  }
	.menuItem2 { display: block;  }
	#menudiv
	{
		text-align: right;
		padding-right: 15px;
		font-size: 18px;
		font-weight: bold;
		color: yellow;
	}
	#logindiv
	{
		text-align: left;
		padding-right: 15px;
		font-size: 18px;
		font-weight: bold;
		color: yellow;
	}
	#logo { 
		color: #f0f040; 
		font-size: 70px; 
		font-weight: normal; 
		font-family: segoe ui,lucida grande,sans-serif; 
	}
	#contentdiv
	{
		padding: 10px;
		border-radius: 10px;
		text-align: left;
		background-color: white;
		color: black;
		font-size: 16px;
	}
	.float-right-md {
		border: 0px;
		float: right;
		width: 240px;
	}
	.float-right-sm {
		border: 0px;
		float: right;
		width: 125px;
	}
	#idspacer
	{
		height: 10px;
	}
	.headerdiv
	{
		color: white;
		font-size: 18px;
	}
	#rightdiv
	{
		text-align: left;
		color: white;
		font-size: 16px;
	}
	.fc-data-table-font
	{
		font-size: 12px;
		background-color: white;
	}



}

/* LARGE */
@media (min-width: 1200px)
{
	body { background-color: #333333; }
	#pagediv {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		background-color: #006633;
		width: 85%;
		border-radius: 15px;
	}
	#mottodiv { font-size: 20px; padding-top: 89px; padding-right: 40px; }
	.menuLink:link { color:#d0c0ff; text-decoration: none;  }
	.menuLink:visited { color:#d0c0ff; text-decoration: none; }
	.menuLink:active { color:#d0c0ff; text-decoration: none;  }
	.menuLink:hover { color: #d0c0ff; text-decoration: underline; }
	.menuLink2:link { color:#f0f040; text-decoration: none; }
	.menuLink2:visited { color:#f0f040; text-decoration: none; }
	.menuLink2:active { color:#f0f040; text-decoration: none; }
	.menuLink2:hover { color: #f0f040; text-decoration: underline; }

	.menuItem { display: block;  }
	.menuItem2 { display: block;  }
	#menudiv
	{
		text-align: right;
		padding-right: 15px;
		font-size: 24px;
		font-weight: bold;
		color: yellow;
	}
	#logindiv
	{
		text-align: left;
		padding-right: 15px;
		font-size: 24px;
		font-weight: bold;
		color: yellow;
	}
	#logo { 
		color: #f0f040; 
		font-size: 90px; 
		font-weight: normal; 
		font-family: segoe ui,lucida grande,sans-serif; 
	}
	#contentdiv
	{
		padding: 10px;
		border-radius: 10px;
		text-align: left;
		background-color: white;
		color: black;
		font-size: 18px;
	}
	.float-right-md {
		border: 0px;
		float: right;
		width: 384px;
	}
	.float-right-sm {
		border: 0px;
		float: right;
		width: 200px;
	}
	#idspacer
	{
		height: 20px;
	}
	.headerdiv
	{
		color: white;
		font-size: 20px;
	}
	#rightdiv
	{
		text-align: left;
		color: white;
		font-size: 18px;
	}
	.fc-data-table-font
	{
		font-size: 13px;
		background-color: white;
	}

}

