﻿/*----------------------------------------------------------
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. -orange 5C87B2
----------------------------------------------------------*/
body {

    font-size: 0.9em !important;
    font-family: "Verdana";
    margin: 0;
    padding: 0;
    color: #696969;
    min-height:95%;
}

pre {font-family: Consolas,monospace}

a:link {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

/*overrides for the themes*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
    color: #000;
}

h1 {
    font-size: 1.0em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 0 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* 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: 95%;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    min-height:90%;
	position:absolute; 
    top:0px;
    bottom:0px;
    min-width:95%;
}

    header h1, #header h1 {
        font-weight: bold;
        margin: 0;
        color: #761C1B;
        border: none;
        line-height: 2em;
        font-size: 16px !important;
        text-shadow: 1px 1px 2px #111;
    }

#main {
    padding: 5px 15px 15px 15px;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    height:100%;
    min-height:100%;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* TAB MENU   
----------------------------------------------------------*/

.menutitle {
	margin-left: 10px;
}

ul#menu li {
	float: right;
    padding: 5px;
}

ul#sub-menu > li.currentone > a {

    color:white;
}

ul#sub-menu > li > a:hover {
    color:white;
}


ul#sub-menu li a{
    font-weight: bold;
	 color: black;
	text-align: right;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
    width:100%;
}

.field-container{width:100%}



select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/
tr.selectedrow {
    background-color: #8bc0f5;
    color: aliceblue;
}

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;

}

nav, 
#menucontainer {
    margin-top: 10px;
    min-height:95%;
}

ul#menu li.selected a {
    background-color: #a6e2a6;
    color: #000;
}

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 2px;
    color: black;
}

#logindisplay a:link {
    color: black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: darkgray;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}



/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	width: 45%;
	float: left;
	margin-left: 20px;
	position:relative;
	padding:5px;
	margin:0em 0 0em;
	color:#fff;
	background:#f76145; /* default background for browsers without gradient support */
	/* css3 */
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f7987c), to(#f94611));
	background:-moz-linear-gradient(#f7987c,#f94611);
	background:-o-linear-gradient(#f7987c,#f94611);
	background:linear-gradient(#f7987c,#f94611);
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

.field-validation-valid {
   /*display: none;*/
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
	width: 50%;
	float: left;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
	 margin-left: 20px;
}

.validation-summary-valid {
    display: none;
}

input[type="text"], 
input[type="password"],
select{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
	width: 100%;   
}

input.input-validation-error[type="text"], 
input.input-validation-error[type="password"]{
	  border: 1px solid #ff0000;
    background-color: #ffeeee;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
	width: 50%;
	float: left; 
}


/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    width: 30%;
    height: 24px;
    float: left;
    margin: 5px 0 0 0;
    color:dodgerblue;
}

.display-field, 
.editor-field 
{
    width: 70%;
    height: 24px;
    float: right;
    margin: 5px 0 0 0
}

.filter-label {
    width: 60%;
    height: 24px;
    float: left;
    margin: 5px 0 0 0;
}

.filter-field
{
    width: 40%;
    height: 24px;
    float: right;
    margin: 5px 0 0 0
}

/*.text-box {
    width: 30em;
}*/

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

img
{  border-style: none;
}

.actionLinkUI { float: left; margin-right: 2px; padding:5px; }