/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
}

body {
    background-image:url('../img/background.jpg');
}
 
#pagewidth{ 
 width:90%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-color: white;
 min-height: 500px;
 
}
#pagewidth .inner{
}
 
 /* Header Section */
#header{
 position:relative; 
 height:91px; 
  background-color:#FFFFFF; 
 width:100%;
}

#header .left{
    position:relative;
    float: left;
    width: 50%;
}

#header .right{
    position:relative;
    float:right;
    width: 50%;
    text-align:right;
    height:91px;
    font-size: 18px;
    font-weight: bolder;
    vertical-align:bottom;
}
#header .right .inner{
    margin-top: 35px;
    padding-right: 20px;
}

#main_menu{
    height: 39px;
    background-image:url('../img/menu_background.jpg');
    font-size: 13px;
    color:#999999;
    text-align: center;
}
#main_menu ul{
    list-style: none;
    height: 39px;
    margin:0px;
}
#main_menu ul li{
    display:block;
    float: left;
    position:relative;
    border-right: 1px solid #999999;
    height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}
#main_menu ul li a{
    text-decoration: none;
    color: #999999;
}
#sub_nav{
    height: 24px;
    background-color:#cccccc;
    font-size: 13px;
    color: #666666;
}
#sub_nav .inner{
    padding-left:10px;
}
 
#maincol{background-color: #FFFFFF;  
 float: left; 
 display:inline; 
 position: relative; 
 width:80%;
 }
 #maincol .inner{
    padding: 20px;
 }
 
 #rightcol {
 float: right; 
 display:inline; 
 position: relative; 
 width:20%;
 }
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
.clients table td{
    vertical-align: top;
}

.dataDisplayTable {
    padding-left: 0px;
    padding-bottom: 25px;
    padding-top: 0px;
    margin: 0px auto;
    width: 100%;
}

.dataDisplayTable caption { 
  padding-left: 0; 
  padding-bottom: 5px; 
  padding-right: 10px; 
  padding-top: 10px;
    border-color: #EEEEEE #DEDEDE #DEDEDE #EEEEEE;
    background-color: #F5F5F5;
    border-style: solid;
    border-width: 1px;
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

.dataDisplayTable th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  text-align: left;
  padding: 5px 5px 5px 12px;
  background-color: #666666;
}
.dataDisplayTable th a{
    color: #FFFFFF;
    text-decoration: none;
}
.dataDisplayTable th[scope=col] a {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #fff;
}

.dataDisplayTable th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}

.dataDisplayTable th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(../img/bullet1.gif) no-repeat;
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.dataDisplayTable th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(../img/bullet2.gif) no-repeat;
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}

.dataDisplayTable td {
    text-align: right;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #666666;
}

.dataDisplayTable td.actions {
    text-align: center;
  padding: 0px 6px 0px 12px;
  width: 240px;
}

.dataDisplayTable td.alt {
  background: #EBEBEB;
}
a.button, button {
    margin: 0px;
}
#rightcol .inner{
    padding: 5px;
}
#rightcol table {

    
}
#rightcol table td{
    padding: 0px;
    margin: 0px;
}
#rightcol table td.center{
    background-image:url('../img/right_nav_header_center.jpg');
    background-repeat:repeat-x;
    font-weight: bolder;
    font-size: 14px;
}

#sub_nav_content a{
    color: #666666;
    text-decoration: none;
}

div.disabled {
    display: none;
}

textarea {
    width: 100%;
}

ul.sortable-list{
    list-style:none;
}

.sortable-field{
    border: 1px #CCCCCC solid;
    padding: 10px;
    display: block;
}
.sortable-field .title{
    margin-bottom: 5px;
    font-weight:bolder;
    cursor:pointer;
    width: 49%;
    float:left;
    position:relative;
}
.sortable-field .actions{
    width: 49%;
    float:right;
    position:relative;
    text-align: right;
}
.sortable-field .actions .button{
    float: right;
}
div.help{
    font-size: 12px;
}
.clear{
    clear:both;
}
