body {
	font: 16px/1.5 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #333;
	background-color: #fff;
        background: #6cb9e4;
}

h1 {
	font-size: 200%;
        color: #ffffff;
}

h2 a {
        color: #ffffff;
        text-decoration: none;
}

h2 {
        font-size: 130%;
        color: #e6f6ff;
}

h3 {
        font-size: 115%;
        color: #222222;
}

p {
        color: #ffffff;
}

table {
        color: #ffffff;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 60px;
}

a[href^="error:"] {
	background: red;
	color: white;
}

th {
        text-align: right;
}

#header {
        height:100px;
        background:#dddddd;
        background: #027FC2;
/*        border-bottom:1px solid #999999; */
        padding:10px;
}

#header_user {
        font-size:80%;
        color: #ffffff;
}


#header_links {
        float: right;
        text-align: right;
        line-height: 220%;
        margin:14px 60px 0 0;
}

#header_links a {
        margin-left:20px;
        font-weight:bold;
        color:#000000;
        border-bottom:1px solid #6cb9e4;
        border-bottom:1px solid #eeeeee;
        text-decoration:none;
        color: #ffffff;
}

a#logout {
        background:none;
        color: #d8ebf5;
        padding:0;
        margin:0;
        border:0;
        text-decoration:underline;
}

#header #logo {
        margin:10px 0 0 50px;
        float:left;
}

#header h2 {
        float: left;
        margin: 37px 0 0 70px;
        font-size: 180%;
        color: #ffffff;
}

#header h2 a {
        color: #ffffff;

}

#login_form {
        width:500px;
        margin:200px auto 0 auto;
        border:1px solid #333333;
        padding:10px;
}

.no_margin {
        margin:0;
}

#content {
        margin:10px 60px;
}

table.projects, table.messages {
        width:100%;
        margin-bottom: 30px;
}

table.messages {
        margin-top: 20px;
        border-collapse: collapse;
        margin-bottom: 5px;
}

table.projects td, table.projects th, table.messages td, table.messages th {
        padding:5px 10px;
        background:#6cb9e4;
        color: #005380;
}

table td.project_title, tr.message_title td {
        background: #027fc2;
        color: #ffffff;
        font-weight:bold;
}

td.project_title a {
        color:#333333;
        color: #ffffff;
        text-decoration: none;
        border-bottom: 1px solid #ffffff;
}

table.projects td {
        color: #ffffff;
}

td.projects_col_1 {
        width:20%;
}

td.projects_links a {
        color: #daf2ff;
}

tr.messages_info td {
        color: #444444;
        font-size: 80%;
        padding:4px 10px 2px 10px;
        background:#f8f8f8;
        background: #d7f1ff;
        color: #027fc2;
}

tr.messages_message td {
        border-bottom: 1px solid #dddddd;
        background:#fdfdfd;
}

p a {
        color: #0055cc;
}

a.messages_link {
        color:#777777;
        color: #027ec1;
        font-size: 85%;
}

td.align_right {
        text-align: right;
}

.float_right {
        float: right;
}

#message_form {
        border: 1px solid #027fc2;
        border-top: 5px solid #027fc2;
        border-bottom: 5px solid #027fc2;
        padding:3px 10px 15px 10px;
        background: #2f9dd8;
}

#message_form label {
        color: #ffffff;
}

a.messages_link_reply {
        font-size: 80%;
        color: #0055cc;
}

#footer {
        margin:30px 60px 0px 60px;
        border-top:1px solid #027fc2;
        border-top:1px solid #ffffff;
        padding:10px 0;
        text-align: right;
        color: #ffffff;
}

/**************** Icons *****************/
span.icon {
	float: left;
	margin: 1px 4px;
}
.icon {
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}
.icon-add {
	background-image: url('../images/datagrid/icons/page_add.png');
}
.icon-edit {
	background-image: url('../images/datagrid/icons/page_edit.png');
}
.icon-del {
	background-image: url('../images/datagrid/icons/page_delete.png');
}
.icon-copy {
	background-image: url('../images/datagrid/icons/page_copy.png');
}
.icon-save {
	background-image: url('../images/datagrid/icons/page_save.png');
}
.icon-detail {
	background-image: url('../images/datagrid/icons/page_detail.png');
}
.icon-print {
	background-image: url('../images/datagrid/icons/printer.png');
}
.icon-bin {
	background-image: url('../images/datagrid/icons/bin_closed.png');
}
.icon-find {
	background-image: url('../images/datagrid/icons/find.png');
}
.icon-refresh, .icon-invert {
	background-image: url('../images/datagrid/icons/arrow_refresh.png');
}
.icon-invert, .icon-find {
	cursor: pointer;
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 !important;
}
.icon-shipped, .icon-resolved, .icon-cancelled,
.icon-process, .icon-hold, .icon-disputed,
.icon-no-orders, .icon-invert, .icon-find {
	float: none !important
}
.icon-shipped {
	background-image: url('../images/datagrid/icons/cart_go.png');
}
.icon-resolved {
	background-image: url('../images/datagrid/icons/flag_green.png');
}
.icon-cancelled {
	background-image: url('../images/datagrid/icons/flag_red.png');
}
.icon-no-orders {
	background-image: url('../images/datagrid/icons/box.png');
}
.icon-process {
	background-image: url('../images/datagrid/icons/date_go.png');
}
.icon-hold {
	background-image: url('../images/datagrid/icons/flag_orange.png');
}
.icon-disputed {
	background-image: url('../images/datagrid/icons/flag_blue.png');
}