﻿html {
}

body {
    font-family:arial; 
    font-size: 12px; 
    color:white;
    background-image:url("bg.gif" );
	margin-top:0px;
    width:auto;
	padding-top:0;

}

#Table0 {
     margin-top:0; 
        Width:100%; 
        background-image: url("Images/bg.gif");
        padding-bottom:200px;
}
.main-content
	{
        /*border: 0 none;
        background-color: #666699;
        width: 850px;
        margin-left: auto;
        margin-right: auto;*/
	}

#Table1 {
        border: 0 none;
        background-color: #666699;
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        height:auto;
        margin-bottom:auto;
}
.button       
{ 
    border: 1px; 
    border-style:solid;
    background-color: #666699;
    text-align:left;
}
.button-Over  { 
    background-color: #A3A3D6; 
    border: 1px;
    border-style:solid; 
    text-align:left;
}
        ImgButton {
            padding:0;
            height:30px;
            background-color:transparent;
            text-align:center;
            border:none;
            margin:0;
        }
        .ImgButtonMenu {
            width:100px;
            height:23px;
            background-color:transparent;
            border-style:none;
            margin:0;
            padding:0;
        }

        .MenuCell {
            padding:0;
            width:auto;
            margin:0;
             
            /*border-color:white;
            border-style:solid;
            border-width:1px;*/
        }

        .MenuRow {
            padding:0;
            margin:0;
        }
  


a {
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

	a:link, a:visited, a:active, a:hover 
	{
		color: #A3A3D6
	}

	a:hover 
	{
		background-color: #c7d1d6;
	}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-center {
	float: inherit;
}

.clear-fix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
//	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1 {
	font-size: 2em;
	color:#c8c8c8;
    padding-left:5px;
}

h2 {
	font-size: 1.4em;
	color:white;
	text-align:center;
}

h3 {
	font-size: 1.2em;
	color:white;
}

h4 {
	font-size: 1.1em;
    color:Yellow;

}

h5, h6 {
	font-size: 1em;
}

	h5 a:link, h5 a:visited, h5 a:active {
		padding: 0;
		text-decoration: none;
	}

/* main layout ---------------------------------------------------------- */

	.main-content {
		/*background: url("../Images/accent.png") no-repeat;*/
		padding-left: 5px;
		padding-top: 10px;
        margin-left:5px;
        vertical-align:top;
        /*border-color:white;
        border-collapse:collapse;
        border-width:1px;
        border-style:solid;*/
	}

.footer-center {
    color:#666699;
    text-align:center;
    font-size:1.4em;
    color:white;
    margin-left:auto;
    margin-right:auto;
}

.ImgButton {
    padding:0;
    height:20px;
    background-color:transparent;
    text-align:center;
    border:none;
}
.ImgButtonMenu {
    width:85px;
    height:15px;
}
/* login----------------------------------------------------------*/

#login {
	display: block;
	font-size: .85em;
	margin: 0 0 10px;
	text-align: right;
}

	#login a {
		background-color: #d3dce0;
		margin-left: 10px;
		margin-right: 3px;
		padding: 2px 3px;
		text-decoration: none;
	}

	#login a.username {
		background: none;
		margin-left: 0px;
		text-decoration: underline;
	}

	#login ul {
		margin: 0;
	}

	#login li {
		display: inline;
		list-style: none;
	}

    /* login page */

#loginForm {
	border-right: solid 2px #c8c8c8;
	float: left;
	width: 55%;
    padding-left:10px;
    vertical-align:top;
}

	#loginForm .validation-error {
		display: block;
		margin-left: 15px;
	}

.lblExplanation {
    color:yellow;
    font-size:1.2em;
    font-weight:600;
}

.AdminTableTitle {
    color: #6bff1c; /*bright green*/
    font-weight:600;
}


/* page elements ----------------------------------------------------------*/

/* page titles */

hgroup.title {
	margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
	display: inline;
}

hgroup.title h2 {
	font-weight: normal;
	margin-left: 3px;
}

/* features */
section.feature {
	width: 300px;
	float: left;
	padding: 10px;
}

#DiscountSchedule 
{
	width:185px;
	border:0;
	height:303px;
}


/* content */
.label {
	font-weight: 700;
}

.editLable_TopAlign {
		vertical-align:top;
		color:yellow;
}

.editLable_MiddleAlign {
		vertical-align:middle;
		color:yellow;
        text-wrap:avoid;
}

.RegisterFormConfirm {
	font-weight:500;
	color:yellow;
}


	
/* contact */
.contact h3 {
	font-size: 1.2em;
}

.contact p {
	margin: 5px 0 0 10px;
}

.contact iframe {
	border: 1px solid #333;
	margin: 5px 0 0 10px;
}

/* forms */
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

	fieldset legend {
		display: none;
	}
	
	fieldset ol {
		padding: 0;
		list-style: none;
	}

		fieldset ol li {
			padding-bottom: 5px;
		}

	label {
		display: block;
		font-size: 1.2em;
		font-weight: 600;
	}

	label.checkbox {
		display: inline;
	}

	input, textarea {
		border: 1px solid #e2e2e2;
		background: #fff;
		color: #333;
		font-size: 1.2em;
		margin: 5px 0 6px 0;
		padding: 5px;
		width: 300px;
	}

	textarea {
		font-family: inherit;
		width: 500px;
	}
	
		input:focus, textarea:focus {
			border: 1px solid #7ac0da;
		}

		input[type="checkbox"] {
			background: transparent;
			border: inherit;
			width: auto;
		}
		
	input[type="submit"],
	input[type="button"],
	button {
		background-color: #d3dce0;
		border: 1px solid #787878;
		cursor: pointer;
		font-size: 1.2em;
		font-weight: 600;
		padding: 7px;
		margin-right: 8px;
		width: auto;
	}

	td input[type="submit"],
	td input[type="button"],
	td button {
		font-size: 1em;
		padding: 4px;
		margin-right: 4px;
	}

/* info and errors */
.message-info {
	border: 1px solid;
	clear: both;
	padding: 10px 20px;
}

.message-error {
	clear: both;
	color: #e80c4d;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.message-success {
	color: #7ac0da;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

.error {
	color: #e80c4d;
}

/* styles for validation helpers */

.field-validation-error {
	color: #e80c4d;
	font-weight: bold;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #e80c4d;
	font-weight: bold;
	font-size: 1.1em;
}

.validation-summary-valid {
	display: none;
}

/* tables ----------------------------------------------------------*/

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 0.75em;
	border: 0 none;
}

th {
	font-size: 1.2em;
	text-align: left;
	border: none 0px;
	padding-left: 0;
}

	th a {
		display: block;
		position: relative;
	}

	th a:link, th a:visited, th a:active, th a:hover {
		color: #333;
		font-weight: 600;
		text-decoration: none;
		padding: 0;
	}

	th a:hover {
		color: #000;
	}

	th.asc a, th.desc a {
		margin-right: .75em;
	}
	
	th.asc a:after, th.desc a:after {
		display: block;
		position: absolute;
		right: 0em;
		top: 0;
		font-size: 0.75em;
	}

	th.asc a:after {
		content: '▲';
	}

	th.desc a:after {
		content: '▼';
	}

td {
	padding: 0.25em 2em 0.25em 0em;
	border: 0 none;
}

.colAlCenter {
    text-align:center;
}

/* Forum tables */

.ForumTable {
    padding-left:10px;
    margin-left:25px;
}

.ForumTableTitle {
    font-size:1.5em;
    font-weight:700;
    color:cyan;
}

.ThreadSubj {
    color:yellow;
}


tr.pager td {
	padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

	/* header 	----------------------------------------------------------*/

	

	/* logo */
	header .site-title {
		margin: 10px;
		text-align: center;
	}

	/* login */
	#login {
		font-size: .85em;
		margin: 0 0 12px;
		text-align: center;
	}

		#login ul {
			margin: 5px 0;
			padding: 0;
		}

		#login li {
			display: inline;
			list-style: none;
			margin: 0;
			padding: 0;
		}

		#login a {
			background: none;
			color: #999;
			font-weight: 600;
			margin: 2px;
			padding: 0;
		}

		#login a:hover {
			color: #333;
		}

	/* menu */
	nav {
		margin-bottom: 5px;
	}

	ul#menu {
		margin: 0;
		padding: 0;
		text-align: center;
	}

		ul#menu li {
			margin: 0;
			padding: 0;
		}


	/* main layout
	----------------------------------------------------------*/

    img.displayed-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
    }

    .caption {
    text-align:center;
    font-family:'Times New Roman';
    font-style:italic;
    padding-top:0;
    padding-bottom:0;
}




	/* forms */
	
	/* login page */
	#loginForm {
		border-right: none;
		float: none;
		width: auto;
	}

		#loginForm .validation-error {
			display: block;
			margin-left: 15px;
		}

	#socialLoginForm {
		margin-left: 0;
		float: none;
		width: auto;
	}

	/* footer
	----------------------------------------------------------*/
	footer .float-left,
	footer .float-right {
		float: none;
	}

	footer {
        align-content:center;
		text-align: center;
		height: auto;
		padding: 10px 0;
        color:maroon;
	}

		footer p {
			/*margin:0px;*/
            text-align:center;
		}
}
/* END: Mobile Styles */
