html {
	position:relative;
	min-height:100%;
}
body {
	margin-bottom:60px;
}
a {
	color:#0075CC;
	text-decoration:underline;
}
a:hover {
	color:#006293;
	text-decoration:none;
}
h1 {
	font-weight:bolder;
	font-size:24px;
	padding:0px;
	margin:0px;
}
h2 {
	font-weight:bolder;
	font-size:20px;
	padding:0px;
	margin:0px;
}
h3 {
	font-weight:bolder;
	font-size:18px;
	padding:0px;
	margin:0px;
}
.clear {
	clear:both;
}
.footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;
	background-color:#051E28;
	color:#DDDDDD;
	font-size:14px;
	padding:0px 0px;
	text-align:center;
}
.footer ul {
	margin: 0px auto;
	width:1000px;
	list-style-type: none;
    padding: 18px 0px 0px 0px;
    border:0px solid white;
    color:#888;
}
.footer li {
	display: inline;
	padding: 10px 10px;
}
.footer a {
	color: #DDDDDD;
	font-size:14px;
	font-weight:lighter;
	text-decoration:none;
}
.footer a:hover {
	color: gray;
	text-decoration:underlined;
}

.top_banner {
	position:fixed;
	top:0px;
	width:100%;
	background-color:#F2F2F2;
	text-align: center;
	padding:14px 0px 10px 0px;
	border-bottom:1px solid #CCCCCC;
	z-index:999999;
}
.top_under_banner {
	width:100%;
	height:70px;
	padding:0px;
	margin:0px;
}
.top_nav {
	display:table;
	margin: 0px auto;
	padding:0px 10px;
	width:1000px;
	border:0px solid red;
}
.top_logo {
	float:left;
}
.top_menu {
	float:right;
	padding-top:10px;
}
.main_content{
	padding:15px 15px;
	margin:0 auto;
	width:1000px;
}

/* dashboard */
.top_dashboard_content {
	width:100%;
	height:190px;
	padding:0px;
	margin:0px;
	background-color:#F9F9F9;
	border-bottom:1px solid #DDDDDD;
}
.top_dashboard_content .tdc_block {
	padding:115px 15px 0px 15px;
	margin:0 auto;
	width:1000px;
}

/* default form elements */
button,input,select,textarea{
	margin:0;
	font-size:100%;
	vertical-align:middle
}
button,input{
	*overflow:visible;
	line-height:normal;
}
button::-moz-focus-inner,input::-moz-focus-inner{
	padding:0;
	border:0
}
textarea{
	overflow:auto;
	vertical-align:top
}
label,input,select,textarea{
	font-size:13px;
	font-weight:normal;
	line-height:18px;
}
select,textarea,input[type="text"],input[type="password"],.uneditable-input {
	display:inline-block;
	height:24px;
	padding:4px;
	margin-bottom:9px;
	font-size:16px;
	line-height:18px;
	color:#555
}
input,textarea {
	width:210px
}
textarea{
	height:auto
}
input[type="submit"],input[type="button"],.submit_button {
	width:auto;
	background: #1e8bd4;
	text-decoration: none;
	font-family: sans-serif;
	background-image: -webkit-linear-gradient(top, #1e8bd4, #0074cc);
	background-image: -moz-linear-gradient(top, #1e8bd4, #0074cc);
	background-image: -ms-linear-gradient(top, #1e8bd4, #0074cc);
	background-image: -o-linear-gradient(top, #1e8bd4, #0074cc);
	background-image: linear-gradient(to bottom, #1e8bd4, #0074cc);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 14px;
	padding: 4px 14px;
	text-decoration: none;
	border-width: 0px;
}
input[type="submit"]:hover,input[type="button"]:hover,.submit_button:hover {
	background: #1689cc;
	color:white;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, #1689cc, #0061a6);
	background-image: -moz-linear-gradient(top, #1689cc, #0061a6);
	background-image: -ms-linear-gradient(top, #1689cc, #0061a6);
	background-image: -o-linear-gradient(top, #1689cc, #0061a6);
	background-image: linear-gradient(to bottom, #1689cc, #0061a6);
	text-decoration: none;
}
.submit_button {
	text-align:center;
}
textarea,input[type="text"],input[type="password"],.uneditable-input {
	background-color:#fff;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition:border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition:border linear 0.2s, box-shadow linear 0.2s;
	-o-transition:border linear 0.2s, box-shadow linear 0.2s;
	transition:border linear 0.2s, box-shadow linear 0.2s
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,.uneditable-input:focus {
	border-color:rgba(82, 168, 236, 0.8);
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82,168,236,0.6)
}
textarea,input[type="text"],input[type="password"],.uneditable-input {
	-moz-box-shadow:0 2px 5px 5px rgba(231, 231, 231, 0.4) inset;
	-webkit-box-shadow:0 2px 5px 5px rgba(231, 231, 231, 0.4) inset;
	box-shadow:0 2px 5px 1px rgba(231, 231, 231, 0.4) inset;
	font-family:Helvetica,Arial,sans-serif;
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,.uneditable-input:focus {
	border-color:rgba(169, 169, 169, 0.8);
	outline:0;
	outline:thin dotted \9;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(32, 32, 32, 0.4);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(32, 32, 32, 0.4);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(32,32,32,0.4);
}
input[type="text"].input_error, input[type="password"].input_error {
	border:1px solid red;
}
input[type="radio"],input[type="checkbox"] {
	margin:3px 0;
	*margin-top:0;
	line-height:normal;
	cursor:pointer
}
input[type="submit"],input[type="button"],input[type="radio"],input[type="checkbox"] {
	width:auto
}

/* status box */
.data_saved_box, .data_error_box {
	position:inline;
	display:block;
	padding:8px 18px;
	margin:0px 0px 20px 0px;
	font-size:16px;
	width:90%;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	border-radius: 3px;
}
.data_saved_box {
	color: #074018;
	background-color: #d9f0e0;
}
.data_error_box {
	color: #ba1f1f;
	background-color: #f2e0e0;
}

.tooltip {
	border-bottom: 1px dotted #168dc7;
}



@media (max-height: 800px) {
	.top_dashboard_content {
		height:120px;
	}
	.top_dashboard_content .tdc_block {
		padding:70px 15px 0px 15px;
	}
	.top_banner {
		position:fixed;
		top:0px;
		width:100%;
		background-color:#F2F2F2;
		text-align: center;
		padding:3px 0px 2px 0px;
		border-bottom:1px solid #CCCCCC;
		z-index:999999;
	}
	.top_under_banner {
		width:100%;
		height:40px;
		padding:0px;
		margin:0px;
	}
}


