body {
	font-family:Arial, Sans-Serif;
	font-size:12px;
    background-color: #c0c0c0;
	text-align:center;
}

a{
    color: #333333;
    border:none;
}

#page_margins{
    margin: 0 auto;
 /*   overflow: hidden;*/
    width:1600px; 
	text-align:left;	
}

#page{
    border:1px solid #c0c0c0;
  border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
    margin-bottom: 40px;
}

#header {display: none;
}

#header a{
   color:#ffffff; 
}

#logo{
    height:130px;
    padding: 20px 40px;
    float: left;
}
#sk_contact{
    float: right;
    padding: 15px 15px;
    margin: 25px 25px;
    line-height: 150%;
    border: 1px solid #000;
  border-radius:none ;
-moz-border-radius: none ;
-webkit-border-radius: none ;
}

#header-data{
    margin:8px;
    
}

#welcome{
    font-weight: bold;
}

#main {
	padding:10px;
	border:1px solid #dddddd;
    background-color: #ffffff;
    line-height: 150%;
    min-height: 500px;
}

#footer {display: none;
}

#login {
	width:270px;
	margin:0 auto;
}

.sp_warning{
  padding:8px;
  background-image:linear-gradient(0deg, #FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #AAAAAA;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  display: inline;
}
input[type="text"],select, .round-box {
    width: 290px;
  background-clip:padding-box;
  background-image:linear-gradient(0deg, #FFFFFF 20%, #F6F6F6 50%, #EEEEEE 52%, #F4F4F4 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #AAAAAA;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:#FFFFFF 0 0 3px inset, rgba(0, 0, 0, 0.0980392) 0 1px 1px;
  color:#444444;
  height:23px;
  line-height:24px;
  overflow:hidden;
  padding:0 0 0 8px;
  position:relative;
  text-decoration:none;
  white-space:nowrap;
}
select {
    width: 300px;
    }
textarea {
    width: 500px;
    height: 100px;
    border-color: #ccc;
    }

form{
   /* border:1px #96ADB3 solid;*/
    padding: 12px;
    background-color: #E9EDE8;
    
}

.form_row {
/*	overflow:hidden;*/
	padding:5px;
    border-bottom:3px #D7DDDE solid;
}
.form_row_block {
/*	overflow:hidden;*/
    float: left;
    display: inline-block;
    width: 100%;
	padding:5px;
    border-bottom:3px #D7DDDE solid;
}

.form_row_block div.form_row{
    border-bottom:none;
	padding:0px;
}

.form_row label {
    float: left;
	display:block;
	width:300px;
} 

.form_row input, .form_row select, .form_row .chosen-container{
    margin-right: 20px;
}
/*
.package_desc_list #js_package_chosen.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active{
    width: 500px !important;
}*/
#backend-top {
	overflow:hidden;
	padding-bottom:15px;
}

#welcome {
	float:left;
}
 
#user-nav {      
    display: none;
}
.n_print{display: none;}
.large_labels .form_row label {
	width:200px;
}
table.scroll {
    width: 100%;  /* Optional */
    border-collapse: collapse; 
    border-spacing: 0;
    border: 2px solid black;
    table-layout:fixed;
}

table.scroll tbody { display: block; }
table.scroll thead{ display: block;background: linear-gradient(0deg , #4c4e5a , #2c2d33 ) repeat scroll 0 0 rgba(0, 0, 0, 0);}

thead tr th { 
    height: 30px;
    line-height: 30px;
    /* text-align: left; */
}

table.scroll tbody {
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

tbody { border-top: 2px solid black; }

tbody td, thead th {
    /* width: 20%; */ /* Optional */
    border: 1px solid black;
    border-collapse: collapse;
    padding: 3px;
    /* white-space: nowrap; */
}

.records_table {
	width:100%;
	border:1px solid #aaaaaa;
	border-collapse:collapse;    
    border-radius: 5px;
    height: 40px;
}

.records_table tbody { border-top: 0px solid black; }

.records_table td, .records_table th {
	border:1px solid #aaaaaa;
	/*width:14%;*/
    padding:6px;
}
.records_table tr {
    border-radius: 5px;
}


.records_table th {background:linear-gradient(0deg , #4c4e5a , #2c2d33 ) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;  
    border-radius: 5px;
}

.records_table tr:hover {
	background-color:#eeeeee;
}

#loading {
	text-align:center;
	padding:40px 0;
}

#search_box {
    padding-bottom:20px;
	padding-top:10px;
}

.meeting_day_active, .meeting_day_inactive {
	border:0;
	width:60px;
	background-color:#ffffff;
}

.section_table {
	border:1px solid #444444;
	margin-bottom:15px;
	width:100%;
	border-collapse:collapse;
}

.project_title_cell {
	font-weight:bold;
}

.subsection_title_cell, .project_title_cell {
	width:20%;
}

.project_content_cell {
	width:80%;
}

.subsection_title_cell {
	border-top:1px solid #444444;
	border-right:1px solid #444444;
}

.project_table {
	width:100%;
}

.project_question_cell {
	width:130px;
	background-color:#eeeeee;
}

.project_freetext_cell {
	width:80px;
}

input.auto_width {
	width:auto;
}
#online_from, #online_till, #online_until, #online_since, #order_date{
    background: white url(icons/calendar.gif) right 5px center no-repeat;
}