﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background: url(images/contentbg.jpg) repeat;
	font-size: 1em;
	font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #FFF;
	position: relative;
}
img
{
    border:none;
}
a, a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#333;
}

a:active {
	color: #12eb87;
}

p, ul {
	margin-bottom: 20px;
	line-height: 1.6em;
	
}
#main p{
	padding: 30px 30px 15px 30px;
}

header,
footer,
nav,
section {
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5em;
	color: #00452E;
}

h1 {
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2 {
	padding: 0 0 10px 10px;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
    color: #C39E06;
    margin:0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
	width: 90%;
	background:url(images/bg.png) no-repeat;
	margin-left: auto;
	margin-right: auto;
}

header, #header {
	width: 90%;
	background: url(images/bg.png) no-repeat;
	position: relative;
	color: #000;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

header h1, #header h1 {
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 32px !important;
	text-shadow: 1px 1px 2px #111;
}

#main {
	padding: 15px 0 15px 0;
	background:#aaacac;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

footer, 
#footer {
	background-color: #415050;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 auto 30px auto;
	font-size: 0.9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	width: 90%;
}

/* TAB MENU   
----------------------------------------------------------*/
/*ul#menu {
	border-bottom: 1px #5C87B2 solid;
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	list-style: none;
}

ul#menu li#greeting {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a {
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #034af3;
	border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active {
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a {
	background-color: #fff;
	color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
	border: 1px solid #ddd;
	padding: 1.4em;
	margin: 20px;
	/*width: 30%;*/
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
color:#FFF;
	border:none;
	background:#595959;	
		-webkit-box-shadow: inset 1px 1px 10px 0px #333333;
		-moz-box-shadow: inset 1px 1px 10px 0px #333333;
		box-shadow: inset 1px 1px 10px 0px #333333;
		font-size:16px;
}

input[type="text"], 
input[type="password"] {
	color:#FFF;
	border:none;
	background:#595959;	
		-webkit-box-shadow: inset 1px 1px 10px 0px #333333;
		-moz-box-shadow: inset 1px 1px 10px 0px #333333;
		box-shadow: inset 1px 1px 10px 0px #333333;
		font-size:16px;
		height:25px;
}

select {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}
/*
input[type="submit"] {
	color:#FFF;
	border:none;
	background: #959595;
background: -moz-linear-gradient(top,  #959595 0%, #0d0d0d 46%, #010101 50%, #0a0a0a 53%, #4e4e4e 76%, #383838 87%, #1b1b1b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#959595), color-stop(46%,#0d0d0d), color-stop(50%,#010101), color-stop(53%,#0a0a0a), color-stop(76%,#4e4e4e), color-stop(87%,#383838), color-stop(100%,#1b1b1b));
background: -webkit-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
background: -o-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
background: -ms-linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
background: linear-gradient(top,  #959595 0%,#0d0d0d 46%,#010101 50%,#0a0a0a 53%,#4e4e4e 76%,#383838 87%,#1b1b1b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#1b1b1b',GradientType=0 );
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
	box-shadow: -1px 1px 10px #333;
	/*filter: dropshadow(color=#333, offx=-1, offy=1);*/
/*	cursor:pointer;
}
*/
	

/* TABLE
----------------------------------------------------------*/

table {
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

table td {
	padding: 5px;
	/*border: solid 1px #e8eef4;*/
	/*background-color: rgb(102, 102, 102);*/
}
table tr.odd 
{
    
}
table th
{
    padding: 6px 5px;
    text-align: left;
    background-color: rgb(85,85,85);
    border: solid 1px rgb(85,85,85);
    border-bottom-color: #e8eef4;
    
}

/* MISC  
----------------------------------------------------------*/
.clear {
	clear: both;
}

.error {
	color: Red;
}

nav, 
#menucontainer {
	/* [disabled]margin-top: 40px; */
	background-color: #415050;
}

div#title {
	display: inline-block;
	width: 60%;
	padding: 20px;
}
#title .logo {
	float: left;
	margin-left: 20px;
}
#title .titletext {
	 font-size: 4em;
	 color: White;
}

#logindisplay {
	font-size: 1.3em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
	padding-right: 50px;
}

#logindisplay a:link {
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

.centerimage   
{
	display: block;   
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid {
	display: none;
}
.margin{
	margin-left:20px;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.editor-column, .display-column
{
	float: left;
	padding-right: 20px;
}
.display-element, .editor-element
{
	padding: 3px;
	clear: both;
	font-size: 1.3em;
}
.display-label {
	margin: 5px;
	float: left;
	width: 180px;
	text-align: right;
	padding: 3px;
} 
.editor-label {
	margin: 1em 0 0 0;
	width: 50%;
}

.display-field {
	min-height: 20px;
	width: 320px;
	border: 1px solid #000;
	background:#595959;
	margin: 5px;
	padding: 5px;
	float: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
} 
.display-field-no-background {
	min-height: 20px;
	width: 320px;
	margin: 5px;
	padding: 5px;
	float: left;
}
.editor-field {
	margin: 0.5em 0 0 0;
	width: 50%;
}
.editor-field-IntInput .text-box{
	margin: 0.5em 0 0 0;
	width: 20px;
}
.text-box {
	width: 30em;
}

.text-box.multi-line {
	height: 6.5em;
}

.tri-state {
	width: 6em;
}
.Margin20 {
	margin:20px;
}

/***************************************************
 * Styles for ajax loading indicator
 ***************************************************/
.loading-container 
{
    background: #333;
    color: #fff;
    float: left;
    width: 220px;
    height: 220px;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    z-index: 1000000;
}

.loading-container-progress
{
    background: #333;
    color: #fff;
    float: left;
    width: 450px;
    height: 220px;
    margin: 0 20px 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    z-index: 1000000;
}

.ui-progressbar
{
    height: 24px !important;   
}

.ui-progressbar-value
{
    background: url(/Content/progressBar.gif) repeat-x;
    margin: 0 !important;
    padding: 0 !important;
}