﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F7F5F6;
    font-size: .90em;
     font-family:Tahoma,Arial,Helvetica,sans-serif;

    margin: 0px;
    padding: 0px;
    color: #000;
}



p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 99%;
    background-color: #fff;
    margin: 3px 3px 3px 3px;
    border: 1px solid #C4C4C5;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #D73B02;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 10px 0px 5px;
    margin: 5px 8px 8px 1px;
    min-height: 420px;
}


.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}



.topNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #f3f3f3;
}

.topNav li {
    float: left;
}

.topNav li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
}

.topNav li a:hover:not(.active) {
    background-color: #ddd;
}

.topNav li a.active {
    color: white;
    background-color: #4CAF50;
}



.topNav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    background-color: #452192;
    font:bold 12px arial,verdana;
    color:#ffffff;
}

.topNav1 li {
    float: left;
    color:#ffffff;
}

.topNav1 li a {
    display: block;
   color:#ffffff;
    text-align: center;
    padding: 8px 10px;
    text-decoration: none;
}

.topNav1 li a:hover:not(.active) {
   color: #2E1367;
    background-color: white;

}

.topNav1 li a.active {
    color: #2E1367;
    background-color: white;
}
















.form {   
float: left;      
clear: both;      
width: 100%;      
margin: 0 0 1em 0;      
padding: 0 0 1em 0;      
border: 1px solid #AAAAAA;     
background-color: #FFFFFF;  
}  

.form fieldset h1
{
	margin-top: 0;
}

.form fieldset h3
{
	padding-left: 1em;
	margin-bottom: 0;
	
}
.form label {    
float: left;    
width: 10em;    
padding-right: 0;
margin-right: 0.5em;   

}

.form label.short
{
	width: 5em;
}

.wide label
{
	width: 16em;
}

.wide input[type=text],.wide input[type=password], .wide select, .wide textarea
{
	width: 13em;
	
}

.form span label
{
	width: auto;
}

.form input.short
{
	width: 7em;
}

.form input, .form select , .form textarea , .form input[type=checkbox]
{
	float: left;
	margin-right: 10px;
	border: solid 1px #CAD4E7; 
	 height:25px;
	
	 -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
             -moz-border-radius-bottomleft: 3px;
            -moz-border-radius-bottomright: 3px;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
	 background-color:#ECEEF5; 
	
}

.form h5
{
 background-color:#aaaaaa;
 color:#ffffff;  	
}


.form legend {   
margin-left: 1em;   
color: #000000;   
font-weight: bold;  
}  

.form  ol {   
padding: 0.5em 1em 0 0;     
list-style: none;
margin-left: 1em; 
}  

.form  li   
{
	margin-left: 0; 
	padding-left: 0;
float: left;    
clear: left;    
width: 100%;    
padding-bottom: 0.5em; 
list-style: none;
}  

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}


.capitalize { text-transform: capitalize; }
