﻿body {
	background: url(/images/2011/billo-logo.jpg) top center no-repeat;
	padding-top:  100px;
}

div#content {
	width: 713px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
}

p.explain {
	border-top: 1px solid #AAAAAA;
	padding: 0.5em 1.0em 0.5em 2.25em;
	background: url(/include/icons/info.gif) #F1F1F1 0.5em 0.5em no-repeat;
	
}

a:link {
	font-weight: bold;
	color: #353C7D;
}

a:visited {
	font-weight: normal;
	color: #353C7D;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #353C7D;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #EFCBCB;
}

li {
	margin-bottom: 0.5em;
}

p, li {
	font-size: 13px;
}

p.announce {
/*
	border: 6px double #FF0000;
	background-color: #FFCFCF;
*/
	border-top: 6px solid #FFBFBF;
	background: #FFEFEF;
	color: #6F1414;
	font-size: 1.0em;
	font-weight: bold;
	padding: 20px;
}

div.announce {
	border: 4px solid #FFCFCF;
	background-color: #FFEFEF;
	font-size: 12px;
	font-weight: normal;
	padding: 20px;
}

.subtle {
	font-size: 11px;
	color: #999999;
	margin-left: 1.0em;
}

label {
	font-size: 14px;
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	padding: 4px 4px 0 0;
}

.notify {
	padding: 0.5em 1.0em;
	background-color: #F7C7FB;
	font-weight: bold;
}

/* Main menu stuff.
 */
ul.mainmenu {
	list-style: none;
}

ul.mainmenu a {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 8px 8px 8px 50px;
	background: no-repeat 4px 2px;
}

ul.mainmenu a:link { 

}

ul.mainmenu a:hover {
	background-color: #F3CBCB;
	color: #000000;
}

a#mc 		{	background-image: url(/include/icons/email_32.gif);	}
a#view 		{	background-image: url(/include/icons/images_32.gif);	}
a#edit 		{	background-image: url(/include/icons/edit_32.gif);	}
a#account 	{	background-image: url(/include/icons/config_32.gif);	}
a#search	{	background-image: url(/include/icons/search_32.gif);	}
a#payment	{	background-image: url(/include/icons/add_32.gif);	}
a#winks		{   background-image: url(/include/icons/wink_32.gif);  }
a#logout	{   background-image: url(/include/icons/arrow_l_32.gif); }

span.linklike {
	margin-right: 0.25em;
	font-size: 16px;
	font-weight: bold;
	color: #353C7D;
	text-decoration: underline;
}

/* Message Center stuff.
 */

h2 a:link, h2 a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #192067;
}

h3 {
	clear: both;
	margin-top: 1.5em;
}

table {
	width: 100%;
}

table a:link, table a:visited, table a:hover, table a:active {
	text-decoration: none;
}

th {
	text-align: left;
	font-size: 11px;
	padding: 4px;
	border-bottom: 1px solid #666666;
}

tr.unread td {
	background-color: #FDEFFF;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 4px;
}


tr.read td {
	padding: 2px 4px;
	font-size: 12px;
	border-top: 1px solid #666666;
}

tr.read a {
	font-weight: normal;
}

#primary {
	margin-bottom: 20px;
}

div.message {
	border-top: 2px solid #0D1768;
	padding: 8px 0px;
	margin: 0px 0px 20px 0px;
}

div.message div {
	float: left;
}

div.message a {
	text-decoration: none;
	font-weight: bold;
}

div.photo {
	width: 110px;
	text-align: center;
	margin-bottom: 20px;
}

div.meta {
	width: 200px;
	margin-bottom: 20px;
}

div.meta p {
	margin: 0 0 1.0em 0;
}

.fromname {
	font-size: 16px;
}

div.text {
	width: 400px;
	margin-bottom: 20px;
}
