﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: white;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
    
}
.wrapper-main {
	width: 900px;
	padding: 4px;
	margin: 0 auto;
	margin: 10px;
	border: none; 
}
@media only screen and (max-width: 350px) {
	.wrapper-main {
		width: 100%;
		background-color: white
	}
}

@media only screen and (min-width: 351px) and (max-width: 400px) {
	.wrapper-main {
		width: 100%;
		background-color: white
	}
}

@media only screen and (min-width: 401px) and (max-width: 600px) {
	.wrapper-main {
		width: 100%;
		background-color: white
	}
}

@media only screen and (min-width: 601px) and (max-width: 768px) {
	.wrapper-main {
		width: 100%;
		background-color: white
	}
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
	.wrapper-main {
		width: 100%;
		background-color: white
	}
}	
		
a:link, a:visited
{
    color: purple;
}

a:hover
{
    color: greenyellow;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

/* wrapper */
div.wrapper {
	width:100%;
	margin:0px auto 0;
	padding:0px;
}

div.wrapper1160 {
	width:100%;
	margin:0px auto 0;
	padding:0px;
	background:#ffffff
}
div.wrapper100 {
	width:100%;
	margin:0px auto 0;
	padding:0px;
	background:#ffffff
}
div.headerb {
   
	padding:30px 10px 35px;
	margin:0 auto;
	background:transparent url('images/header-bbg.png') no-repeat scroll top left;
	display:inline-block;
}
div.headerb {
	display:block;
	
}
div.headerb h1 {
	margin:0;
	padding:0;
	text-align:center;
}
div.headerb h2 {
	text-align:center;
	padding:0;
	margin:0;
	color:#eee;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-left:5px;
	font-size:0.75em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000000;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
    width: 50%;
}

h3
{
    font-size: 1.2em;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
}

h4
{
    font-size: 1.25em;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h5, h6
{
    font-size: 1em;
}


/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    background-color: #fff;
    margin: 5px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #C0C0C0;
    width: 100%;
    top: 0px;
    left: 0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: white;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.header h6
{
    font-weight: 300;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #33ccff;
    border: none;
    line-height: 2em;
    font-size: 2em;
    background: white;
   
}
.main
{
    padding: 0px 12px;
    margin: 12px 1px 8px 1px;
    min-height: 420px;
    width: 100%;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #33ccff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #33ccff;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #33ccff;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #33ccff;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.narrow { width: 60px;
}

input.narrow2 { width: 170px;
}
input.narrowCategory { width: 75px;
}

input.location { width: 70px;
}

input.ID { width: 15px;
}

input.name { width: 170px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #33ccff;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
   
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.5em;
    display: block;
    text-align: right;
    padding: 10px;
    color: Black;
}

.loginDisplay a:link
{
    color: #33ccff;
}

.loginDisplay a:visited
{
    color: #33ccff;
}

.loginDisplay a:hover
{
    color:#33ccff;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
/* sidebar */

div.sidebar {
	padding:0 10px;
	background-color: #33ccff;
    float:left;
}
/* content */
div.column-right {
	float:right;
	background-color: #ffffff;
    
    height:400px;
   
}
div.column-right2
{
    float: right;
    background-color: #33ccff;
    height: 400px;
    font-family: 'Century Gothic';
    font-size: large;
    font-weight: 100;
    font-style: normal;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
}

div.column-left {
	
    height: 400px;
    width: 50%
}
div.page-content-Full {
	float:left;
	width:100px;
	padding:10px;
	border-right:0px solid #454545;
	border-left:0px solid #454545;
	background:#ffffff /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-right {
	float:left;
	width:280px;
	padding:10px;
	
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-center {
	float:left;
	width:280px;
	padding:10px;
	border-right:10px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-left {
	float:left;
	width:320px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:10px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-leftPrint {
	float:left;
	width:420px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:10px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-Venleft {
	float:left;
	width:320px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:10px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-VenCon {
	float:left;
	width:680px;
	padding:10px;
	border-right:10px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-Servleft {
	float:left;
	width:220px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-ServRight {
	float:left;
	width:890px;
	padding:10px;	
	border-left:10px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-ServRightRight {
	float:right;
	width:890px;
	padding:10px;
	border-left:10px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content {
	float:left;
	width:690px;
	padding:10px;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content1160 {
	float:left;
	width:1160px;
	padding:10px;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-Servleft1160 {
	float:left;
	width:220px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-ServRight1160 {
	float:left;
	width:900px;
	padding:10px;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-ServRRight1160 {
	float:right;
	width:900px;
	padding:10px;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-right1160 {
	float:right;
	width:440px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-left1160 {
	float:left;
	width:440px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-right1160-split {
	float:left;
	width:286px;
	padding:10px;
	border-left:0px solid #454545;
	border-right:0px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.page-content-full {
	float:left;
	width:96%;
	padding:10px;
	border-left:8px solid #454545;
	border-right:8px solid #454545;
	background:#f0f0f0 /* url('images/content-bg.jpg') no-repeat scroll top center */;
}
div.contentMain {
	background:#f0f0f0;
	padding:10px 0px 10px 0px;
	color:#454545;
}
div.content {
	background:#454545;
	padding:10px 0px 10px 0px;
	color:#454545;
}
div.content ul {
	font-size:0.75em;
	list-style:disc;
}
div.content ul li {
	padding-bottom:5px;
}

/* sidebar */

div.sidebar {
	width:10%;
	padding:0 10px;
	background-color: #33ccff;
    
}
div.sidebar p { 
	color:#33ccff;
	margin-bottom:0px;
	padding:2px;
}
div.sidebar ul {
	font-size: medium;
	margin:0 0 40px;
	padding:0px;
	list-style:none;
}
div.sidebar ul li {
	padding:0;
}
div.sidebar ul li ul {
	padding:0 2px 5px;
	border-bottom:1px solid #212121;
	background-color:#333;
}
div.sidebar ul li ul li {
	padding:5px 10px;
}


