/* @override http://cillian.local/cake/css/main.css */

#column-content {
	width: 75%;
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
}
#column-one {
	float: left;
	display: block;
	width: 23%;
}

#content {
	border-right: none;
	line-height: 1.5em;
}

body {
	font: x-small sans-serif;
	background-color: #f9f9f9;
	background: #f9f9f9 url(../img/headbg.jpg) 0 0 no-repeat;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

/* scale back up to a sane default */
#globalWrapper {
	font-size: 127%;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}

#column-content {
	margin-top: 20px;
	margin-bottom: 10px;
}

table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color:#4c4c4c;
//	background-color: #4c4c4c;
	clear:both;
	padding: 0;
	margin: 0 0 2em 0;
	white-space: normal;
}

th {
	background-color: #e2e2e2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding:1px 4px;
}
table tr td {
	border-right: 1px solid #ddd;
	padding:4px 4px;
	vertical-align:top;
	text-align: center;
}



form table {
	color:#4c4c4c;
	background-color: #f9f9f9;
	border: 0px;
}

form th {
	text-align: left;
	border: 0px;
	padding: 0px;
	background-color: #f9f9f9;
}

form table tr td {
	border: 0px;
	text-align: left;
	padding: 0px;
}

table tr.altRow td {
	background: #f4f4f4;
}
a {
	text-decoration: none;
	color: #3265ba;
	background: none;
}
a:visited {
	color: #36b;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
img {
	border: none;
	vertical-align: middle;
}
/* @media screen, projection { */
	p {
		margin: .4em 0 .5em 0;
		line-height: 1.5em;
	}
/* } */
p img {
	margin: 0;
}

hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}

h1, h2, h3, h4, h5, h6 {
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 {
   font-size: 150%;
}
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }

ul {
	line-height: 1.5em;
	list-style-type: none;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}

form {
	border: none;
	margin: 0;
}

textarea {
	width: 100%;
	padding: .1em;
}

select {
	vertical-align: top;
}

td.form_label {
	text-align: right;
}

/* notices and errors */

#flashMessage, .error, .error_message {
	color:#900;
	margin: 8px 0px;
	font-weight: bold;
}
.error_message {
	clear: both;
}
.error em {
	font-size: 18px;
	color: #003d4c;
}
.notice {
	color: #656565;
	font-size: 14px;
	background-color: #f4f4f4;
	padding: 0.5em;
	margin: 1em 0;
	display:block;
}
.tip {
	color: #656565;
	background-color: #ddd;
}

.required {
	clear: both;
	color:#990000;
	font-weight:bold;
}

div.auto_complete {
    position         :absolute;
    width            :250px;
    background-color :white;
    border           :1px solid #888;
    margin           :0px;
    padding          :0px;
}

.portlet {
	border: none;
	margin: 0;
	padding: 0;
	float: none;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: #d2d2d2 none repeat scroll 0%;
	padding: .3em 1em .3em .5em;
	display: block;
	height: 1em;
	font-size: 120%;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-collapse: collapse;
	margin: 0;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	text-transform: lowercase;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	color: black;
	padding: 0 0 0 0;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 95%;
	margin-left: 0;
	margin-top: 0;
}
.portlet li {
	padding: 0;
	margin: 0;
}
.portlet li a {
	background: #ebebeb none repeat scroll 0%;
	padding: 3px 8px 3px 20px;
	border-top: 1px solid #FFFFFF;
	display: block;
}
.portlet li a:hover {
	background: #E0E9E9 none repeat scroll 0%;
	text-decoration: none;
}

#p-search {
	position: relative;
	z-index: 3;
}

#p-search .pBody {
	padding: .5em .4em .4em .4em;
	text-align: center;
	background: #ebebeb none repeat scroll 0%;
	border-top: 1px solid #FFFFFF;
}

#pt-userpage a,
#pt-login a{
	padding-left: 0px;
}

li#pt-login {
	background: #EBEBEB url(../img/user.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
	border-top: 1px solid #FFFFFF;
}