@CHARSET "UTF-8";

/*******************************************************************************
 *   ___    _____   ____
 *  / __|  |_   _| |  _ \
 *  \__ \    | |   | | | |
 *   __) |   | |   | |_| |
 *  |___/    |_|   |____/
 *
 ******************************************************************************/
body {
	background-color: #83D0F5;
}
body, th, td, div {
	font-family: verdana;
	font-size: 12px;
	color: #003F55;
}
th, td { padding: 2px 4px; }

th { text-align:left; font-weight: normal; }

ul, ol { margin-left: 25px; padding: 2px 5px; }
ul { list-style: disc; }
ol { list-style: decimal; }
li { margin: 2px; padding-top: 1px; padding-bottom: 2px; line-height: 1.2em; }
p { margin: 5px; line-height: 1.5em; }

h1, h2, h3 {
	margin: 10px 0px 5px 0;
	font-weight: bold;
}
h1 {
	font-size: 1.4em;
	padding: 0px 15px;
}
h2 {
	font-size: 1.2em;
	padding: 7px 3px 5px 3px;
}
h3 { margin-left: 10px; }
a { text-decoration: underline; color: #4D4D4D; }
a:hover, a:visited, a:active { text-decoration: underline; color: #4D4D4D; }
textarea {
	font-size: 1em;
	font-family: verdana;
	width: 250px;
	height: 100px;
	resize: none;
}
label, input, button, select { font-family: verdana; font-size: 12px !important; }


/*******************************************************************************
 *   _          _     __   __   ___    _   _   _____
 *  | |        / \    \ \ / /  / _ \  | | | | |_   _|
 *  | |       / _ \    \ V /  | | | | | | | |   | |
 *  | |___   / ___ \    | |   | |_| | | |_| |   | |
 *  |_____| /_/   \_\   |_|    \___/   \___/    |_|

 ******************************************************************************/
.container-fluid { padding-left: 0; padding-right: 0; }

@media print {
	.nav { display: none;  }
}
.nav-pills > li > a {
	background-color: #FFF;
	text-decoration: none;
	color: #003F55;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	background-color: #003F55;
	color: #FFF;
}
.dropdown-menu > li > a {
	background-color: #FFF;
	text-decoration: none;
	color: #003F55;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #003F55;
	background-image: none;
	color: #FFF;
}

.subnav-pills {
	margin-bottom: 0px;
}
.subnav-pills > li > a {
	background-color: #FFF;
	text-decoration: none;
	color: #003F55;
}

#logo {
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}

.account-name {
	border-radius: 5px 5px 5px 5px;
        margin: 5px 5px 20px 5px;
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	font-size: 1.7em;
}
@media print {
	.account-name { display: none;  }
}

#main-content {
	background-color: #FFF;
}

@media screen {
	#footer {
		width: 100%;
		border: 0;
		background-color: #FFF;
		margin-top: 50px;
		margin-bottom: 0px;
		padding: 15px 0;
		text-align: center;
	}
		#footer a { color: #000; }
}

@media print {
	#footer { display: none; }
}

/* end of file layout.css */
