/*
 * ITEI theme based on Sirris theme for drupal 5.1
 * Version: 1.0.1 (2009-10-20)
 *
 * Created by Olivier Biot (ShutterFreak)
 * Contact: Olivier dot Biot, at gmail dot com
 *
 * Inspired by the BlueBreeze theme
 *
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                 P a g e   L a y o u t                 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *   <-                   header                    ->   *
 *   <- sidebar-left -> <- main -> <- sidebar-right ->   *
 *   <-                   footer                    ->   *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* REMARK: CSS requires hyperlink formatting to be specified in the following
 * sequence:
 *   :link  -->  :visited  -->  :hover  -->  :active
 */

/*
 * Basic style
 */
body {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	color: #717171;
	margin: 0;
	padding: 0;
	width: 100%;
}

/*
 * Tables
 */
table tr, table tr th, table tr td {
	margin: 0;
	padding: 2pt;
	border: none;
}
table tr th, table tr td {
	font-size: 100%;
}

/*
 * Hyperlinks
 */
a {
	font-weight: bold;
	text-decoration: none;
}
a img {
	border: none;
}
a:link, a:visited {
	/* color: #dd9922; */
	/*color: #3399dd;*/
	/*color: #CC9B31;*/
	color: #1A51C8;
}
a:hover {
	/* color: #7fa1bb; */
	/*color: #dd9922;*/
	color: #717171;
}
a:active, a.active {
	/*color: #dd9922;*/
	color: #717171;
}

/*
 * Horizontal rule
 */
hr {
	margin: 1ex 1em;
	padding: 0;
	border: none;
	height: 1pt;
	background: #004477;
}

/*
 * Layout of page container
 */
#page {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

/*
 * Layout of page header
 */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
	table-layout: auto;
	border-collapse: collapse;
	border: none;
	background-color: white;
	text-align: center;
}
#header tr, #header tr th, #header tr td {
	margin: 0;
	padding: 0;
	border: none;
}
#header-title {
	margin: 0;
	padding: 0;
	background: black;
	height: 118px;
	text-align: center;
	vertical-align: bottom;
}
#header-logo-left {
	width: 283px;
	height: 118px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#header-logo-right {
	width: 100px;
	height: 118px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.header-white-line {
	height: 3px;
	background-color: white;
}
#site-slogan {
	/*background: #ffcc00 url(/img/sirris-streep.png) no-repeat right;*/
	height: 20px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	color: white;
}
#site-slogan span {
	margin-right: 10px;
}

/*
 * Page content layout
 */
#main-wrapper {
	float: left;
	width: 100%;
}
#main {
	margin: 0;
	padding: 5px;
}
.withleft #main {
	margin-left: 200px;
}
.withright #main {
	margin-right: 200px;
}

#sidebar-left {
	float: left;
	margin-left: -100%;
	width: 200px;
	padding: 0;
}

#sidebar-right {
	float: right;
	margin-left: -100%;
	width: 200px;
	padding: 0;
}
#sidebar-right {
	.margin-left: -200px; /* MSIE7 fix */
}
* html #sidebar-right {
	margin-left: -200px; /* MSIE6 fix */
}

/*
 * Page footer
 */
#footer-wrapper {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	border-top: 3px solid white;
}
#footer {
	text-align: center;
	vertical-align: middle;
	padding: 3px 10px;
	background-color: #1A51C8;
	color: white;
	font-size: 90%;
}
#footer a {
	font-weight: bold;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #ffcc00;
}
#footer a:hover {
	color: black;
}


/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
	text-align: left;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2pt 0 1pt 0;
	font-style: normal;
	/*border-bottom: 1pt solid #dd9922;*/
	background: none;
}
h1 {
	margin: 12pt 0 6pt 0;
	font-size: 160%;
}
h1.title {
	font-size: 200%;
	text-align: center;
	margin-top: 1pt;
	margin-bottom: 0;
	border: none;
}
h2 {
	margin: 9pt 0 6pt 0;
	font-size: 140%;
}
h3 {
	margin: 9pt 0 6pt 0;
	font-size: 140%;
}
h4 {
	margin: 9pt 0 6pt 0;
	font-size: 120%;
}
h5 {
	margin: 9pt 0 6pt 0;
	font-size: 110%;
}
h6 {
	margin: 9pt 0 6pt 0;
	font-size: 100%;
}

/*
 * Paragraph
 */
p {
	margin: 1ex 0;
}

/*
 * Login-logout message
 */
#main-wrapper-login {
	font-style: italic;
	margin: 0;
	padding: 1pt 6pt;
}

#main-wrapper-login tr td.unregistered {
	vertical-align: middle;
	border: 1pt solid #ddd;
	background: #ffffcc;
}
tr td.registered {
	vertical-align: middle;
	background: #ffffcc;
}

/*
 * Primary Links
 */
#primary {
	background-color: #ddd;
	margin: 0;
	padding: 0;
}
#primary ul, #secondary ul {
	float: right;
	font-size: 90%;
	margin: 0;
	padding: 0;
}
#primary ul li, #primary ul li.active,
#secondary ul li, #secondary ul li.active {
	font-size: 90%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
}
#primary ul li a, #primary ul li.active a, #primary ul li.active a.active {
	display: block;
	margin: 0 3px;
	padding: 2px;
	border: none;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}
#primary ul li a, #primary ul li a:link, #primary ul li a:visited {
	font-weight: normal;
	color: white;
	background-color: #aaa;
	border-color: #aaa;
}
#primary ul li a:hover {
	color: #004477;
	background-color: #ddd;
	border-color: #004477;
}
#primary ul li a:active {
	color: #ffcc00;
	background-color: #AAA;
	border-color: #004477;
}
/* If the primary link is the current (active) page */
#primary ul li.active a, #primary ul li.active a.active {
	border: 1px solid #aaa;
}
#primary ul li.active a, #primary ul li.active a:link, #primary ul li.active a:visited {
	background-color: #ccc;
}
#primary ul li.active a:hover {
	color: #888;
	background-color: #ddd;
}
#primary ul li.active a:active {
	background-color: #ccc;
}
/*
 * Secondary links
 */
#secondary {
	background-color: #ccc;
}
#secondary ul li a, #secondary ul li a:visited {
	display: block;
	font-weight: normal;
	margin: 0 3px;
	padding: 2px;
	color: #666;
	background: #bbb;
}
#secondary ul li a:hover {
	background-color: #eee;
}
/* If the secondary link is the current (active) page */
#secondary ul li.active a, #secondary ul li.active a:visited {
	background-color: #ddd;
	font-weight: bold;
}
#secondary ul li.active a:hover {
	color: #999;
	background-color: #eee;
}

/*
 * Breadcrumb
 */
div.breadcrumb {
	display: none;
	font-size: 80%;
	background-color: white;
}
div.breadcrumb a {
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1pt dotted #004477;
	color: #cc6622;
}
div.breadcrumb a:hover {
	color: #dd9922;
	border-bottom: 1pt solid #cc6622;
}

/*
 * Site name
 */
h1#site-name {
	text-decoration: none;
	font-size: 200%;
	border: none;
	background: none;
	text-align: center;
	vertical-align: bottom;
}
#site-name a {
	margin: 3px;
	padding: 2px;
	text-decoration: none;
	color: #ffcc00;
	border: none;
}
#site-name a:hover {
	color: white;
}

#site-description {
	text-decoration: none;
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	border: none;
	text-align: center;
}

/*
 * Sidebar layout
 */
.sidebar {
	text-align: left;
	margin: 0;
	padding: 0;
}
.sidebar .block {
	position: relative;
	left: 50%;
	top: 0;
	width: 180px;
	margin: 5px 0 10px -90px;
	padding: 0;
	border: 1px solid #1A51C8/*#ccc*/;
	border-top: 0;
	/*background-color: #f3f3f3;*/
}
.sidebar .block h2, .blockinner h2.title {
	width: 100%;
	text-align: center;
	/*font-size: 110%;
	font-weight: normal;*/
	margin: 0 -1px 5px -1px;
	border: 1px solid #1A51C8/*#ccc*/;
	background-color: #1A51C8/*#e0e0e0*/;
	color: white;
}
.sidebar .block h3, .sidebar .block div.title {
	text-align: center;
	font-size: 100%;
	margin: 5px;
	font-variant: small-caps;
}

.blockinner .content {
	margin: 5px;
	padding: 2px;
	text-align: left;
	font-size: 90%;
	line-height: 100%;
}
/*
 * Lists, menu
 */
ul, ul.menu, .item-list ul {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 0.5em;
}

ul li, ul.menu li, .item-list ul li {
	margin: 0 0 0 1em;
	padding: 0 0 0 0.5em;
	list-style: circle url(images/menu-leaf.gif);
}

ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
	list-style: disc url(images/menu-expanded.gif);
}

ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
	list-style: square url(images/menu-collapsed.gif);
}

ul.menu li ul li {
	font-size: 95%;
}

ul.menu li ul li ul li {
	line-height: 1.6em;
}

/* Navigation menu (left) */
#navigation ul.menu li, #navigation ul.menu li.current {
	list-style: none;
	text-align: center;
	margin: 10px;
	padding: 5px;
	background: none;
}

#navigation ul.menu li a { text-decoration: none }

#navigation ul.menu li a:link, #navigation ul.menu li a:visited { /*color: #3399dd;*/ color: #1A51C8; }

#navigation ul.menu li a:hover { color: #717171/*#dd9922 */ }
#navigation ul.menu li a:active { color: #717171/*#dd9922*/ }

#navigation ul.menu li a.current,
#navigation ul.menu li a.current:link,
#navigation ul.menu li a.current:visited,
#navigation ul.menu li a.current:hover,
#navigation ul.menu li a.current:active { color: black; font-weight: normal }



/*
 * ***************************************************************************
 */



/***********************
*   layout styling
***********************/

body, #page, #front, #second {
	padding: 0;
	margin: 0;
	background-color: white;
}

#container {
	background-color: #f9f9f9;
	border: none;
}

#main {
	background-color: white;
	border: none;
}
.withleft #main {
	border: none;
}

.withright #main {
	border: none;
}

/*
 * Header
 */
/*
#header #site-slogan {
	text-align: left;
	font-size: 110%;
	font-weight: normal;
	font-style: italic;
	color: #ffcc00;
	letter-spacing: 1px;
}
*/
#header-region {
	float: left;
	width: 100%;
	vertical-align: bottom;
	padding: 0;
	background-color: #ffcc00;
	color: #004477;
}

#header-region * {
	display: inline;
	vertical-align: bottom;
}

#header-region h2, #header-region h3, #header-region div, #header-region ul, #header-region li {
	display: inline;
	padding-right: .5em;
	font-size: 95%;
}

#header-region h2, #header-region h3 {
	font-weight: bold;
	font-variant: small-caps;
}

#header-region h2 {
	font-size: 105%;
}

#header-region input, #header-region select {
	background-color: #dd996b !important;
	border-color: #cc6622 !important;
	color: #004477 !important;
}


/***********************
*   styling
***********************/

/* tabs */
div.tabs {
	padding: 3pt 0;
	margin: 0;
	border: none;
}
ul.primary {
	margin: 0;
	text-align: right;
	border: none;
	border-top: 1px solid #dd9922;
}
ul.primary li a {
	background-color: #ddd;
	color: #004477;
	border: 1px solid #dd9922;
}
/* ul.primary li a:link, ul.primary li a:visited { } */
ul.primary li a:hover {
	background-color: white;
	color: #004477;
	border-color: #cc6622;
}
ul.primary li a:active, ul.primary li a.active {
	background-color: white;
	color: #dd9922;
	border-color: #cc6622;
}

ul.secondary {
	padding: 0;
}
ul.secondary li {
	margin: 0;
}
ul.secondary li.active a, ul.secondary li a:hover {
	border-bottom: 3px solid #cc6622;
}

/* Settings */
ul.clear-block li {
	list-style-type: none;
	list-style-image: none;
}

/* tables */

table {
	margin: 0.5em 0 1em 0;
	width: 100%;
	font-size: 100%;
}

thead th {
	border-bottom: 2px solid #a0a0a0;
	color: #678;
	font-size: 90%;
	font-weight: bold;
	background-color: #d0d0d0;
	padding: 4px 5px 0 5px;
}

tr.even, tr.odd {
	border-color: #a0a0a0;
}

tr.even {
	background-color: #e5e5e5;
}

tr.odd {
	background-color: #f5f5f5;
}

td.active {
	background: #fff2bf;
}

tr.even td.active {
	background-color: #d0d0d0;
}
tr.odd td.active {
	background-color: #e0e0e0;
}
th.active {
	background-color: #c0c0c0;
}
th.active a:active, th.active a.active {
	color: #808080;
}

th.active a:active img, th.active a.active img {
	margin-left: 3px;
	margin-right: 3px;
	background-color: #d0d0d0;
}
td {
	padding: 3px;
}

td.menu-disabled {
	background-color: #E5E5E5;
}

/* forms */

form {
	margin-bottom: 1ex;
}

input, textarea, select, textfield {
	/* font: 11px/160% "Verdana", sans-serif; */
	font: 100% "Verdana", sans-serif;
	color: #555;
	padding: 1px 3px 1px 3px;
}

fieldset {
	border: solid #3399dd 1px;
	background-color: #f0f0f0;
	margin: 1em 0 1em 0;
}

fieldset.collapsed {
	background-color: transparent;
	border-color: #dd9922;
	padding: 0;
}

fieldset table {
	width: 100%;
}
fieldset table tr th, fieldset table tr td {
	padding: 1pt 3pt;
}
.form-item input.error, .form-item textarea.error {
	/* font: 11px/100% "Verdana", sans-serif; */
	font: 100% "Verdana", sans-serif;
	border: 1px dashed #bb0033;
	color: #555;
}

#node-form, #node-form .node-form {
	overflow:auto;
}

#search {
	margin: 5px -8px 5px -8px;
	background: url(images/crystal-search.gif) left bottom no-repeat;
	border-bottom: 2px solid #D1DBEC;
	padding: 3px 3px 0 26px;
	vertical-align: bottom;
	height: 22px;
}

#search .form-item {
	display: inline;
	padding: 0;
	margin: 0;
}

#search input.form-text, #user-login-form input.form-text {
	height: 18px;
	width: 95px;
	padding: 2px 3px 0 3px;
	border: 2px solid #D1DBEC;
	border-bottom: 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #9CA6B4;
	background-color: #FBFCFE;
	vertical-align: bottom;
}

#search input.form-submit, #user-login-form input.form-submit {
	width: 49px;
	margin: 0;
	height: 22px;
	padding: 0 2px 0 2px;
	border: 2px solid #D1DBEC;
	border-bottom: none;
	vertical-align: bottom;
	background-color: #FBFCFE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6C7A8D;
}

#user-login-form {
	text-align:left;
}

#user-login-form .form-item {
	margin: 0 0 .5em 0;
}

#user-login-form .item-list {
	margin-top: .5em;
	font-size: 90%;
}

#user-login-form input.form-text {
	border: 1px solid #D1DBEC;
	text-align: left;
}

#user-login-form input.form-submit {
	border: 1px solid #D1DBEC;
}

#user-login-form label {
	font-size: 90%;
	font-weight: normal;
}

#user-login-form .form-required {
	display: none;
}

#search input.form-submit:hover, #search input.form-submit:focus,
#search input.form-text:hover, #search input.form-text:focus,
#user-login-form input.form-text:hover, #user-login-form input.form-text:focus,
#user-login-form input.form-submit:hover, #user-login-form input.form-submit:focus {
	background-color: #fff;
	color: #485F7E;
	border-color: #B7C7E2;
}

/* add icons to user listing blocks */

#block-user-2 ul li, #block-user-3 ul li {
	list-style-type:none;
	list-style-image: none;
	background-image: url(images/mini-user-light-blue.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/* progress bar */

.progress .bar {
	background: #fff url(images/progressbar.gif) repeat;
	border: 1px solid #00375a;
}

/* messages */

.messages {
	min-height: 32px;                 /* icon height */
	padding: 1.3em 1em .3em 52px;
	border: 2px solid #DADCE0;
	background: #fff2bf;
	margin: 10px 0;
}

.messages ul {
	padding: 0 0 0 20px;
	margin: 0;
}

div.status {
	background: url(images/icon-info.png) .5em 50% no-repeat;
}

div.error {
	border: 2px solid #E1471D;
	background: #fff0f0 url(images/icon-alert.png) .5em 50% no-repeat;
}

div.error ul li, div.status ul li {
	list-style-type: square;
	list-style-image: none;
}

/* mixed elements */

div.meta, .description, .breadcrumb, .submitted, .taxonomy {
	font-size: 92%;
	color: #494949;
	line-height: 1.6em;
}


pre {
	background: #fbfcfe;
	border: 1px solid #dd996b;
	padding: 1ex 1.5em;
}

blockquote {
	border: 1px solid #1A51C8;
	margin: 1ex 1em;
	padding: 0.3em;
	font-style: italic;
}

code {
	font-size: 1em;
	font-family: Profont, 'lucida console', 'Courier New', Monaco, monospace;
}

.blockinner {
	padding: 0;
	margin: 0;
}

.preview .node, .preview .comment {
	border: 1px solid #004477;
	padding: 10px;
	margin: 5px 0 10px 0;
	background-color: #f0f0f0;
}

#mission {
	margin: 1ex 1em;
	padding: 0ex 2em;
	border: 1pt solid #ffcc00;
	background: #f6e5c7;
}

.new {
	float: right;
	color: #bb0033;
	vertical-align: super;
	font-size: 80%;
	font-weight: bold;
}

/* admin panel */

div.admin {
	width: 80%;
}
div.admin div.left, div.admin div.right {
	clear: both;
	margin: 0 20px;
	width: 100%;
	float: left;
}
div.admin-panel {
	/*position: absolute;
	top: 0;
	width: 50%;*/
	border: 1px solid #DADCE0;
	background-color: #fbfcfe;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-top: 15px;
}

div.admin-panel h3 {
	padding: 5px 5px 5px 30px;
	margin: 0 0 5px 0;
	border-bottom: 2px solid #DADCE0;
	background: #E6EAF2 url(images/crystal-run.gif) no-repeat 2px 2px;
}

/* node links */

div.links {
	text-align: right;
}

ul.links {
	text-align: right;
}

ul.links li.first {
	padding-left:0px;
}

.node div.links {
	padding-top: 1px;
	padding-bottom: 2px;
	border-bottom: dashed #DADCE0 1px;
}

.sticky div.links {
	border-bottom: none;
}

.comment {
	margin: 3pt;
	padding: 0;
	border: 1pt solid #77bbe8;
	background-color: #ffffe5;
}
.comment .submitted {
	padding: 3pt 6pt;
	font-style: italic;
	font-size: 95%;
	border-top: 1pt dashed #77bbe8;
}
.comment h3.title {
	display: inline;
	margin: 0;
	padding: 0 6pt;
	font-size: 100%;
	color: #004477;
	border: none;
	background: none;
}

.comment h3.title a {
	color: #004477;
}

.comment span.new {
	display: inline;
	font-style: italic;
	padding: 2pt 3pt;
	background: #bb0033;
	color: white;
	border: 1px solid white;
}
.comment .links {
	padding: 0 6pt 3pt 6pt;
	font-size: 85%;
}

.comment .content {
	padding: 3pt 6pt;
}

li.comment_add a, li.comment_comments a {
	background: url(images/mini-comment.png) no-repeat 0 1px;
	padding-left: 15px;
}

li.node_read_more a {
	background: url(images/mini-readmore.png) no-repeat 0 2px;
	padding-left: 15px;
}

li.upload_attachments a {
	background: url(images/mini-attachment.png) no-repeat 0 2px;
	padding-left: 15px;
}

li.comment_delete a {
	background: url(images/mini-trash.png) no-repeat 0 0;
	padding-left: 15px;
}

li.comment_edit a {
	background: url(images/mini-edit.png) no-repeat 0 0;
	padding-left: 15px;
}

li.comment_reply a {
	background: url(images/mini-comment.png) no-repeat 0 0;
	padding-left: 15px;
}


/* node, content styles */

.node {
	margin-bottom:15px;
	padding-bottom:15px;
}

.node h2.title {
	text-align: center;
	font-size: 200%;
}

.node h2.title a {
	color: #333;
	font-weight:normal;
	margin-bottom: 0;
}

.node h2.title a:hover {
	text-decoration: underline;
	border-bottom: 0;
	color: #345;
}

.meta, .submitted, .taxonomy {
	color: #666;
}

.meta {
	padding-bottom: 1em;
	margin-bottom: 1ex;
}

.node .submitted {
	text-align: left;
	float: left;
	width: 99%;
}

.node .with-taxonomy .submitted {
	width: 48%;
}

.node .taxonomy {
	text-align: right;
	float: right;
	width: 48%;
}

.taxonomy .links a {
	font-size: 80%;
	text-decoration:none;
	font-weight: normal;
	border-bottom: dotted 1px #ffcc66;
}

.taxonomy .links a:hover {
	border-bottom: solid 1px #ffcc66;
}

.taxonomy li.first {
	background: url(images/mini-category.png) no-repeat 0 2px;
	padding-left: 15px !important;
}

.sticky {
	border: 1px solid #DADCE0;
	background-color: #F7FAFF;
	padding: 8px 5px 8px 5px;
}

/* book styles */

div.node div.content .book-navigation {
	background: #eee;
	margin:0;
	padding:0;
}

div.node div.content .book-navigation ul.menu {
	border:0;
	border-top:1px solid #2763A5;
	margin:0;
	padding-bottom:10px;
}

div.node div.content .book-navigation .page-links{
	background: #C1D4EA;
	border:1px solid #2763A5;
	border-width:1px 0 1px 0;
	padding:5px;
	margin:0;
}

/* forum styles */

#forum table {
	width: 100%;
}

.topic-previous, .topic-next {
	font-size: 80%;
	font-weight: normal;
}

/* aggregator styles */

.feed-item-meta {
	font-size: 90%;
	color: #666;
	text-align: right;
}

h3.feed-item-title a {
	color: #333;
	font-weight:normal;
	margin-bottom: 0;
	font-size: 13pt;
}

h3.feed-item-title a:hover {
	text-decoration: underline;
	border-bottom: 0;
	color: #345;
}

/* poll styles */

.poll .bar {
	height: 16px;
	background-color: #D4E2F2;
}

.poll .bar .foreground {
	background: url(images/bg-poll.gif) repeat-x;
	height: 16px;
	clear: none;
	float: left;
}

.poll .vote-form {
	text-align: center;
}

.poll .vote-form .choices {
	padding-left: 5%;
	text-align: left;
	display: block;
}

/* pager */

.pager {
	text-align: center;
	font-size: 90%;
}

.pager a, .pager a:visited {
	padding: 2px 3px 2px 3px;
	margin-left: 5px;
	border: 1px solid #DADCE0;
	background-color: #FFFFFF;
	color: #5294C1;
}

.pager .pager-current {
	padding: 2px 3px 2px 3px;
	margin-left: 5px;
	border: 1px solid #DADCE0;
	background-color: #F7F8FA;
	color: #555;
}

.pager a:hover {
	border-color: #BABFC6;
	color: #555555;
}

/*
 * Private messages
 */
p.privatemsghdr {
	background: #ddd;
	border: 1px solid #bbb;
	border-bottom: none;
	padding: 6pt;
	margin-bottom: 0;
}
div.privatemsgbody {
	background: #f0f0f0;
	border: 1px solid #bbb;
	border-top: none;
	margin-top: 0;
	padding: 12pt 6pt 6pt 6pt;
}
/*
 * Custom style for this community
 */
div.view-footer {
	margin-top: 12pt;
}
h1.metro, h2.metro, h3.metro,
#block-views-unassigned_challenges h2.title {
	background: url('images/metro-small.gif') no-repeat top left;
	padding-left: 45px;
}
#block-views-unassigned_challenges h2.title {
	/* width: 100%; */
	display: inline;
	padding-right: 0;
	margin: 9pt 0 6pt 0;
	font-size: 140%;
	text-align: left;
	border: none;
	border-bottom: 1pt solid #dd9922;
}
ul.metro,
#block-views-unassigned_challenges ul {
	margin: 0 0 0 5px;
	padding: 0;
}	
ul.metro li,
#block-views-unassigned_challenges ul li {
	list-style: square url('images/metro-tiny.gif') outside;
	padding: 0;
	margin: 2pt 0 2pt 15px;
}
ul.metro li ul li,
#block-views-unassigned_challenges ul li ul li {
	list-style-image: none;
}
td.view-field-node-comment-statistics-comment-count {
	text-align: center;
}

span.color-01-box, span.color-02-box, span.color-03-box, span.color-04-box, span.color-05-box, span.color-06-box, span.color-07-box, span.color-08-box, span.color-09-box, span.color-10-box {
	padding: 1pt .5em;
	margin: 0 .5em;
	border: 1pt solid black;
}
span.color-01-box {
	background: #bb0033;
	color: #ffffff;
}
span.color-02-box {
	background: #cc6622;
	color: #ffffff;
}
span.color-03-box {
	background: #dd9922;
}
span.color-04-box {
	background: #ffcc00;
}
span.color-05-box {
	background: #004477;
	color: #ffffff;
}
span.color-06-box {
	background: #44ffcc;
}
span.color-07-box {
	background: #3399dd;
	color: #ffffff;
}
span.color-08-box {
	background: #2266dd;
	color: #ffffff;
}
span.color-09-box {
	background: #0033ff;
	color: #ffffff;
}
span.color-10-box {
	background: #ffbb88;
}

div.rating-item {
	margin: 0;
	padding: 0 1em;
	background-color: #f0f0f0;
	border: none;
}
div.rating div {
	margin: 0;
}
span.rating-intro-text {
	font-style: italic;
	padding-bottom: 2pt;
}
div.rating div.num-votes {
	padding-top: 2pt;
}

td.profile-company {
	text-align: left;
}
span.username-company {
	font-style: italic;
	color: #909090;
}
/*
td.og-picture-grid-item {
	text-align: center;
	vertical-align: top;
}
td.og-picture-grid-item div.picture {
	height: 85px;
	width: 85px;
	text-align: center;
	vertical-align: middle;
}
td.og-picture-grid-item div.picture a {
	display: block;
	width: 85px;
	height: 85px;
	text-align: center;
	vertical-align: middle;
}*/
.username-company {
	display: inline;
}
div.og-name span.username-company {
	display: block;
	text-align: center;
}

/* Block quote with quote signs */
blockquote.quote {
	padding: 9pt 30pt;
	margin: 0;
	font-style: italic;
	border: none;
}
blockquote div.left {
	padding: 0 0 0 30px;
	background: url(/img/quote_left-blue.gif) no-repeat top left;
}
blockquote div.right {
	padding: 0 30px 0 0;
	background: url(/img/quote_right-blue.gif) no-repeat top right;
}

/* Banner blockquote (appears at top of page if it exists) */
blockquote.banner {
	font-size: 120%;
	background-color: #D8E2F5;
}

/*
 * Print format
 */
@media print {
	#sidebar-left, #sidebar-right, .sidebar, div.breadcrumb, .noprint {
		display: none;
	}
	#main {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	a {
		font-weight: normal;
		border: none;
		text-decoration: underline;
	}
	a img {
		border: none;
	}
}