@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,700,700italic);


/* lite reset */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        color: #58595b;
        background-color: #2E448B;
    background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #2E448B),
	color-stop(1, #79ADDB)
    );
    background-image: -o-linear-gradient(bottom, #2E448B 0%, #79ADDB 100%);
    background-image: -moz-linear-gradient(bottom, #2E448B 0%, #79ADDB 100%);
    background-image: -webkit-linear-gradient(bottom, #2E448B 0%, #79ADDB 100%);
    background-image: -ms-linear-gradient(bottom, #2E448B 0%, #79ADDB 100%);
    background-image: linear-gradient(to bottom, #2E448B 0%, #79ADDB 100%);
}

/*ul {
     list-style-type: none;
}

li:before {
    content: "-";
    font-size: larger;
    vertical-align: middle;
    font-family: monospace;
    margin-right: 4px;
}

li {
    margin-left: -10px
}*/

.container, #header, #footer {
    min-width: 900px;
    max-width: 1200px;
    margin: 0 auto;
}

.main {
}

.container {
    background-color: #fff;
    padding: 20px 40px 80px;
    box-shadow: 0px 0px 4px rgba(0,0,0,.4);
    border-radius: 4px;
}



#header {
    /*margin-top: 30px;*/
}

a {
    color: #0071bb;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

input, select, textarea {
    margin-bottom: 5px;
}

ul li p {
    font-style: italic;
    margin: 0 10px 10px 22px;
    color: #666;
    font-size: 12px;
    
}

.box {
    border: 1px solid #ddd;
    padding: 6px;
    margin: 10px 0 20px;
}

.form-group {
    margin: 10px 0 20px;
}

.form-group textarea {
    width: 100%;
}

.caption {
    font-style: italic;
}

#form_container li:before {
/*    content: "";
    margin: 0;
    padding: 0;*/
}

#form_container ul li {
    /*list-style-type: none;*/
}

.description, .inline {
    margin-top: 10px;
}

.description {
    font-weight: bold;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: #0071bb;
    font-weight: 600;
}

h1 {
    font-size: 23px;
    color: #58595b;
    font-weight: bold;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

hr {
    border-color: #ddd;
    border-right: medium none;
    border-left: medium none;
    border-image: none;
    height: 3px;
    border-width: 1px medium;
    border-style: solid none;
}

.inline {
    display: inline-block;
    width: 80%;
}

.bold {
    font-weight: bold;
}

#header {
    color: #fff;
    padding: 20px 40px;
    height: 70px;
}

#footer {
    color: #fff;
    padding: 20px;
    padding-bottom: 80px;
    clear: both;
}

#sidebar {
    margin: 0 auto;
}

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    padding: 3px 5px;
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
    margin: 5px;
    background-color: #0071bb;
    border-radius: 3px;
}

#sidebar ul li:before {
    content: "";
    margin: 0;
    padding: 0;
}

#sidebar ul li:hover {
    
}

#sidebar ul li ul {
    display: none;
    width: 200px;
    position: absolute;
    margin-top: 6px;
    background-color: rgba(255,255,255,.8);
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

#sidebar ul li ul > li {
    font-size: 14px;
    width: 100%;
    display: block;
    background-color: rgba(0,0,0,0);
}

#sidebar ul li ul > li a {
    color: #58595b;
}

#sidebar ul li ul > li a:hover {
    color: #0071bb;
}

#sidebar ul li:hover {
}

#sidebar ul li:hover > ul {
    display: block;
}

#sidebar ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

#sidebar ul li a:hover {
    
}

#footer a {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.top {
    vertical-align: top;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.clear {
    clear: both;
}

.important {
    font-size: larger;
}

.important:before {
    color: red;
    content: "IMPORTANT: ";   
}

.red {
    color: red;
    font-weight: bold;
}

input:required:before {
    content: "*";
    background-color: red;
}

.error {
    font-weight: bold;
    color: red;
    display: block;
    
}

.btnSilver{
    -webkit-box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset; 
    box-shadow: rgb(255, 255, 255) 0px 1px 0px 0px inset; 
    border-radius: 6px; 
    border: 1px solid rgb(220, 220, 220); 
    display: inline-block; 
    cursor: pointer; 
    color: rgb(119, 119, 119);  
    font-weight: bold; 
    padding: 6px 24px; 
    text-decoration: none; 
    text-shadow: rgb(255, 255, 255) 0px 1px 0px; 
    background: linear-gradient(rgb(237, 237, 237) 5%, rgb(223, 223, 223) 100%) rgb(237, 237, 237);
}

.btnSilver:hover{
    background: linear-gradient(rgb(237, 237, 237) 5%, rgb(230, 230, 230) 100%) rgb(244, 244, 244);
}


.btnYellow {
    -webkit-box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px; 
    box-shadow: rgb(255, 246, 175) 0px 1px 0px 0px; 
    border-radius: 6px; 
    border: 1px solid rgb(255, 170, 34); 
    display: inline-block; 
    cursor: pointer; 
    color: rgb(51, 51, 51);
    font-weight: bold; 
    padding: 6px 24px; 
    text-decoration: none; 
    text-shadow: rgb(255, 238, 102) 0px 1px 0px; 
    background: linear-gradient(rgb(255, 236, 100) 5%, rgb(255, 171, 35) 100%) rgb(255, 236, 100);
}

.btnSilver:hover, .btnYellow:hover {
    text-decoration: none;
}

.tb1 td {
    border-right: 1px solid #ddd;
    margin: 0 !important;
    padding: 3px;
    text-align: center;
    
}

.tb1 tr:nth-child(even) {
    background-color: rgba(0,0,0,.1);
}

.content {
    display: none;
    margin: 0 30px;
}

.collapsed:before {
    border: 1px solid #ddd;
    padding: 1px 5px;
    margin-right: 5px;
    font-family: monospace;
    content: "+";
}

.expanded:before {
    border: 1px solid #ddd;
    padding: 1px 5px;
    margin-right: 5px;
    font-family: monospace;
    content: "-";
}

.expander {
    font-weight: bold;
    font-size: 14px;
    color: #0071bb;
    cursor: pointer;
    margin: 10px 0 5px;
}

.padded {
    margin: 20px 0;
}

.borderless {
    border: none;
}