﻿body {
	background-color:#fff;
	margin:0px;
	padding:0px;
}

body, td, div, input, select, textarea {
	font-family:verdana,arial,sans-serif;
	font-size:12px;
	color:#4c4c4c;
}	

h1,h2,h3,h4,h5,h6 {
	color:#4d4d4d;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
}

tr { vertical-align:top; }

th { text-align:left; }
form { margin:0; padding:0; }

.clearer {
    clear:both;
	font-size:0px;
	height:1px;
	line-height:1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden; }


.right {
	float:right;
}	
.left {
	float:left;
}
td.right, th.right {
	float:none;
	text-align:right;
}

a:link { color:#4b9fc3; }

h3 a:visited { color:#4b9fc3; }
/*-- page layout --*/

/*
Note : if we want to avoid problems with float inside content block then we have to float content block AND give it a width
*/

#wrap {
	width:978px;
	margin: 0px auto;
	background-color:#fff;
}
#menubar {
	float:left ;
	width:140px;
}

#content, #admincontent {
	padding:10px 20px;
	line-height:150%;
	float:left;
	width:600px;
	margin:0 18px;
	border:1px solid #e7e7e7;
	min-height:400px;
	height:400px;
	height:auto !important;
}	

#admincontent {
	width:778px;
	margin:0 0 0 18px ;
}	

#rightbar {
	float:left ;
	width:160px;
}


#footer {
	margin-top:20px;
	height:1em;
	border-top:1px solid #e7e7e7;
	padding:10px 2px;
}

#footer a:link, #footer a:visited {
	color:#818181;
}
#footer a:hover {
	color:#4b9fc3;
}


/*-- header --*/
#pageheader {
	height:90px;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:15px;
}
#pageheader .logo { 
	margin:4px 20px 0px 20px;
}

#pageheader h1 {
    font: bold 1.8em Arial, Helvetica, sans-serif;
	padding:0;margin:0;
	white-space:nowrap;
	color:#848484;
	margin:12px 0px 6px 0px;
}
#pageheader .strapline {
	font: bold 1.2em arial, helvetica, sans-serif;
	padding:0;margin:0;
	white-space:nowrap;
	color:#848484;
}

#youare {
    color:#818181;
    text-align:right;
    padding:12px 0px 18px 0px;
}
#youare a:link, #youare a:visited {
	color:#818181;
	padding:0 4px;
}
#youare a:hover {
	color:#4b9fc3;
}


h1#pageheading {
	padding:0;margin:0;
    font: bold 1.8em Arial, Helvetica, sans-serif;
	color:#848484;
	margin-bottom:18px;
}

h1#pageheading img {
	float:left;
	margin:0 20px 20px 0px;
}

#content ul li {
	margin-bottom:1em;
}
/*--- menus --*/

#menubar h3, #rightbar h3 {
    border: solid #e6e6e6;
    border-width: 1px 1px 0;
    color:#818181;
    padding: 6px 12px;
    background: #f2f2f2 url("images/heading-background.gif") repeat-x bottom;
	margin:0px ; 
}

#menubar h3.collapse, #rightbar h3.collapse {
	
}


ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:80%;
	border:1px solid #e7e7e7;
	padding:6px 0px;
	margin-bottom:12px;
}
ul.menu li {
	line-height:150%;
    padding:2px 12px;
}	
ul.menu a {
	width: 114px;
    color:#818181;
	background-color: #fff;
	text-decoration: none;
	font-size:11px;
	margin:0px;
}

ul.menu a.current:link, ul.menu a.current:visited, 
ul.menu a.current:hover, ul.menu a:hover {
	text-decoration: none;
	color:#4b9fc3;
}

/*-- submenu tabs --*/
#submenu ul, #submenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom:10px;
}
#submenu ul li {
    display: inline;
    list-style-type: none;
    cursor: pointer;        
}

#submenu ul li a {
    font-size:11px;
    margin:6px 12px 6px 0px;
    color:#818181;
    line-height: 18px;
    text-decoration:none;
    xborder-bottom:1px dashed #818181;
}

#submenu ul li a.current, #submenu ul li a:hover {
    border-bottom:1px solid #818181;
    xtext-decoration:underline;
}
#submenu ul li a.nohref, #submenu ul li a.nohref:hover {
    color:#aeaeae;
    text-decoration:none;
    cursor:default;
    border:none;
} 


/*-- forms --*/
.field {
	margin-bottom:16px;
	position:relative;
}

label {
    display:block; 
    padding:0 0 2px 0;
    text-align:right;
    float:left;
    width:130px;
}
div.input {
	margin-left:140px;
	min-height:20px;
	height:20px;
	height:auto !important;
}

input.inputbox, textarea.inputbox, select.inputbox {
    padding:3px 6px;
    width:250px;
    border:1px solid #e7e7e7;
    background-color:#fff !important;
}
input.outputbox {
    padding:3px 6px;
    width:250px;
    border:none;
    border-bottom:1px dotted #ccc;
    background-color:#fff !important;
}	
textarea.inputbox {
	height:100px;
}	
input.short {
	width:100px;
}
.hint {
	display:block;
	font-size:90%;
	color:#666;
	background-color:#f7f3f7;
	padding:2px 4px;
}

.tip {
	display:none;
	position:absolute;
	left:340px;top:0px;
	width:150px;
	font-size:90%;
	padding:6px;
	line-height:120%;
	float:left;
	background-color:#ffffcc;
	z-index:9;
	border:1px solid #d4d5aa;
}

#loginform input#rememberme {
    width:10px;border:none;
}

input.button, button {
    padding:3px 6px;
	background-color:#9ccb39;
    font-size:90%;
    font-weight:bold;
    color:#fff;
    border:1px outset #ccc;
    cursor:pointer;
}

.longfield {
    margin-bottom:16px;
    position:relative;
    margin-left:40px;
}

.longfield label { 
    float:none;margin-left:0px;width:auto;text-align:left;
}
.longfield div.input {
    float:none;margin-left:0px;
}    

/*-- offers form --*/
.offerform label {
	width:130px;
}
.offerform div.input { 
	margin-left:140px;
}

/*-- text styles --*/
span.required {
	padding: 0 2px;
	color: #cc0000;
	font-family: Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}

.warning, .error, .success {
	padding:10px 10px 10px 30px;
	margin:12px 0;
	text-align:left;
	font-weight:bold;
}
.warning, .warning a:link, .warning a:visited {
	color: #4e4f4f;
	padding:10px ;
	border:1px dotted #4e4f4f;
}
.error, .error a:link, .error a:visited {
	color: #e00;
	background: #fceef3 url(images/fam_cross.png) 8px 8px no-repeat;
}

.info {
	background: #dde8f4 url(images/fam_info.png) 8px 8px no-repeat;
	padding:6px 12px 6px 30px;
	margin-bottom:1em;
}

.validation-failed {
	background-color:#ffffa3;
}
.validation-advice {
	background-color:#ffd7de;
	width:260px;
	padding:2px;
	margin:4px 0px 5px 0px;
	line-height:120%;
}

.success, .success a:link, .success a:visited {
	background: #e3ead7 url(images/fam_tick.png) 8px 8px no-repeat;
	color: #4e4f4f;
}	

.namedate {
	margin-top:5px;
	color:#666;
	text-align:left;
	font-style:italic;
}	
.inactive, tr.inactive td {
	color:#999;
	text-decoration: line-through; 
}	

a.delete:hover {
    background-color:#bc3436;
    color:#fff !important;
    text-decoration:none;
    border:none !important;
}

span.highlight {
	font-weight:bold;
}
/*-- pages and tables --*/
div.icon {
	width:80px;padding:8px;border:1px solid #ccc;float:left;margin-right:20px;
}

.searchform, #categorylist {
    float:right;
    padding:12px;
    border:1px solid #ccc;
    width:240px;
}

#categorylist a {
    padding:4px 8px 4px 0px;
    white-space:nowrap;
}


.offerrow {
    border-bottom:1px solid #f3f8f8;
}    
.hirow {
    background-color:#edecec;
}    
tr.newuser td {
	background-color:yellow;
}

.tablelist {
	border:none;
	border-spacing:1px;
	margin-bottom: 20px;

	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
	width:100%;
}
.tablelist td, .tablelist th {
    padding: 6px 8px;
	border-bottom: 1px solid #edecec;
}
.tablelist tr th, .tablelist tr.heading td {
    color:#818181;
	font-weight: bold;
    background: #f2f2f2 url("images/heading-background.gif") repeat-x bottom;
	border-bottom: 1px solid white;
}
/*
th a {
	color:#000;
	text-decoration:none;
}
*/

.tablelist td.action, .tablelist th.action {
	 text-align:right;
	white-space:nowrap;
}

.statement th, .statement td {
    font-size:11px;
}
.statement {
    width:100%;
}

/*-- Page links at top of page --*/
.pagelinks {
	XXmargin:10px 0px;
	color: #069;
}
.pagelinks span {
	font-weight: bold;
	padding: 2px 6px 3px 6px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}
.pagelinks a {
	background: #F8FBFC;
	color: #069;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	margin:0px 2px;
	border: 1px solid #E2EFF3;
}
.pagelinks a:hover, .pagelinks .current {
	border-color: #9ccb39;
	background-color: #9ccb39;
	font-weight:normal;
	color:#fff;
}
.pagelinks span.dim {
	background: #F8FBFC;
	color: #ccc;
	font-weight:normal;
	text-decoration: none;
	padding: 2px 6px 3px 6px;
	border: 1px solid #E2EFF3;
} 

/*-- autocompleter for searching --*/
div.autocomplete {
      position:absolute;
      width:250px;
      background-color:#eee;
      color: black;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      margin-top:5px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
      width:245px;
      overflow:hidden;
}


/*-- individual pages --*/
ul.people {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
	border-right:1px solid #e7e7e7;
	width:155px;
	padding-right:15px;
	margin-right:20px;
}
ul.last {
	border:none;
}	
ul.people li {
	margin:0;padding:0;
	margin-bottom:1em;
}	

.messagebox {
	position:absolute;
	background-color:#fff;
	border:2px solid #e7e7e7;
	padding:10px;
	margin:10px;
	width:580px;
}	
.messagebox #closeicon {
	position:absolute;top:10px;left:570px;
}
.messagebox div.info {
	width:500px;
}
.transferform label {
    width:80px;
}


fieldset {
	border:1px solid #e7e7e7;
	padding:8px 12px;
	margin-bottom:1em;
}
legend {
	color:#333;
	padding:0px 6px;
}