
@font-face { font-family: Florencesans; src: url('../fonts/Florencesans.ttf'); } 
@font-face { font-family: LondonBetween; src: url('../fonts/LondonBetween.ttf'); } 
@font-face { font-family: CenturyGothic; src: url('../fonts/CenturyGothic.ttf'); } 
@font-face { font-family: Petita; src: url('../fonts/PetitaMedium.ttf'); } 


html {
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	background: url('../img/design/bg.png') top center repeat;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646262;
}

a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #f5a300;	
	outline: none;
}

a>img {
	border: none;
}

a.lower {
	text-transform: none;
}

h1, h2, h3 {
    font-family: Petita, Arial;
}

a img {
    border: 2px;
    outline: none;
}

ul {
	padding-left: 15px;
}

p {
    line-height: 1.5em;
}

.small {
	font-size: 11px;
}

.small a {
	text-transform: none;
}

a.normal {
	text-transform: none;
}

table tr td, table tr th {
	vertical-align: top;
}

::selection {
	background: #ffaf00; 
}
	
::-moz-selection {
	background: #ffaf00;
}

div#wrapper {
	width: 981px;
	margin: 0 auto;
	padding: 0 16px;
	background-color: #fff;    
    min-height:100%;
    height:auto !important;
    height:100%
    position:relative;
}

div#tabhead {
	height: 177px;
	background: url('../img/design/header.png') top center no-repeat;
	padding: 0 0 25px 0;
}

div#tabhead a#logo {
	height: 0 !important;
	padding: 132px 0 0 0;
	width: 170px;
	overflow: hidden;
	float: left;
}

div#tabhead a#partner {
	height: 0 !important;
	padding: 132px 0 0 0;
	width: 180px;
	overflow: hidden;
	float: left;
}

div#tabhead a#teaser {
	height: 0 !important;
	padding: 132px 0 0 0;
	width: 480px;
	margin: 0 0 0 150px;
	overflow: hidden;
	float: left;
}

div#tabhead div#search {
	height: 26px;
	width: 190px;
	float: left;
}

div#tabhead div#account-box {
	width: 250px;
	margin-left: 190px;
	font-size: 11px;
}

div#tabhead div#account-box a {
	text-transform: none;
}


div#body {
	width: 823px;
	float: left;
}

div#subnav {
	width: 140px;
	float:left;
}

body.wide div#subnav {
	display: none;	
}

div#content {
	width: 660px;
	float: right;
}

div.left_panel {
	float: left;
	width: 325px;
}

div.right_panel {
	float: right;
	width: 325px;
}

div#subnav {
	color: #f5a300;
	font-size: 0.9em;
}

/* body class 'wide' */

body.wide div#content {
	margin-left: 0;
	width: 810px;
}

body.wide div.left_panel {
	float: none;
	width: 460px;
}

/* body class 'full' */


body.full div#subnav, body.full div#body-right {
	display: none;
}

body.full div#content {
	width: 980px;
	margin-left: 0px;
	float: none;
}

body.full div.left_panel {
	float: none;
	width: 480px;
}

body.full div.right_panel {
	width: 480px;
}


div#subnav ul {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 10px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #646262;
	border-left: 1px solid #646262;
}

div#subnav ul.extended-subnav {
	border: none;
}

div#subnav ul li {
	padding: 2px 0 2px 0;
}

div#subnav h3 {
	color: #999999;
	padding: 0 0 0 15px;
	margin: 0;
	text-transform: uppercase;
}

div#body-right {
	float: right;
	text-align: left;
	width: 150px;
}

div#body-right ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}

div#body-right ul li {
	list-style: none;
	padding: 0 0 5px 0;
}

div#footer {
	clear: both;
	padding: 30px 0 0 0;
}

div#message-box {
	margin-top: 20px;
}

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

ul#messages li {
	padding: 3px 0;
	margin: 0;
	color: #3062B0;
	font-weight: bold;
}

div.legal {
	dipslay: block;
	width: 100%;
	text-align: center;
}

div.legal a {
	color: #5d5d5d;
	padding: 0 5px;
	font-weight: normal;
}

div.legal-note {
	padding: 5px 0;
}

.clearfix {
	clear: both;
	oveflow: hidden;
}

.float_left {
    float:left;
}

.float_right {
    float:right;
}

.hidden {
    display:none;
}

.grey {
    color:#aaa;
}

.lowercase {
    text-transform: lowercase;
}

span.datestamp {
    color: #bbb;
}

th {
    text-align: left;
    padding:0;
}

td {
    padding:0;
}

a.button {
	font-family: Petita, Arial;
	background: url('../img/design/button.png') top left no-repeat;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 30px;
}

ul.tabs li.mark {
	background-color:#ff8a00;
}

/* general button styling */
input, textarea, select {
	background-color: #eeeeee;
    border: none;
	color: #8f8d8e;
	font-size: 11px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

form.search {
	padding: 20px 0 0;
}

form.search input.search-term {
	float: left;
	margin: 5px 3px 0 0;	
}

input.search-button, div.groups form.uniForm input[type="submit"].search-button  {
	border: none;
	height: 0 !important;
	overflow: hidden;
	padding: 30px 0 0 0;
	width: 40px;
	background: url('../img/design/search.png') top left no-repeat;
	cursor: pointer;
}

input.action-link {
	background:none repeat scroll 0 0 transparent;
	color:#F5A300;
	font-weight:bold;
	margin:0 0 0 -3px;
	padding:0;
	text-transform:uppercase;
	cursor: pointer;
}

input.blue-link {
	background:none repeat scroll 0 0 transparent;
    color: #3062B0;
	font-weight:bold;
	margin:0 0 0 -3px;
	padding:0;
	text-transform:uppercase;
	cursor: pointer;
}

#errormessage {
    padding:20px;
    background-color:#ff9999;
    color: black;
}

#message {
    padding:20px;
    background-color:#ffffbb;
    color: black;
}

table.search-results {
    width: 100%;
}

table.search-results td {
    padding:4px;
}

#search-query {
    float:left;
}

#search-magnifier {
    cursor: hand;
}

#search-autocomplete {
    background-color:white;
    border:1px solid #DDDDDD;
    min-width:200px;
    max-width:200px;
    overflow:auto;
    overflow-y: hidden;
    position:absolute;
    top:158px;
    z-index:1000;
}

/* jquery datepicker footer fix */
.ui-helper-hidden-accessible { top: -99999999px; }

table.update_object_table td, table.update_object_table th {
    padding: 3px;
    border: 1px solid black;
}

span.project_tag {
    font-family:Petita, Arial;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
}

span.project_tag:hover {
    color: #FF0000;
}

.grey {
    color: #a2a2a2;
}

.blue {
    color: #3062B0;
}

.yellow {
    color: #fed000; 
}

.green {
    color: #4cf307;
}

.lightblue {
    color: #1af3ff;
}

.orange {
    color: #ff9900;
}

.brown {
    color: #d28014;
}

.pink {
    color: #f2848f;
}


.darkgreen {
    color: #008000;
}

.darkorange {
    color: #d7bf2e;
}

.lightgrey {
    color: #ACACAC;;    
}

.ongoing_approval {
  	color: #F56C00; font-weight: bold;
}


.jGrowl-notification.ui-state-highlight {
    background: #000000;
    color: #ffffff;
    border: none;
}

.jGrowl-notification.ui-state-highlight a {
    color: #ffffff;
}

#calendar {
  float:right;
}

#calendar-month {
  color:white;
  float:right;
  left:42px;
  position:relative;
  top:7px;
}

#calendar-day {
  float:right;
  font-size:22px;
  font-weight:bold;
  left:64px;
  position:relative;
  top:30px;
}

