@import "http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic|Open+Sans:400,300|Oswald|Abel";

* {
    margin:0;
    padding:0;
    border: 0;
}

body
{
    -x-system-font:none;
    font-family: 'Abel', sans-serif;
    font-weight:400;
    line-height:24px;
    background-image: url("images/theme/bg_public.jpg");
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#F2F4F7;
}

h1, h2, h3, p, code
{
    line-height:24px;
    margin-left:10px;
    margin-right:10px;
}

ul, ol, li
{   
    line-height:24px;
    margin-left:15px;
    margin-right:10px;
}

.action_bar{
    width:1110px;
    height:50px; 
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0;
    padding:20px;
    background: transparent linear-gradient(135deg, rgba(3, 57, 102, 0.85) 0%, rgba(14, 28, 38, 0.82) 100%) repeat scroll 0% 0%;
    background-color: transparent;
    background-image: linear-gradient(135deg, rgba(3, 57, 102, 0.85) 0%, rgba(14, 28, 38, 0.82) 100%);
}
.action_button_red{
    border: 1px solid red;
    border-radius:5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    background:#a1c1c1;
    background: linear-gradient(top, #048CAD 0%, #62a60a 100%);  
    background: -moz-linear-gradient(top, #048CAD 0%, #62a60a 100%); 
    background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
}
#header-wrap
{   
    //background: transparent linear-gradient(135deg, #555 0%, #FFF 100%) repeat scroll 0% 0%;
    //background-color: #0000e9;//transparent;
    //background-image: linear-gradient(135deg, #555 0%, #000 100%);
    //border-bottom: 5px solid gray;//#b03060;
    z-index: 1;
}
#header
{
    color:gray;
    border: 0;
    margin-left: auto;
    margin-right: auto;
    height:125px;
    position:relative;
    width:1140px;
    clear: both;
    z-index:100;
}

#header-logo
{
    position:absolute;
    //width:125px;
    //height:40px;
    top:5px;
    left:5px;
}
#header-logo hover
{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#social{
    position:absolute;
    top:18px;
    left:500px;
    height:20px;
}
#social ul
{
    list-style: none;
    position: relative;
    display: inline-table;
}
#social li
{
    position:relative;
    float:right;
    display:inline;
    margin-left:10px;
    margin-right:10px;
    padding:0;
}

#user-tabs #login
{
    position:relative;
    float:right;
    display:inline;
    margin-right:10px;
    padding:0;
    
}

#user-tabs ul
{
    position:relative;
    top:0;
    text-align:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-right:10px;
    padding:5px 0 0 7px;
}

#user-tabs li
{
    position:relative;
    float:left;
    display:inline;
    margin:0;
    padding:0;
}

#user-tabs a
{
    color:#06c;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#user-tabs a:hover
{
    color:#C90;
}

#register-form
{
    
}

#register-form input, select
{
    width:260px;
    height:25px;
    padding-left: 5px; 
    border: 1px solid gray;
    border-radius:3px;
    background:white;
    font-family: 'Open Sans';
    font-weight:400;
    font-size:1.0em;
    margin:0 0 5px 0;
}

#register-form select
{
    height:35px;
    width:275px;
}

.subheading{
    font-weight:bolder;
    font-size:1.0em;
    margin:10px auto 10px auto;
    border-bottom: 1px solid lightgray;
}

#register {
    position:absolute;
    top:60px;
    right:15px;
    border: 1px solid red;
    border-radius:5px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
}

#register a
{
    font-size: 2.0em;
    font-weight:bold;
    color: #FFC;
}

#register-button
{
    width:200px;
    height:30px;
    text-align:center;
    margin:10px auto 10px auto;
    background-color:lime;
    border:2px solid green;
    padding:10px;
    font-size:1.2em;
    font-weight: bolder;
    cursor:pointer;
}

nav {
    position:absolute;
    top:75px;
    left:325px;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    height:36px;
    color:#111;
    z-index: 500;    
    border:0;
}
nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
    
}
nav ul li {
    height:35px;
    float: left;
    margin-left:10px;
    margin-right:10px;
}
nav ul li.current {
    padding:0;
    background: #4b545f;
}           

nav ul li:hover > a {
    color: #c7c78f;
    background: #4b545f;
    border: 1px solid white;
    //border-radius: 10px;
    margin-left:0;
}    
nav ul li a {
    display: block;
    padding: 5px 5px;
    color: #4b545f;
    text-decoration: none;
    margin-left:0;
}		

#wrap
{
    margin:0;
    padding:0;
}

#content {
    clear: both;
    position: relative;
    margin:0px auto 0 auto ;
    padding:10px 0px 0 0;
    width:1140px;
    background: #FFF;
    background-image: url("images/theme/bg_public.jpg") 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: 0;
    min-height: 600px;
}
#wide {
    text-align:left;
    width:100%;
}
#main {
    float:left;
    width:580px;
}
#main_plus {
    float:left;
    width:740px;
}

#main_wide {
    display:table;
    position:relative;
    width:1140px;
}

.text-panel
{
    background:white;
    box-shadow: 0px 0px 9px rgba(243,138,47,0.5);
}
.text-panel-dark
{
    color:white;
    padding: 10px;
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.70) 10%, rgba(0, 0, 0, 0.50) 90%);
    box-shadow: 0px 0px 5px rgba(243,138,47,0.5);
}

#sidecol {
    float:left;
    padding:5;
    width:200px;
}
#sidecol_wide {
    float:left;
    width:300px;
}
#sidebar {
    float:left;
    padding:0;
    width:270px;
}
#sidebar ul.sidemenu {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:10px 15px;
padding:0;
}
#sidebar ul.sidemenu li {
border:1px solid #F2F2F2;
margin-bottom:1px;
}
#sidebar ul.sidemenu a {
    background:#F2F2F2 none repeat scroll 0 0;
    border-left:5px solid #CCCCCC;
    color:#333333;
    display:block;
    font-weight:bold;
    min-height:18px;
    padding:2px 5px 2px 10px;
    text-decoration:none;
}
#sidebar ul.sidemenu a:hover {
	background:#F2F2F2 none repeat scroll 0 0;
	border:1px dashed #06F;
	color:#06F;
	padding:2px 5px 2px 10px;
}
#footer-wrap
{   
    position:relative;
    width:100%;
    clear:both;
    padding:0;
    background-color:#04133b;
}
#footer
{
    margin:0px auto 0 auto;
    height:200px;
    clear:both;
    width:1140px;
    color: #575f6a;
    font-size:92%;
    padding:20px 0 0 0;
    text-align:center;
}
#footer-foot
{
    color:gray;
    clear:both;
    padding: 15px 0 0 0;
    text-align:center;
    width:100%;
    height:60px;
    background: #222;
}
#footer #footer-left
{
    float:left;
    margin-left:0;
    margin-right:auto;
    padding:0;
    text-align:left;
    width:250px;
}
#footer #footer-col
{
    float:left;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:left;
    width:250px;
}
#footer #footer-col-stretchy
{
    float:left;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    text-align:left;
}
#footer #footer-right
{
    float:right;
    margin-left:auto;
    margin-right:0;
    padding:0;
    text-align:left;
    width:250px;
}

#footer #footer-tabs li
{
    display:inline;
    margin:2px;
    padding:2px;
    text-align:left;
    list-style-type: none;
}
#footer a
{
    color:lightgray;
    font-weight:bold;
    text-decoration:none;
}
#footer a:hover
{
    color:#F90;
}

#footer h1 h2 h3
{
    color:#F90;
}

#footer ul
{
    margin-left:0px;
    list-style-type: none;
}

a {
    color:#06F;
    text-decoration:none;
}

a:hover {

    color:#C00;
}

h1, h2, h3 {
    margin:10px 15px;
    padding:0;

    color:#578498;

}

h1 {
    font-size:1.5em;
    text-transform:uppercase;
}
h2 {
    font-size:1.3em;
    text-transform:uppercase;
}
h3
{
    font-size:1.1em;
    letter-spacing:1px;
    text-transform:uppercase;
}

h1, h2, h3, p
{
    margin:10px 15px;
    padding:0;
}

img {
border:none;
}
img.float-right {
margin:5px 0 10px 10px;
}
img.float-left {
margin:5px 10px 10px 0;
}

.widget
{
    margin:10px;
    border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #5f6975;
    overflow: auto;
}

.widget-titlebar{
    border: 0;
    background-color: #5f6975;
    padding: 10px 0 0 10px;
    height: 30px;
    color: #FFF;
    font-size:10px;
    font-weight: bold;
}
.widget-colhead{
    position:relative;
    text-align: center;
    padding: 5px 0 0 0;
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    background-color: lightgray;
    height: 24px;
    float:left;
    overflow: hidden;
    color: #000;
    font-size:10px;
    font-weight: bold;
}

.widget-rowhead{
    position:relative;
    text-align: center;
    padding: 5px 0 0 0;
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    background-color: lightgray;
    height: 24px;
    float:left;
    overflow: hidden;
    color: #000;
    font-size:10px;
    font-weight: bold;
}
.widget-rowhead:last{
clear:right;
border-right: 0;
}

.widget-data{
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding:5px 0 0 5px;
    background-color: #FFF;
    height: 24px;
    float:left;
    font-size:10px;
}

.widget-data-centered{
    border-top: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 5px 0 0 0;
    text-align: center;
    background-color: #FFF;
    height: 24px;
    float:left;
    font-size:10px;
}
.widget-data:last{
clear:right;
border-right: 0;
}

form {
background-color:#EAEAEA;
border:1px solid #AAAAAA;
margin:10px 15px;
}
label {
display:block;
font-weight:bold;
margin:5px 0;
}
input {
-x-system-font:none;
border:1px solid #CCCCCC;
color:#777777;
font-size: 11px;
padding:5px;
}
select {
-x-system-font:none;
border:1px solid #CCCCCC;
color:#777777;
padding:3px;
font-size: 11px;
}
textarea {
-x-system-font:none;
border:1px solid #CCCCCC;
color:#777777;
display:block;
padding:4px;
font-size: 11px;
}
input.button {
-x-system-font:none;
background:#CCCCCC url("images/buttonbg.gif") repeat-x scroll left bottom;
border:1px solid #CCCCCC;
color:#333333;
font-weight:bolder;
padding:2px 3px;
}
#errors {
background:#FF9900 none repeat scroll 0 0;
border:2px solid #EE0000;
display:block;
margin:5px 23px 10px 15px;
overflow:auto;
padding:15px;
text-align:left;
}

.float-left {
float:left;
}
.float-right {
float:right;
}
.align-left {
text-align:left;
}
.align-right {
text-align:right;
}
.clear {
clear:both;
}
.hide {
display:none;
}
.gray {
color:#CCCCCC;
}
.comments {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px dashed #EFF0F1;
border-top:1px dashed #EFF0F1;
color:#333333;
margin-top:20px;
padding:5px 0;
text-align:right;
}
.quotebox {
	background-color: #FFC;
	float: left;
	width: 740px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-top:20px;
	margin-bottom:20px;
	padding:5px;
	clear:both;
}

.legal_line {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
}
.form_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color: #06C;
	font-weight: bold;
}
.timer
{
background-color: #555;
text-align: center;
color: #FFF;
}

.notifier
{
    color: blue;
    font-weight: bold;
    font-size: 11px;
    text-decoration: blink;
}

.info
{
    line-height: 12px;
    font-size: 11px;
}

.look
{
    color: #FFF;
    font-weight: bold;
    font-size: 11px;
}

.hidden
{
	display: none;
	overflow: hidden;
	visibility: hidden;
}
.frame {
    float: left;
	width:160px;
	height:250px;
	overflow:scroll;
	overflow-y:hidden;
	overflow-x:hidden;
	border:1px solid gray;
	padding: 0 5px 0 5px;
	margin-left: 15px;
}
.list_element {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.member {
	float: left;
	width: 160px;
}
.country {
	float: left;
	width: 160px;
}
.action_button
{
    float: left;
    padding: 10px;
    margin: 10px;
    border: 2px solid gray;
    border-radius: 5px;
    background-color: #F90;
    color: red;    
}
.action_button_pink
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:opink;
    border:2px solid red;
    border-radius:5px;
    padding:10px;   
}
.action_button_yellow
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color: #DD0;
    border:2px solid red;
    border-radius:5px;
    padding:10px;
}
.action_button_green
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:lime;
    border:2px solid green;
    border-radius:5px;
    padding:10px;
    font-size:1.5em;
    font-weight: bolder;
    cursor:pointer;
}

.link_button_grey
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:lightgrey;
    border:1px solid grey;
    border-radius:3px;
    padding-left:5px;
    padding-right:5px;
}
.link_button_green
{
    contents:contain;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:lime;
    border:1px solid green;
    border-radius:3px;
}

#login_button
{
    text-align:center;
    margin:15px auto 10px auto;
    background-color:lime;
    border:2px solid green;
    padding:25px;
    font-size:1.5em;
    font-weight: bolder;
    cursor:pointer;
}
.login-input {
    background:white;
    font-family: 'Open Sans';
    font-weight:400;
    font-size:1.0em;
    width:250px;
    border:1.5px solid #CCCCCC;
    color:#777777;
    font-size: 14px;
    padding:5px 0 5px 5px;
}


.status-button
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:white;
    border:1px solid grey;
    border-radius:3px;
    padding-left:5px;
    padding-right:5px;
}
.status-button-grey
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:lightgrey;
    border:1px solid grey;
    border-radius:3px;
    padding-left:5px;
    padding-right:5px;
}
.status-button-green
{
    contents:contain;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:lime;
    border:1px solid green;
    border-radius:3px;
}
.status-button-yellow
{
    contents:contain;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:yellow;
    border:1px solid red;
    border-radius:3px;
}
.status-button-orange
{
    contents:contain;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    background-color:orange;
    border:1px solid grey;
    border-radius:3px;
}
.status-button-red
{
    contents:contain;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    color:yellow;
    background-color:red;
    border:1px solid black;
    border-radius:1px;
}

.save-button-gray
{
    text-align:center;
    margin:15px auto 10px auto;
    background-color:lightgray;
    border:2px solid lightsteelblue;
    padding:15px;
    font-size:1.5em;
    font-weight: bolder;
    cursor:pointer;
}
.save-button-green
{
    text-align:center;
    margin:15px auto 10px auto;
    background-color:lime;
    border:2px solid lightsteelblue;
    padding:15px;
    font-size:1.5em;
    font-weight: bolder;
    cursor:pointer;
}
.save-button-orange
{
    text-align:center;
    margin:15px auto 10px auto;
    background-color:orange;
    border:2px solid gray;
    padding:15px;
    font-size:1.5em;
    font-weight: bolder;
    cursor:pointer;
}

.terms
{
    background:lightyellow; 
    color: #000;
}
.terms-box
{
    background:lightyellow; 
    color: #000;
    border:1px solid red;
}

.reqd{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: red;
margin: auto;
}
.clearfix::after{content:"";display:table;clear:both}
